Home arrow JavaScript arrow Page 2 - Client-side and Server-side JavaScript
JAVASCRIPT

Client-side and Server-side JavaScript


This article explains the three major types of JavaScript, client-side, server-side and the core language. Server-side JavaScript is ideal for creating web applications that can be run on any platform, on any browser, and in any language. See the article for other advantages and disadvantages of each.

Author Info:
By: Ibama Supreme Tmunotein
Rating: 3 stars3 stars3 stars3 stars3 stars / 84
October 20, 2004
TABLE OF CONTENTS:
  1. · Client-side and Server-side JavaScript
  2. · Core JavaScript
  3. · Client-Side and Server-Side JavaScript
  4. · CSJS vs. SSJS
  5. · SSJS VS. CGI
  6. · SSJS

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Client-side and Server-side JavaScript - Core JavaScript
(Page 2 of 6 )


 
Core JavaScript encompasses all of the statements, operators, objects, and functions that make up the basic JavaScript language. Originally called LiveScript, JavaScript is a cross-platform, object-oriented scripting language created by Brendan Eich of Netscape. JavaScript is the world's most popular programming language, used on more platforms and in more languages than any other programming language in history. It's been licensed by more than 175 companies for inclusion in their web tools. JavaScript is even available as a standalone scripting language.  You can thus take advantage of the booming popularity of JavaScript by integrating it into your own products.

There is the ECMA Script -- this is the version of JavaScript that has been standardized by ECMA (a European association for standardizing information and communications systems). The ECMA specification is based on JavaScript 1.1 and includes only the core JavaScript language. No client-specific or server-specific objects or functions were included in the ECMA standard at the time this article was written.

The following objects are part of core JavaScript:

  • array
  • date
  • math
  • number
  • string

As you can see, core JavaScript contains objects that are applicable to both client and server. If you know core JavaScript, you can easily write client-side and server-side JavaScript. Again, the only distinction is that client-side and server-side JavaScript have additional objects and functions that you can use that are specific to client-side or server-side functionality. Any JavaScript libraries (.js files) you create in core JavaScript can be used on both the client and the server with no changes whatsoever.
 


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