Posts by Firmino Changani • 321 points
4 posts
-
-1
votes1
answer231
viewsQ: Create a scrollable tabs with javascript
What do you recommend to create a scrollable tabs with Javascript?
-
9
votes9
answers13997
viewsA: How to create a website without reloading every click on a link?
You will need to use AJAX yes, basically you will have a page that will show the contents of other files like about.php, contact.php, portfolio.php through jquery load() or javascript open('GET')…
-
10
votes3
answers9800
viewsQ: How to keep a server nodejs running permanently?
I want to know how to maintain my server nodejs permanently running on my vps Ubuntu I bought without the need to run Putty and run the command node app.js. I made a REST API that will be consumed…
-
1
votes1
answer80
viewsQ: Upload a nodjs and mongodb project into a VPS
I developed my project with Nodejs and Mongodb on Windows, now I intend to upload it in an Ubuntu VPS with these already installed software, I already have Putty installed on my machine and I got…