Posts by Marlon Maxwel • 51 points
6 posts
-
-1
votes1
answer2338
viewsQ: Format numerical latitude and longitude in Javascript
I need to put the number of decimals in my latitude and longitude; currently they meet like this: -50850080, -29361808 And I’d like it to stay that way: -50.850080, -29.361808 Only it had to be…
-
0
votes0
answers320
viewsQ: External redirection on express
Galley, How do I change this line of my code: app.use(express.static(__dirname + '/public')); For 1 external redirect, for example redirect to http://www.google.com…
-
0
votes1
answer143
viewsQ: Doubt about the structure of the Nodejs + Mongo app in Digital Ocean
Guys by indications I started using 1 machine at Digital Ocean in place at UOL Host. As I don’t have much experience with the server setup part, I’m in doubt and hope someone will help me: Setting:…
-
2
votes0
answers377
viewsQ: Nodejs application startup problem in UOL Hosting
Galley, I have my application running 100% on my local machine, but when I upload the files to my Node hosting on UOL HOST it doesn’t work on startup. I am using the same version of UOL Node…
-
1
votes1
answer516
viewsQ: Reuse of connections in Nodejs + Mongoose
I’m starting now with Node and used Mongoose to make my connections to the database in Mongodb. I put 1 log in my application, for every time I open the connection it print in this log. What happens…
-
2
votes0
answers187
viewsQ: Scrollless Iframe in Safari Mobile
I need this to: http://jsfiddle.net/R3PKB/2/embedded/result/, scroll in the existing body inside iframe, but in Safari Mobile it forces iframe to have the maximum height of my content and with that…