Posts by Roger Bastida • 77 points
9 posts
-
0
votes1
answer112
viewsA: How to use Data Table Server Side?
I will translate from the Datatables documentation itself, what it says to do in this situation: Access Developer tools in Firefox: The network panel will display all requests made by Firefox to…
answered Roger Bastida 77 -
1
votes1
answer110
viewsQ: How is the $Columns table structure that is referenced by the Ajax script organized when using the Datatables plugin on the server side?
I am using the Datatables plugin in PHP to list data from a database. Basically using the serverside option (https://datatables.net/examples/data_sources/server_side.html) , Voce should call a…
-
0
votes3
answers413
viewsA: Align text to the center of the image - Bootstrap
Change the class to .text-lg-center { color: white; } And H1’s line in HTML to Testing
-
-1
votes1
answer188
viewsQ: How to fix "Call to Undefined method Dbconnection::prepare() in Userdao.php on line xx" error?
Meu projeto tem a seguinte estrutura: project \inc \DAO UserDAO.php \Entity User.php \Config AppConf.php DBConnection.php form.php login.php And the following files: Dbconnection.php class…
-
0
votes3
answers134
viewsQ: How do I allow only digits in an input field?
I implemented the routine to check whether pressing a key in the INPUT field only type digits. In the first field it works normally, but when adding the second field it no longer works. Does anyone…
-
2
votes1
answer87
viewsQ: Why does the minus sign button (remove) not work when clicking it?
I have a text field with an add button on the side. When I click on the button it adds another text field with a remove button on the side. The idea is that when I click the successive remove…
-
0
votes1
answer30
viewsQ: What is the correct notation to learn creating nodejs, Bower, and other configuration files?
What is the correct notation for specifying a JSON file that has multiple nested keys and brackets? see this in Bower, Grunt, nodejs, npm, etc. and various web development plugins.
-
3
votes1
answer399
viewsQ: What is the best way to organize a directory for a web project?
What is the best way to organize directories for a PHP web development project?
-
0
votes0
answers46
viewsQ: Creating a PHP, Mysql and Jquery Chat
I am creating a chat inside an administrative panel, as has several on the web. I’m having problems to "think" how I would control the chat so that, for example, only the users of that particular…