|
|
| about dmoz | help |
Top: Computers: Programming: Languages: JavaScript
|
Please submit sites that feature tutorials, articles, and scripts. If your site is only a script home or sripts archive, please submit it to the Scripts category. The main JavaScript directory is for sites that combine various types of JavaScript content. |
JavaScript is the most popular scripting language for Internet web browsers.Created by the Netscape team, JavaScript's syntax is similar to C, PERL and PHP making it easier to develop if you have the above programming skills.
AJAX or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications using a combination of:
- HTML (or XHTML) and Cascading Style Sheets for presenting information
- The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented
- The XMLHttpRequest object to interchange and manipulate data asynchronously with the web server (commonly using XML and XSLT, although AJAX applications can use other technologies, including preformatted HTML, plain text, JSON and JSON-RPC as alternatives to XML/XSLT).
Source: Wikipedia
Offering a variety of services, including consulting, custom programming and training.
| Please only submit personal sites dedicated to, or with significant content relating to, the JavaScript programming language. |
.
| Please submit only sites that contain scripts. |
.
| Please submit only sites that feature JavaScript tools that generate customized scripts for other people. |
.
This category is for resources related to the World Wide Web Commission Document Object Model's (W3C DOM's) JavaScript binding. The W3C DOM is the industry standard object model for representing structured documents such as HTML and XML pages. It is the standard to replace previous, proprietary object models such as the Navigator 4 DOM and the Internet Explorer 4/5 DOM. The JavaScript binding is a set of methods for accessing the W3C DOM from JavaScript.Currently, there are two levels: DOM level 1, which is a complete, ratified W3C Recommendation (in other words, a finished standard), and DOM level 2, which is under development. The term "DOM level 0" is also used to refer to the object model features which were found in both Navigator 3 and Internet Explorer 3.
I welcome coeditors for this category and the subcategories. If you're interested in educating developers about the W3C DOM, sign up as an editor and help index the web's best DOM resources!
| Copyright © 1998-2007 Netscape |