public marks

PUBLIC MARKS from nhoizey with tags javascript & api

2010

Browserscope

by 3 others
Browserscope is a community-driven project for profiling web browsers. The goals are to foster innovation by tracking browser functionality and to be a resource for web developers.

2009

2008

jQuery API Update: offline and anywhere

La doc d'API de jQuery maintenant disponible offline dans une appli AIR !

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

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.