<?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>AjaxApp.com, ajax app and cool web apps! &#187; API</title>
	<atom:link href="http://www.ajaxapp.com/category/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxapp.com</link>
	<description>about ajax, javascript, DHTML, CSS, web app, MySQL, PHP, JSP, Java, Oracle and Howtos</description>
	<lastBuildDate>Tue, 30 Aug 2011 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IP to country converter &#8211; using MaxMind GeoIP API</title>
		<link>http://www.ajaxapp.com/2010/06/06/ip-to-country-converter-using-maxmind-geoip-api/</link>
		<comments>http://www.ajaxapp.com/2010/06/06/ip-to-country-converter-using-maxmind-geoip-api/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 04:05:43 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[How-tos]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Quick Tip]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=517</guid>
		<description><![CDATA[We&#8217;ve covered the HostIP.info API for converting the IP address to a country and city of your visitor. But you may have noticed sometime HostIP.info does not convert everything and might have comparatively lower accuracy. But if you want better accuracy, HostIP.info also recommends you to get a commercial version such as MaxMind MaxMind offers [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2010/06/06/ip-to-country-converter-using-maxmind-geoip-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Location API to support name of places</title>
		<link>http://www.ajaxapp.com/2010/03/02/twitter-location-api-to-support-name-of-places/</link>
		<comments>http://www.ajaxapp.com/2010/03/02/twitter-location-api-to-support-name-of-places/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:36:46 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[In The news]]></category>
		<category><![CDATA[Web 2.0 App]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=473</guid>
		<description><![CDATA[The Twitter Location API used to tell only latitude and longitude of the location where a person is tweeting from. But now the Twitter Location API is to be extended with the support of name of places or locations, such as “Joe’s Bar on Manhattan” or “downtown LA.”. The latitude and longitude don&#8217;t mean a [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2010/03/02/twitter-location-api-to-support-name-of-places/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chart API example : Display data on chart made easy</title>
		<link>http://www.ajaxapp.com/2009/04/13/google-chart-api-example-display-data-on-chart-made-easy/</link>
		<comments>http://www.ajaxapp.com/2009/04/13/google-chart-api-example-display-data-on-chart-made-easy/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 05:24:09 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Google Chart API]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=417</guid>
		<description><![CDATA[.data_label {float:left;width:55%;margin:3px;font-size:8pt;} .data_value {float:left;width:18%;margin:3px;font-size:8pt;} .row_clr {clear:both;} .data_form {width:100%;border:1px dotted #334455;text-align:left;padding:3px;} The Google Chart API provides an easy way to generate a chart dynamically by sending a simple URL to Google Chart service as follows: http://chart.apis.google.com/chart?cht=p3&#038;chd=t:60,40&#038;chs=250&#215;100&#038;chl=Hello&#124;World And Google Chart returns you an image of the chart. As shown the above you just need to pass the [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/04/13/google-chart-api-example-display-data-on-chart-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax language translation tool based on Google Ajax Language API</title>
		<link>http://www.ajaxapp.com/2009/03/04/ajax-language-translation-tool-based-on-google-ajax-language-api/</link>
		<comments>http://www.ajaxapp.com/2009/03/04/ajax-language-translation-tool-based-on-google-ajax-language-api/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 05:43:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=253</guid>
		<description><![CDATA[I&#8217;ve built a simple Ajax language translation tool based on the Google Ajax Language API. It&#8217;s pretty easy to build one by yourself, by going through some of the examples and documentations given on the Google API page. Here you go the break down of how I built it. First, you need to include the [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/03/04/ajax-language-translation-tool-based-on-google-ajax-language-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google launches Google Code Lab, where you can find all Google APIs</title>
		<link>http://www.ajaxapp.com/2009/03/03/google-launches-google-code-lab-where-you-can-find-all-google-apis/</link>
		<comments>http://www.ajaxapp.com/2009/03/03/google-launches-google-code-lab-where-you-can-find-all-google-apis/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 03:41:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[In The news]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=207</guid>
		<description><![CDATA[Google has launched the Google Code Lab, a site where you can find all the links to the early stage of Google products. And currently they have over 60 APIs available, which you can use to build mash-up for your websites. Those I&#8217;ve ever used and tried such as Google Gears, Google Maps, Code Search [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/03/03/google-launches-google-code-lab-where-you-can-find-all-google-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gears will include Image manipulation API</title>
		<link>http://www.ajaxapp.com/2008/01/09/google-gears-will-include-image-manipulation-api/</link>
		<comments>http://www.ajaxapp.com/2008/01/09/google-gears-will-include-image-manipulation-api/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 11:27:04 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Quick Tip]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/2008/01/09/google-gears-will-include-image-manipulation-api/</guid>
		<description><![CDATA[Google Gears will have a set of API for manipulating images. Such as cropping, resizing and composing images etc on the client-side using JavaScript. For example, images can resized on the browsers first to a web friendly format before uploading to web server etc. Buidling a drag and drop tool allows users to crop, resize [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2008/01/09/google-gears-will-include-image-manipulation-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

