API
gMap
January 11, 2010 - 3:29am — nurtextgMap is a lightweight jQuery plugin that helps you embed Google Maps into your website. With only 2 KB in size it is very flexible and highly customizable.
This tiny line of code is being used to embed a map. Simple, isn't it?
$("#map").gMap();
jlEmbed - A jQuery Plugin For Embedding Media
November 22, 2009 - 10:24pm — jason_laujlEmbed makes it easier to add embedded media players to your webpage. With support for Adobe Flash, Quicktime, Real Player, Silverlight, Windows Media Player, and YouTube, you will no longer have to hard-code HTML for your music or videos.
jlEmbed supports SWFObject, YouTube's Chromeless Video Player, and a full array of YouTube Javascript API functions.
There is also a built-in, customizable, MP3, SWF, FLV, YouTube audio player.
Additionally, you will not receive HTML validation errors from your Flash or other embedded media! jlEmbed helps keep your webpage validating properly while using embedded media players!
jlEmbed also includes basic plugin detection which kindly links visitors to the appropriate plugin download page when a required plugin is not detected.
Get the free plugin source from my website by following the "Try out a demonstration" link on this page. Embedding music or video on your webpage is a snap with jlEmbed!
wpseek WordPress API
August 20, 2009 - 12:01pm — AlphawolfGet infos on WordPress versions, functions, snippets, suggestions or forum topics.
Docmentation and demos can be found here: http://wpseek.com/api-js/
jquery-jtwitter
August 17, 2009 - 3:55am — jonniespratleyThis is a full replication of the Twitter API, supporting all methods. It also allows access without any sandbox issues via the php Twitter class that was specifically created for this jQuery plugin.
You can fully integrate twitter into any application, blog, web page with only one line of code. jTwitters options also allow for total control of the Twitter API.
This is not like other Twitter wrapper class for the use of there API, this is a flexible and fully working wrapper that will allow the use of jQuery to handle all of the hard work. It was created to use as little code as possible for the developer.
Google Feeds API - jQuery plugin
May 27, 2009 - 12:50pm — uzbekjonThis plugin build an abstraction layer on top of Google Feeds API. API becomes more jQuery like style. This plugin can get ANY rss on ANY host and converts RSS feeds to JSON (javascript object) to make it easier to use.
Here is an exmaple usage:
$.jGFeed('http://feeds.feedburner.com/jQueryHowto',
function(feeds){
// Check for errors
if(!feeds){
// there was an error
return false;
}
// do whatever you want with feeds here
for(var i=0; i<feeds.entries.length; i++){
var entry = feeds.entries[i];
// Entry title
entry.title;
}
}, 10);Twitter API - jTwitter
April 29, 2009 - 3:30am — uzbekjonUPDATE: Fixed small bugs and added demo page for jQuery Twitter plugin.
UPDATE: Added in version 1.1.0 an ability to specify and load any given number of twitter user posts. For more details see here.
Plugin provides you with an easy Twitter API to access Twitter user information by twitter username.
Here is an exaple usage:
// I am query data for "jQueryHowto" user
$.jTwitter('jQueryHowto', function(posts){
//Callback functn with the user data
$('#profile input.url').val(posts[0].user.url);
$('#profile #avatar').html('<img src="'
+ posts[0].user.profile_image_url + '" />');
});eBay Shopping API Plugin for jQuery
February 22, 2009 - 12:57pm — almostPerform searches and get item details from eBay using their Shopping
API.
See http://developer.ebay.com/DevZone/shopping/docs/CallRef/index.html
for a list of supported method calls.
Usage
You must set up your appid before use.
$.ebay.appid = "<your appid here>"If you don't have an appid then sign up at http://developer.ebay.com/join/
You can then make calls to any of the Shopping API methods using
$.ebay.call(method, arguments, callback):
$.ebay.call("FindItems",
{QueryKeywords: "ipod nano 4gb"},
function (response) {
alert(response.Item.length + " items found");
});SOAPjr - create clean, fast AJAX API's using JSON
November 28, 2008 - 10:43pm — robmanSOAPjr is the love child of SOAP and JR (JSON-RPC).
It let's jQuery developers handle multiple errors in a clean and efficient way, and makes it easy for server-side developers to provide clean and fast APIs. See http://SOAPjr.org/demos.html for a live working example.
Traditional SOAP is no longer the Simple Object Access Protocol it was initially designed to be. It's bloated and overly verbose making it bandwidth hungry and slow. It's also based on XML, making it expensive to parse and manipulate - especially on mobile or embedded clients. However, it's core Envelope/Head/Body design pattern is really useful for AJAX style API's.
SOAPjr uses a similar Envelope/Head/Body model, but instead of bloated and verbose XML it uses lightweight and easy to manipulate JSON. After all, there's no X in SOAP and it's Envelope/Head/Body concept is not bound in any way to requiring XML.
jMaps Framework
July 13, 2007 - 8:25am — Digital SpaghettiThe JMaps Framework is a jQuery plugin that provides a simple but powerful API for Google's mapping services.
It provides a simple jQuery way to do functions such as:
* Geocode and reverse any valid address in the world via Google's geocoding API
* Search for directions to and from any location
* Add and remove Markers
* Add and remove polygons and polylines
* Add and remove graphic layers on the map
* Add and remove Google adsense layers
* Add and remove Traffic layers
* Get information back such as map center, map size, map type, etc
And many more.
