<?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>Chris Bracken &#187; Photographs</title>
	<atom:link href="http://cbracken.com/blog/category/photographs/feed/" rel="self" type="application/rss+xml" />
	<link>http://cbracken.com/blog</link>
	<description>Weblog of Chris Bracken</description>
	<lastBuildDate>Wed, 10 Feb 2010 04:09:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Look At All The Pretty Pictures</title>
		<link>http://cbracken.com/blog/2005/08/05/look-at-all-the-pretty-pictures/</link>
		<comments>http://cbracken.com/blog/2005/08/05/look-at-all-the-pretty-pictures/#comments</comments>
		<pubDate>Fri, 05 Aug 2005 12:21:32 +0000</pubDate>
		<dc:creator>Chris Bracken</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Photographs]]></category>

		<guid isPermaLink="false">http://chrisbracken.com/blog/?p=23</guid>
		<description><![CDATA[So I moved my webpage and was all of a sudden faced with a deluge of emails from people who I never even knew read the thing.  Among those emails was a request from my amigo Chaffee requesting more pictures.  Seeing as I&#8217;d always wanted to play with the Flickr API, I requested [...]]]></description>
			<content:encoded><![CDATA[<p>So I moved my webpage and was all of a sudden faced with a deluge of emails from people who I never even knew read the thing.  Among those emails was a request from my amigo Chaffee requesting more pictures.  Seeing as I&#8217;d always wanted to play with the <a href="http://flickr.com/services/">Flickr API</a>, I requested an API Key and started hacking away at some <a href="http://php.net/">PHP</a>.  The end result is that on the left side of this page, you now get to see whatever happens to be the latest picture I&#8217;ve taken on my mobile phone.<span id="more-23"></span></p>
<p>The moment I take a picture with my cellphone, it gets emailed to the magical servers at <a href="http://flickr.com/">Flickr</a> and tagged with a title, some keywords, and a description.  The next time someone loads this page, a small PHP script in the innards of this site makes a <a href="http://www.w3.org/TR/soap/">SOAP</a> request to Flickr&#8217;s servers and retrieves an <a href="http://www.w3.org/XML/">XML</a> response.  This response is then parsed out and a URI to the thumbnail image on Flickr&#8217;s servers is generated which is then inserted into this page.  To improve performance a tiny bit, I avoid the overhead of the SOAP call every time this page is loaded by caching the response for five minutes and reading the cached XML if it&#8217;s available.</p>
<p>For those of you who are into <a href="http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html">RSS</a>, I&#8217;ve added a <a href="feed://flickr.com/services/feeds/photos_public.gne?id=37996625178@N01&#038;format=atom_03">Flickr feed</a> to my pictures in the HTML headers on this site.</p>
<p>My goal — and this is entirely for you, Chaffee — is to take at least one picture a day, which is far more ambitious a schedule than my posting to this page.  We&#8217;ll see how that works out.</p>
]]></content:encoded>
			<wfw:commentRss>http://cbracken.com/blog/2005/08/05/look-at-all-the-pretty-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
