<?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>Hackdiary &#187; javascript</title>
	<atom:link href="http://www.hackdiary.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackdiary.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Feb 2010 13:34:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google map of London with Flickr shape data overlaid</title>
		<link>http://www.hackdiary.com/2008/11/16/google-map-of-london-with-flickr-shape-data-overlaid/</link>
		<comments>http://www.hackdiary.com/2008/11/16/google-map-of-london-with-flickr-shape-data-overlaid/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 16:18:53 +0000</pubDate>
		<dc:creator>Matt Biddulph</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[dopplr]]></category>
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://www.hackdiary.com/2008/11/16/google-map-of-london-with-flickr-shape-data-overlaid/</guid>
		<description><![CDATA[Flickr place info now includes shape data for many places. See the Flickr code blog for more. We&#8217;ve correlated most of Dopplr&#8217;s places with Yahoo WOE IDs using Flickr&#8217;s reverse geocoder, so we can use this data too. As an experiment, I wrote some clientside code to overlay this shape data onto the maps we [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 3px; text-align: left;"><a title="photo sharing" href="http://www.flickr.com/photos/mbiddulph/3034389047/"><img style="border: 2px solid rgb(0, 0, 0);" src="http://farm4.static.flickr.com/3062/3034389047_2996e08e29.jpg" alt=""></a></div>
<p><a class="zem_slink" title="Flickr" rel="homepage" href="http://www.flickr.com/">Flickr</a> place info now includes shape data for many places. See <a href="http://code.flickr.com/blog/2008/10/30/the-shape-of-alpha/">the Flickr code blog</a> for more.</p>
<p>We&#8217;ve correlated most of Dopplr&#8217;s places with Yahoo WOE IDs using Flickr&#8217;s reverse geocoder, so we can use this data too. As an experiment, I wrote some clientside code to overlay this shape data onto the maps we use on Dopplr. Help yourself to the code if you want it: <a href="http://gist.github.com/25502">gist.github.com/25502</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackdiary.com/2008/11/16/google-map-of-london-with-flickr-shape-data-overlaid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dodgy SVG version of picdiary slides page</title>
		<link>http://www.hackdiary.com/2002/12/23/dodgy-svg-version-of-picdiary-slides-page/</link>
		<comments>http://www.hackdiary.com/2002/12/23/dodgy-svg-version-of-picdiary-slides-page/#comments</comments>
		<pubDate>Mon, 23 Dec 2002 13:32:00 +0000</pubDate>
		<dc:creator>Matt Biddulph</dc:creator>
				<category><![CDATA[foaf]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[wordnet]]></category>

		<guid isPermaLink="false">http://www.hackdiary.com/?p=11</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I felt it was time to learn a bit more about SVG and do some concrete work with it. I made a fairly simple SVG document that renders picdiary feeds. It parses the RSS and builds the page on the client-side using Jim Ley&#8217;s lovely <a href="http://jibbering.com/rdf-parser/">javascript rdf parser</a>.</p>
<p>Compare the <a href="http://www.picdiary.com/new/xcom">HTML version</a> to the <a href="http://www.picdiary.com/svg/pics.svg?rss=xcom.rss">SVG version</a>. There&#8217;s nothing in the SVG version that couldn&#8217;t be rendered in HTML; the interest was in doing the job entirely client-side.</p>
<p><span id="more-11"></span><br />
The system builds links into <a href="http://www.foafnaut.org">foafnaut</a> and my wordnet picture hierarchy when it finds appropriate metadata about a picture.</p>
<p>Jim&#8217;s parser page says the RDF parser needs at least version 5.5 to run under IE. Javascript in SVG is a pain to debug in mozilla; you don&#8217;t seem to be able to use mozilla&#8217;s javascript console or debugger.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackdiary.com/2002/12/23/dodgy-svg-version-of-picdiary-slides-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
