Home arrow JavaScript arrow Active Client Pages: Summary of the Document Phase of Chrys`s Approach
JAVASCRIPT

Active Client Pages: Summary of the Document Phase of Chrys`s Approach


In this part of the series, I give you a summary of the Document Phase of my approach to Active Client Pages. In order to help you better understand this phase, I need to explain two other approaches to ACP. When I finish that, we will proceed to the next phase. It may seem a little complicated (this is, after all the eighth part of a 12-part series), but by the time we're done you'll understand a number of ways to make your pages load faster over a slow Internet connection, even when they're full of images.

Author Info:
By: Chrysanthus Forcha
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
August 21, 2009
TABLE OF CONTENTS:
  1. · Active Client Pages: Summary of the Document Phase of Chrys`s Approach
  2. · Summary of the Ajax Approach
  3. · The HTML OBJECT Element, Images and ACP
  4. · Introduction to the Window Phase of Chrys’s Approach to ACP

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Active Client Pages: Summary of the Document Phase of Chrys`s Approach
(Page 1 of 4 )

As I mentioned, there are two other approaches to ACP, which are the Script Approach and the Ajax Approach. I have written articles about these approaches; you can investigate the links for more information. 

The Document Phase of Chrys’s Approach incorporates the Script Approach and the Ajax Approach. I have not described these approaches in this series, so I have to give you their summaries before I give you the summary of the Document Phase of Chrys’s Approach.

At the end of this part of the series I will introduce the window phase of Chrys’s Approach to ACP.

Summary of the Script Approach

The Script Approach is based on Vlad Podvorny’s works. It uses a Frameset. This is the summary of the Script Approach, including my enhancements.

  • The master can be the frameset HTML document or it can be a normal HTML document without a frameset.

  • While the user is working, data of any type, including program script code and images, is downloaded from the server in advance, without the knowledge of the user.

  • This downloading is done by placing scripts at the bottom of each page displayed.

  • The downloaded data has to be stored in a store in the master page (parent in frameset).

  • The store is made up of JavaScript variables and/or JavaScript arrays and/or JavaScript object properties.

  • Pages are produced by script that is in the master page, or script in the head element of a page, or script downloaded.


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 11 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials