ajax

TwitterFacebook
Get flash to fully experience Pearltrees
xml

dojo

Exhibit

http://www.simile-widgets.org/exhibit/ Exhibit lets you easily create web pages with advanced text search and filtering functionalities, with interactive maps, timelines, and other visualizations like these:
(credit: The W3C Technology Stack) Hixie's webstats : The script element was used on roughly half the pages we checked. The most common attributes: language src type defer charset id fptype for event name langauge class tppabs langugage languaje .

JavaScript 2 and the Future of the Web

https://developer.mozilla.org/presentations/xtech2006/javascript/
http://simile.mit.edu/ S IMILE was focused on developing robust, open source tools that empower users to access, manage, visualize and reuse digital assets. Learn more about the SIMILE project. A web-based highly-configurable faceted browser for RDF datasets.

Exhibit

JavaScriptTemplates - trimpath - Google Code

Ross Shaull found and provided the solution for for/forelse looping over objects. So for/forelse now works on objects (hashes), not just arrays. Also, 1.0.30 supports a new "cdata" markup syntax, which tells the JST engine to skip any processing for a section of text. http://code.google.com/p/trimpath/wiki/JavaScriptTemplates
http://www.xml.com/pub/a/2006/06/07/object-oriented-javascript.html

Object-Oriented JavaScript

Encapsulation In OO programming, a class is used to define a type of object that will be used by an application. The type encapsulates the data used by the object and may optionally expose methods to allow callers (other objects) to interact with the data. Because JavaScript is not a statically typed language, it does not provide a keyword for defining a class or object-type definition.