JavaScript
HomeHTAJScriptJavaScriptPHP
Main Menu Home HTA JavaScript JScript PHP Examples Dynamically Creating Tables Dynamically Chaning Links Script Box Wormbites 2006 Includables ezCalendar getOrdinalFor(...) jPaq Other Libraries jQuery Prototype script.aculo.us

In general...

JavaScript follows the same syntax used in C++/Java. JavaScript is primarily used on the web for client-side scripting and allows for dynamically interacting with the user while the page is loading, after the page has been loaded, and before the page is left. Unlike server-side scripting, JavaScript is visible to the entire world by right-clicking within the page and selecting "View Source".

Many JavaScript libraries have been developed to aid web developers.  One noteworthy one is jQuery which gives the user the ability to select HTML objects using CSS-like selectors.  I have released a different type of JavaScript library called jPaq.  The difference between jPaq and other JavaScript libraries is the fact that it gives you the ability to download only what you want.  Therefore, even though the entire library starts off small, you can make it even smaller by selecting which functions, objects and classes you want to be included in the library.  Please check out jPaq which is found at http://www.jpaq.org/.

Examples

Related Search Results

  1. Wormbites 2008 (Desktop Version):
    The ultimate Snake game with multiple brain-teasing levels. You can also custom design you own levels.
  2. JavaScript - Dynamically Creating Tables:
    Gives an example of how to use JavaScript in conjunction with HTML and CSS to dynamically create tables.
  3. JavaScript - Why Use getAttribute(...) In JavaScript?:
    Learn why getAttribute is at times more useful that dot notation and bracketed notation.
  4. JavaScript - Dynamic Interaction:
    Learn how to handle events with plain JavaScript.
  5. JXtension - A Small, Yet Powerful JavaScript Library:
    JXtension is a small, yet powerful JavaScript library.