Home arrow JavaScript arrow Page 2 - Active Client Pages: Chrys`s Approach
JAVASCRIPT

Active Client Pages: Chrys`s Approach


If a user is burdened with a slow Internet connection, he will find that it takes time for a web page to be displayed (downloaded) to his client computer. Now there's a way to arrange it so that only the first page of his requested web site would take a long time to be downloaded; the rest of the pages would come very fast. This can be a real advantage. If you want to learn more about this approach, referred to as Active Client Pages, keep reading.

Author Info:
By: Chrysanthus Forcha
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
June 26, 2009
TABLE OF CONTENTS:
  1. · Active Client Pages: Chrys`s Approach
  2. · Active Server Pages and Active Client Pages
  3. · Advantages of Active Client Pages
  4. · DOM Properties and Methods to Use

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Active Client Pages: Chrys`s Approach - Active Server Pages and Active Client Pages
(Page 2 of 4 )

Many professional web sites use server-side applications like PHP, ASP, JSP etc. to generate their pages. All of these systems produce HTML pages at the server, based on data (or some non-standard information) at the server.

Active Client Pages, on the other hand, produce HTML pages in the browser at the client, but still use data or information stored at the server. Well, with Active Client Pages, the very first page may be produced at the server. In practice, the rest of the pages, produced at the client, are actually downloaded from the server in advance as texts (strings with escaped entities).

Definition of Active Client Pages

We have enough information now to understand the definition of Active Client Pages. The definition I am giving you here is my definition. It is not what Vlad or Chuck has given.

Active Client Pages is defined as the production of HTML pages at the client computer by the browser using web technology.

The data or information for the HTML pages resides on the server. You need a client script language, such as JavaScript, to produce the HTML pages at the client.

I use JavaScript in my articles. Let me now welcome you to the new exciting world of Active Client Pages.


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