Links: JavaScript
Root
Reference
Development
JavaScript
Sub Categories:
Links:
Changing the status line
Tutorial on changing the status line using javascript
Clicked: 202 Added: 2003-11-17 20:13:05 - Bad URL? Report it
Core JavaScript 1.5 Reference
JavaScript version 1.5 provides the following new features and enhancements: Runtime errors: Runtime errors are now reported as exceptions. Number formatting enhancements: Number formating has been enhanced to include Number.prototype.toExponential, Number.prototype.toFixed, and Number.prototype.toPrecision methods. Regular expression enhancements: * Greedy quantifiers - +, *, ? and {} - can now be followed by a ? to force them to be non-greedy. * Non-capturing parentheses, (?:x) can be used instead of capturing parentheses(x). When non-capturing parentheses are used, matched subexpressions are not available as back-references. * Positive and negative lookahead assertions are supported. Both assert a match depending on what follows the string being matched. * The m flag has been added to specify that the regular expression should match over multiple lines. Conditional function declarations: Functions can now be declared inside an if clause. Function expressions: Functions can now be declared inside an expression. Multiple catch clauses: Multiple catch clauses in a try...catch statement are supported.
Clicked: 26 Added: 2005-11-30 18:47:27 - Bad URL? Report it
DOM CSS Properties list
List of DOM CSS properties, eg .style.backgroundColor
Clicked: 177 Added: 2003-08-06 19:09:06 - Bad URL? Report it
DynamicDrive
Clicked: 223 Added: 2003-03-22 16:03:40 - Bad URL? Report it
Gecko DOM Reference
Clicked: 16 Added: 2005-09-18 12:42:30 - Bad URL? Report it
Guide to using XMLHttpRequests
The XMLHttpRequest object is a handy dandy JavaScript object that offers a convenient way for webpages to get information from servers without refreshing themselves. The benefit to end users is that they don't have to type as much and they don't have to wait as long. For example, having the user's city and state show up in a webpage automatically after the ZIP code has been typed in is a big time saver. Although the XMLHttpRequest object might sound complex and different from any other JavaScript object you have ever used, it really isn't. A good way to think of the XMLHttpRequest object is as you would think of the JavaScript Image object. As we know, with the Image object you can dynamically specify a new URL for the image source without reloading the page. Similarly with the XMLHttpRequest object, you can dynamically specify a URL to get some server data without reloading the page. The purpose of this article is to demonstrate through a series of baby steps just how easy it is to use the XMLHttpRequest object.
Clicked: 37 Added: 2005-07-31 15:13:41 - Bad URL? Report it
IRT
Reference/knowledgebase for several languages, especially javascript
Clicked: 218 Added: 2002-12-17 17:48:20 - Bad URL? Report it
1|
2|
Next >>
Total number of links: 602 in 81 (sub)categories - Suggest a link
[Sitemap]


