Posts by Gabriel • 35 points
4 posts
-
1
votes1
answer41
viewsQ: Error using file-type
I had asked a question here yesterday, and the blogger helped me by passing this code: const http = require('http'); const fileType = require('file-type'); const url =…
-
1
votes1
answer112
viewsQ: Check if the given URL is an image
I am making an application in Node.js, and I want to make a system of custom backgrounds using the URL given by the user, I would like to know how to check if the URL given by the user is an image,…
-
0
votes1
answer49
viewsQ: How do I create a div that has "0 Parallax"?
I’m creating a website, and I want to make a div that works like the Stack Overflow bar (like the image bar), IE, a div that doesn’t go out of place when scrolling on the page. I would like to know…
-
1
votes2
answers68
viewsQ: New page in html
Let’s assume I have a site called site.com.br, and two HTML files. One called index.html, and the other sub.html. I would like to make sure that the index.html file stays on the site as just…