<?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>Ghostmonk Journal &#187; photography</title>
	<atom:link href="http://journal.ghostmonk.com/category/photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://journal.ghostmonk.com</link>
	<description>Pontificate, Obfuscate, Simplify and Reveal</description>
	<lastBuildDate>Mon, 18 Jan 2010 02:15:24 +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>Use Your Flickr Account as a Photo CMS</title>
		<link>http://journal.ghostmonk.com/writing_code/use_flickr_as_photo_cms/</link>
		<comments>http://journal.ghostmonk.com/writing_code/use_flickr_as_photo_cms/#comments</comments>
		<pubDate>Sun, 31 May 2009 18:28:28 +0000</pubDate>
		<dc:creator>ghostmonk</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Writing Code]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://journal.ghostmonk.com/?p=218</guid>
		<description><![CDATA[It is blindingly easy to use your Flickr account as a Photo Management system for a website.]]></description>
			<content:encoded><![CDATA[<p>It is blindingly easy to use your Flickr account as a Photo Management system for a website.</p>
<p>At it&#8217;s very simplest, create a new Flickr account, apply for a API key ( under Explore -&gt; Flickr Services ) and then make an HTTP call to one of the many services available through their API.</p>
<p>If all you want to do is load in your own images, then construct a simple URL using one of the following methods (or one of the hundreds available at <a title="Flickr Services" href="http://www.flickr.com/services/api/">Flickr Services</a>):<span id="more-218"></span></p>
<h3>Using <a title="Using Flickr PhotoSet API Method" href="http://www.flickr.com/services/api/flickr.photosets.getPhotos.html">flickr.photosets.getPhotos</a></h3>
<p>Useful for targeting a set of photos in your account directly, instead of sifting through all photos at once.<br />
You need your <a title="Find Your Flickr API Keys" href="http://www.flickr.com/services/api/keys/">API KEY</a> and a PHOTOSET ID</p>
<p><em>http://api.flickr.com/services/rest/?api_key=<strong>YOUR_API_KEY</strong>&amp;method=flickr.photosets.getPhotos&amp;photoset_id=<strong>YOUR_PHOTOSET_ID</strong></em></p>
<h3>Using <a title="Using Flickr Search API Method" href="http://www.flickr.com/services/api/flickr.photos.search.html">flickr.photos.search</a></h3>
<p>You can get all of your photos at once.<br />
You need your <a title="Find Your Flickr API Keys" href="http://www.flickr.com/services/api/keys/">API KEY</a> and your USER ID</p>
<p><em>http://api.flickr.com/services/rest/?api_key=<strong>YOUR_API_KEY</strong>&amp;method=flickr.photos.search&amp;user_id =<strong>YOUR_USER_ID</strong></em><br />
( note: You can find your user id <a title="Flickr user ID" href="http://www.flickr.com/services/api/explore/?method=flickr.people.getInfo">here</a>, when you are signed in )</p>
<p>The link you create will return simple XML response containing photo nodes with attributes that allow you to construct URLs to ascertain their source.</p>
<p><em>&lt;photo id=&#8221;2946128457&#8243; secret=&#8221;6h73g678j6&#8243; server=&#8221;2536&#8243; farm=&#8221;4&#8243; title=&#8221;I am a picture&#8221; isprimary=&#8221;0&#8243;/&gt;</em></p>
<p>The url takes the following format. Note that size can be one of the following values: &#8220;_m&#8221;, &#8220;_s&#8221;, &#8220;_t&#8221; or &#8220;_o&#8221;.</p>
<p><em>&#8220;http://farm&#8221; + <strong>photo.@farm</strong> + &#8220;.static.flickr.com/&#8221; + <strong>photo.@server</strong> + &#8220;/&#8221;+ <strong>photo.@id</strong> + &#8220;_&#8221;+ <strong>photo.@secret</strong> + <strong>size</strong> + &#8220;.jpg&#8221;</em></p>
<p>You can find more information <a title="Making a Flickr Photo URL" href="http://www.flickr.com/services/api/misc.urls.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://journal.ghostmonk.com/writing_code/use_flickr_as_photo_cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lounge Cat</title>
		<link>http://journal.ghostmonk.com/photoshop/lounge_cat/</link>
		<comments>http://journal.ghostmonk.com/photoshop/lounge_cat/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 15:43:49 +0000</pubDate>
		<dc:creator>ghostmonk</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[around the house]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[urban]]></category>

		<guid isPermaLink="false">http://journal.ghostmonk.com/random/lounge-cat/</guid>
		<description><![CDATA[Lounge Cat, originally uploaded by ghostmonk. Even the most annoying noisy cat on eart has to take a rest.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/ghostmonk/3431130737/" title="photo sharing"><img src="http://farm4.static.flickr.com/3583/3431130737_3995e88407.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/ghostmonk/3431130737/">Lounge Cat</a>, originally uploaded by <a href="http://www.flickr.com/people/ghostmonk/">ghostmonk</a>.</span>
</div>
<p>
Even the most annoying noisy cat on eart has to take a rest.</p>
]]></content:encoded>
			<wfw:commentRss>http://journal.ghostmonk.com/photoshop/lounge_cat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Friday Lucas</title>
		<link>http://journal.ghostmonk.com/photoshop/good_friday_lucas/</link>
		<comments>http://journal.ghostmonk.com/photoshop/good_friday_lucas/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 22:44:19 +0000</pubDate>
		<dc:creator>ghostmonk</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[around the house]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[lucas]]></category>
		<category><![CDATA[son]]></category>

		<guid isPermaLink="false">http://journal.ghostmonk.com/random/good-friday-lucas/</guid>
		<description><![CDATA[Lucas, originally uploaded by ghostmonk. I have resolved to take more photos&#8230; especially of Lucas.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/ghostmonk/3429479773/" title="photo sharing"><img src="http://farm4.static.flickr.com/3662/3429479773_dba1e08f9b.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/ghostmonk/3429479773/">Lucas</a>, originally uploaded by <a href="http://www.flickr.com/people/ghostmonk/">ghostmonk</a>.</span>
</div>
<p>
I have resolved to take more photos&#8230; especially of Lucas.</p>
]]></content:encoded>
			<wfw:commentRss>http://journal.ghostmonk.com/photoshop/good_friday_lucas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mother &amp; Son During Earth Hour</title>
		<link>http://journal.ghostmonk.com/photography/mother_son_earth_hour/</link>
		<comments>http://journal.ghostmonk.com/photography/mother_son_earth_hour/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 02:18:30 +0000</pubDate>
		<dc:creator>ghostmonk</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[earth hour]]></category>
		<category><![CDATA[mother]]></category>
		<category><![CDATA[night photo]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[son]]></category>

		<guid isPermaLink="false">http://journal.ghostmonk.com/random/mother-son-on-60-minute-earth-day/</guid>
		<description><![CDATA[Mother &#38; Son During Earth Hour, originally uploaded by ghostmonk.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/ghostmonk/3393291811/"><img style="border: solid 2px #000000;" src="http://farm4.static.flickr.com/3448/3393291811_941acf5d24.jpg" alt="" /></a></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/ghostmonk/3393291811/">Mother &amp; Son During Earth Hour</a>, originally uploaded by <a href="http://www.flickr.com/people/ghostmonk/">ghostmonk</a>.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://journal.ghostmonk.com/photography/mother_son_earth_hour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twisted Acropolis</title>
		<link>http://journal.ghostmonk.com/ether/twisted_acropolis/</link>
		<comments>http://journal.ghostmonk.com/ether/twisted_acropolis/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 13:57:00 +0000</pubDate>
		<dc:creator>ghostmonk</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Lost in the Ether]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[prose]]></category>
		<category><![CDATA[Den Haag]]></category>
		<category><![CDATA[Holland]]></category>

		<guid isPermaLink="false">http://journal.ghostmonk.com/random/social-media-and-twisting-facades/</guid>
		<description><![CDATA[Building in Den Haag, originally uploaded by ghostmonk. Standing at a busy intersection of a major city, allowing the light from the bright-red flashing advertisements to assail my retinas. What goes through the minds of each tunnel-visioned pedestrian as he or she scurries through the crowd? The cacophony blur of roaring motorists trickles through the [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/ghostmonk/2861676788/"><img style="border: 2px solid #000000;" src="http://farm4.static.flickr.com/3057/2861676788_1d1b740b7a.jpg" alt="" /></a><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/ghostmonk/2861676788/">Building in Den Haag</a>, originally uploaded by <a href="http://www.flickr.com/people/ghostmonk/">ghostmonk</a>.</span></div>
<p>Standing at a busy intersection of a major city, allowing the light from the bright-red flashing advertisements to assail my retinas. What goes through the minds of each tunnel-visioned pedestrian as he or she scurries through the crowd?</p>
<p>The cacophony blur of roaring motorists trickles through the mind. Brief snippets of cell phone conversations, emergency sirens and the general din of the city shivers through my physics. It&#8217;s a rogues gallery of pungent meat vendors and inconvenient beggars.<span id="more-149"></span></p>
<p>An impressive patchwork of thoughts, images and smells emitted by kings,  jesters, villains and saints. You can smell the exhale of the city, touch the anxieties of existence and hear the acute presence of death and life as it comes to terms with itself.</p>
<p>And now there are micro-worlds uncharted. They turn the system inside out, and expand in the opposite direction. A freudian dream come true. An open marketplace of freely accessable musings, insecurities, desires and vexations.</p>
<p>This landscape is complex, and each generation adds a new layer of tools to those used by the last &#8211; a self-generating exponential equation. A woven fabric, where each thread multiplies the possibility of the one laid beside.</p>
<p>The inner soul laid bare. Those intangible forces so real they start wars and build walls. They are now free to explore and cannabalise themselves like Ouroboros, and emerge anew with deeper understanding of the state of their own matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://journal.ghostmonk.com/ether/twisted_acropolis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
