<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free Web Resources - Web Resources Depot &#187; JSON</title>
	<atom:link href="http://www.webresourcesdepot.com/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 21 Mar 2010 08:46:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross-Domain JavaScript With Simple PHP Proxy</title>
		<link>http://www.webresourcesdepot.com/cross-domain-javascript-with-simple-php-proxy/</link>
		<comments>http://www.webresourcesdepot.com/cross-domain-javascript-with-simple-php-proxy/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 22:12:45 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[GPL License]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1413</guid>
		<description><![CDATA[Using JavaScript, it is possible to load HTML, XML or JSON data with XMLHttpRequest.
However cross-domain JavaScript requests (reaching remote pages) are not possible due to browser security limitations except JSONP-formatted JSON data.

Simple PHP Proxy is a PHP script which aims to fill this gap by creating a layer between your JavaScript code and the remote [...]]]></description>
			<content:encoded><![CDATA[<p>Using JavaScript, it is possible to load HTML, XML or JSON data with XMLHttpRequest.</p>
<p>However <strong>cross-domain JavaScript requests (reaching remote pages) are not possible</strong> due to browser security limitations <strong>except JSONP-formatted JSON data</strong>.</p>
<p><a href="http://benalman.com/projects/php-simple-proxy/" target="_blank"><img alt="Cross-Domain JavaScript" height="141" src="http://www.webresourcesdepot.com/wp-content/uploads/cross-domain-javascript.jpg" width="480" /></a></p>
<p><a href="http://benalman.com/projects/php-simple-proxy/" target="_blank"><strong>Simple PHP Proxy</strong></a> is a PHP script which aims to fill this gap by creating a <strong>layer between your JavaScript code and the remote domain</strong> to get data in HTML, XML or JSON formats.</p>
<h3>Some features of Simple PHP Proxy:</h3>
<ul>
<li>requested URLs can be white-listed &amp; validated against a regex.</li>
<li>optionally forward client cookies / SID to the remote server.</li>
<li>optionally forward configurable User Agent to the remote server.</li>
<li>requests can use either GET or POST request methods.</li>
<li>remote data can be delivered as-is with all remote headers intact.</li>
<li>remote data can be wrapped in a JSON/P structure that includes status codes &amp; remote headers.</li>
<li>if using JSON/P &amp; remote data is valid JSON, it will be merged into the resulting data object.</li>
</ul>
<p>There is also a <a href="http://benalman.com/code/projects/php-simple-proxy/examples/simple/" target="_blank">demo</a> which you can request any URL.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a>, <a href="http://www.webresourcesdepot.com/tag/jsonp/" title="JSONP" rel="tag">JSONP</a>, <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a>, <a href="http://www.webresourcesdepot.com/tag/xml/" title="XML" rel="tag">XML</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/universal-embedding-api-oembed/" title="Universal Embedding API: oEmbed (June 16, 2008)">Universal Embedding API: oEmbed</a></li>
	<li><a href="http://www.webresourcesdepot.com/ruby-on-rails-activerecords-manager-plugin-activescaffold/" title="Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold (April 17, 2008)">Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold</a></li>
	<li><a href="http://www.webresourcesdepot.com/full-featured-php-photo-gallery-phormer/" title="Full-Featured PHP Photo Gallery: Phormer (April 1, 2008)">Full-Featured PHP Photo Gallery: Phormer</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-php-ajax-poll-script-zoki-poll/" title="Free PHP &#8211; Ajax Poll Script: Zoki Poll (August 15, 2008)">Free PHP &#8211; Ajax Poll Script: Zoki Poll</a></li>
	<li><a href="http://www.webresourcesdepot.com/free-ajax-guestbook-application-jibberbook/" title="Free Ajax Guestbook Application: JibberBook (June 30, 2008)">Free Ajax Guestbook Application: JibberBook</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/cross-domain-javascript-with-simple-php-proxy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Color Schemes From Photos: ColorSuckr</title>
		<link>http://www.webresourcesdepot.com/color-schemes-from-photos-colorsuckr/</link>
		<comments>http://www.webresourcesdepot.com/color-schemes-from-photos-colorsuckr/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:01:56 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Colours]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[ASE]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1145</guid>
		<description><![CDATA[ColorSuckr is a free online service which can extract colors from an image &#38; generate color schemes.
It can be used in 3 ways:

by mentioning the URL&#160;of the image
via a bookmarklet
or a Firefox add-on


Once the color schemes are ready, they can be downloaded as Adobe Swatch (.ASE) files or more schemes can be listed from COLOURlovers [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://colorsuckr.com/"><strong>ColorSuckr</strong></a> is a <strong>free online service</strong> which can extract colors from an image &amp; generate color schemes.</p>
<p>It can be used in 3 ways:</p>
<ul>
<li>by mentioning the URL&nbsp;of the image</li>
<li>via a bookmarklet</li>
<li>or a Firefox add-on</li>
</ul>
<p><a target="_blank" href="http://colorsuckr.com/"><img width="480" height="182" alt="ColorSuckr: Color Schemes From Photos" src="http://www.webresourcesdepot.com/wp-content/uploads/image/colorsuckr.jpg" /></a></p>
<p>Once the color schemes are ready, they can be <strong>downloaded as Adobe Swatch (.ASE) files</strong> or more schemes can be listed from <a href="http://www.colourlovers.com/" target="_blank">COLOURlovers</a> for any selected color.</p>
<p><strong>ColorSuckr</strong> also offers the <strong>results in RSS, JSON &amp; XML formats</strong> which makes an integration with any application possible.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/ase/" title="ASE" rel="tag">ASE</a>, <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a>, <a href="http://www.webresourcesdepot.com/tag/xml/" title="XML" rel="tag">XML</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/universal-embedding-api-oembed/" title="Universal Embedding API: oEmbed (June 16, 2008)">Universal Embedding API: oEmbed</a></li>
	<li><a href="http://www.webresourcesdepot.com/ruby-on-rails-activerecords-manager-plugin-activescaffold/" title="Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold (April 17, 2008)">Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold</a></li>
	<li><a href="http://www.webresourcesdepot.com/cross-domain-javascript-with-simple-php-proxy/" title="Cross-Domain JavaScript With Simple PHP Proxy (January 28, 2010)">Cross-Domain JavaScript With Simple PHP Proxy</a></li>
	<li><a href="http://www.webresourcesdepot.com/amazing-jquery-grid-plugin-jqgrid/" title="Amazing jQuery Grid Plugin: jqGrid (August 9, 2008)">Amazing jQuery Grid Plugin: jqGrid</a></li>
	<li><a href="http://www.webresourcesdepot.com/xml-flash-gallery-and-flickr/" title="XML Flash Gallery (And flickr) (February 9, 2008)">XML Flash Gallery (And flickr)</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/color-schemes-from-photos-colorsuckr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flexible Coverflow With MooTools: MooFlow</title>
		<link>http://www.webresourcesdepot.com/flexible-coverflow-with-mootools-mooflow/</link>
		<comments>http://www.webresourcesdepot.com/flexible-coverflow-with-mootools-mooflow/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 07:57:19 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1019</guid>
		<description><![CDATA[MooFlow is a highly customizable coverflow-like image gallery that is built with MooTools.
It is easily &#38; automatically setup by mentioning the HTML element that grabs the images.

MooFlow has various features like:

fullscreen support
browsing with mouse wheel
browsing with keyboard
autoplay &#38; loop
automated JavaScript image reflections

The script is also flexible when loading the images. The data source can be [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.outcut.de/MooFlow/"><strong>MooFlow</strong></a> is a highly customizable <strong>coverflow-like image gallery</strong> that is built with <strong>MooTools</strong>.</p>
<p>It is easily &amp; automatically setup by mentioning the HTML element that grabs the images.</p>
<p><a href="http://www.outcut.de/MooFlow/" target="_blank"><img width="480" height="210" src="http://www.webresourcesdepot.com/wp-content/uploads/image/mootools-coverflow.jpg" alt="MooTools Coverflow" /></a></p>
<h3>MooFlow has various features like:</h3>
<ul>
<li>fullscreen support</li>
<li>browsing with mouse wheel</li>
<li>browsing with keyboard</li>
<li>autoplay &amp; loop</li>
<li>automated JavaScript image reflections</li>
</ul>
<p>The script is also flexible when loading the images. The data source can be <strong>JSON</strong> or <strong>HTML with selector-filter</strong>.</p>
<p>And, its interface can be totally <strong>skinned via CSS</strong>.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/open-source-flash-gauges/" title="Open Source Flash Gauges (November 20, 2008)">Open Source Flash Gauges</a></li>
	<li><a href="http://www.webresourcesdepot.com/mootools-json-event-calendar-moogenda/" title="MooTools-JSON Event Calendar: MooGenda (March 18, 2009)">MooTools-JSON Event Calendar: MooGenda</a></li>
	<li><a href="http://www.webresourcesdepot.com/javascript-form-validation-with-validanguage/" title="JavaScript Form Validation With Validanguage (June 6, 2008)">JavaScript Form Validation With Validanguage</a></li>
	<li><a href="http://www.webresourcesdepot.com/javascript-data-visualization-toolkit-infovis/" title="JavaScript Data Visualization Toolkit: InfoVis (June 6, 2009)">JavaScript Data Visualization Toolkit: InfoVis</a></li>
	<li><a href="http://www.webresourcesdepot.com/amazing-jquery-grid-plugin-jqgrid/" title="Amazing jQuery Grid Plugin: jqGrid (August 9, 2008)">Amazing jQuery Grid Plugin: jqGrid</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/flexible-coverflow-with-mootools-mooflow/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JavaScript Data Visualization Toolkit: InfoVis</title>
		<link>http://www.webresourcesdepot.com/javascript-data-visualization-toolkit-infovis/</link>
		<comments>http://www.webresourcesdepot.com/javascript-data-visualization-toolkit-infovis/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:42:53 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[BSD License]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=984</guid>
		<description><![CDATA[InfoVis is an open source JavaScript data visualization toolkit offering multiple ways to present data using the canvas tag.
It is feeded with data in JSON format &#38; some of the ready to use visualizations are:

treemaps
radial layouts
bar charths, pie charts &#38; more&#8230;


Besides a static presentations, InfoVis supports interactive animations which can be fired by any event [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://thejit.org/"><strong>InfoVis</strong></a> is an <strong>open source JavaScript data visualization toolkit</strong> offering multiple ways to present data using the <code>canvas</code> tag.</p>
<p>It is feeded with data in <strong>JSON</strong> format &amp; some of the ready to use visualizations are:</p>
<ul>
<li>treemaps</li>
<li>radial layouts</li>
<li>bar charths, pie charts &amp; more&#8230;</li>
</ul>
<p><a href="http://thejit.org/" target="_blank"><img height="194" width="578" src="http://www.webresourcesdepot.com/wp-content/uploads/image/infovis-js-visualization.jpg" alt="InfoVis JavaScript Visualization" /></a></p>
<p>Besides a static presentations, <strong>InfoVis supports interactive animations</strong> which can be fired by any event (like mouseovers, clicks).</p>
<p>It has various methods to add/remove/update nodes &amp; manipulate every aspect of the outputs.</p>
<p>The toolkit doesn&#8217;t depend on a JavaScript framework, can be used with any of them &amp; easily updated for adding new features to it.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/open-source-flash-gauges/" title="Open Source Flash Gauges (November 20, 2008)">Open Source Flash Gauges</a></li>
	<li><a href="http://www.webresourcesdepot.com/mootools-json-event-calendar-moogenda/" title="MooTools-JSON Event Calendar: MooGenda (March 18, 2009)">MooTools-JSON Event Calendar: MooGenda</a></li>
	<li><a href="http://www.webresourcesdepot.com/javascript-form-validation-with-validanguage/" title="JavaScript Form Validation With Validanguage (June 6, 2008)">JavaScript Form Validation With Validanguage</a></li>
	<li><a href="http://www.webresourcesdepot.com/flexible-coverflow-with-mootools-mooflow/" title="Flexible Coverflow With MooTools: MooFlow (June 28, 2009)">Flexible Coverflow With MooTools: MooFlow</a></li>
	<li><a href="http://www.webresourcesdepot.com/amazing-jquery-grid-plugin-jqgrid/" title="Amazing jQuery Grid Plugin: jqGrid (August 9, 2008)">Amazing jQuery Grid Plugin: jqGrid</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/javascript-data-visualization-toolkit-infovis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MooTools-JSON Event Calendar: MooGenda</title>
		<link>http://www.webresourcesdepot.com/mootools-json-event-calendar-moogenda/</link>
		<comments>http://www.webresourcesdepot.com/mootools-json-event-calendar-moogenda/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 05:01:18 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Date & Time]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Drag'n Drop]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=858</guid>
		<description><![CDATA[MooGenda is an event calendar script, built with MooTools, that reads events from JSON requests.
The calendar supports drag&#8217;n drops of events &#38; in every action a JSON request is sent for instant updates.

This MooTools calendar supports 3 different views:

day view
week view
month view

With clicks, the calendar switches between views with a sliding animation &#38; displays the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.moonkiki.com/moonkiki/moogenda/" target="_blank"><strong>MooGenda</strong></a> is an <strong>event calendar script</strong>, built with <strong>MooTools</strong>, that reads events from <strong>JSON</strong> requests.</p>
<p>The calendar supports <strong>drag&#8217;n drops</strong> of events &amp; in every action a <strong>JSON</strong> request is sent for instant updates.</p>
<p><a href="http://www.moonkiki.com/moonkiki/moogenda/" target="_blank"><img height="197" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/mootools-json-calendar.jpg" alt="MooTools-JSON Calendar" /></a></p>
<h3>This MooTools calendar supports 3 different views:</h3>
<ul>
<li>day view</li>
<li>week view</li>
<li>month view</li>
</ul>
<p>With clicks, the calendar switches between views with a <strong>sliding animation</strong> &amp; displays the details of that day/view/month.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/dragn-drop/" title="Drag&#039;n Drop" rel="tag">Drag&#039;n Drop</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/visually-connect-html-elements-jsplumb/" title="Visually Connect HTML Elements: jsPlumb (March 21, 2010)">Visually Connect HTML Elements: jsPlumb</a></li>
	<li><a href="http://www.webresourcesdepot.com/plupload-advanced-multiple-file-uploader/" title="Plupload: Advanced Multiple File Uploader (February 4, 2010)">Plupload: Advanced Multiple File Uploader</a></li>
	<li><a href="http://www.webresourcesdepot.com/open-source-flash-gauges/" title="Open Source Flash Gauges (November 20, 2008)">Open Source Flash Gauges</a></li>
	<li><a href="http://www.webresourcesdepot.com/jquery-event-calendar-plugin-jmonthcalendar/" title="jQuery Event Calendar Plugin: jMonthCalendar (June 17, 2009)">jQuery Event Calendar Plugin: jMonthCalendar</a></li>
	<li><a href="http://www.webresourcesdepot.com/javascript-form-validation-with-validanguage/" title="JavaScript Form Validation With Validanguage (June 6, 2008)">JavaScript Form Validation With Validanguage</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/mootools-json-event-calendar-moogenda/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Prototype Slider Extension (Using JSON): Ferdinand.Slider</title>
		<link>http://www.webresourcesdepot.com/prototype-slider-extension-using-json-ferdinandslider/</link>
		<comments>http://www.webresourcesdepot.com/prototype-slider-extension-using-json-ferdinandslider/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 18:27:26 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[script.aculo.us]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=690</guid>
		<description><![CDATA[Ferdinand.Slider is a Prototype extension for creating simple image slideshows.
It uses a JSON&#160;file at any location as the data source which makes it possible to integrate with Flickr or similar services easily.

The extension has several options to set:

duration of effects
duration of image transition
opacity
background
prev-next buttons &#38; more.

It is also possible to add more features (like a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ferdinand.rs/javascript/ferdinandslider" target="_blank"><strong>Ferdinand.Slider</strong></a> is a <strong>Prototype extension</strong> for creating <strong>simple image slideshows</strong>.</p>
<p>It uses a <strong>JSON&nbsp;file</strong> at any location as the data source which makes it possible to integrate with Flickr or similar services easily.</p>
<p><a href="http://ferdinand.rs/javascript/ferdinandslider" target="_blank"><img height="215" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/prototype-json-gallery.jpg" alt="Prototype JSON Image Gallery" /></a></p>
<h3>The extension has several options to set:</h3>
<ul>
<li>duration of effects</li>
<li>duration of image transition</li>
<li>opacity</li>
<li>background</li>
<li>prev-next buttons &amp; more.</li>
</ul>
<p>It is also possible to add more features (like a menu) to the slider as it can be controlled from outside with commands like <code>slider.Next(), slider.Prev()</code>.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a>, <a href="http://www.webresourcesdepot.com/tag/prototype/" title="Prototype" rel="tag">Prototype</a>, <a href="http://www.webresourcesdepot.com/tag/scriptaculous/" title="script.aculo.us" rel="tag">script.aculo.us</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/user-friendly-prototype-scriptaculous-popups-modalbox/" title="User Friendly Prototype + Script.aculo.us Popups: Modalbox (February 7, 2008)">User Friendly Prototype + Script.aculo.us Popups: Modalbox</a></li>
	<li><a href="http://www.webresourcesdepot.com/createsmarter-and-good-looking-lists-using-smarter-lists/" title="Smarter And Good Looking Lists With Smart Lists (March 16, 2008)">Smarter And Good Looking Lists With Smart Lists</a></li>
	<li><a href="http://www.webresourcesdepot.com/prototypextensions-extra-methods-to-prototype/" title="PrototypeXtensions: Extra Methods To Prototype (September 23, 2008)">PrototypeXtensions: Extra Methods To Prototype</a></li>
	<li><a href="http://www.webresourcesdepot.com/prototype-star-rating-library-starbox/" title="Prototype Star Rating Library: Starbox (January 18, 2008)">Prototype Star Rating Library: Starbox</a></li>
	<li><a href="http://www.webresourcesdepot.com/lightbox-that-displays-any-media-lightwindow/" title="Lightbox That Displays Any Media: LightWindow (August 5, 2008)">Lightbox That Displays Any Media: LightWindow</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/prototype-slider-extension-using-json-ferdinandslider/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Open Source Flash Gauges</title>
		<link>http://www.webresourcesdepot.com/open-source-flash-gauges/</link>
		<comments>http://www.webresourcesdepot.com/open-source-flash-gauges/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:40:51 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Charts]]></category>
		<category><![CDATA[GPL License]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=643</guid>
		<description><![CDATA[Open Flash Gauges is a set of open source Flash files, supported with serverside connectors (ASP &#38; PHP), to display any numeric data as gauges.

Gauges in the set are:

Percentage
Thermometer
Dual
Resource Meter
Meter
Status
I/O
Digital readout

Demos can be found here.
There is also a pure JavaScript-Canvas gauge that uses MooTools &#38; JSON as the data + a Flash gauge again uses [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.darkartistry.com/content/view/129/48/"><strong>Open Flash Gauges</strong></a> is a set of <strong>open source Flash files</strong>, supported with serverside connectors (ASP &amp; PHP), to display any numeric data as <strong>gauges</strong>.</p>
<p><a target="_blank" href="http://www.darkartistry.com/content/view/129/48/"><img height="139" width="480" alt="Flash Gauge" src="http://www.webresourcesdepot.com/wp-content/uploads/image/flash-gauge.gif" /></a></p>
<h3>Gauges in the set are:</h3>
<ul>
<li>Percentage</li>
<li>Thermometer</li>
<li>Dual</li>
<li>Resource Meter</li>
<li>Meter</li>
<li>Status</li>
<li>I/O</li>
<li>Digital readout</li>
</ul>
<p>Demos can be found <a href="http://www.digitaldarknet.net/flash/" target="_blank">here</a>.</p>
<p>There is also a pure <strong>JavaScript-Canvas gauge</strong> that uses <strong>MooTools &amp; JSON</strong> as the data + a <strong>Flash gauge</strong> again uses MooTools &amp; JSON presented in the website..</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a>, <a href="http://www.webresourcesdepot.com/tag/mootools/" title="Mootools" rel="tag">Mootools</a>, <a href="http://www.webresourcesdepot.com/tag/swf/" title="SWF" rel="tag">SWF</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/powerful-flexible-ajax-uploader-fancyupload/" title="Powerful &#038; Flexible Ajax Uploader: FancyUpload (May 6, 2009)">Powerful &#038; Flexible Ajax Uploader: FancyUpload</a></li>
	<li><a href="http://www.webresourcesdepot.com/ui-library-for-mootools-jxlib/" title="UI Library For MooTools: JxLib (November 13, 2008)">UI Library For MooTools: JxLib</a></li>
	<li><a href="http://www.webresourcesdepot.com/swffit-smart-flash-resize-script/" title="swffit: Smart Flash Resize Script (December 24, 2008)">swffit: Smart Flash Resize Script</a></li>
	<li><a href="http://www.webresourcesdepot.com/sifr-lite-much-smaller-maybe-better-sifr/" title="sIFR Lite: Much Smaller (Maybe Better) sIFR (December 20, 2008)">sIFR Lite: Much Smaller (Maybe Better) sIFR</a></li>
	<li><a href="http://www.webresourcesdepot.com/nice-mootools-animated-menu/" title="Nice MooTools Animated Menu (August 8, 2008)">Nice MooTools Animated Menu</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/open-source-flash-gauges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add File Sizes To Your Links Automatically</title>
		<link>http://www.webresourcesdepot.com/add-file-sizes-to-your-links-automatically/</link>
		<comments>http://www.webresourcesdepot.com/add-file-sizes-to-your-links-automatically/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 21:00:58 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=498</guid>
		<description><![CDATA[addSizes.js is a script which adds the file type &#38; sizes of the files that a text is linked to automatically.
To be more clear, if there is link like: &#34;click to download this file&#34;, it is converted to &#34;click to download this file (pdf 1.2 MB)&#34;.

The script uses json-head, a Google App Engine application, to [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://natbat.net/2008/Aug/27/addSizes/"><strong>addSizes.js</strong></a> is a script which adds the <strong>file type &amp; sizes</strong> of the files that a text is linked to automatically.</p>
<p>To be more clear, if there is link like: &quot;click to download this file&quot;, it is converted to &quot;click to download this file <strong>(pdf 1.2 MB)</strong>&quot;.</p>
<p><a href="http://natbat.net/2008/Aug/27/addSizes/" target="_blank"><img height="48" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/javascript-file-size.jpg" alt="JavaScript FileSize" /></a></p>
<p>The script uses <a href="http://simonwillison.net/2008/Jul/29/jsonhead/" target="_blank">json-head</a>, a <strong>Google App Engine application</strong>, to get the file info without downloading them.</p>
<p>Script requires<strong> jQuery</strong> &amp; it is a bit experimental due to App Engine being occasionally and unavoidably flakey. But it is definitely inspirational.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/jquery/" title="jQuery" rel="tag">jQuery</a>, <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/winners-of-the-flowplayer-contest/" title="Winners Of The Flowplayer Contest (January 8, 2009)">Winners Of The Flowplayer Contest</a></li>
	<li><a href="http://www.webresourcesdepot.com/universal-embedding-api-oembed/" title="Universal Embedding API: oEmbed (June 16, 2008)">Universal Embedding API: oEmbed</a></li>
	<li><a href="http://www.webresourcesdepot.com/table-sorter-plugin-for-jquery-tablesorter/" title="Table Sorter Plugin For jQuery: tablesorter (May 14, 2008)">Table Sorter Plugin For jQuery: tablesorter</a></li>
	<li><a href="http://www.webresourcesdepot.com/tabbed-content-area-with-jquery-and-css/" title="Tabbed Content Area With jQuery And CSS (May 13, 2008)">Tabbed Content Area With jQuery And CSS</a></li>
	<li><a href="http://www.webresourcesdepot.com/smart-floating-banners/" title="Smart Floating Banners (June 23, 2008)">Smart Floating Banners</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/add-file-sizes-to-your-links-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract Image Metadata With IMG·2·JSON</title>
		<link>http://www.webresourcesdepot.com/extract-image-metadata-with-img-to-json/</link>
		<comments>http://www.webresourcesdepot.com/extract-image-metadata-with-img-to-json/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 05:47:56 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=456</guid>
		<description><![CDATA[IMG&#183;2&#183;JSON is a Google App. Engine python application that extracts metadata from  					images and returns the results as a JSON string.

How to use?
Usage is simpler then expected. Just send a request to the fetcher-script URL  					hosted on Google App Engine.
An example query:
http://img2json.appspot.com/go/?callback=myCallbackMethod&#38;url=
http://assets.flog.co.nz/favicon.png
Response parameters include the image mimeType, size, height, width, byteSize &#38; exif [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://img2json.appspot.com/" target="_blank"><strong>IMG&middot;2&middot;JSON</strong></a> is a <strong>Google App. Engine python application</strong> that extracts metadata from  					images and returns the results as a <strong>JSON</strong> string.</p>
<p><a target="_blank" href="http://img2json.appspot.com/"><img width="480" height="93" alt="Extract Image Metadata" src="http://www.webresourcesdepot.com/wp-content/uploads/image/extract-image-metadata.jpg" /></a></p>
<h3>How to use?</h3>
<p>Usage is simpler then expected. Just send a request to the fetcher-script URL  					hosted on Google App Engine.</p>
<p><strong>An example query:</strong></p>
<p><code>http://img2json.appspot.com/go/?callback=myCallbackMethod&amp;url=</p>
<p>http://assets.flog.co.nz/favicon.png</code></p>
<p>Response parameters include the image mimeType, size, height, width, byteSize &amp; exif metadata.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a>, <a href="http://www.webresourcesdepot.com/tag/python/" title="Python" rel="tag">Python</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/universal-embedding-api-oembed/" title="Universal Embedding API: oEmbed (June 16, 2008)">Universal Embedding API: oEmbed</a></li>
	<li><a href="http://www.webresourcesdepot.com/ruby-on-rails-activerecords-manager-plugin-activescaffold/" title="Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold (April 17, 2008)">Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold</a></li>
	<li><a href="http://www.webresourcesdepot.com/prototype-slider-extension-using-json-ferdinandslider/" title="Prototype Slider Extension (Using JSON): Ferdinand.Slider (December 16, 2008)">Prototype Slider Extension (Using JSON): Ferdinand.Slider</a></li>
	<li><a href="http://www.webresourcesdepot.com/pro-and-free-e-mail-marketing-tool-openemm/" title="Pro And Free E-mail Marketing Tool: OpenEMM (April 21, 2008)">Pro And Free E-mail Marketing Tool: OpenEMM</a></li>
	<li><a href="http://www.webresourcesdepot.com/open-source-trouble-ticket-system-with-e-mail-piping-jutda/" title="Open Source Trouble Ticket System With E-mail Piping: Jutda Helpdesk (June 2, 2009)">Open Source Trouble Ticket System With E-mail Piping: Jutda Helpdesk</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/extract-image-metadata-with-img-to-json/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amazing jQuery Grid Plugin: jqGrid</title>
		<link>http://www.webresourcesdepot.com/amazing-jquery-grid-plugin-jqgrid/</link>
		<comments>http://www.webresourcesdepot.com/amazing-jquery-grid-plugin-jqgrid/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 05:01:04 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[GPL License]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=451</guid>
		<description><![CDATA[jqGrid is an Ajaxed jQuery grid plugin with amazing features.
As the grid is a client-side solution that loads data with Ajax callbacks, it can be used with any server-side language like ASP, PHP, ASP.NET, JSP and so.
A clever feature is sub grids which shows you a sub grid when a master column is called.

Some features [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trirand.com/blog/" target="_blank"><strong>jqGrid</strong></a> is an <strong>Ajaxed jQuery grid plugin</strong> with amazing features.</p>
<p>As the grid is a client-side solution that loads data with Ajax callbacks, it can be used with any server-side language like ASP, PHP, ASP.NET, JSP and so.</p>
<p>A <strong>clever feature is sub grids</strong> which shows you a sub grid when a master column is called.</p>
<p><a target="_blank" href="http://www.trirand.com/blog/"><img height="152" width="480" alt="jQuery Grid Plugin" src="http://www.webresourcesdepot.com/wp-content/uploads/image/jquery-grid-plugin.gif" /></a></p>
<h3>Some features of jqGrid:</h3>
<ul>
<li>paging functions</li>
<li>add, edit, delete &amp; search records</li>
<li>accepts XML, JSON, array or user data as input</li>
<li>multiple selection of rows</li>
<li>sub grid &amp; grid details (great feature!)</li>
<li>UI datepicker integration</li>
<li>&amp; more&#8230;</li>
</ul>
<p><strong>jqGrid</strong> is very impressive with the interface, features, usability &amp; <a href="http://www.secondpersonplural.ca/jqgriddocs/index.htm" target="_blank">documentation</a>. To check this great <strong>jQuery grid plugin</strong>, <a target="_blank" href="http://www.trirand.com/blog/">click here</a>.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/json/" title="JSON" rel="tag">JSON</a>, <a href="http://www.webresourcesdepot.com/tag/xml/" title="XML" rel="tag">XML</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/universal-embedding-api-oembed/" title="Universal Embedding API: oEmbed (June 16, 2008)">Universal Embedding API: oEmbed</a></li>
	<li><a href="http://www.webresourcesdepot.com/ruby-on-rails-activerecords-manager-plugin-activescaffold/" title="Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold (April 17, 2008)">Ruby On Rails ActiveRecords Manager Plugin: ActiveScaffold</a></li>
	<li><a href="http://www.webresourcesdepot.com/powerful-markup-editor-smartmarkup/" title="Powerful Markup Editor: SmartMarkUP (December 12, 2008)">Powerful Markup Editor: SmartMarkUP</a></li>
	<li><a href="http://www.webresourcesdepot.com/parsing-xml-with-javascript-jparse/" title="Parsing XML With JavaScript: jParse (November 15, 2009)">Parsing XML With JavaScript: jParse</a></li>
	<li><a href="http://www.webresourcesdepot.com/open-source-flash-gauges/" title="Open Source Flash Gauges (November 20, 2008)">Open Source Flash Gauges</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/amazing-jquery-grid-plugin-jqgrid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 32/80 queries in -5.211 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-21 23:41:58 -->