Posts by Luis • 47 points
6 posts
-
0
votes1
answer111
viewsQ: How can I make my Ode application available in many languages?
Hello, I have a Ode application that uses express and handlebars, I would like to make it available in 3 different languages (Portuguese, Spanish and English). I managed to do this by creating a…
-
0
votes1
answer693
viewsQ: Send the contents of a front-end function via POST to Node
Hello, I would like to know how to send a variable within a function via the POST method from the front end to the back end, and receive the value on the POST Express route? In the Frond-end…
-
1
votes1
answer1057
viewsQ: How to recover user IP using Node
Hello, how can I make an application that "picks up" the user’s IP using Node? Currently my code is like this: const express = require('express'); const handlebars = require('express-handlebars');…
-
-1
votes1
answer274
viewsQ: How can I create a server for hosting websites?
Hello, I’m studying web programming and I ended up having an idea to repurpose an old computer that is sitting here at home. Doing some searches on servers, I found that the best option for me is…
-
0
votes1
answer4128
viewsQ: How to change the color of Bootstrap navbar links
How can I change the color of the links present in the standard Bootstrap navbar? I can change the navbar backgroud colors by an external css file but not the link colors. How can I do? Toggle…
-
1
votes2
answers941
viewsQ: How to modify an item at a specific point on the page? (HTML, CSS)
Hello, on my page has a fixed menu composed by text, I need that when it reaches a certain point of the page it changes from white to black but I have no idea how I can do it.…