public marks

PUBLIC MARKS from nhoizey with tags ajax & flickr

2008

2006

Smoother Surfing - Newsweek: International Editions - MSNBC.com

(via)
Même Newsweek parle d'Ajax, Wow !!! : « A grab bag of programs called Ajax could threaten the dominance of Microsoft and desktop software. »

2005

24 ways: Edit-in-Place with Ajax

by 10 others
Anyone who’s used Flickr to publish their photos will be familiar with the edit-in-place system used for quickly amending titles and descriptions on photographs. Hovering over an item turns its background yellow to indicate it is editable. A simple click loads the text into an edit box, right there on the page.

Udi’s Spot » Blog Archive » Improving the Flickr experience

by 2 others (via)
After installing my script, clicking on the thumbnail image does as is expected and goes to the larger version of that image. But, clicking on the “< prev ” or “next >” text underneath “scrolls” into the stream and just shows you the next thumbnail in that direction.

Foopad: Mashup Webservices

Add Del.icio.us links to your 43things tasklist, compose a summary of an Upcoming.org event and post it to your Wordpress blog, drag Flickr photos to your Backpack workspace.

Could Ajax Wash Away 'Smart Clients'?

(via)
There's more than one way to write a powerful client app. Just ask the Google and Flickr folks.

Adactio: Journal - Introducing Adactio Elsewhere

Toutes les hypes mises en oeuvre en un seul endroit : Ajax, REST et les API de Flickr, Amazon, Del.icio.us et Upcoming

FlickrJS:: A wrapper for Flickr API

by 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.