public marks

PUBLIC MARKS from znarf with tags javascript & ajax

2010

2007

2006

SitePen Blog

blog of the company behind Dojo

SIMILE | Timeline

by 22 others
Timeline is a DHTML-based AJAXy widget for visualizing time-based events. It is like Google Maps for time-based information. Below is a live example that you can play with. Pan the timeline by dragging it horizontally.

Fjax: Just say no

I'm not normally given to debunking crazy technology ideas - mainly because there are so many out there that it would be a full-time job - but this thing is so obviously broken I thought it best to try and nip it in the bud.

Consuming Amazon's Web API Directly with Javascript (via JSON and XSLT)

(via)

Amazon.com's Web API is a cool piece of architecture, but one of its big limitations is the difficulty involved in getting Amazon's data straight to the browser.

Well, here's how to fix that problem (for Amazon.com's API at least), using Amazon's free XSLT transformation service, the JSON output format, and a bit of plain old javascript. The examples below show you how to use javascript (and a bit of XSL) to place live Amazon.com data - direct from Amazon's servers - on any web page.

FireBug - Firefox Extension

by 23 others (via)
FireBug is a new tool for Firefox that aids with debugging Javascript, DHTML, and Ajax. It is like a combination of the Javascript Console, DOM Inspector, and a command line Javascript interpreter.

2005

The AJAX response: XML, HTML, or JSON?

by 8 others (via)
> Once you've succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else?

Prototype JavaScript Framework:

by 96 others
Prototype is a JavaScript framework that aims to ease development of dynamic web applications.