Posts by Rodrigo Roberto de Almeida • 130 points
8 posts
-
0
votes1
answer120
viewsQ: How to make an animation start at the beginning of the process and only finish at the end of jquery?
I’m having some difficulties in Jquery, using Datatables, where by clicking select a value in drop-list and clicking the "search" button, it makes an ajax and updates the Datatables with the data…
-
1
votes1
answer297
viewsQ: Codeigniter 3.1.9 - Database connection
I am developing a web application using version 3.1.9 of Codeigniter, but I’m having difficulties connecting to the database. Follows configuration: $active_group = 'default'; $query_builder = TRUE;…
-
1
votes0
answers302
viewsQ: Laravel: how to insert in the database asynchronously?
I am developing a site in PHP, using Eloquent for database, and I have a certain problem of slowness in the time of the user to log in to the database. What I mean is... The user is taking almost 3…
-
3
votes1
answer112
viewsQ: What is the safest way to display ID (primary BD key) on web pages?
I am in the development of a web application, which would be necessary in some cases to make available in HTML (for JS to interact) ID of user posts, ID of comments and others... Example: <div…
-
1
votes1
answer106
viewsA: Format mysql table date and show in Smarty
Problem solved with success! In the query, where the data will be pulled from the database, it is necessary to get already formatted, that is, the query will be: SELECT *,…
-
0
votes1
answer106
viewsQ: Format mysql table date and show in Smarty
I am developing a PHP page, using MVC structure and rendering tamplete files with Smarty. However, it was difficult to get a date via Mysql (see format: YEAR-MONTH-DAY HOUR:MINUTE:SECOND I would…
-
4
votes1
answer2826
viewsQ: How to update a DIV with Ajax/JS?
I am in the development of a page, but I am completely secular in the matter of JS... The site has the div with the ID #content, and inside it a refresh button. How can I make it so when someone…
-
1
votes1
answer132
viewsA: How do you make the iCloud dynamic background effect?
Browsing the web I found a possible solution to the appearance of Blur, if necessary, what you can understand is everything done by CSS, only a JS to trigger the effect when necessary, there is not…