Home arrow JavaScript arrow Page 3 - Active Client Pages: the Script Approach
JAVASCRIPT

Active Client Pages: the Script Approach


Would you like to minimize the amount of time your users spend waiting for your web site to download? Now you can. Thanks to Active Client Pages, you can speed up at least some of the processing involved in downloading and displaying your web site. This three-part series explains the script approach to building Active Client Pages.

Author Info:
By: Chrysanthus Forcha
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
June 05, 2009
TABLE OF CONTENTS:
  1. · Active Client Pages: the Script Approach
  2. · Active Server Pages and Active Client Pages
  3. · Secret of Active Client Pages
  4. · A Simple Example

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Active Client Pages: the Script Approach - Secret of Active Client Pages
(Page 3 of 4 )

The secret of Active Client Pages lies in the fact that after the first page has been downloaded by the browser, other pages or data are downloaded in advance in the background, without the user knowing, and stored in an HTML master page or frameset.

This master page or frameset is the first page downloaded. By the time the user has finished reading or otherwise dealing with the first page, the information for the next few pages will have arrived at the browser. When the user needs the next page, the browser displays it from the store (master page).

The Script Approach

I will not present Vlad’s approach as he did in his web site. I present a modified form of it, which I call The Script Approach.

I came up with this modification because I had to take into consideration the advantages mentioned above. I have to mention that Vlad discovered his method before Ajax was invented.

However, Vlad and Chuck’s philosophies are the same. My philosophy is also the same. I have my own approach, of which I will write a short series later.

I had my inspiration from the works of Vlad and Chuck. My approach combines Vlad and Chuck's works with a lot of my additions.

You will learn more about Chuck’s Approach and mine later. Well, when it comes to Chuck's approach, I will also modify it before I give you.

In fact, I call the modified version the Ajax Approach instead of the Modified Chuck’s Approach. I modified it to suit the above advantages. You can find the first part of my series on the Ajax Approach to Active Client Pages -- indeed, all four parts of the series -- on Dev Shed under the Ajax category.

Let us continue with the Script Approach.


blog comments powered by Disqus
JAVASCRIPT ARTICLES

- More Top jQuery Tutorials for Beginners
- More Top jQuery Plugins for Menus
- Top jQuery Tutorials for Beginners
- New UI Framework and SDK for JavaScript Rele...
- JavaScript OpenPGP Tool, Node.js 0.6.3 Avail...
- Yahoo Releases Cocktails Language and Develo...
- Customizing jQuery Slideshows: Dynamic Contr...
- Customizing jQuery Slideshows: the animate()...
- Customizing jQuery Slideshows: slideUp() and...
- Customizing jQuery Slideshows: hide() and sh...
- Web Workers: Performing Calculations in Para...
- More Top JavaScript Frameworks and Libraries
- More Dynamic jQuery Styling Techniques
- The Top JavaScript Libraries
- The Top JavaScript Frameworks

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials