<?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>WebD &#187; Flash</title>
	<atom:link href="http://webdlabs.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdlabs.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 May 2012 18:29:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Search as JSON feed</title>
		<link>http://webdlabs.com/2009/06/google-search-as-json-feed/</link>
		<comments>http://webdlabs.com/2009/06/google-search-as-json-feed/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:15:59 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=56</guid>
		<description><![CDATA[Did you know that Google has an officially supported JSON feed of search results? Google half-way cancelled their SOAP API a while ago, but they now offer a parametrized URL that returns a JSON data set. Google says this REST approach is useful for &#8220;Flash developers, and those developers that have a need to access [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that Google has an officially supported JSON feed of search results? Google half-way cancelled their SOAP API a while ago, but they now offer a parametrized URL that returns a JSON data set. Google says this REST approach is useful for &#8220;Flash developers, and those developers that have a need to access the AJAX Search API from other Non-Javascript environments.&#8221; This may be even simpler to use than the SOAP API. Here&#8217;s an example query:</p>
<p><a href="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;q=Paris%20Hilton" target="_blank"><code>http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;q=Paris%20Hilton</code></a></p>
<p>This URL format can also be adjusted to grab results from video search, book search and so on. While the URL has the word AJAX in the string and this is officially part of the Google AJAX Search API, this has nothing to do with AJAX per se, as the URL can be called from other environments, including the server side. All you need is a JSON library to parse the results (JSON means JavaScript Object Notation, though it also doesn&#8217;t require JavaScript). The Yahoo Search API already utilizes a similar approach, though it can return XML as well. The complete documentation of this Search API can be found on the <a href="http://code.google.com/apis/ajaxsearch/documentation/#fonje" target="_blank">Developer&#8217;s Guide of Google AJAX Search API</a> hosted on Google Code</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/06/google-search-as-json-feed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Photo Gallery</title>
		<link>http://webdlabs.com/2009/05/flash-photo-gallery/</link>
		<comments>http://webdlabs.com/2009/05/flash-photo-gallery/#comments</comments>
		<pubDate>Sun, 17 May 2009 20:51:45 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Swf]]></category>

		<guid isPermaLink="false">http://webdlabs.com/?p=38</guid>
		<description><![CDATA[I have now put up an exclusive page for one of my plugin projects &#8211; Flash Photo Gallery. This is a WordPress plugin which creates a Flash Photo Gallery like one provided in Adobe Photoshop CS2 Flash Web Photo Gallery templates. All plugin &#8216;ToDos&#8217; and release information will be available on this page and any [...]]]></description>
			<content:encoded><![CDATA[<p>I have now put up an exclusive page for one of my plugin projects &#8211; <a href="http://webdlabs.com/projects/flash-photo-gallery/" target="_self">Flash Photo Gallery</a>. This is a WordPress plugin which creates a Flash Photo Gallery like one provided in Adobe Photoshop CS2 Flash Web Photo Gallery templates. All plugin &#8216;ToDos&#8217; and release information will be available on this page and any feedback is much appriaciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdlabs.com/2009/05/flash-photo-gallery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

