JavaScript
  Home arrow JavaScript arrow Page 2 - Active Client Pages: the Script Approach
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
JAVASCRIPT

Active Client Pages: the Script Approach
By: Chrysanthus Forcha
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2009-06-05

    Table of Contents:
  • Active Client Pages: the Script Approach
  • Active Server Pages and Active Client Pages
  • Secret of Active Client Pages
  • A Simple Example

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Active Client Pages: the Script 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.

    Definition of Active Client Pages

    We have enough of an introduction 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 at 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. I will write many articles using ACP. Let me now welcome you to the new exciting world of Active Client Pages.

    Advantages of Active Client Pages

    Any information stored at the sever and its analysis can be presented quickly to the user using ACP, independent of whether the Internet connection is fast or slow. Only the first page may take some time to be downloaded through a slow Internet line.

    Web pages are becoming voluminous because authors are putting a lot of script into them. This leads to slow downloads. With ACP, the downloads will no longer be slow.

    If you understand your scripting language very well, you will pay less for hosting, since the analysis will now be done by your script at the client and not by some program at the server.

    ACP frees the server from work, thus increasing the overall speed of the World Wide Web. At the limit, if every client uses ACP, a client will not have to wait too long for the server to serve other clients before it is served, since the processing will be done at the client and not at the server.

    In other words, the server spends less time serving a client. One of the aims of the N-Tier systems is to free the server from work. ACP also serves that purpose.

    I have given you these advantages as seen by me.

    More JavaScript Articles
    More By Chrysanthus Forcha


     

    JAVASCRIPT ARTICLES

    - Using jQuery to Preload Images with CSS and ...
    - Using Client-Side Scripting to Preload Image...
    - Removing Non-Semantic Markup when Preloading...
    - Using the Display CSS Property to Preload Im...
    - Preloading Images with CSS and JavaScript
    - Scaling and Moving Web Page Elements with th...
    - Fading, Hiding and Sliding HTML Elements wit...
    - Toggling CSS Properties with the GX JavaScri...
    - Cancel, Queue and Pause Animations with the ...
    - Producing Elastic Effects with the GX JavaSc...
    - Moving Divs Diagonally with the GX JavaScrip...
    - Moving Elements Vertically and Horizontally ...
    - Making Bouncing Effects in Parallel with the...
    - Creating Bouncing Effects with the GX JavaSc...
    - Manipulating Background Colors with the GX J...







    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek