<?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>Robin Marshall - Web Developer &#187; WellyRoadAlerts</title>
	<atom:link href="http://blog.robin-marshall.net/category/projects/wellyroadalerts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robin-marshall.net</link>
	<description>Web + Multimedia Engineer from Wellington / Carterton, New Zealand</description>
	<lastBuildDate>Mon, 20 Apr 2009 22:05:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WellyRoadAlerts Twitter bot back in business thanks to JSON</title>
		<link>http://blog.robin-marshall.net/webtech/wellyroadalerts-twitter-bot-back-in-business-thanks-to-json/</link>
		<comments>http://blog.robin-marshall.net/webtech/wellyroadalerts-twitter-bot-back-in-business-thanks-to-json/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 04:03:12 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WellyRoadAlerts]]></category>

		<guid isPermaLink="false">http://blog.robin-marshall.net/wellyroadalerts-twitter-bot-back-in-business-thanks-to-json/</guid>
		<description><![CDATA[It seems AA have updated their site using the GeoSmart Mapping API. I noticed they use an AJAX request to grab a JSON encoded object that neatly describes all the information I need. The JSON object not only breaks the incident data down into component parts but also includes NZMG map coordinates so I can [...]]]></description>
			<content:encoded><![CDATA[<p>It seems AA have updated their site using the GeoSmart Mapping API. I noticed they use an AJAX request to grab a JSON encoded object that neatly describes all the information I need. The JSON object not only breaks the incident data down into component parts but also includes NZMG map coordinates so I can choose exactly the bounding box I want to capture alerts from.</p>
<p>This change actually made it easier to take the twitter bot from a flaky hack to something a bit more robust in just a few minutes. I&#8217;m not sure if they intended that when they built the new version of the site, but it shows how using a really simple format like JSON for data interchange can deliver mash-up potential.<br />
I hope AA don&#8217;t mind me scraping their data, if they do, they are welcome to get in touch.<br />
<a href="http://twitter.com/WellyRoadAlerts">http://twitter.com/WellyRoadAlerts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robin-marshall.net/webtech/wellyroadalerts-twitter-bot-back-in-business-thanks-to-json/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter as Mashup Message Queue</title>
		<link>http://blog.robin-marshall.net/webtech/twitter-as-mashup-message-queue/</link>
		<comments>http://blog.robin-marshall.net/webtech/twitter-as-mashup-message-queue/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 00:58:31 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[WellyRoadAlerts]]></category>
		<category><![CDATA[geospatial]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://blog.robin-marshall.net/?p=8</guid>
		<description><![CDATA[Trying to explain what&#8217;s cool about Twitter to a colleague yesterday, I put together a small script that scrapes the road alerts from AA Roadwatch and posts them to a twitter feed.
Why? Well Twitter is unique in that as well as being a social messaging platform, it also acts as a RSS/REST/SMS/IM gateway. I can [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to explain what&#8217;s cool about <a href="http://twitter.com" target="_blank">Twitter</a> to a colleague yesterday, I put together a small script that scrapes the road alerts from <a href="http://www.aaroadwatch.co.nz" target="_blank">AA Roadwatch</a> and posts them to a twitter feed.</p>
<p>Why? Well Twitter is unique in that as well as being a social messaging platform, it also acts as a RSS/REST/SMS/IM gateway. I can post a message using the web service, and anyone can receive it as an SMS/text message or in their IM client if they follow it. In a way, it can be seen as a message queue with a publisher and multiple subscribers.</p>
<p>The beauty of Twitter is that I could whip up a first version of the WellyRoadAlerts mashup in just 20 minutes, as most of the work has been done for me.</p>
<p>There are many other examples of this sort of mashup out there, but in the meantime, some Wellingtonians might find this useful.</p>
<p>Check it out: <a href="http://twitter.com/WellyRoadAlerts" target="_blank">http://twitter.com/WellyRoadAlerts<br />
</a></p>
<p>If you work for AA and don&#8217;t like me doing this, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robin-marshall.net/webtech/twitter-as-mashup-message-queue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
