public marks

PUBLIC MARKS from nhoizey with tags javascript & flickr

2008

nmjenkins.com: Code

by 1 other
Automatically build a kickass photo gallery from your Flickr account without any server-side support needed at all; lots of cool features, really slick to use and you can customise it to fit in with your website by just meddling with the HTML and CSS. I c

2007

Flickr: Discussing Greasemonkey EASY authenticated API call in Flickr Hacks

Ok, here is a little "hack" for all you greasemonkey coders that are looking for a way to make flickr api calls with authentication (send to group, tag photo, etc..).

Project Atomic jQuery Flickr

(via)
jQuery Flickr plug-in is a JavaScript interface for Flickr Services API written on top of the jQuery library. It's function is to process a Flickr API Standard Photo List returned in JSON and create a semantic gallery(unordered list) of thumbnail images(list items) with links to full size images. When combined with jQuery Litebox, a rich slide show, lightbox plug-in, jQuery Flickr provides a completely client-side solution, for integrating Flickr into your website, perfect for hosted blogs.

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.

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.