Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts
The Most Simple HTML Website ever.

The Most Simple HTML Website ever.

Hi guys,            For the past few days, I was busy working on a Template for website. Actually it does not need even few days to build it, It is that simple. I'm posting some screenshots of it below. If anyone would like to buy it, Contact me on jovelonline@gmail.com...

Continue Reading

Lazy Load Feature for Blogger

Lazy load function is used to increase the speed of your website by preventing images from loading that are out of the main view. Increasing your speed will in turn increase your audience. try it. it works.  Copy the code below, then go to layout tab in Blogger and add a gadget. Select HTML/Javascript...

Continue Reading
Go Back Function using JavaScript

Go Back Function using JavaScript

"Go Back" function using Javascript. In this post, you'll see how to add a "Go Back" button to a webpage. The code for the button: <input type="button" value="Go Back one page" onclick="history.back(-1)" /> enjo...

Continue Reading