Results for: "url"
Contents (204)
Let's create a Color Picker from scratch with HTML5 Canvas, Javascript and CSS3
HTML5 Canvas is a technology that allows developers to generate real-time graphics and animations using JavaScript. It provides a blank…
read more
Optimizing the Robots.txt file for Google
The Robots.txt file serves to give information to Googlebot and other robots that crawl the Internet about the pages and…
read more
How to download any video from any website
If you have ever seen a video that you really liked and you would have liked to have it on…
read more
What is Gzip compression and what is it used for?
GZIP compression allows you to compress the resources of a web page before they are served to the users' browsers…
read more
Loading images by resolution with HTML5
Normally the way to load images in HTML is through the img element to which we pass as a parameter…
read more