<?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>danfoy photo (blog)</title>
	<atom:link href="http://www.danfoy.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danfoy.com/blog</link>
	<description>Blog of Dan Foy, a photography student at NTU</description>
	<lastBuildDate>Tue, 27 Sep 2011 21:14:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hello again &#8211; free wallpaper</title>
		<link>http://www.danfoy.com/blog/2011/09/hello-again-free-wallpaper/</link>
		<comments>http://www.danfoy.com/blog/2011/09/hello-again-free-wallpaper/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 21:14:55 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=110</guid>
		<description><![CDATA[The Internet connection to our house has been playing up for the last couple of weeks, so I&#8217;ve been unable to post anything on here (this is unrelated to how horrendously slow my site is running &#8211; been trying to get my host to sort that for a while now). It was mine and Kat&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The Internet connection to our house has been playing up for the last couple of weeks, so I&#8217;ve been unable to post anything on here (this is unrelated to how horrendously slow my site is running &#8211; been trying to get <a title="Z555 webhosting: great value, but occasionally very laggy" href="http://www.z555.com">my host</a> to sort that for a while now).</p>
<p>It was mine and Kat&#8217;s birthday last weekend, and we decided to go down to London on the Monday and Friday.  Kat took her &#8216;blad, and I took my <a title="Bronica SQ Series (see: SQ-A)" href="http://en.wikipedia.org/wiki/Bronica#SQ_series">Bronica</a>.  Shot off a couple of rolls of Fuji Pro 400H, which I got back earlier today.  As an apology for the lack of content on here for the past month or so, here&#8217;s a free grunge wallpaper from our London trip!  Taken somewhere near Whitechapel if memory serves.</p>
<p style="text-align: center;"><a href="http://www.danfoy.com/blog/wp-content/uploads/2011/09/danfoy_grunge1_1440.jpg" rel="fancybox-110"><img class="aligncenter size-large wp-image-111" title="danfoy_grunge1_1440" src="http://www.danfoy.com/blog/wp-content/uploads/2011/09/danfoy_grunge1_1440-1024x640.jpg" alt="Free Grunge Wallpaper" width="553" height="346" /></a></p>
<p>Click the image above for a better view, or right click and &#8216;save link as&#8217; or &#8216;download linked file&#8217; to save it to your machine.  It&#8217;s a 1440×900 file, as that&#8217;s the resolution of my 15&#8243; MacBook Pro&#8217;s screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/09/hello-again-free-wallpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing the WordPress wp-admin redirect problem</title>
		<link>http://www.danfoy.com/blog/2011/08/fixing-the-wordpress-wp-admin-redirect-problem/</link>
		<comments>http://www.danfoy.com/blog/2011/08/fixing-the-wordpress-wp-admin-redirect-problem/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 20:21:29 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=97</guid>
		<description><![CDATA[I recently encountered a problem whereby I became locked out of my own blog, where attempting to access the admin page for WordPress would redirect me to the page I came from.  Apparently this is quite a common (and infuriating) problem with WordPress blogs.  Considering this, I thought I would be able to find a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently encountered a problem whereby I became locked out of my own blog, where attempting to access the admin page for <a title="WordPress, the blogging platform that powers danfoy.com" href="http://www.wordpress.org">WordPress</a> would redirect me to the page I came from.  Apparently this is quite a common (and infuriating) problem with WordPress blogs.  Considering this, I thought I would be able to find a solution a lot quicker than I did.</p>
<p>Most of the advice online falls into one of 2 categories:</p>
<ol>
<li><strong>Login using [blogroot]/wp-login.php instead. </strong> This is the easiest method to try, as it doesn&#8217;t involve changing anything.  Once you&#8217;re logged in, you should be able to access your wp-admin dashboard without any problems.  If this doesn&#8217;t work, then the next most popular piece of advice seems to be:<strong><br />
</strong></li>
<li><strong>Backup and then delete the .htaccess file from your blog root.</strong>  .htaccess files are the usual method for managing redirects within WordPress, so this advice makes sense.</li>
</ol>
<p>It seems that a combination of these methods seems to resolve most peoples&#8217; problems.  However, neither worked for me.</p>
<p>It turned out that the problems that I was having were related to a faulty plugin.  Without access to the dashboard I was unable to disable my plugins, so I had to disable them via FTP instead.  If neither of the above methods work for you, try this:</p>
<ol>
<li>Login to your website via ftp, and navigate to /wp-content/.</li>
<li>Rename the /plugins/ folder to /plugins-backup/ or similar.  WordPress will be unable to detect them, and will deactivate them.</li>
<li>Attempt to login to WordPress using your usual method.  If your problems were due to a faulty plugin, you should now be able to log in.</li>
<li>Rename your /plugins-backup/ folder back to /plugins/.  Your plugins will remain deactivated on WordPress as a precaution.</li>
<li>You can now reactivate your plugins on WordPress one by one to find out which was the culprit.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/08/fixing-the-wordpress-wp-admin-redirect-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Develop Film in Coffee</title>
		<link>http://www.danfoy.com/blog/2011/07/how-to-develop-film-in-coffee/</link>
		<comments>http://www.danfoy.com/blog/2011/07/how-to-develop-film-in-coffee/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 13:38:11 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=84</guid>
		<description><![CDATA[A good friend linked me to this slightly unbelievable video, which demonstrates how to make a apparently very usable black and white film developer using just coffee, vitamin c power, water, and a little washing powder (via a post on Engadget). It looks incredibly simple, and the results that the narrator seems to achieve are [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="349" src="http://www.youtube.com/embed/zYjOqcbBEco" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://www.bzangygroink.co.uk/wordpress/" title="Jyoti Mishra's website">A good friend</a> linked me to this slightly unbelievable video, which demonstrates how to make a apparently very usable black and white film developer using just coffee, vitamin c power, water, and a little washing powder (via a <a href="http://www.engadget.com/2011/07/04/caffenol-turns-folgers-into-diy-film-developer-decaf-wont-do/">post on Engadget</a>).</p>
<p>It looks incredibly simple, and the results that the narrator seems to achieve are almost suspiciously good.  You&#8217;ll still need conventional store-bought fixing chemical, of course.</p>
<p>I have personally been paying around £18 a litre for <a href="http://www.ilfordphoto.com/products/product.asp?n=31&#038;t=Film+Developers">Ilfosol DD-X</a>.  I push practically all of the black and white that I shoot at least 2-3 stops, at which DD-X excels.  This home-made processing chemical (which users have apparently named &#8216;Caffenol&#8217;) might make it worth shooting a roll or two at ISO 200 or 400 just to see what sort of negatives it produces.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/07/how-to-develop-film-in-coffee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ed Miliband vs. Journalism</title>
		<link>http://www.danfoy.com/blog/2011/07/ed-miliband-vs-journalism/</link>
		<comments>http://www.danfoy.com/blog/2011/07/ed-miliband-vs-journalism/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 22:07:37 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=79</guid>
		<description><![CDATA[This isn&#8217;t directly photography related, but I&#8217;ve just got back from a holiday to Cyprus with my girlfriend and am still working through the stuff I took over there. I stumbled across this article on the Guardian through people linking to it on Facebook, and thought it was significant enough to post up on here. [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="349" src="http://www.youtube.com/embed/PZtVm8wtyFI?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>This isn&#8217;t directly photography related, but I&#8217;ve just got back from a holiday to Cyprus with <a href="http://www.orangeacid.net/katrina">my girlfriend</a> and am still working through the stuff I took over there.</p>
<p>I stumbled across <a href="http://www.guardian.co.uk/politics/2011/jul/01/ed-miliband-interviewer-shame-strike-soundbites">this article on the Guardian</a> through people linking to it on Facebook, and thought it was significant enough to post up on here.  It&#8217;s recommended reading and explains the context behind the video better than I could.</p>
<p>There is a difference between preparing responses to an interview, and trying to hijack an interview and turn it into a party broadcast.  This isn&#8217;t journalism.  If a politician doesn&#8217;t have the capacity to form coherent answers in an interview, then they have no business pretending to be a politician.  At best they might make a rather mediocre PR rep.</p>
<p>I do appreciate that the ConDem&#8217;s decision to systematically deconstruct the country is largely based on a report that Miliband&#8217;s party commissioned, but if he wanted his statement to have any sort of validity you would have thought he would have taken some sort of ownership over its delivery.  A written statement would at least have been a little less embarrassing.</p>
<p>This man could well be the only alternative to the Conservatives and the Lib Dems at the next election.  How depressing is that.  I don&#8217;t really think that attempting to make a choice out of those options really constitutes a &#8216;democracy&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/07/ed-miliband-vs-journalism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Booklets on Mac (and why I don&#8217;t like workbooks)</title>
		<link>http://www.danfoy.com/blog/2011/06/print-booklets-on-mac-and-why-i-dont-like-workbooks/</link>
		<comments>http://www.danfoy.com/blog/2011/06/print-booklets-on-mac-and-why-i-dont-like-workbooks/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 19:33:46 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=76</guid>
		<description><![CDATA[I was at Download Festival over the weekend (it was aweeesomeee), and this week have been attempting to blog for Creative Nottingham, despite an apparent lack of anything creative happening in Nottingham this week (apart from the degree shows, which are being covered by someone else). With that out of the way, I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>I was at <a href="http://www.downloadfestival.co.uk/2011/index.aspx">Download Festival</a> over the weekend (it was aweeesomeee), and this week have been attempting to blog for <a href="http://www.creativenottingham.com/">Creative Nottingham</a>, despite an apparent lack of anything creative happening in Nottingham this week (apart from the degree shows, which are being covered by someone else).</p>
<p>With that out of the way, I wanted to share something I discovered at the end of last term &#8211; <a href="http://www.macupdate.com/app/mac/21068/create-booklet-pdf-service">a service for Macs that creates a PDF booklet layout from any document</a>. (feel free to ignore the rest of this post.  <a href="http://www.macupdate.com/app/mac/21068/create-booklet-pdf-service">That link</a> is all you need to print booklets.)</p>
<p>I don&#8217;t like making traditional &#8216;workbooks&#8217; &#8211; you know, the ones where you document your progress, stick in your contact sheets and test prints, and talk about your influences.  Don&#8217;t get me wrong &#8211; I enjoy reading them, and they&#8217;re a good as a concept&#8230; it&#8217;s the execution that I have a problem with.  They&#8217;re supposed to show development and provide justification and influences for what you&#8217;ve done.  Which is great.</p>
<p>But it never seems to work out that way, and the act of creating the workbook seems to dominate the project &#8211; it becomes more about creating a workbook that&#8217;s very markable and grade-able, rather than creating a good body of work.  That has been my experience with them, anyway.  I&#8217;m sure that there are people that create workbooks as they go along, and use it as a documentary on the project rather than something that you do to jump through marksheet-criteria hoops.  Having said that, I know plenty of people who simply fake their workbook at the end of the project, which IMHO misses the point.</p>
<p>Personally, I prefer to word-process an extended statement about the body of work that I&#8217;ve created, and then print it out as a booklet.  In the past I&#8217;ve then had these spiral bound at the print shop at uni.  For the sake of about £2, it&#8217;s a tidy way to provide some context for what you&#8217;ve been working on.  For my last project, however, I ran out of time and knew that I wouldn&#8217;t be able to get to the print shop before my crit.</p>
<p>This probably isn&#8217;t something that you&#8217;d know if you haven&#8217;t tried to print of a booklet using more than one sheet of A4 before, but it&#8217;s basically impossible to print out a multi-page booklet from whatever program you happen to be using.  AFAIK, it isn&#8217;t possible with Word, Pages, Publisher&#8230; whatever.  With <a href="http://www.macupdate.com/app/mac/21068/create-booklet-pdf-service">this download</a>, all you need to do is print out the PDF document that is outputted on a printer capable of printing double-sided, and staple it in the middle.  Simple.</p>
<p>It has taken me a loooong time to figure out how to do this, which is all the more embarrassing considering how simple &#8216;Create Booklet PDF Service&#8217; makes it.  Anyone who read that rant has more than earnt the right to benefit from my struggles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/06/print-booklets-on-mac-and-why-i-dont-like-workbooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Josef Pascoe &#8211; Retribution (NSFW)</title>
		<link>http://www.danfoy.com/blog/2011/06/josef-pascoe-retribution-nsfw/</link>
		<comments>http://www.danfoy.com/blog/2011/06/josef-pascoe-retribution-nsfw/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 17:09:21 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=69</guid>
		<description><![CDATA[Yesterday was my end-of-term assessment. At NTU these are done as full-group critiques, in which each student shares his/her work with everyone else in his/her group &#8211; usually around 12-15 students, plus a tutor &#8211; for feedback. My final prints are 16&#215;12&#8243;, which is too big to scan. So, instead, I&#8217;ve decided to post up [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="480" src="http://www.youtube.com/embed/zszt4Emz3rQ?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Yesterday was my end-of-term assessment.  At NTU these are done as full-group critiques, in which each student shares his/her work with everyone else in his/her group &#8211; usually around 12-15 students, plus a tutor &#8211; for feedback.</p>
<p>My final prints are 16&#215;12&#8243;, which is too big to scan.  So, instead, I&#8217;ve decided to post up something else that was in my crit: <a href="http://www.youtube.com/watch?v=zszt4Emz3rQ">Retribution</a> by <a href="http://cargocollective.com/josefpascoe">Josef Pascoe</a>.  <a href="http://www.danfoy.com/projects/projection/">My work from last term</a> was also in the form a video (albeit something completely different), so I can appreciate the sort of workload shooting something like this entails.  This is also apparently his first time he&#8217;s done a video project for uni, which makes it even more impressive.</p>
<p>Beautiful aesthetics (the lighting and colour in particular are great), beautifully edited, and sick music.  Contains nudity and erotic dancing, though, so NSFW.</p>
<p>Simon Dunn also created <a href="http://www.youtube.com/watch?v=9eTcmak-Lps">a video with an interesting concept</a>, although he isn&#8217;t in my group so I didn&#8217;t get to hear the context behind it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/06/josef-pascoe-retribution-nsfw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Further adventures with film</title>
		<link>http://www.danfoy.com/blog/2011/05/further-adventures-with-film/</link>
		<comments>http://www.danfoy.com/blog/2011/05/further-adventures-with-film/#comments</comments>
		<pubDate>Mon, 30 May 2011 13:21:49 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=54</guid>
		<description><![CDATA[Project work has sort of taken a sideline to essay work recently, but with my essay now handed in I can spend the next (and final) week on my film project.  I was supposed to be out taking photos today, but thus far the skies have been really boring and I&#8217;m down to my last [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-55" title="danfoy_20110527_002" src="http://www.danfoy.com/blog/wp-content/uploads/2011/05/danfoy_20110527_002.jpg" alt="Victoria Centre flats, Nottingham" width="600" height="536" /></p>
<p>Project work has sort of taken a sideline to essay work recently, but with my essay now handed in I can spend the next (and final) week on my film project.  I was supposed to be out taking photos today, but thus far the skies have been really boring and I&#8217;m down to my last roll of film.  I&#8217;m waiting another hour or two and if the skies don&#8217;t clear up then I&#8217;m just going to have to do with overcastness and hope that the rest of my film arrives in the post tomorrow.</p>
<p>I&#8217;m still taking photos of residential towers, but I&#8217;ve found that using large format is prohibitively time consuming, not to mention slow, and time consuming.  And expensive.  I&#8217;ve found that it&#8217;s actually really nice to work with if you have plenty of time on your hands, so I&#8217;m going to try and persuade uni to let me take out <a href="http://camera-wiki.org/wiki/MPP">an MPP</a> over summer &#8211; you know, for if a situation arises in which I have loads of money and time.</p>
<p>Because of having to spend an awful lot of time on essays and stuff recently, I&#8217;ve been shooting a lot of medium format instead of large.  But I&#8217;m now out of medium format film, and I&#8217;ve been shooting a lot of stuff like this, which isn&#8217;t really relevant to my project:</p>
<p><a href="http://www.danfoy.com/blog/wp-content/uploads/2011/05/danfoy_20110527_004.jpg" rel="fancybox-54"><img class="aligncenter size-full wp-image-60" title="danfoy_20110527_004" src="http://www.danfoy.com/blog/wp-content/uploads/2011/05/danfoy_20110527_004.jpg" alt="Victoria Centre Flats, Nottingham" width="600" height="800" /></a>&#8230;amongst other things, such as photos of Kat&#8217;s friend Kim eating, and Kat herself being very ill, neither of whom would appreciate having the photos stuck online.</p>
<p>&#8230;or maybe I will include it, I don&#8217;t know.  At least when I print it myself in the darkroom it won&#8217;t have those damn marks all over the sky.  Uni really should clean their scanners more often.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/05/further-adventures-with-film/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>US Government&#8217;s &#8216;war on cameras&#8217;</title>
		<link>http://www.danfoy.com/blog/2011/05/us-governments-war-on-cameras/</link>
		<comments>http://www.danfoy.com/blog/2011/05/us-governments-war-on-cameras/#comments</comments>
		<pubDate>Fri, 27 May 2011 20:12:47 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=58</guid>
		<description><![CDATA[I discovered this video regarding the laws surrounding photography in public places by Reason.tv via PetaPixel.  If anyone reading this has a serious interest in photography and isn&#8217;t already following PetaPixel, I highly recommend it.  They&#8217;re a very active blog, and their posts are universally pretty interesting. The video is completely US-centric, but it&#8217;s still [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="349" src="http://www.youtube.com/embed/LY0MUARqisM?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>I discovered this video regarding the laws surrounding photography in public places by <a title="Reason TV homepage" href="http://reason.tv/">Reason.tv</a> via <a title="PetaPixel article on Reason TV's article" href="http://www.petapixel.com/2011/05/27/the-governments-war-on-cameras/">PetaPixel</a>.  If anyone reading this has a serious interest in photography and isn&#8217;t already following PetaPixel, I highly recommend it.  They&#8217;re a very active blog, and their posts are universally pretty interesting.</p>
<p>The video is completely US-centric, but it&#8217;s still an interesting video to watch, exploring the realities of the laws in America regarding photography in public places, and how myths arise that are taken as law but aren&#8217;t actually grounded in anything.  Well worth eight and a half minutes of your time if you&#8217;re into this sort of thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/05/us-governments-war-on-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fabienne Cherisma</title>
		<link>http://www.danfoy.com/blog/2011/05/fabienne-cherisma/</link>
		<comments>http://www.danfoy.com/blog/2011/05/fabienne-cherisma/#comments</comments>
		<pubDate>Wed, 25 May 2011 14:58:59 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=49</guid>
		<description><![CDATA[I&#8217;m in the process of writing my final second year essay &#8211; a 3000 word affair based on the content of lectures, seminars and workshops over the course of the term.  I&#8217;ve decided to write my essay on the role of photography as a truthful medium when regarding images of war, the intolerable, and the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of writing my final second year essay &#8211; a 3000 word affair based on the content of lectures, seminars and workshops over the course of the term.  I&#8217;ve decided to write my essay on the role of photography as a truthful medium when regarding images of war, the intolerable, and the barbaric.</p>
<p>Two of the images I&#8217;ve decided to use regard a photograph of a 15 year old Haitian who was shot dead by police for the looting of two plastic chairs and three framed pictures.  The photograph, by Paul Hansen, won a Swedish award for best international news image.  Aside from the obvious controversy surrounding a photograph of a dead teenager winning an award, the image has recently received additional criticism in light of the existence of a photograph by another photographer named Nathan Weber, who photographed the girl from the opposite side, showing a group of photographers crowded round her.</p>
<p>The award has been put into question &#8211; why should Hansen&#8217;s photograph have received an award when, clearly, numerous other photographers may have captured almost identical images?  It turns out that photographs taken by other photographers at the time have also won awards from separate bodies.</p>
<p>I have included the photographs below for your considerations:</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.danfoy.com/blog/wp-content/uploads/2011/05/cherisma1.jpg" rel="fancybox-49"><img class="size-full wp-image-50" title="Fabiene Cherisma by Paul Hansen" src="http://www.danfoy.com/blog/wp-content/uploads/2011/05/cherisma1.jpg" alt="Fabiene Cherisma by Paul Hansen" width="550" height="366" /></a><p class="wp-caption-text">Fabiene Cherisma by Paul Hansen</p></div>
<div id="attachment_51" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.danfoy.com/blog/wp-content/uploads/2011/05/cherisma2.jpg" rel="fancybox-49"><img class="size-full wp-image-51" title="Fabiene Cherisma by Nathan Weber" src="http://www.danfoy.com/blog/wp-content/uploads/2011/05/cherisma2.jpg" alt="Fabiene Cherisma by Nathan Weber" width="550" height="367" /></a><p class="wp-caption-text">Fabiene Cherisma by Nathan Weber</p></div>
<p>You can r<a href="http://www.petapixel.com/2011/03/29/debate-over-fabienne-cherisma-photo-rekindled-after-award-given/">ead further information on this topic over at PetaPixel</a>, from which the two photographs above are taken.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/05/fabienne-cherisma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Prodigy &#8211; World&#8217;s on Fire DVD</title>
		<link>http://www.danfoy.com/blog/2011/05/the-prodigy-worlds-on-fire-dvd/</link>
		<comments>http://www.danfoy.com/blog/2011/05/the-prodigy-worlds-on-fire-dvd/#comments</comments>
		<pubDate>Wed, 25 May 2011 11:17:04 +0000</pubDate>
		<dc:creator>danfoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.danfoy.com/blog/?p=43</guid>
		<description><![CDATA[On a note completely unrelated to photography, the DVD/Blu-Ray+CD of The Prodigy&#8217;s biggest ever gig came out on Monday.  Kat and I bought it because we were there at the event, but for anyone who likes The Prodigy it will be money well spent. One moment that I found particularly hilarious: You can buy the [...]]]></description>
			<content:encoded><![CDATA[<p>On a note completely unrelated to photography, the DVD/Blu-Ray+CD of <a href="http://www.warriorsdancefestival.com/">The Prodigy&#8217;s biggest ever gig</a> came out on Monday.  Kat and I bought it because we were there at the event, but for anyone who likes The Prodigy it will be money well spent.</p>
<p>One moment that I found particularly hilarious:</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/Jo_IYpKzCCY?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>You can buy the DVD/Blu-Ray+CD as a combo bundled with merch from <a href="http://www.theprodigystore.com/home.jsp?CategoryPK=unittest-6Pv9zf1vLGT9XRVhqN3IEb-1142">The Prodigy store</a>, or alternatively you can get the discs standalone for slightly cheaper from <a href="http://www.amazon.co.uk/s/?ie=UTF8&amp;keywords=prodigy+worlds+on+fire&amp;tag=googhydr-21&amp;index=aps&amp;hvadid=8200943636&amp;ref=pd_sl_4q0yrjqp2_b">Amazon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danfoy.com/blog/2011/05/the-prodigy-worlds-on-fire-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

