Posts by S_A • 149 points
5 posts
-
0
votes1
answer41
viewsQ: Reorder elements of a query on the screen
I have an application in Django and need to reorder the screen elements when the user decides to sort by date, popularity, etc.. I would not like to submit a new query each time the user selects a…
-
1
votes1
answer63
viewsQ: chat with Faye, Rails and Heroku
I implemented a chat that works 100% locally. But when you upload the application to Heroku, the chat does not work. So I followed this tutorial…
-
1
votes3
answers7147
viewsQ: Stop executing a Javascript function to perform another function
I am developing a system using angular and have the following function: function drawLatLong(i, arrayIdColetor) { ..... (não exibi o código por ser grande e achar desnecessário que vcs o analisem)…
-
1
votes1
answer491
viewsQ: Run command only after the end of for - Javascript
I need to take the distance covered by a vehicle in the last 3 days and display on the chart. For this, I make a for and I calculate the distance traveled and saving in a array (arrayKmDayData):…
-
1
votes1
answer102
viewsQ: Use of various instances of Google Maps API
I need to draw a map several times and I have a function that loads the map and is the first to be invoked when opening the page. Follows the body of the function: map = new…