public marks

PUBLIC MARKS with tags xmlhttprequest & javascript

25 April 2005

FlickrJS:: A wrapper for Flickr API

by nhoizey & 4 others
FlickrJS is a wrapper to use the Flickr API from javascript through xmlhttprequest’s. Or, in a more fancy way, using AJAX techniques to get data without reload the whole page. By including only a .js file you get access to the whole Flicrk API. You don’t need to know how the request have to be done, or how the XML have to be parsed. The wrapper do all the jobs and lets you specify a callback function on each Flickr Method.

24 April 2005

22 April 2005

21 April 2005

SAJAX - Simple Ajax Toolkit by ModernMethod - XMLHTTPRequest Toolkit for PHP

by redyrod & 49 others (via)
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.

20 April 2005

SAJAX - Simple Ajax Toolkit by ModernMethod - XMLHTTPRequest Toolkit for PHP

by nhoizey & 49 others (via)
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.

15 April 2005

03 April 2005

30 March 2005

22 March 2005

17 March 2005

Ajax, promise or hype?

by François Hodierne & 4 others (via)
the concept seems to be taking the Web development community by storm. This can mean one of two things: either it's a promise or it's a hype. To decide the case, I offer an annotated link dump.

15 March 2005

AJAX - Simple Ajax Toolkit by ModernMethod - XMLHTTPRequest Toolkit for PHP

by camel & 4 others
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.

Ajax… Or how an old idea needs new marketing.

by François Hodierne & 1 other (via)
So the concepts have existed since the beginning of scripted webpages, well since Netscape 3 anyway. The idea isn’t new. So what took so long?

13 March 2005

10 March 2005

09 March 2005

07 March 2005

03 March 2005

SAJAX - Simple Ajax Toolkit

by François Hodierne & 49 others (via)
Sajax is a tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP functions from your webpages via JavaScript without performing a browser refresh.

28 February 2005

27 February 2005

Ajax: A New Approach to Web Applications

by camel & 6 others (via)
le Asynchronous JavaScript + XML qui sert à des applications Web tel que GoogleMaps, nous est très bien expliqué dans cet essai de Jesse James Garrett.