<?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"
	>

<channel>
	<title>YAB &#187; api</title>
	<atom:link href="http://blog.alexgirard.com/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Wed, 26 Nov 2008 23:44:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>[Idea] Twitter Timezone</title>
		<link>http://blog.alexgirard.com/idea-twitter-timezone/</link>
		<comments>http://blog.alexgirard.com/idea-twitter-timezone/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 12:23:12 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[api]]></category>

		<category><![CDATA[hack]]></category>

		<category><![CDATA[timeline]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/11/11/idea-twitter-timezone/</guid>
		<description><![CDATA[One of the interesting part with Twitter is its worldwide use. On my Twitter, I usually get European twitts at the end of the afternoon, and South-American twitts during the night.
Comparing my twitting habits with those of my friends, each one of us could have a twitting timezone, that we&#8217;ll be surely different even if [...]]]></description>
			<content:encoded><![CDATA[<p>One of the interesting part with <a href="http://www.twitter.com">Twitter</a> is its worldwide use. On my Twitter, I usually get European twitts at the end of the afternoon, and South-American twitts during the night.</p>
<p>Comparing my twitting habits with those of my friends, each one of us could have a twitting timezone, that we&#8217;ll be surely different even if you live in the same &#8216;real&#8217; timezone.</p>
<p>Here is a screenshot of what could be the result:</p>
<p><a href='http://blog.alexgirard.com/2007/11/11/idea-twitter-timezone/twitter-timeline/' rel='attachment wp-att-109' title='Twitter Timeline'><img src='http://blog.alexgirard.com/wp-content/uploads/2007/11/timeline.jpg' alt='Twitter Timeline' style="border:0px;padding:3px"/></a></p>
<p>It could be easily done using the API, unfortunatly, Twitter reduce the API use to one request per minute, so it&#8217;ll take one hour to build such a timezone with all your 60 friends&#8230; but I&#8217;m pretty sure someone will have fun to do something like this soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/idea-twitter-timezone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Street] Urban florist</title>
		<link>http://blog.alexgirard.com/street-urban-florist/</link>
		<comments>http://blog.alexgirard.com/street-urban-florist/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 10:03:19 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[api]]></category>

		<category><![CDATA[flower]]></category>

		<category><![CDATA[map]]></category>

		<category><![CDATA[street]]></category>

		<category><![CDATA[toulouse]]></category>

		<category><![CDATA[urban]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/07/18/street-urban-florist/</guid>
		<description><![CDATA[What&#8217;s the need to go to the florist when you can collect in a city full of open gardens?
Here is a map of freely available flowers in Toulouse:

]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s the need to go to the florist when you can collect in a city full of open gardens?</p>
<p>Here is a map of freely available flowers in Toulouse:</p>
<p><iframe src="http://www.dr2ooo.com/tools/maps/maps.php?zoom=12&#038;ll=43.608985,1.427193&#038;kml=http%3A//maps.google.com/maps/ms%3Fie%3DUTF8%26hl%3Den%26mpnum%3D3%26msa%3D0%26output%3Dnl%26msid%3D103730456996601525193.0004358659b12fddb1c71&#038;" width="400" height="266"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/street-urban-florist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RSS extension: GeoRSS</title>
		<link>http://blog.alexgirard.com/rss-extension-georss/</link>
		<comments>http://blog.alexgirard.com/rss-extension-georss/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 23:58:53 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[api]]></category>

		<category><![CDATA[extension]]></category>

		<category><![CDATA[geo]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[maps]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/04/05/rss-extension-georss/</guid>
		<description><![CDATA[Reading about Google Maps API today, I discovered GeoRSS features:
Some simple xml elements to add in item elements:

&#60;georss:point&#62;43.127697 -77.573776&#60;/georss:point&#62;
&#60;geo:Point&#62;
&#60;geo:lat&#62;43.127697&#60;/geo:lat&#62;
&#60;geo:long&#62;-77.573776&#60;/geo:long&#62;
&#60;/geo:Point&#62;

Add it to Flickr feeds with a simple attribute (georss=1): http://api.flickr.com/services/feeds/[...]&#038;format=rss_200&#038;georss=1

Wordpress extented by GeoRSS plugin can be ready in 5 minutes and do miracles.
]]></description>
			<content:encoded><![CDATA[<p>Reading about <a href="http://www.google.com/apis/maps/">Google Maps API</a> today, I discovered GeoRSS features:</p>
<p>Some simple xml elements to add in item elements:</p>
<pre>
&lt;georss:point&gt;43.127697 -77.573776&lt;/georss:point&gt;
&lt;geo:Point&gt;
&lt;geo:lat&gt;43.127697&lt;/geo:lat&gt;
&lt;geo:long&gt;-77.573776&lt;/geo:long&gt;
&lt;/geo:Point&gt;
</pre>
<p>Add it to Flickr feeds with a simple attribute (<em>georss=1</em>): <a href="http://api.flickr.com/services/feeds/groups_pool.gne?id=322338@N20&#038;format=rss_200&#038;georss=1">http://api.flickr.com/services/feeds/[...]&#038;format=rss_200&#038;georss=1<br />
</a></p>
<p><a href="http://www.wordpress.org">Wordpress</a> extented by <a href="http://www.georss.org/trac/trac.cgi/wiki/GeoPress">GeoRSS plugin</a> can be ready in 5 minutes and do miracles.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/rss-extension-georss/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

