Last Modified
This javascript code will allow you to display the date of the page's last modification:
<script language="javascript"> |
Preload your Images
This script will allow you to preload your images and let your navigator restore them fast when your page opens, in this example we will preload the image splash.jpg that exists in the same directoruy as your page:
<script language="javascript"> |
Loading Time
In the following tutorial we will learn how to display the page's loading time in the status bar of your navigator, you have to insert the following code between the <head> and </head> tags:
<script language="javascript"> |
The following code must be inserted inside the <body> tag this way :
<body onLoad="loadtime()"> |
Related Articles
- Last Modified and User's Screen Resolution DetectionAn easy and efficient way to write the date a file was last modified.
We call the function filemtime() that returns an integer (the number of seconds elapsed from Jan 1st, 1970 00:00 GMT) Anyway, to make this integer viewable by human beings, we just format it using date() function. - 7 Tips to Designing Fast Loading WebsiteThere are plenty of useful tips to follow in order to design an effective and high-quality website. But among those recommendations, one that is given high importance and proper attention is to achieve fast loading website.
- Creating an Image GalleryCreate an image gallery in a common html site.
- Make Sure Your Site Loads FastEvery site must exert every effort in order to make their websites load fast. Too slow or lousy loading drives away visitors. The reason behind is - they dont want to WAIT, that is!
- Images: How To Make Them To Load Fast On Your Web Pages?1. Use .gifs rather than .jpgs. GIFs are smaller in size when compared to JPGs. 2.Use Height and Width tags for your images. So while page loading certain place is left for the images and visitor can go through the content while images are loading. 3.If you are using large images, slice ...
- Page Loading TimeLearn how to output the time a page takes to load.
- Speed Up Your Web Site And Increase SalesYour web sites loading speed has a significant impact on your visitors loyalty. A slow web site will cost you sales. Most visitors wont wait more than10 seconds for your web pages to load. Apply these techniques to speed up your pages, keep potential buyers at your site, and increase sales....
- Avoid Graphical OverloadWhen designing a website, its easy to start loading it up with graphics. While tempting, you have to resist -- otherwise, youll end up with graphical overload.
- Make your Web Page Loading FastThis article will tell you everything you need to know to get your webpage loading at maximal speed. The author gives you nine ways to increase your speed, and he tells you how to make the necessary changes to get very fast load times.
- Optimizing Your Web Site To Load FasterIs your website taking forever to load because of all the heavy graphics youre using? How long does it takes for a modest DIALUP user to wait patiently for a website to completely load up on his/her browser? 60 seconds? 30 seconds?
