<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Photocritic photography blog</title>
	
	<link>http://photocritic.org</link>
	<description>The Photocritic DIY photography projects blog</description>
	<lastBuildDate>Sun, 07 Feb 2010 14:00:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Photocritic" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="photocritic" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Building a laser trigger for your camera</title>
		<link>http://photocritic.org/camera-laser-trigger/</link>
		<comments>http://photocritic.org/camera-laser-trigger/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:17:37 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2675</guid>
		<description><![CDATA[There are loads of reasons for why you could want to trigger your camera remotely &#8211; to avoid camera shake, for example, or to be able to take a photograph of yourself without having to rely on a timer. If you want to build more ambitious projects, however, you may have to consider getting more [...]]]></description>
			<content:encoded><![CDATA[<p>There are loads of reasons for why you could want to trigger your camera remotely &#8211; to avoid camera shake, for example, or to be able to take a photograph of yourself without having to rely on a timer. If you want to build more ambitious projects, however, you may have to consider getting more exotic. </p>
<p>I recently built a little device which triggers my camera whenever a laser beam is broken &#8211; It&#8217;s about as simple an electronics project as you can pull off, but it&#8217;s going to form the base of a couple of other cool projects I&#8217;ll be working on going forward (stay tuned&#8230;), so I figured I&#8217;d do a quick post explaining how I did this. <span id="more-2675"></span></p>
<p><div class="adsensedeluxead"><script type="text/javascript"><!--
google_ad_client = "pub-0188057227511508";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-04-25: Photocritic
google_ad_channel = "5345072929";
google_color_border = "FF0000";
google_color_bg = "FFFFFF";
google_color_link = "FF0000";
google_color_text = "FBCE59";
google_color_url = "B3B3B3";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></p>
<h2>Talking to the camera</h2>
<div id="attachment_2682" class="wp-caption alignleft" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/remote-plug.jpg"><img src="http://images.photocritic.org/uploads/2010/02/remote-plug-300x199.jpg" alt="" title="remote-plug" width="300" height="199" class="size-medium wp-image-2682" /></a><p class="wp-caption-text">This looks a lot like a headphone jack, but it isn't - headphone jacks are 3.5mm, this is 2.5mm. </p></div>
<p>Even though it isn&#8217;t strictly necessary, I decided to use my Arduino (check out <a href="http://arduino.cc">Arduino.cc</a>) as the base for this project. </p>
<p>I say &#8216;not necessary&#8217; because you <a href="http://blog.makezine.com/archive/2007/08/diy_remote_camera_trigger.html">can build this project using just electronic components</a>, which makes it all a lot simpler &#8211; however, what I really wanted to do is to build a base on which I can build further in the future. If you want to get more advanced, it becomes a lot easier to use a programmable micro-controller like the Arduino, so I figured I may as well start where I mean to continue. </p>
<div id="attachment_2683" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/remote-wires.jpg"><img src="http://images.photocritic.org/uploads/2010/02/remote-wires-300x230.jpg" alt="" title="remote-wires" width="300" height="230" class="size-medium wp-image-2683" /></a><p class="wp-caption-text">I stripped the wires from the remote lead. Connecting green and red triggers the camera. </p></div>
<p>To interface with the camera, I decided to keep things as simple as possible, and I used the 2.5mm jack port on the side of my Canon EOS 450D. If your camera has a different remote control port, you should still be able to use the tips described in this post, but you&#8217;ll have to source the actual plug yourself. </p>
<p>Using the remote control port has several advantages, the biggest of which is that it&#8217;s really easy to trigger the camera this way. All you need to do is to make a connection between two wires! I bought a couple of cheap remote controls from China and used one of &#8216;em to interface with my camera, but you can go into your local electronics store to pick up a 2.5mm jack for next to no money&#8230;</p>
<h2>Triggering the camera with the Arduino</h2>
<p>This is the most important part of this mini-project: As soon as you can trigger the camera with the Arduino, only your imagination will stop you from coming up with ways of using this. Because the Arduino will accept input from any number of sources, you can program it to take photos in just about any circumstance imaginable. Just a few ideas:</p>
<ul>
<li><strong>Motion sensor</strong> (trigger the camera when it senses movement)</li>
<li><strong>Heat sensor</strong> (take a picture when the)</li>
<li><strong>Sound sensor</strong> (take a picture when the dog barks or the phone rings)</li>
<li><strong>Telephone trigger</strong> (Hook up the arduino to a mobile phone. Call or SMS the mobile phone to take a picture)</li>
<li><strong>Timelapse photography</strong> (Program the Arduino to take a photo every minute)</li>
</ul>
<p>There are a few different ways you can use the Arduino to trigger the camera &#8211; I considered using a relay, but the problem is that even very fast relays are quite slow, so I decided to use a transistor instead: </p>
<div id="attachment_2678" class="wp-caption aligncenter" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/camera-trigger.jpg"><img src="http://images.photocritic.org/uploads/2010/02/camera-trigger-300x95.jpg" alt="" title="camera-trigger" width="300" height="95" class="size-medium wp-image-2678" /></a><p class="wp-caption-text">You! At the back! no sniggering at my atroceous schematic drawing skills!</p></div>
<p>The Arduino sends a signal to the transistor, which connects the two leads leading to the camera, which triggers the camera. </p>
<div id="attachment_2692" class="wp-caption aligncenter" style="width: 560px"><a href="http://images.photocritic.org/uploads/2010/02/picture-trigger.jpg"><img src="http://images.photocritic.org/uploads/2010/02/picture-trigger.jpg" alt="" title="picture-trigger" width="550" height="314" class="size-full wp-image-2692" /></a><p class="wp-caption-text">Forgive the rubbish picture - I was prototyping, so it's less than clear what's going on here. The important bits are in the schematic above. Honest, it's piss easy. </p></div>
<h2>Getting the laser trigger to work</h2>
<p>I hooked up a LDR (Light-dependent resistor) with a pull-down resistor to ensure that it wouldn&#8217;t trigger randomly to the analog sensor pin 0 on the Arduino. The programme uploaded to the Arduino is as follows:</p>
<pre>
 int sensorPin = 0;
 int sensorValue = 0;
 int cameraTrigger =  13; 

 void setup() {
   pinMode (cameraTrigger, OUTPUT); }

 void loop() {
   sensorValue = analogRead(sensorPin);
   if (sensorValue > 700) {
// trigger is quite low, might need to be higher in daylight
     digitalWrite (cameraTrigger, LOW);
   }
   else
   {
     digitalWrite (cameraTrigger, HIGH);
     delay(10);
     digitalWrite (cameraTrigger, LOW);
	 delay(1000); // Take max 1 pic per second
   }
 }
</pre>
<p>&nbsp;</p>
<div id="attachment_2680" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2010/02/ldr-schematic.jpg"><img src="http://images.photocritic.org/uploads/2010/02/ldr-schematic-300x174.jpg" alt="" title="ldr-schematic" width="300" height="174" class="size-medium wp-image-2680" /></a><p class="wp-caption-text">Pull-down resistor to ensure true readings, and a LDR to do the actual light measuring. </p></div>
<p>With the arduino all programmed, I just had to add the LDR. </p>
<p>Now, I rigged up a laser module aimed at the LDR, and I checked what the common sensor values were &#8211; turns out that it drops to about 200 when the laser beam wasn&#8217;t hitting the sensor, and goes up to about 900 or so when it is hitting the sensor. I set the sensor trigger to about 700 to give me some leeway. </p>
<p>In the above snippet of code, the interesting stuff happens in the loop: Basically, it checks if the sensor has gone &#8216;dark&#8217;. If it hasn&#8217;t, it simply checks again. </p>
<div id="attachment_2681" class="wp-caption alignleft" style="width: 160px"><a href="http://images.photocritic.org/uploads/2010/02/ldr.jpg"><img src="http://images.photocritic.org/uploads/2010/02/ldr-150x150.jpg" alt="" title="ldr" width="150" height="150" class="size-thumbnail wp-image-2681" /></a><p class="wp-caption-text">The bright pink bit in the photo here is the laser beam hitting the LDR. </p></div>
<p>If the Arduino detects that the sensor has gone &#8216;dark&#8217;, it triggers the camera for 10 milliseconds, then untriggers it. This is to ensure that the camera doesn&#8217;t continue taking photos for the duration of the beam being broken &#8211; I have my camera set to &#8216;one shot&#8217; anyway, but by adding this line of code, it should still work if the camera is set to continuous shooting when the shutter button is held down. </p>
<p>When the Arduino detects a broken beam, it takes a photo, then waits for a second, before checking for a broken beam again. If it&#8217;s still broken, it&#8217;ll take another photo and then waits another second.</p>
<h2>Does it even work?</h2>
<p>Yup. But a video says more than a thousand words so check &#8216;er out:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/g3lgVZBmGA4&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/g3lgVZBmGA4&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>(forgive the crummy video quality, but you get the idea)</p>
<h2>So, er, what the hell can you use this for?</h2>
<p>It&#8217;s all a little bit theoretical at this point, because I haven&#8217;t actually used the trigger for anything useful yet. For one thing, it&#8217;s not very portable yet, but I&#8217;m planning to take a version of this and solder it all together so it&#8217;s a bit more sturdy. At least I know it works, which was the purpose of the exercise. </p>
<p>I have a couple of fantastic ideas for how I can create some pretty cool projects where the camera can just stand there and take photos automatically. Think birds on a bird-feeder, people walking through a doorway, balls in flight, etc.  </p>
<p>If you plan to use the kit to take people by surprise, you may have to hide the lasers away a bit better. In a cleanish room, the red laser is pretty much invisible anyway (although it shows up in specs of dust etc), but if you want the sensor to be completely invisible, you can just use an IR laser instead &#8211; it&#8217;ll make it invisible to the naked eye. </p>
<h2>Disclaimer</h2>
<p>I haven&#8217;t broken my own camera equipment doing any of this, but if you balls things up, there&#8217;s a good chance you might. Be careful, know what you&#8217;re doing, and don&#8217;t come running to me if you blow up your camera, please!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/0s0caBR4NzQiN9NSLJUiztKpL7o/0/da"><img src="http://feedads.g.doubleclick.net/~a/0s0caBR4NzQiN9NSLJUiztKpL7o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0s0caBR4NzQiN9NSLJUiztKpL7o/1/da"><img src="http://feedads.g.doubleclick.net/~a/0s0caBR4NzQiN9NSLJUiztKpL7o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=CEzxkc8uWow:aEtJrFiLL5Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=CEzxkc8uWow:aEtJrFiLL5Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=CEzxkc8uWow:aEtJrFiLL5Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=CEzxkc8uWow:aEtJrFiLL5Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=CEzxkc8uWow:aEtJrFiLL5Y:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=CEzxkc8uWow:aEtJrFiLL5Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=CEzxkc8uWow:aEtJrFiLL5Y:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=CEzxkc8uWow:aEtJrFiLL5Y:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/CEzxkc8uWow" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/camera-laser-trigger/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Protecting your copyright in a digital world</title>
		<link>http://photocritic.org/copyright-dmca/</link>
		<comments>http://photocritic.org/copyright-dmca/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 17:39:34 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Opinions and Rants]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2655</guid>
		<description><![CDATA[Hi. I&#8217;m Haje. I&#8217;m a writer and a photographer. I am probably not the best writer in the world, and I&#8217;m certainly not the best photographer in the world. And yet, I make my living as a writer, which means that I&#8217;m good enough that quite a few editors and publishers out there think that [...]]]></description>
			<content:encoded><![CDATA[<p>Hi. I&#8217;m Haje. I&#8217;m a writer and a photographer. I am probably not the best writer in the world, and I&#8217;m certainly not the best photographer in the world. And yet, I make my living as a writer, which means that I&#8217;m good enough that quite a few editors and publishers out there think that it is worth paying me money to write. </p>
<p>A lot of my writing goes into magazines and books, but I also do a lot of writing for free, especially here on Photocritic. Why? Well, I have a lot of words in me which are pining to escape, and I rather like having an outlet where I am my own editor: I decide what gets published, what gets said etc. And I take a perverse pleasure from looking at the statistics. Put together, my top 3 most-read articles (<a href="http://photocritic.org/artsmoke-photographing-smoke/">smoke photography</a>, <a href="http://photocritic.org/macro-photography-on-a-budget/">macro photography</a> and <a href="http://photocritic.org/top-50-photo-websites/">top 50 websites</a>) have been read more than a million times. That&#8217;s a lot of people reading what I have to say about photography. </p>
<p>Of course, whilst the content on Photocritic is &#8216;free as in beer&#8217; for my end users, I do enjoy some benefits from running a moderately successful blog. My books are selling quite well, which is at least in part because people become aware of me and my blog. I make enough money via Google AdSense to pay for my hosting costs and to buy a bottle of beer every few weeks&#8230; And, well, I enjoy the fact that people are reading and commenting on my stuff: Without my blog, I wouldn&#8217;t have nearly as big an audience, and I enjoy the feeling of being &#8216;on the pulse&#8217; of the photography community across the internet. </p>
<p>When people steal my content on the internet, I get very angry. At some point, I decided to fight back. This post explains why and how.<span id="more-2655"></span></p>
<p><!--adsense--></p>
<h2>You&#8217;re not just going to rant, aren&#8217;t you?</h2>
<p>Well yeah, pretty much. Sorry. But I&#8217;ve learned a lot from fighting copyright theft throughout the years, so if you want the actually useful advice, scroll down to the picture which reads &#8216;USEFUL ADVICE&#8217; in a crazy blue hand-writing font. Scroll down. You can&#8217;t miss it. Crazily enough, that&#8217;s where the, er, useful advice starts. </p>
<h2>What is copyright?</h2>
<p>I know that there are a lot of people who are fiercely against copyright &#8211; who feel that music should be freely available, that all software should be downloadable, and that people protecting their copyright are devils. If you are among those people, you&#8217;re probably not going to like this post much, but stick with me &#8211; or at least read &#8216;How copyright infringement harms me&#8217;, below. </p>
<p>Copyright is really quite simple: Whenever you create something, copyright is also created. This happens completely automatically: you don&#8217;t have to register your copyright, you don&#8217;t have to stick the silly little &copy; symbol on your work, and you don&#8217;t have to stand next to the master copy of your copyrighted work with <a href="http://en.wikipedia.org/wiki/Katana">a katana</a> and a grim look on your face to make people understand that something is copyrighted. In fact, it&#8217;s usually more correct to assume that something <em>is</em> copyrighted. </p>
<p>Whilst most of the words I&#8217;m typing now are in the dictionary (unless I mispell them, in which case they wouldn&#8217;t be in the dictionary, but that&#8217;s a different point altogether), the order I choose to put them in is my &#8216;creation&#8217;. This creation is something that belongs to me: I have the right to decide who gets to use these words, for what, and under which conditions. I can decide that everyone who reads it would have to give me a cookie or a copy of Wired magazine, for example. Nobody would, of course, but that&#8217;s not the point: I get to decide. </p>
<p>I am creating something that is my property, and if someone decides to copy this and upload it elsewhere, my property is being &#8217;stolen&#8217;. </p>
<p>There are ways of losing your copyright, but (in the UK, at least) all of them involve signing a piece of paper. Your work contract, if you are a journalist, might assign the work you produce to the copyright. Wiley Publishing published my first book, but I have a contract which stipulates what they are allowed and not allowed to do with the words I have written, and how much money they owe me if someone decides to make &#8216;Macro Photography: The Movie&#8217;. (No, seriously. Movie rights is part of my contract.)</p>
<p>If my good friend <a href="http://maxwellander.ca/max/">Maxwell Lander</a> (link not always safe for work) asked me nicely if he could use one of my articles on his site, I can grant him permission (in effect, I would be extending a licence to his site), or deny his request. The copyright would still be mine, so if someone found my article on his site, and wanted to re-use it elsewhere, they would have to come back to the copyright holder (myself) to ask for permission before re-using it. </p>
<h2>Copyright vs. other types of theft</h2>
<p>The problem with copyright &#8216;theft&#8217; is that it isn&#8217;t analogous to other types of thieving. If you were to steal my laptop, it is easy to understand why I would be upset: I don&#8217;t have a laptop anymore, and you have my laptop: You have clearly deprived me of something that used to be &#8216;mine&#8217;. Short of going all <a href="http://en.wikipedia.org/wiki/Property_is_theft!">Proudhonesque</a>, I think most people can agree that it&#8217;s &#8216;wrong&#8217; to take something which belongs to somebody else. Copyright is often more difficult to understand for people. </p>
<p>If I have bought a copy of Mark Helprin&#8217;s Refiners Fire, and I&#8217;ve finished reading it, you might ask me to borrow it. I&#8217;ll lend it to you, of course, because I think <a href="http://bit.ly/51nPCP">everybody should read Refiners Fire</a>. As far as Helprin is concerned, nothing bad has happened: I have bought the copy of the book, and I&#8217;m allowed to do whatever I want with it. I can set it on fire. I can read it every week for the next 15 years. I can give it away via BookMooch, sell it on eBay, or lend it to my friends, if I want. No problem here. </p>
<p>If I have bought a copy of The Decemberists&#8217; Castaways and Cutaways, I could do much of the same: I can lend it to my housemate, sell it to a friend, or throw it away when I&#8217;m tired of it. I can even transfer it to another medium: At the moment, I&#8217;m listening to that very album on my laptop, where it lives in glorious, high-quality M4A format. The &#8216;loophole&#8217; here is that I still have the CD: I can see it from here. If I were to sell the CD, however, I&#8217;d be in trouble: The CD is the &#8216;licence&#8217; for me to listen to the music. </p>
<p>In both the above situations, I have made a physical purchase. If I were to photocopy the book for a friend (never mind that it would probably be more expensive to copy the book than to just order another copy from Amazon or something), I&#8217;ve made a transgression. If I were to give a copy of the CD, I&#8217;m in the wrong. It&#8217;s pretty easy to understand, too: When I make a copy of a CD or a book, I&#8217;m depriving the artist/writer of royalties. As a (struggling) writer myself, I can see how that is upsetting.</p>
<p>Where it gets more complicated, is how I routinely give away my content for free (you&#8217;re reading my blog now, aren&#8217;t you? Did you pay? Of course not, and I don&#8217;t expect you to), but still be upset when someone steals it? You can&#8217;t steal something that&#8217;s free, can you?</p>
<h2>How copyright infringement harms me</h2>
<div class="wp-caption alignright" style="width: 250px"><img alt="" src="http://farm3.static.flickr.com/2682/4189351153_4c276e6df4_m.jpg" title="AngryFace" width="240" height="160" /><p class="wp-caption-text">I&#039;m the guy on the left. That is my angry face. I don&#039;t make my angry face too often, but people nicking my content might see it...</p></div>
<p>There are many ways you could be in infringement of my copyrighted content: Turn it into a book and sell it under your own name, and chances of me finding out are very slim. Print out copies of an article for your photography club, and there&#8217;s no way I would ever know. And still, I wager that most people would agree that the former is worse than the latter. Why? Because now someone is making money off the back of my hard work. If it turns out that what I am writing here is worth money, then I should be the one benefiting from it, right?</p>
<p>Most of the time, infringements happen when someone takes one of my articles and posts it to their own website, either manually (by copying and pasting the text from my site) or automatically (by taking the RSS feed and showing it on their site in its entirety). This means that my articles show up on another site, which harms me in several different ways: </p>
<p><strong>SEO</strong> &#8211; I have spent a fair bit of time (and some money) ensuring that Photocritic is designed and developed to best practice Search engine optimisation (SEO) rules, which, in turn means that I rank better in the search engines. There&#8217;s no big secret to how to do this &#8211; I wrote a separate article about <a href="http://photocritic.org/seo-for-photography-sites/">making google love your photography site</a>, in fact. </p>
<p>One of the things that influences your rankings is content duplication. In theory, when people take my content and put it elsewhere, it dilutes my chances of people finding my site. This means that I get less traffic to my site, which in turn reduces the benefits I get from posting my articles for free. The other sites probably don&#8217;t promote my book, they don&#8217;t give me their advertising money, and they don&#8217;t make me feel like a super-hero. </p>
<p><strong>Cold hard cash</strong> &#8211; I don&#8217;t make a lot of money off this site. Most months, I only barely manage to pay for my hosting costs for my server, domain, etc. </p>
<p><strong>Control and reputation</strong> &#8211; If it turns out that I write something that is incorrect, I am relatively likely to correct it. Imagine if I wrote something that was completely wrong, and might actually damage your camera &#8211; if that were to happen, I would immediately post a retraction, a correction, and make people aware of it over Twitter etc. </p>
<p>However, if someone has copied the article to elsewhere, those articles would remain out there &#8211; some times, with my name attached&#8230; and if someone follows that advice and breaks their camera, what would happen then? I would feel terrible, which is bad enough, but it also puts my reputation at risk. </p>
<p><strong>Cross-marketing</strong> &#8211; There&#8217;s a picture of my books in the sidebar of my site. Every time you see my site, you see a picture of my book. You may not buy it. You may never even notice it. But the next time you&#8217;re in a book shop, you might spot it. You might remember it. You might buy it. And for every book I sell, I&#8217;m likely to be contacted by a publisher to be able to write another book. </p>
<p><strong>Principle</strong> &#8211; Many of the people who steal my content don&#8217;t do it out of malice. Often, they just get really excited by something I have written, and want all their friends to see it, too. It&#8217;s flattering, in fact, but in the process they break the law and upset me. Often, a quick e-mail is enough to help them realise why it upsets me, and the content vanishes quickly. I even had someone send me a lovely box of chocolates and a post-card by way of apology once. </p>
<p>There is a second group of people who nick my content though: The ones who do it to make money. People who systematically steal other people&#8217;s content in order to try to get a little bit of traffic from search engines, which they then monetise in one way or another. Affiliate sites selling photo equipment, for example, or sites that simply want to run advertising on my content. Or even unscrupulous photographers who want extra traffic to their site to try and sell their photographic services. </p>
<p>This hurts me in two ways: not only am I competing against my own content in the search engines, but if someone clicks on their adverts instead of mine, this hurts me in the wallet, too: The $0.0001 per click that I would have gotten goes to someone who willfully breaks the law. It&#8217;s not about the money (I&#8217;m not poor enough to start a fight every time someone steals a fraction of a penny out of my pocket), but about the audacity of doing that, and thinking you can get away with it. </p>
<h2>But you have an RSS feed! Isn&#8217;t that just begging for it?</h2>
<div class="wp-caption alignleft" style="width: 238px"><a href="http://www.flickr.com/photos/photocritic/3453208805/in/set-72157613446836603"><img alt="" src="http://farm4.static.flickr.com/3321/3453208805_e7ae2812a6_m.jpg" width="228" height="240" /></a><p class="wp-caption-text">Actually, never mind the previous picture. This is my real angry face. </p></div>
<p>For the longest time, I was running a truncated RSS feed: Basically, you see the first 100 words or so, and nothing else, you&#8217;d have to click on the link to come read the full article. Then, a while ago, I had a few people e-mailing me, asking me very nicely if I couldn&#8217;t please change it to the full RSS feed, because they preferred reading my site in the feed. </p>
<p>I looked into it, and decided to go for it, for several reasons: I could add advertising to the RSS feed, so in theory I wouldn&#8217;t be out of pocket (in addition, fewer readers on the site means, in theory, less bandwidth costs &#8211; but that&#8217;s moot: I&#8217;d rather pay the costs and have more people on my site). In addition, I&#8217;m a bit of a geek, and I love Google Reader &#8211; I want to be able to catch up with things that way, without incessantly loading up more pages. </p>
<p>A few people immediately started using my RSS feed, piping them into other sites, and essentially creating a clone of my site. They mistakenly thought &#8216;Hey! He&#8217;s got an RSS feed, so it&#8217;s okay to syndicate his content&#8217;. As we discussed above, in &#8216;what is copyright&#8217;, that&#8217;s not the case at all: I might leave a copy of my book on a photo copier machine, but that doesn&#8217;t mean I&#8217;ve agreed that people can copy it at will. </p>
<p>Think about the examples from the beginning of this article: Making a copy of a 500-page book is a lot of effort and costs a fair whack of money, so people are unlikely to do it. Making a copy of a CD is a lot easier. <a href="http://en.wikipedia.org/wiki/Scraper_site">Scraping my site</a> is even easier, and using my RSS feed to nick my content is easier still: but just because it is easy, doesn&#8217;t mean it&#8217;s legal. </p>
<p>My RSS feed has a copyright notice in it which currently reads:</p>
<blockquote><p>Please note that all Photocritic content is © 2001-2010 Kamps Consulting Ltd. This RSS feed is provided for personal, non-commercial use only.</p>
<p>If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact legal@kamps.org so we can take legal action immediately.</p></blockquote>
<p>As we said: As the copyright owner, I&#8217;m fully within my right to create all sorts of outlandish conditions of use of my own content. In this case, the only conditions are &#8216;personal use&#8217; (so, don&#8217;t distribute it on- or off-line) and &#8216;non-commercial&#8217;, (so, don&#8217;t try to make money off my content). </p>
<p>From my perspective, I&#8217;m not all that fussed if people e-mail each other copies of my articles: As long as I am not competing against myself in Google et al, it&#8217;s not a fight I&#8217;m likely to find worth fighting. The great thing about most RSS readers is that they are &#8216;closed communities&#8217; &#8211; Unless you are logged into Google Reader, you can&#8217;t see any feeds. This means that search engines don&#8217;t index RSS readers &#8211; as such, they are not in competition against me for search engine traffic. If someone re-publishes my content on their site, that&#8217;s a different matter altogether. </p>
<h2>How can you deal with copyright infringement?</h2>
<p>Okay, enough ranting. Time for some actually useful advice. </p>
<p><a href="http://images.photocritic.org/uploads/2010/01/useful-advice.jpg"><img src="http://images.photocritic.org/uploads/2010/01/useful-advice.jpg" alt="" title="useful-advice" width="550" height="100" class="alignnone size-full wp-image-2660" /></a></p>
<h2>Finding infringing content</h2>
<p><strong>Unique strings of text</strong> &#8211; It turns out that most people who nick my content with malicious intent are doing so via the RSS feed. Probably because, in addition to being immoral, they are lazy. I decided to turn this to my advantage: I inserted <a href="http://en.wikipedia.org/wiki/Fictitious_entry">a unique string</a> and a date-stamp into my RSS feeds. </p>
<p>In theory, because this unique string only exists in my RSS feed, it should never show up in Bing, Yahoo, Google or, well, anywhere on the internet, really. If/when it does, I know someone is doing something they aren&#8217;t supposed to. Searching for this unique string should ideally result in zero search results. Invariably, however, it never does. </p>
<p><strong>Copyright web services</strong></p>
<p>Apart from inserting a unique string, you can use a service like <a href="http://copyscape.com/">Copyscape</a> to scan for infringing content. Their <a href="http://copyscape.com/signup.php?pro=1&#038;o=f">Copyscape Premium</a> service is fantastic: Point it at your site map, and for only $0.05 per page, it will take all your pages and compare them to the internet. They score your content against other content. High-scoring content obviously is likely to be plagiarised or infringing in one way or another, so you can take action. </p>
<p>Of course, Copyscape only works for textual content. For photographers wanting to track whether their images have been &#8216;borrowed&#8217;, there is <a href="http://www.tineye.com/">Tineye</a>, and their more hard-core <a href="http://ideeinc.com/products/pixid/">PixID</a> service. </p>
<h2>Dealing with infringing sites: Start easy!</h2>
<p>If you think that someone has used your content by accident, or out of ignorance, there&#8217;s no point in chucking the book of the law at them. A friendly e-mail (cc&#8217;d to yourself so you remember to follow it up in a week or so) is usually more than enough to get them to take the content down. </p>
<p>I have found that the number 1 reason for the &#8216;friendly e-mail&#8217; approach failing is that there isn&#8217;t an easy way of contacting the owner of the site&#8230; I&#8217;m not being difficult, but if it takes me more than about 10 seconds to find the contact e-mail address (check the header, sidebar and footer for anything that reads &#8216;about us&#8217;, &#8216;contact us&#8217;, or similar) or a feedback form, they&#8217;ve already wasted enough of my time. On to step 2: </p>
<h2>Finding contact details</h2>
<p>One of the big problems with many websites is that it is difficult to find out how to contact people. If their &#8216;About Me&#8217; page or &#8216;contact us&#8217; pages are absent, broken, or just hopelessly convoluted to use, you have to get clever. I tend to use a site called <a href="http://www.domainwhitepages.com/">Domain Whitepages</a>, which will give you 3 pieces of information: Who registered the domain, Who is the domain registrar, and who hosts the domain. </p>
<p>The <strong>person who registered the domain</strong> is usually the person you want &#8211; but many people have made this information private, or it might be out of date. </p>
<p>Your next point of call is <strong>the web host</strong>. These are the people who own and run the physical server on which the website is running. Look up the host&#8217;s website, and do a search for &#8216;copyright&#8217; and &#8216;dmca&#8217;. If you can&#8217;t find either, look for &#8216;abuse&#8217; or &#8216;report an issue&#8217;. Most web hosts have a mechanism for contacting them with abuse-related e-mails. If you sent a DMCA notice (more about that below) to the host, they will generally respond extremely quickly &#8211; I often had responses within an hour &#8211; anything longer than 12 hours is quite rare. </p>
<p>If you really can&#8217;t figure out who is hosting the server, your last option is to go for the <strong>domain registrar</strong>: This is the people who have registered the internet domain (like &#8216;photocritic.org&#8217; or &#8216;google.com&#8217;). If you have to serve a DMCA notice to them, things will take a little bit longer, but if they can&#8217;t contact the owner, they&#8217;ll pull the plug on the whole domain, which tends to get the owner&#8217;s attention <em>really</em> quickly. </p>
<h2>Fighting back with the DMCA</h2>
<p>After your e-mail, the Digital Millennium Copyright Act &#8211; or DMCA &#8211; is going to be your second response to any issue of copyright. The DMCA is an US piece of legislation which doesn&#8217;t apply in any country except the USA, but I&#8217;ve sent DMCA notices to all sorts of countries (including, interestingly the UK, although the appropriate document in this country would be a &#8216;Notice and Take Down, or a NTD document), and while the legalese on the DMCA notice might be incorrect for, say, Germany, copyright law tends to be similar in most countries, and they&#8217;re not going to split hairs over receiving the wrong form: The important thing is that someone is breaking a law, somewhere. </p>
<p>To use a DMCA notice, you need the following: Your details, the details of the original and infringing content, and two particular snippets of legalese which swears on pain of death (ok, not quite &#8211; but nearly) that you&#8217;re convinced that you are in the right and they are in the wrong. Below is an example of the form letter I have been using. </p>
<h2>Example DMCA notice</h2>
<p>I have been using the following format for my DMCA notices to great effect: </p>
<blockquote><p>[your address]<br />
[today's date]</p>
<p><strong>DMCA Notice of Copyright Infringement</strong></p>
<p>Dear Sir or Madam: Upon a routine copyright check, I discovered that the <strong>example.com</strong> site infringes on my copyright.</p>
<p>The copyrighted work at issue is the text and images appearing on my site here:<br />
- <a href="http://photocritic.org/nude-girlfriend-photography/">http://photocritic.org/nude-girlfriend-photography/</a></p>
<p>The URLs infringing on our copyrighted material include:<br />
- http://example.com/nude-girlfriend</p>
<p>Please ensure that the infringing content is taken down within 48 hours.</p>
<p>You can reach me at [e-mail address] if you require further information or clarification. </p>
<p>I have a good faith belief that use of the copyrighted materials described above as allegedly infringing is not authorized by the copyright owner, its agent, or the law.</p>
<p>I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner of an exclusive right that is allegedly infringed.</p>
<p>[my signature]</p>
<p>Mr [my name]</p></blockquote>
<p>If the person you are sending the notice to demands the notice to be sent in by fax (surprisingly many do, actually), check out <a href="http://www.interfax.net/en">Interfax</a> &#8211; they let you e-mail them a PDF document, and they fax it on for you. Fantastic, because, well, who even has a fax these days?</p>
<p>In the above, it is important to add your full mailing address near the top of the document. Create a list of all the article originals, and then the corresponding list of the articles on the infringing site. </p>
<p>First off, send this to the contact e-mail for the site. If that fails to get the content removed, send the same thing to the web host&#8217;s copyright or abuse team a week later. If that fails again, send the same thing to the domain registrar after another week. Do add a note to the letter stating whom and when you sent the notices to before, because the host might want to know before they decide to shut down a server.  </p>
<p><strong>But&#8230; Does it work?</strong></p>
<div class="wp-caption alignright" style="width: 170px"><a href="http://www.flickr.com/photos/photocritic/4299942275/"><img alt="" src="http://farm3.static.flickr.com/2752/4299942275_df895c951c_m.jpg" width="160" height="240" /></a><p class="wp-caption-text">Here, have a random photo I took this week-end. I&#039;m quite proud of it. And this post is nearly 4,500 words long or so, so I figured you needed a break for a few seconds. Enjoy. </p></div>
<p>The DMCA form is incredibly effective. In the past year, I have sent out around 50 formal notices to people infringing on my copyrighted content, and all but two of these infringements have been taken down. One of them is in Vietnam (which doesn&#8217;t have any meaningful copyright legislation, so I&#8217;m out of luck, basically) and India (which does have legislation, but is notoriously lack at enforcing it, and the site owner is simply ignoring me. Particularly annoying because it looks like it might be a pretty high-profile site). I am still looking into how I might convince them to take the articles down, but I fear it might take more time than it is worth to me. </p>
<p>Out of the fifty or so, the hosts deleted the articles most of the time. Some times they placed a block on the pages (so the pages would result in a 403 forbidden page), some times they deleted it from the database (causing a 500 internal server error when trying to access the page), some times they shut down the whole site (showing a &#8216;if you own this site, please contact the host immediately&#8217; message), and other times they found more elegant solutions. </p>
<p>In at least three cases, the site owner never contacted the host, and the whole site was taken down. In one case, the domain registrar decided to take the domain name offline, which means that while the domain itself is still available via its IP address, most of its users were unable to get to it. </p>
<h2>What if the DMCA notification doesn&#8217;t work?</h2>
<p>Excellent question. You could seek further legal help, but be warned: things often get complicated really quickly: The person infringing might be based in Romania, using a server in Russia on a Chinese domain name. If that happens, you&#8217;ve drawn the short straw: Where do you begin? </p>
<p>The best approach: If there is any aspect of the business which is operated out of the US (Say, they use Google Adsense, in which case, fill the <a href="http://www.google.com/adsense_dmca.html">AdSense DMCA complaint</a> &#8211; the content will continue to exist, but at least you can send a message). Especially check the domain registrar &#8211; you&#8217;ll often find that even &#8216;foreign&#8217; domains can be registered via an US registrar, and they should be susceptible to a sternly written DMCA notice. </p>
<p>From personal experience, I&#8217;d say that the DMCA approach is effective in well over 90% of cases, and I decided I didn&#8217;t have enough energy (or hours in the day!) to try to go beyond that. </p>
<p><!--adsense--></p>
<h2>What if there is a particularly rampant infringement?</h2>
<p>In theory, you could start a lawsuit whenever someone steals a single piece of content from you. In practice, you&#8217;d me mad to do so, and honestly, it is a <em>lot</em> of hassle to go to court. Sometimes, however, you come across a case where you can&#8217;t see any other option. </p>
<p>I&#8217;ve had a couple of cases where the site in question wasn&#8217;t just copying my content, but went very, very far beyond that as well. One of them had &#8216;borrowed&#8217; around 50 of my articles, the other one had systematically &#8216;borrowed&#8217; every single one of my articles, all the way back to the start of Photocritic &#8211; yes, nearly 400 articles. </p>
<p>Let&#8217;s just say that I thought they were taking the proverbial piss. So, in addition to my standard DMCA letters, I included invoices for unauthorised use (number of articles multiplied by how much I would have charged to write those articles as a freelancer) with the letter and started talking to a solicitor. I can&#8217;t go into details about either of the cases, but suffice to say that both companies ended up paying significant amounts of money for their infringements. </p>
<p>Dragging people to court is not necessarily an approach I would recommend: litigation can be very expensive, but when things get just a little bit too silly, getting the legal system involved early on can ensure that people sit up and pay attention. </p>
<h2>Disclaimer</h2>
<p>I have rudimentary legal training in UK media law, but my training is several years old, and you&#8217;d be insane to take legal advice from some random bloke off the internet anyway. Nothing in this post is meant as actual legal advice &#8211; talk to your solicitor, that&#8217;s what they are there for!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/v7OhY9ZNjBcPcXQJ0f3_dvebPyI/0/da"><img src="http://feedads.g.doubleclick.net/~a/v7OhY9ZNjBcPcXQJ0f3_dvebPyI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/v7OhY9ZNjBcPcXQJ0f3_dvebPyI/1/da"><img src="http://feedads.g.doubleclick.net/~a/v7OhY9ZNjBcPcXQJ0f3_dvebPyI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=x5LTLTVGk8o:M9HU5VAmj7I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=x5LTLTVGk8o:M9HU5VAmj7I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=x5LTLTVGk8o:M9HU5VAmj7I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=x5LTLTVGk8o:M9HU5VAmj7I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=x5LTLTVGk8o:M9HU5VAmj7I:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=x5LTLTVGk8o:M9HU5VAmj7I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=x5LTLTVGk8o:M9HU5VAmj7I:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=x5LTLTVGk8o:M9HU5VAmj7I:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/x5LTLTVGk8o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/copyright-dmca/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Photocritic by Email!</title>
		<link>http://photocritic.org/photocritic-by-email/</link>
		<comments>http://photocritic.org/photocritic-by-email/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:36:21 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2652</guid>
		<description><![CDATA[I know a lot of you are deeply gutted whenever you miss an article on Photocritic. Well, I&#8217;d love to think that anyway. But guess what, now there&#8217;s a new way of staying up to date &#8211; by the power of Email! Such technology! Such splendour! Such a lot of words to basically just make [...]]]></description>
			<content:encoded><![CDATA[<p>I know a lot of you are deeply gutted whenever you miss an article on Photocritic. Well, I&#8217;d love to think that anyway. But guess what, now there&#8217;s a new way of staying up to date &#8211; by the power of Email! Such technology! Such splendour! Such a lot of words to basically just make an announcement which could have been done on Twitter! Oh well.</p>
<p><span id="more-2652"></span></p>
<div class="wp-caption alignright" style="width: 190px"><img alt="" src="http://farm3.static.flickr.com/2709/4169066960_1ddc3c5cbe_m.jpg" title="What would MacGyver do?" width="180" height="240" /><p class="wp-caption-text">What would MacGyver do? Subscribe to Photocritic via e-mail, of course!</p></div>
<p>So, yes. In the sidebar of all my article pages, you will now find a small form with the header &#8216;Get Notified&#8217;. (so, if you&#8217;re reading this in a feed reader, this probably doesn&#8217;t apply to you, because clearly you&#8217;ve already found a way to stay up to date, but if you want to see the sidebar, you could try clicking on <a href="http://photocritic.org/photocritic-by-email">the permalink to the article you&#8217;re now reading</a>. Ooh! Articles linking to themselves! How incredibly <a href="http://en.wikipedia.org/wiki/Ouroboros">ouroborosesque</a>) </p>
<p>In summary, there are three ways of reading Photocritic:</p>
<ul>
<li>Check back often (three times a day would be nice, and will do wonders for my statistics</li>
<li>Get <a href="http://photocritic.org/feed/">the RSS feed</a></li>
<li>Subscribe via e-mail (see the sidebar)</li>
</ul>
<p>That&#8217;s all, folks!</p>
<p>- Haje</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/aQWm_pVQKOT3bxIJIBobzLtYaRk/0/da"><img src="http://feedads.g.doubleclick.net/~a/aQWm_pVQKOT3bxIJIBobzLtYaRk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/aQWm_pVQKOT3bxIJIBobzLtYaRk/1/da"><img src="http://feedads.g.doubleclick.net/~a/aQWm_pVQKOT3bxIJIBobzLtYaRk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=Vi0nFlc-3H8:I6AhoJerDVA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=Vi0nFlc-3H8:I6AhoJerDVA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=Vi0nFlc-3H8:I6AhoJerDVA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=Vi0nFlc-3H8:I6AhoJerDVA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=Vi0nFlc-3H8:I6AhoJerDVA:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=Vi0nFlc-3H8:I6AhoJerDVA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=Vi0nFlc-3H8:I6AhoJerDVA:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=Vi0nFlc-3H8:I6AhoJerDVA:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/Vi0nFlc-3H8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/photocritic-by-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When RAW is not enough</title>
		<link>http://photocritic.org/shooting-in-raw-and-jpg/</link>
		<comments>http://photocritic.org/shooting-in-raw-and-jpg/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:28:34 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2636</guid>
		<description><![CDATA[One of the first pieces advice I give to people who wonder where to start getting their photos to become better, is to shoot in RAW. There&#8217;s many obvious reasons for why this is a good idea. 
With RAW, the final result can be sharper, you have better control over white balance, you get wider [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first pieces advice I give to people who wonder where to start getting their photos to become better, is to shoot in RAW. There&#8217;s many obvious reasons for why this is a good idea. </p>
<p>With RAW, the final result <a href="http://photocritic.org/sharp-photos/">can be sharper</a>, you have <a href="http://photocritic.org/white-balance/">better control over white balance</a>, you get <a href="http://photocritic.org/dynamic-range-in-photography/">wider dynamic range</a>, you can <a href="http://photocritic.org/hdr-photography-how-to/">do HDR photography</a>, and, well, it&#8217;s <a href="http://photocritic.org/raw-usage-up-massively-jpeg-bites-the-dust/">what all the cool kids done</a>. Recently, however, I have moved away from shooting in RAW for several reasons. Or, to be precise, I have started shooting in RAW+JPG. </p>
<p>Here are some compelling arguments for why you should do the same&#8230;<span id="more-2636"></span></p>
<p><!--adsense--></p>
<h2>Becoming a better photographer</h2>
<div class="wp-caption alignright" style="width: 250px"><a href="http://flickr.com/photocritic/4275998215/"><img alt="" src="http://farm5.static.flickr.com/4031/4275998215_edd5dbb13a_m.jpg" title="Bunny" width="240" height="160" /></a><p class="wp-caption-text">Holding a bunny to your face while wearing full Motorcycle protective gear is a great way to become a better photographer. Aw, c&#039;mon, give me a break, what would YOU use to illustrate this article? (clicky for bigger)</p></div>
<p>RAW is great because it is lenient &#8211; you can over-expose a photo quite significantly, and still rescue the highlights, because you have significantly higher bit-depth (and more information) than you would do with JPGs. </p>
<p>This is a life-saver for press, event, and action photographers: The fact that you aren&#8217;t completely buggered even if you&#8217;ve screwed up the exposure a fraction is a godsent! </p>
<p>The problem is that I&#8217;ve recently talked to a lot of photographer of the &#8216;new garde&#8217;. People who have rarely &#8211; or never &#8211; shot on film, and are unaware of how often RAW is helping them out of a hole. There&#8217;s two ways of looking at this: Either, use the extra flexibility RAW gives you on a regular basis, and accept that we&#8217;re now in the digital age. Or shoot as if you&#8217;re still shooting on film, and use the extra flexibility as a safety buffer. </p>
<div class="wp-caption alignleft" style="width: 170px"><a href="http://flickr.com/photocritic/4260557206/"><img alt="" src="http://farm5.static.flickr.com/4028/4260557206_4628465a0e_m.jpg" title="Bunny takes a Photo" width="160" height="240" /></a><p class="wp-caption-text">Bunny is sad because his compact camera doesn&#039;t take photos in RAW. (clicky for bigger)</p></div>
<p>I&#8217;m a strong believer in the latter: Ultimately, when you present your photos, you have to save them as 8-bit colour anyway, so you&#8217;re in fact re-compressing the image back into a lower bit depth. This isn&#8217;t a bad thing: the human eye can&#8217;t really cope with more than 8 bits anyway. </p>
<p>The problem is that it&#8217;s difficult to estimate how much of the photo is over-exposed when you&#8217;re relying on RAW to save you &#8211; and there will come a day where you are relying on it, and you&#8217;re off. There&#8217;s only so much recovery you can do of a photograph, and if you miscalculate, you don&#8217;t have a safety buffer anymore.</p>
<p>Personally, I&#8217;ve become a huge fan of trying to take perfect exposures out of the camera: Shoot as if the JPEG is your film. Get the white balance right. Get the exposure right. Sharpen the JPG in-camera. Set the saturation and contrast you like. In short; Make your JPEGs be as perfect straight out of the camera as possible. In addition to making you a much better and more conscious photographer, this has several benefits. To wit:</p>
<h2>Better previews</h2>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/photocritic/4150358922/"><img alt="" src="http://farm3.static.flickr.com/2529/4150358922_e5af95be9e.jpg" title="Ho Chi Minh&#039;s final resting place" width="500" height="334" /></a><p class="wp-caption-text">Getting the white balance right on shots like this is challenging, but hellasatisfying. It&#039;s good to know you can fall back on RAW if you did make a hash of it after all (clicky for bigger)</p></div>
<p>RAW photos are unsharpened out of the camera. This is a blessing, because as we discussed in the <a href="http://photocritic.org/unsharp-mask-sharpening-photos-photoshop/">article on how you can sharpen your photos</a>, you should never sharpen your photos twice. Your JPGs are sharpened in-camera, which means that if you sharpen them on your computer, you&#8217;re not getting as high quality as you could. Not a good thing. </p>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/3237396856"><img alt="" src="http://farm4.static.flickr.com/3488/3237396856_ed011731f3_m.jpg" width="240" height="167" /></a><p class="wp-caption-text">In situations where you&#039;re taking lots of photos (like when snapping gigs), it&#039;s a relief to have JPG preview - it saves you from opening hundreds (or even thousands) of RAW files to find out which ones turned out well. </p></div>
<p>The flopside of this, however, is that RAW photos can look flat and lack energy. The photos that really zing are the ones that are tack-sharp &#8211; and if you&#8217;re only looking at RAW photos, you may actually miss the photo that is sharpest, because it hasn&#8217;t been sharpened to its full potential. </p>
<p>When you shoot RAW+JPG and your JPEGs are perfectly exposed and whitebalanced, they are the ultimate previewing tool: Full resolution previews, beautifully sharp, which your computer can deal with very quickly. Even better, if you need to e-mail or upload previews of a shoot anywhere, it&#8217;s an order of magnitude faster to resize and compress JPGs than RAW files. </p>
<p>So, Shoot with JPG, keep them, and use them for previewing purposes. If you decide to edit any of &#8216;em, use the RAW files, but at least you&#8217;ll have a much better picture (har har) of the potential of your photos</p>
<h2>Submitting photos to magazines</h2>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/4133980354/"><img alt="" src="http://farm3.static.flickr.com/2725/4133980354_d7c1aec543_m.jpg" title="The Carlsberg Express" width="240" height="160" /></a><p class="wp-caption-text">Enough with the useful captions already. Here&#039;s a picture of a guy in Vietnam with 10 (yes! Ten!) cases of beer on his motorbike. (clicky for bigger)</p></div>
<p>So you occasionally shoot paperazzi stuff? You do events? You shoot news? Honestly, you don&#8217;t want to piss off the picture editors: if you send them a photo they&#8217;ll have to do a lot of work on, you&#8217;ll need to have a damn fine explanation&#8230; And find yourself some other customers, because they won&#8217;t use you again. </p>
<p>They&#8217;re on extremely tight deadlines, and they prefer photos they can just drop into their page layouts without fiddling with them too much. Shoot perfect JPGs, and that&#8217;s usually good enough for magazine use. </p>
<p>Let them know that you have a RAW file if they need it, of course, but 99 times out of a hundred and twenty two, they won&#8217;t want it &#8211; they don&#8217;t need the hassle. </p>
<h2>Workflow speed</h2>
<p>My university professor stole a wise saying from someone else once: Work smarter, not harder. This saying really is eminently applicable here. </p>
<p>I don&#8217;t care how fast your computer is &#8211; RAW will slow you down in one way or another. If you organise your photos so you can preview the JPGs, you&#8217;re making your life a lot easier. </p>
<p>If the JPG looks out of focus, the RAW will be too &#8211; that&#8217;ll save you a few seconds opening the RAW file to check. Multiply that by 300 photos, and you&#8217;ve saved yourself 10 minutes. Presto!</p>
<h2>There&#8217;s no reason not to</h2>
<div class="wp-caption alignleft" style="width: 368px"><a href="http://www.flickr.com/photos/photocritic/3244270294"><img alt="" src="http://farm4.static.flickr.com/3510/3244270294_01f8638826.jpg" width="350" height="500" /></a><p class="wp-caption-text">This model wants you to shoot RAW+JPG. Just look at how stern she looks. Would you dare not to? Thought so. Grab your camera right now and change your settings. (clicky for bigger)</p></div>
<p>Set your camera to RAW+JPG, and bring plenty of memory cards. They cost next to nothing these days, and if you do a shoot where you know you don&#8217;t need to keep the JPGs, you can always trash them after you&#8217;ve downloaded them &#8211; sort &#8216;em by size (the RAW files tend to be 3-4 times bigger than the JPGs) and delete half the smallest files. Or sort &#8216;em by type and delete all the JPGs. Whatever you prefer. </p>
<p>If you have enough memory cards (and you should. Really. If you don&#8217;t, head over to Amazon and be Amazed (groan) at how cheap they are), there really is no reason not to shoot in RAW+JPG. </p>
<p>Go on. Give it a shot. And let me know how much time you&#8217;re saving :-)</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/LJ-e9WwLmqgRWuQIhe2qO8eVNUA/0/da"><img src="http://feedads.g.doubleclick.net/~a/LJ-e9WwLmqgRWuQIhe2qO8eVNUA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LJ-e9WwLmqgRWuQIhe2qO8eVNUA/1/da"><img src="http://feedads.g.doubleclick.net/~a/LJ-e9WwLmqgRWuQIhe2qO8eVNUA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=FGq59DzQ6ag:06f_MFwU2M0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=FGq59DzQ6ag:06f_MFwU2M0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=FGq59DzQ6ag:06f_MFwU2M0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=FGq59DzQ6ag:06f_MFwU2M0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=FGq59DzQ6ag:06f_MFwU2M0:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=FGq59DzQ6ag:06f_MFwU2M0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=FGq59DzQ6ag:06f_MFwU2M0:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=FGq59DzQ6ag:06f_MFwU2M0:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/FGq59DzQ6ag" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/shooting-in-raw-and-jpg/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>365 project</title>
		<link>http://photocritic.org/365-project/</link>
		<comments>http://photocritic.org/365-project/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 13:52:54 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2627</guid>
		<description><![CDATA[For the longest time, I&#8217;ve thought that I wouldn&#8217;t have it in me to do a 356 project &#8211; i.e. a photo per day for a whole year. If I think about the past five years, for example, there has never been a whole year where I would have been consistently able to post a [...]]]></description>
			<content:encoded><![CDATA[<p>For the longest time, I&#8217;ve thought that I wouldn&#8217;t have it in me to do a 356 project &#8211; i.e. a photo per day for a whole year. If I think about the past five years, for example, there has never been a whole year where I would have been consistently able to post a photo per day. I mean, hell, <a href="http://www.flickr.com/photos/photocritic">my whole Flickr stream</a> dates back to August 2006 and only 728 photos in it. That&#8217;s an average of 0.6 photos per day or so. </p>
<p>I&#8217;m not even sure if I want to subject the world to a project like that. I don&#8217;t really like posting photos to Flickr that I&#8217;m not reasonably happy with (even though I, too, have a load of junk in my Flickr stream, of course)&#8230; Could I really get 365 photos together over the course of a year? <span id="more-2627"></span></p>
<p><!--adsense--></p>
<p>Then I started to think. I mean, I have a lot of respect for people who pull off ambitious projects, and I&#8217;ve seen shots from 365 projects that are <a href="http://www.flickr.com/photos/jen_williams/4230878332">creative</a>, <a href="http://www.flickr.com/photos/umsizzle/4230023745">fun</a>, <a href="http://www.flickr.com/photos/jazzstefy/4229978147">moving</a>, <a href="http://www.flickr.com/photos/timcaynes/4231115580">intense</a>, <a href="http://www.flickr.com/photos/flashflood/4229662953">moody</a>, <a href="http://www.flickr.com/photos/delia_psyche/4230482684">acrobatic</a>, <a href="http://www.flickr.com/photos/argosphotos/4228607119">inspirational</a>, <a href="http://www.flickr.com/photos/zomewhere/4226749715">retro-tastic</a>, and <a href="http://www.flickr.com/photos/tinnaschramphotography/4196891828">ethereal</a>. </p>
<h2>How many days in 2010?</h2>
<p>So, for 2010, I have decided to join the fray. And Randy made <a href="http://twitter.com/randykruzan/status/7066511814">the silly suggestion of being my running mate</a>, which gave me an idea&#8230; Perhaps more people fancy joining in. </p>
<p>Since there is no way in heaven or hell that I&#8217;ll be able to post a photo a day for a whole year, I can&#8217;t make that commitment. What I can do, however, is that I will post 365 photos to my Flickr stream in 2010. I&#8217;ll even make an attempt to post an average of 30 photos per month. I might even manage to do an average of 7 photos per week. </p>
<h2>That sounds like a lot of mathematics&#8230;</h2>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/4137926221"><img alt="" src="http://farm3.static.flickr.com/2686/4137926221_70c0f97096_m.jpg" title="Phoontastic in Vietnam" width="240" height="240" /></a><p class="wp-caption-text">One of my less hopeless self-portraits of 2009, taken in Vietnam (clicky for bigger)</p></div>
<p>&#8230; And how do I know whether I&#8217;m running behind or not? Well, of course, there had to be a geeky solution: I made <a href="http://photocritic.org/365.php">a simple counter</a> to keep me (and you, if you like) on track&#8230; So if <a href="http://www.flickr.com/photos/photocritic/sets/72157623107232074/">my 365/2010 project</a> has fewer photos in it than <a href="http://photocritic.org/365.php">the counter would indicate</a>, feel free to give me <a href="http://twitter.com/home?status=Hey+%40Photocritic+it+seems+you+are+running+behind+on+your+365+project.+Sort+it+out!">a firm kick up the jacksie</a> to keep me going!</p>
<h2>I need more running mates!</h2>
<p>As mentioned, Randy offered to join the fray, but I&#8217;d like to keep track of more of you guys who are about to start a project for 365&#8230; Post a comment, <a href="mailto:hajejan@kamps.org">send me an e-mail</a>, poke me <a href="http://twitter.com/photocritic">Twitter</a>, send me some smoke signals, or organise a carrier pigeon to let me know!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/IzuL-9WirZDvHAElCDfEJv_x7XY/0/da"><img src="http://feedads.g.doubleclick.net/~a/IzuL-9WirZDvHAElCDfEJv_x7XY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IzuL-9WirZDvHAElCDfEJv_x7XY/1/da"><img src="http://feedads.g.doubleclick.net/~a/IzuL-9WirZDvHAElCDfEJv_x7XY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=RTEjeCCP6cA:aTTsrIVuov0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=RTEjeCCP6cA:aTTsrIVuov0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=RTEjeCCP6cA:aTTsrIVuov0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=RTEjeCCP6cA:aTTsrIVuov0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=RTEjeCCP6cA:aTTsrIVuov0:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=RTEjeCCP6cA:aTTsrIVuov0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=RTEjeCCP6cA:aTTsrIVuov0:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=RTEjeCCP6cA:aTTsrIVuov0:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/RTEjeCCP6cA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/365-project/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>50 must-read photography books</title>
		<link>http://photocritic.org/must-read-photography-books/</link>
		<comments>http://photocritic.org/must-read-photography-books/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 16:40:22 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Presenting your work]]></category>
		<category><![CDATA[Recommended by Photocritic]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2595</guid>
		<description><![CDATA[Cameras are digital. Developing is digital. The internet is digital. Surely, we&#8217;ve moved on beyond a world where we have to look at books for our photographic enjoyment, improvement, and development? Well, you&#8217;d be right in one way, of course: You can find nearly everything you might want to look at / learn about on-line. [...]]]></description>
			<content:encoded><![CDATA[<p>Cameras are digital. Developing is digital. The internet is digital. Surely, we&#8217;ve moved on beyond a world where we have to look at books for our photographic enjoyment, improvement, and development? Well, you&#8217;d be right in one way, of course: You can find nearly everything you might want to look at / learn about on-line. </p>
<p>And yet, there&#8217;s something unique about photography which makes books all that more enjoyable. For one thing, I believe the vastly higher resolution of a well-printed photography book is a more natural way of looking at photography. </p>
<p>Best of all? Books don&#8217;t have to be expensive. You can buy &#8216;em for cheap via the internet (type in the ISBN number into a search engine), you can buy them second-hand via the Internet (Amazon has a huge second-hand market of used books, and eBay ain&#8217;t bad neither), you can mooch them for free via sites like BookMooch, or you can head to your local library (you do have a library card, don&#8217;t you?), and check &#8216;em out for free. <span id="more-2595"></span></p>
<p><!--adsense--></p>
<p>Of course, I&#8217;m slightly biased &#8211; <a href="http://kamps.org/consulting">I make my living writing books</a> &#8211; but I do think that you could do a lot worse than study what others have done in the past. If Twitter is anything to go by (I&#8217;m never quite sure if the assorted Twitter masses are a good or a bad hivemind &#8211; but if nothing else, it&#8217;s a very enthusiastic one), then books are definitely not dead &#8211; I did three recent tweets (<a href="http://twitter.com/Photocritic/status/6675349330">1</a>, <a href="http://twitter.com/Photocritic/status/6665882569">2</a>, <a href="http://twitter.com/Photocritic/status/6661207461">3</a>), which easily generated the most response I&#8217;ve ever had to anything I&#8217;ve babbled on about in my twitter feed &#8211; ever. </p>
<p>Maybe books aren&#8217;t the death of trees, but the birth of knowledge&#8230; And here are some of the books people are most passionate about&#8230;</p>
<p><strong>Finding these books on sale:</strong> I&#8217;ve added links to Amazon.com and Amazon UK behind all the listed books. These are affiliate links, so if you end up buying one of the books, I get a kickback (more about that <a href="http://photocritic.org/photocritic-advertising/">here</a>). If you&#8217;re outside the US or UK (which I know many of you are), the Amazon pages generally have an ISBN number on it &#8211; enter it into your favourite book shop, and you can see if it is available locally. Failing that, your local bookshop might be able to order it in for you if you give them the ISBN number .</p>
<h2>Classics</h2>
<div id="attachment_2604" class="wp-caption alignright" style="width: 310px"><a href="http://photocritic.org/wp-content/uploads/2009/12/adams.jpg"><img src="http://images.photocritic.org/uploads/2009/12/adams-300x259.jpg" alt="Ansel Adams at 100, to me, is a stern reminder that someone was taking better photos than me 100 years ago. " title="adams" width="300" height="259" class="size-medium wp-image-2604" /></a><p class="wp-caption-text">Ansel Adams at 100, to me, is a stern reminder that someone was taking better photos than me 100 years ago. </p></div>
<p><strong>Ansel Adams at 100</strong> (<a href="http://bit.ly/4KgOET">US</a> / <a href="http://bit.ly/6D8sob">UK</a>) by Ansel Adams.The book marks the 100th anniversary of Ansel Adams and pays tribute to one of the most talented American landscape photographers whose portrayal of nature remains unsurpassable to this day <small>Suggested by @<a href="http://twitter.com/Freeale">Freeale</a></small></p>
<p><strong>History of Photography</strong> by Josef Maria Eder (Amazon <a href="http://bit.ly/4qpruo">US</a> / <a href="http://bit.ly/5Ccjz1">UK</a>) offers comprehensive coverage on a collection of articles and rare photographs by pioneers in photography and contains materials for research into the history, technology and aesthetics of the medium. <small>Suggested by @<a href="http://twitter.com/wigwam">Wigwam</a></small></p>
<p><strong>Lighting for Photography</strong> (Amazon <a href="http://bit.ly/6M6kIT">US</a> / <a href="http://bit.ly/5JYRIk">Amazon UK</a>) is is a classic book describing how Walter Nurnberg does a phenomenal job of using film studio lighting techniques in order to transform industrial photography after World War II. <small>Suggested by @<a href="http://twitter.com/wigwam">Wigwam</a></small></p>
<p><strong>The Camera</strong> (<a href="http://bit.ly/5mkX5F">US</a> / <a href="http://bit.ly/8Sm8FH">UK</a>) is one of Ansel Adams&#8217;s iconic technical books on photography, writted with the goal of teaching photographers the artistry of harnessing a camera to its fullest artistic potential. <small>Suggested by @<a href="http://twitter.com/mrlizzard">mrlizzard</a></small></p>
<p><strong>The Negative</strong> (<a href="http://bit.ly/8vFaQW">US</a> / <a href="http://bit.ly/7FKlhh">UK</a>) by Ansel Adams is the second volume in Adams&#8217; vital and celebrated series of technical books on photography, is geared towards enthusiastic photographers on how to use film and the film development process creatively. <small>Suggested by @<a href="http://twitter.com/mrlizzard">mrlizzard</a></small></p>
<p><strong>The Print</strong> (<a href="http://bit.ly/6pi0fu">US</a> / <a href='http://bit.ly/6mBm7U'>UK</a>) is the final book in Adams&#8217; series of books on photographic techniques, deals with every possible detail like designing and furnishing a darkroom, advanced techniques like toning, bleaching, burning and dodging. <small>Suggested by @<a href="http://twitter.com/mrlizzard">mrlizzard</a></small></p>
<h2>Practical Guides / text books </h2>
<div id="attachment_2605" class="wp-caption alignleft" style="width: 272px"><a href="http://images.photocritic.org/uploads/2009/12/withintheframe.jpg"><img src="http://images.photocritic.org/uploads/2009/12/withintheframe-262x300.jpg" alt="One of the biggest challenges as a photographer is to develop a photographic &#039;style&#039; and &#039;language&#039;. This book shows how one photographer pulled it off. " title="withintheframe" width="262" height="300" class="size-medium wp-image-2605" /></a><p class="wp-caption-text">One of the biggest challenges as a photographer is to develop a photographic 'style' and 'language'. This book shows how one photographer pulled it off. </p></div>
<p><strong>Within the Frame: The Journey of Photographic Vision</strong> (<a href="http://bit.ly/4ZB8EL">US</a> / <a href="http://bit.ly/7q4byV">UK</a>) by David CuChemin serves  as a trip down the memory lane, the author creates vivid images of exotic destinations he visited to inspire photographers to express their vision through passionate and compelling photography. (on Twitter as @<a href="http://twitter.com/pixelatedimage">pixelatedimage</a>). <small>Suggested by @<a href="http://twitter.com/scuba_suzy">scuba_suzy</a></small></p>
<p><strong>The Digital Photography Book </strong> (<a href="http://bit.ly/5EnTVy">US</a> / <a href="http://bit.ly/8kER0h">UK</a>) by Scott Kelby is the ultimate resource in digital photography, this immensely popular book teaches the professionals and the amateurs the techniques of making any photo look more professional, sharper, clearer and dramatically gorgeous. <small>Suggested by @<a href="http://twitter.com/bimal_tailor">bimal_tailor</a></small></p>
<p><strong>The Photographer&#8217;s Eye: Composition and Design for Better Digital Photos</strong> (<a href="http://bit.ly/4D5rz3">US</a> / <a href="http://bit.ly/5Hk5Ad">UK</a>) by Michael Freeman uses real life examples from photographic assignments. The book combines traditional techniques with the latest technological trends to educate photographers to explore the hidden potentials in shooting dynamic digital photographs. <small>Suggested by @<a href="http://twitter.com/jkremers">jkremers</a> and @<a href="http://twitter.com/BBluesman">BBluesman</a></small></p>
<p><strong>PhotoJojo: The Book</strong> (<a href="http://bit.ly/4OOKiA">US</a> / <a href="http://bit.ly/5aNk5w">UK</a>) by (@<a href="http://twitter.com/SuperAmit">SuperAmit</a> on Twitter) his merry band of pirates. With crystal clear DIY instructions, the book discusses how creativity, simple crafting skills and imagination can go a long way into transforming simple, plain photos into vibrant works of art.  <small>Suggested by @<a href="http://twitter.com/HeatherGill">HeatherGill</a></small></p>
<p><strong>Photoshop LAB Color: The Canyon Conundrum and Other Adventures in the Most Powerful Colorspace</strong> (<a href="http://bit.ly/7UHgVB">US</a> / <a href="http://bit.ly/5Hk5Ad">UK</a>) by Dan Margulis elaborates on the immense potential of Photoshop. The book reveals the simple, subtle tools and techniques to use, which can make plain images come to life, and is written in a way that is approachable by &#8220;real people&#8221;. <small>Suggested by @<a href="http://twitter.com/rpajuaba">rpajuaba</a></small></p>
<p><strong>The Complete Guide to Digitally Lighting, Photographing, and Retouching Faces and Bodies</strong> (<a href="http://bit.ly/62yK5T">US</a> / <a href="http://bit.ly/875vjQ">UK</a>). Lee Varis is a master in his craft and widely acclaimed photographer. He provides step by step instructions on how to achieve accurate skin tones in men and women using digital photography in and outside the studio. <small>Suggested by @<a href="http://twitter.com/rpajuaba">rpajuaba</a></small></p>
<div id="attachment_2607" class="wp-caption alignright" style="width: 235px"><a href="http://images.photocritic.org/uploads/2009/12/understanding-exposure.jpg"><img src="http://images.photocritic.org/uploads/2009/12/understanding-exposure-225x300.jpg" alt="Getting exposure right is easily the most important part of photography - and yet, it&#039;s something many people are struggling with. Read this book, and struggle nevermore. " title="understanding-exposure" width="225" height="300" class="size-medium wp-image-2607" /></a><p class="wp-caption-text">Getting exposure right is easily the most important part of photography - and yet, it's something many people are struggling with. Read this book, and struggle nevermore. </p></div>
<p><strong>Understanding Exposure</strong> (<a href="http://bit.ly/5SlsXp">US</a> / <a href="http://bit.ly/5MNuug">UK</a>) is easy to read and a great, straight-forward introduction to the dark art of getting the exposure on your photos right once and for all. The book, aided with plenty of illustrations offers the basics of aperture, lighting and shutter speed, photography&#8217;s basic triumvirate, to beginning and intermediate photographers.</p>
<p><strong>The Moment it Clicks</strong> (<a href="http://bit.ly/7v4AZl">US</a> / <a href="http://bit.ly/6QzBWN">UK</a>) is a book about the 30 years of Joe McNally&#8217;s photographic career, some of the images he has created and stories behind the images and the lessons learned from life experiences. <small>Suggested by @<a href="http://twitter.com/ssphillips">ssphillips</a></small></p>
<p><strong>Coming into Focus: A Step-by-Step Guide to Alternative Photographic Printing Processes</strong> (<a href="http://bit.ly/8RnIxK">US</a> / <a href="http://bit.ly/6OIRLa">UK</a>) by John Barnier is geared towards educating amateur and professional photographers about the non-traditional processes of photography that can serve as alternatives to standard methods. Transforming seemingly obsolete processes to life like magic, Barnier has a gift of making processes exciting and interesting. <small>Suggested by @<a href="http://twitter.com/louislucci_com"> louislucci_com</a></small></p>
<p><strong>Photography</strong> (<a href="http://bit.ly/8PqS1y">US</a> / <a href="http://bit.ly/6xNfkd">UK</a>) by Barbara London, Jim Stone and John Upton is a fundamental book written mainly for students. It provides comprehensive coverage on color, black and white, digital and all around background on photography by means of illustrations and examples. <small>Suggested by @<a href="http://twitter.com/louislucci_com">louislucci_com</a></small></p>
<p><strong>The Art of Bird Photography</strong> (<a href="http://bit.ly/7mMYYj">US</a> / <a href="http://bit.ly/6lB5Vp">UK</a>). Famous bird photographer Arthur Morris shares some of his hard-won experience, explains various techniques for getting great photographs of birds. Most of it is pitched at a level suitable for amateurs. <small>Suggested by @<a href="http://twitter.com/davidbrennphoto">davidbrennphoto</a></small></p>
<p><strong>Light In The Landscape</strong> (<a href="http://bit.ly/5LTfeo">US</a> / <a href="http://bit.ly/89XwKO">UK</a>) by Peter Watson is an awe-inspiring book for photographers specialising in landscape photography, that describes the brilliant techniques used to capture some of the most captivating images of landscape by the world famous photographer. <small>Suggested by @<a href="http://twitter.com/Frankkster">Frankkster</a></small></p>
<p><strong>Reefs Revealed</strong> (<a href="http://bit.ly/7ibOMX">US</a> / <a href="http://bit.ly/6rVPBU">UK</a>). Armed with expertise on reel life, coupled with immense knowledge on natural-light filter-photography, Alex Mustard presents the importance of saving nature&#8217;s invaluable treasures to protect the future of our planet. <small>Suggested by @<a href="http://twitter.com/scuba_suzy">scuba_suzy</a></small></p>
<p><strong> A Diver&#8217;s Guide to Underwater Photography</strong> (<a href="http://bit.ly/8OSNeT">US</a> / <a href="http://bit.ly/542n8a">UK</a>). The beauty of underwater photography in its entire splendor has been unraveled in this book. A &amp; A Ferrari share a wealth of information on techniques and equipment to use &#8211; and show off some incredible results. <small>Suggested by @<a href="http://twitter.com/scuba_suzy">scuba_suzy</a></small></p>
<div id="attachment_2609" class="wp-caption alignleft" style="width: 210px"><a href="http://images.photocritic.org/uploads/2009/12/357832.jpg"><img src="http://images.photocritic.org/uploads/2009/12/357832.jpg" alt="Okay, so I might be a teensy bit biased (I did write the damn thing, after all), but I happen to think this is one of the best books for people who are keen to get into macro / up-close photography!" title="357832" width="200" height="250" class="size-full wp-image-2609" /></a><p class="wp-caption-text">Okay, so I might be a teensy bit biased (I did write the damn thing, after all), but I happen to think this is one of the best books for people who are keen to get into macro / up-close photography!</p></div>
<p><strong>Water Light Time</strong> (<a href="http://bit.ly/6yw94m">US</a> / <a href="http://bit.ly/6oB9z2">UK</a>). Combining his love for underwater life and expertise in photography, David Doubilet does a phenomenal job of putting together stunning and breathtaking images of life that abounds under the sea. <small>Suggested by @<a href="http://twitter.com/scuba_suzy">scuba_suzy</a></small></p>
<p><strong>The Underwater Photographer: Digital and Traditional Techniques</strong> (<a href="http://bit.ly/7C2h0y">US</a> / <a href="http://bit.ly/5FEPJm">UK</a>) by Martin Edge is for intermediate level photographers who have a passion for under-water photography &#8211; a must-read. Valuable techniques have been laid down methodically for execution of outstanding results. <small>Suggested by @<a href="http://twitter.com/scuba_suzy">scuba_suzy</a></small></p>
<p><strong>Macro Photograpy Workshop</strong> (<a href="http://bit.ly/7EXs3X">US</a> / <a href="http://bit.ly/7NJJC2">UK</a>) by Haje Jan Kamps serves as a learning experience for amateur people who will explore, experiment and discover the innumerable possibilities a camera has to offer in terms of its functionality once you get close enough&#8230; <small>Suggested by @<a href="http://twitter.com/Photocritic">Photocritic</a> ;)</small></p>
<h2>Business guides</h2>
<p><strong>VisionMongers: Making a Life and a Living in Photography</strong> (<a href="http://bit.ly/6MiB7e">US</a> / <a href="http://bit.ly/8VG4tZ">UK</a>) by David DuChemin is an engaging fusion of the basic techniques of photography with commerce &#8211; and shows how a good sense of business can lead to a very rewarding and successful career in  photography; the author shares his vision and offers a wealth of advice, tips, and tricks. <small>Suggested by @<a href="http://twitter.com/prairielight">prairielight</a></small></p>
<p><strong>Best Business practices for Photographers</strong> (<a href="http://bit.ly/88CpeS">US</a> / <a href="http://bit.ly/909xji">UK</a>). A true entrepreneur in this field, John Harrington sheds light on methodologies and formalities that you need to keep in mind, should you desire to carve out a successful and rewarding career-path in photography. <small>Suggested by @<a href="http://twitter.com/brianlarter">brianlarter</a></small></p>
<h2>Art books</h2>
<p><strong>The Life of a Photograph</strong> (<a href="http://bit.ly/8lANiZ">US</a> / <a href="http://bit.ly/5fnVcg">UK</a>) by Sam Abell features exquisite images that can be captured only in our wildest imaginations, takes us on a journey of Abell&#8217;s work &#8211; A book witnessing how he pours his whole heart into his photographic endeavours. <small>Suggested by @<a href="http://twitter.com/allisterfreeman">allisterfreeman</a></small></p>
<p><strong>Beneath The Roses</strong> (<a href="http://bit.ly/7VKgxg">US</a> / <a href="http://bit.ly/6ESnyW">UK</a>) Renowned for his artistry, Gregory Crewdson&#8217;s works seem less like photographs, and more like moments captured from epic movies, seemingly dark and troubling, with a definitive sci-fi twist in them. <small>Suggested by @<a href="http://twitter.com/MilesStorey">MilesStorey</a></small></p>
<p><strong>American Music</strong> (<a href="http://bit.ly/8XcZSM">US</a> / <a href="http://bit.ly/7eFwqi">UK</a>) by Annie Leibovitz&#8217;s is a well-curated collection of portraits of a wide range of musical Americana: nearly a century of musical creativity, condensed into a fantastic book. <small>Suggested by @<a href="http://twitter.com/SvanBaaijen">SvanBaaijen</a></small></p>
<div id="attachment_2610" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2009/12/Helmut-Newton.jpg"><img src="http://images.photocritic.org/uploads/2009/12/Helmut-Newton-300x212.jpg" alt="The original full-size, full-cost version of Helmut Newton&#039;s Sumo cost nearly $20,000 - luckily, there&#039;s a more accessible version out there these days. " title="Helmut-Newton" width="300" height="212" class="size-medium wp-image-2610" /></a><p class="wp-caption-text">The original full-size, full-cost version of Helmut Newton's Sumo cost nearly $20,000 - luckily, there's a more accessible version out there these days. </p></div>
<p><strong>The Art of God</strong> (<a href="http://bit.ly/6Sy0hB">US</a> / <a href="http://bit.ly/4I6JIG">UK</a>) by Ric Ergenbright might well be the most visually appealing book of its kind, this nature photography book artfully presents text matching each photo and combines to make the &#8220;heart leap and the soul rejoice&#8221;. <small>Suggested by @<a href="http://twitter.com/Frankkster">Frankkster</a></small></p>
<p><strong>Visual Poetry</strong> (<a href="http://bit.ly/5S2xED">US</a> / <a href="http://bit.ly/6qhlhb">UK</a>) by Chris Orwig is an awe-inspiring book that can encourage people from any walk of life to use their passion and creativity to transform digital images to splendid works of art using natural light. <small>Suggested by @<a href="http://twitter.com/MDDunnPhoto">MDDunnPhoto</a> and @<a href="http://twitter.com/tabby2004">tabby2004</a></small></p>
<p><strong>Come Again </strong> (<a href="http://bit.ly/5v76Tc">US</a> / <a href="http://bit.ly/5AlV5Y">UK</a>) is a collection of photographs from Beirut taken by Robert Frank took after being commissioned to capture the aftermath of the Lebanese war &#8211; and Polaroids of the city and its environment. <small>Suggested by @<a href="http://twitter.com/dantebusquets">dantebusquets</a></small></p>
<p><strong>Snaps</strong> (<a href="http://bit.ly/8zvFnu">US</a> / <a href="http://bit.ly/7VCdxg">UK</a>) by Elliot Erwitt is The book is essentially an effort at portraying and capturing Erwitt&#8217;s work of 500 images, consisting of a wide range of subjects, ranging from famous personalities to the very ordinary. <small>Suggested by @<a href="http://twitter.com/zenrhino">zenrhino</a></small></p>
<div id="attachment_2611" class="wp-caption alignleft" style="width: 266px"><a href="http://images.photocritic.org/uploads/2009/12/full-moon.jpg"><img src="http://images.photocritic.org/uploads/2009/12/full-moon.jpg" alt="For many of us, this will be the closest we&#039;ll get to a space shuttle - or, indeed, the moon. What a gorgeous way to travel, though!" title="full-moon" width="256" height="254" class="size-full wp-image-2611" /></a><p class="wp-caption-text">For many of us, this will be the closest we'll get to a space shuttle - or, indeed, the moon. What a gorgeous way to travel, though!</p></div>
<p><strong>Full Moon</strong> (<a href="http://bit.ly/5YSXy9">US</a> / <a href="http://bit.ly/7RhFU1">UK</a>) by Michael Light may be the only science photography book dedicated to capture stunning and absolutely breathtaking images of the voyage to the moon and the return to planet earth. <small>Suggested by @<a href="http://twitter.com/brettbeyer">brettbeyer</a></small></p>
<p><strong>Sumo</strong> (<a href="http://bit.ly/7i1ko8">US</a> / <a href="http://bit.ly/5nJfe8">UK</a>) by Helmut Newton made headlines for its unique and gargantuan dimensions, is back in a more cost effective version (The original cost nearly $20,000). It and covers Newton&#8217;s outstanding career from all possible perspectives. <small>Suggested by @<a href="http://twitter.com/maxwellander">maxwellander</a></small></p>
<p><strong>Terryworld</strong> (<a href="http://bit.ly/6x3D7a">US</a> / <a href="http://bit.ly/7n8AOi">UK</a>) is about Terry Richardson, an American fashion photographer who took the fashion world by storm. The book also contains 70 new photographs not featured in the original edition. <a href="http://www.terryrichardson.com">Terry Richardson</a><small>Suggested by @<a href="http://twitter.com/joostdeleij">joostdeleij</a></small></p>
<p><strong>American Prospects</strong> (<a href="http://bit.ly/4N9rER">US</a> / <a href="http://bit.ly/5lzmuq">UK</a>) by Joel Sternfeld is an exploration of the landscape as reflected on the changing states of American society. The impact of this work continues to resonate through contemporary artistic, photographic practice. <small>Suggested by @<a href="http://twitter.com/shanegodfrey">shanegodfrey</a></small></p>
<p><strong>The valley </strong> (<a href="http://bit.ly/5SogQS">US</a> / <a href="http://bit.ly/7SzxzM">UK</a>) by Larry Sultan is an exhibition of photographs by the famous artist. It uses home, work and suburbia as the backdrop and looks at the transformation of middle-class suburban homes into stage sets for adult films. <small>Suggested by @<a href="http://twitter.com/shanegodfrey">shanegodfrey</a></small></p>
<p><strong>American Surfaces </strong> (<a href="http://bit.ly/5dqXkU">US</a> / <a href="http://bit.ly/8T7Rc9">UK</a>) is a book that depicts the road trips taken by Stephen Shore all across the United States, and uses hundreds of color photographs as the medium of expression. <small>Suggested by @<a href="http://twitter.com/shanegodfrey">shanegodfrey</a></small></p>
<p><strong>The Americans </strong> (<a href="http://bit.ly/6c21U5">US</a> / <a href="http://bit.ly/8427Uw">UK</a>) is a monumental work of Swiss-born photographer Robert Frank. The book was first published in the U.S. and dramatically altered how photographers looked through their viewfinders &#8211; and the way Americans saw themselves. <small>Suggested by @<a href="http://twitter.com/shanegodfrey">shanegodfrey</a></small></p>
<h2>The Photon Detector Section</h2>
<p>The lovely @<a href="http://twitter.com/photondetector">photondetector</a> went a bit mental with his suggestions for books, and provided a significant stream of fantastic ideas. It&#8217;d be rude to not give him his own mini section in this guide as a result (and you should <a href="http://twitter.com/photondetector">follow him</a>, too; he&#8217;s got a consistently awesome Twitter feed!)</p>
<p><strong>Self Portrait With Cows Going Home</strong> (<a href="http://bit.ly/6eTRrt">US</a> / <a href="http://bit.ly/4DU5lp">UK</a>) by Sylvia Plachy is a powerful personal memoir about the author&#8217;s beginnings in communist Hungary, her emigration to Austria, New York with her parents and her repeated journeys back to Hungary.</p>
<p><strong>Fashion Magazine</strong> (<a href="http://bit.ly/6GX5YN">US</a> / <a href="http://bit.ly/69RNet">UK</a>) by Lise Sarfati explores territories of childhood, adolescence and adult womanhood, and seeks to record possible becomings. Explorations of identity are encouraged by the clothing, which is both incidental and essential. </p>
<p><strong>In High Fashion &#8211; The Conde Nast Years, 1923-1937</strong> (<a href="http://bit.ly/8Jk7RR">US</a> / <a href="http://bit.ly/79LoDG">UK</a>) by Edward Steich is an extensive collection of the fashion photographer Steichen who remains unparalleled in his work on Vogue till date. He truly has become an icon of fashion photography. </p>
<p><strong>Art &amp; Fear: Observations On the Perils (and Rewards) of Artmaking</strong> (<a href="http://bit.ly/90E4uh">US</a> / <a href="http://bit.ly/5YSfgx">UK</a>) is an unmissable book about making art. It draws from personal experience, and provides an incisive view into the world of art as it is experienced by art makers themselves.</p>
<div id="attachment_2612" class="wp-caption alignright" style="width: 263px"><a href="http://images.photocritic.org/uploads/2009/12/the-polaroid-book.jpg"><img src="http://images.photocritic.org/uploads/2009/12/the-polaroid-book-253x300.jpg" alt="If you ever thought the Polaroid camera was a toy, then here&#039;s your chance to change your mind... Forever. " title="the-polaroid-book" width="253" height="300" class="size-medium wp-image-2612" /></a><p class="wp-caption-text">If you ever thought the Polaroid camera was a toy, then here's your chance to change your mind... Forever. </p></div>
<p><strong>The Polaroid Book: Selections from the Polaroid Collections of Photography</strong> (<a href="http://bit.ly/8RcI59">US</a> / <a href="http://bit.ly/7bKNOG">UK</a>) is an unique selection of 400 works from the Polaroid Collection and is a treasure trove of photography. Barbara Hitchcock provides an engaging essay on the history which underpins it. </p>
<p><strong>Deep South </strong> (<a href="http://bit.ly/5NXuxQ">US</a> / <a href="http://bit.ly/5nKfs0">UK</a>) by Sally Mann is a much-anticipated collection of Mann&#8217;s exquisite, ethereal landscape photographs, taken in the years since she rose to international fame. </p>
<p><strong>In The Garden</strong> (<a href="http://bethdow.com/garden.html">Website</a>) by Beth Dow is filled with photos taken in formal English and Italian gardens, which naturally attract photographers in their offering of glimpses of the rich traditions of garden making. </p>
<p><strong>Suspended In Time </strong> (Photondetector&#8217;s <a href="http://photondetector.com/blog/2007/04/16/larkin-suspended-in-time/">Review</a>) by Matthew Larkin is a collection of stunning Ambrotypes whose unique photographs are made on black glass. Larkin&#8217;s pictures capture arresting moments of individuals engaged in the modern practice of suspension. </p>
<h2>Your turn!</h2>
<p>Turns out that a lot of people are deeply passionate about photography books &#8211; ways to learn, tips to improve, and the ever-evolving landscape of arts books. Did I miss any? If so, leave a comment below &#8211; If you write it in the same style as the bits above, I&#8217;ll add it to the article, too!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/J-DhZgdbXmgL2EHeicsLpFrKnJY/0/da"><img src="http://feedads.g.doubleclick.net/~a/J-DhZgdbXmgL2EHeicsLpFrKnJY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/J-DhZgdbXmgL2EHeicsLpFrKnJY/1/da"><img src="http://feedads.g.doubleclick.net/~a/J-DhZgdbXmgL2EHeicsLpFrKnJY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=iIeQ9eacNx0:M5xZLvmF9yk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=iIeQ9eacNx0:M5xZLvmF9yk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=iIeQ9eacNx0:M5xZLvmF9yk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=iIeQ9eacNx0:M5xZLvmF9yk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=iIeQ9eacNx0:M5xZLvmF9yk:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=iIeQ9eacNx0:M5xZLvmF9yk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=iIeQ9eacNx0:M5xZLvmF9yk:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=iIeQ9eacNx0:M5xZLvmF9yk:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/iIeQ9eacNx0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/must-read-photography-books/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning by example</title>
		<link>http://photocritic.org/learning-by-example/</link>
		<comments>http://photocritic.org/learning-by-example/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:00:23 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Most Popular]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2573</guid>
		<description><![CDATA[Some people learn best when they start at the basics: This is a camera. Press this button to make it go &#8216;click&#8217;, and it takes a picture. Change the aperture to&#8230; etc. Me, I like to work the other way around &#8211; I learned a long time ago that photography &#8211; like computers, cars, etc [...]]]></description>
			<content:encoded><![CDATA[<p>Some people learn best when they start at the basics: This is a camera. Press this button to make it go &#8216;click&#8217;, and it takes a picture. Change the aperture to&#8230; etc. Me, I like to work the other way around &#8211; I learned a long time ago that photography &#8211; like computers, cars, etc &#8211; is interesting mostly for its results, rather than for its technology. Who cares if your camera can do 1/4,000 second or 1/12,000 second shutter times&#8230; Unless, of course, you need the faster shutter time to achieve something. <span id="more-2573"></span></p>
<p><!--adsense--></p>
<p>Learning by example, then, is the act of starting at the other end of the learning process: Find a photograph you like, or come up with a crazy idea, and then start stepping backwards: What do I need to do to create the photograph I have seen / imagined / come up with. </p>
<h2>What&#8217;s the point?</h2>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/4157048729/"><img alt="Boats on Ha Long Bay in Vietnam. Taken with a Canon Digital IXUS at ISO 200, f/8 and 1/30 second exposure, at widest possible zoom" src="http://farm3.static.flickr.com/2694/4157048729_0102fe820a_m.jpg" title="Boats on Ha Long Bay" width="240" height="160" /></a><p class="wp-caption-text">Boats on Ha Long Bay in Vietnam. Taken with a Canon Digital IXUS at ISO 200, f/8 and 1/30 second exposure, at widest possible zoom</p></div>
<p>The interesting thing of learning by example is that there&#8217;s a pretty good chance you miss whole fields of photography. If ISO or lens length isn&#8217;t relevant to the shots you&#8217;re taking, you&#8217;ll never have to learn them&#8230; It&#8217;s kind of like mathematics: I could never wrap my head around calculus. Not because I don&#8217;t have the brain capacity (or, at least, I would like to think), but because I never saw the point. Just like I never saw the point of geometry, until someone managed to bring it to life by explaining how I could apply it to my life &#8211; suddenly, I had a need for a bit of knowledge, so I went out to acquire the necessary information and understanding, and was able to do the calculations I needed. </p>
<p>I&#8217;m a strong believer in doing the same thing with photography: If you don&#8217;t think you need something, well, you probably don&#8217;t. You&#8217;ll eventually find out that the techniques you&#8217;re using at the moment are limiting you &#8211; or making the things you&#8217;re trying to achieve more difficult &#8211; but that&#8217;ll be new motivation to learn something new again. </p>
<h2>So, how do you do it?</h2>
<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/4133983066/"><img alt="My sister in Vietnam. Taken at ISO 100 with a 50mm f/1.4 prime lens stopped wide open, aperture mode. Shutter time was whatever the camera suggested. Slightly desaturated the RAW file to get a more timeless feel" src="http://farm3.static.flickr.com/2712/4133983066_70779fd0d6_m.jpg" title="Little Sister" width="240" height="160" /></a><p class="wp-caption-text">My sister in Vietnam. Taken at ISO 100 with a 50mm f/1.4 prime lens stopped wide open, aperture mode. Shutter time was whatever the camera suggested. Slightly desaturated the RAW file to get a more timeless &#39;feel&#39;</p></div>
<p>Well, it&#8217;s easy: Find a source of inspiration. Personally, I use all sorts of sources: Magazines are a great starting point (especially amateur photography magazines like Digital Camera Magazine or similar &#8211; also check out <a href="http://PhotoRadar.com">PhotoRadar</a>). Flickr, of course, is a marvellous source as well. The problem with on-line, however, is the nature of computer screens. Call me old-fashioned, but I really prefer the high-resolution way of looking at photography: Prints, books, magazines, etc. </p>
<p>The other problem is that, even on Flickr, not that many photographers take you through their way of thinking, or their technique for getting the shot (I love the idea of the <a href="http://www.flickr.com/groups/howitookit/">How I Took It</a> group, but so far, only 22 photos have been posted, which seems like a huge shame). Luckily, you can often ask questions, and many are good enough to help you along, but that&#8217;s still not an ideal way of getting tucked in. (Of course, I&#8217;m also guilty of this, but if you find any photos <a href="http://flickr.com/photocritic">in my photo stream</a> which you&#8217;d like explained and deconstructed, I&#8217;d be more than happy to &#8211; leave a comment and I&#8217;ll dig out the info!)</p>
<h2>Using books for inspiration</h2>
<div id="attachment_2574" class="wp-caption alignright" style="width: 250px"><a href="http://images.photocritic.org/uploads/2009/12/photos-that-inspire.png"><img src="http://images.photocritic.org/uploads/2009/12/photos-that-inspire-240x300.png" alt="Photos that Inspire is one of the few books I&#039;m aware of that goes into detail about the individual photos, with how, why, where and when they were taken - perfect to start learning" title="photos-that-inspire" width="240" height="300" class="size-medium wp-image-2574" /></a><p class="wp-caption-text">Photos that Inspire is one of the few books I'm aware of that goes into detail about the individual photos, with how, why, where and when they were taken - perfect to start learning</p></div>
<p>There are a lot of fantastic photography books out there, but many of them are by a single photographer &#8211; the problem with that is that they have only a limited number of styles, and most of them say nothing about how the photos were taken &#8211; you&#8217;re expected to enjoy them as art, rather than as part of a learning experience. As you get better, this is a sensible approach, but when you&#8217;re starting out, it can be mighty frustrating. </p>
<p>The best one I&#8217;ve found that does things a little differently is <strong>Photos that Inspire</strong> (<a href="http://bit.ly/8Rv20C">Amazon US</a> / <a href="http://bit.ly/8Mg7OX">Amazon UK</a>) is in the same series as my macro book &#8211; the <a href="http://bit.ly/4WNf1l">Photo Workshop series published by Wiley</a> &#8211; and it&#8217;s a peach. </p>
<p>For one thing, it has a couple of my photos in there (which obviously makes it a much better book already) but the important bit is that it contains tons of photographs taken by professional photographers &#8211; who explain why and how the shots were taken. It&#8217;s like a small art gallery with a personal guide by each of the individual photographers &#8211; and a fantastic place to start learning, of course. </p>
<h2>How do <em>you</em> learn?</h2>
<p>So, that&#8217;s my take on it &#8211; How do you prefer to learn about photography? Where do you get your inspiration? There&#8217;s a comment box down there somewhere&#8230;</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/eBB49y3_11XcUO0G1mV3B5HXfaA/0/da"><img src="http://feedads.g.doubleclick.net/~a/eBB49y3_11XcUO0G1mV3B5HXfaA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eBB49y3_11XcUO0G1mV3B5HXfaA/1/da"><img src="http://feedads.g.doubleclick.net/~a/eBB49y3_11XcUO0G1mV3B5HXfaA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=gssF4o9pxPc:mqg3xNjMV2c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=gssF4o9pxPc:mqg3xNjMV2c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gssF4o9pxPc:mqg3xNjMV2c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=gssF4o9pxPc:mqg3xNjMV2c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gssF4o9pxPc:mqg3xNjMV2c:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gssF4o9pxPc:mqg3xNjMV2c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gssF4o9pxPc:mqg3xNjMV2c:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=gssF4o9pxPc:mqg3xNjMV2c:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/gssF4o9pxPc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/learning-by-example/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The case for Pentax</title>
		<link>http://photocritic.org/the-case-for-pentax/</link>
		<comments>http://photocritic.org/the-case-for-pentax/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 09:30:59 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Opinions and Rants]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2563</guid>
		<description><![CDATA[When I recently posted my guide to choosing your first dSLR, I was ripped to shreds in the comments for overlooking Olympus and Pentax&#8230; Which is quite wrong of me: Pentax have long made some pretty awesome cameras, with features that Canon and Nikon haven&#8217;t had (like being able to remote control external strobes &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>When I recently posted my guide to <a href="http://photocritic.org/top-entry-level-dslr/">choosing your first dSLR</a>, I was ripped to shreds in the comments for overlooking Olympus and Pentax&#8230; Which is quite wrong of me: Pentax have long made some pretty awesome cameras, with features that Canon and Nikon haven&#8217;t had (like being able to remote control external strobes &#8211; a feature Canon has never had until the introduction of <a href="http://smallaperture.com/canon-7d-review/">the Canon 7D</a>!) </p>
<p>Someone who was particularly outraged is the most fabulous John Cavan, who wrote a passionate and well-articulated plea to stop ignoring Pentax &#8211; and he&#8217;s got a pretty damn good case, actually&#8230; here&#8217;s why: <span id="more-2563"></span></p>
<p>Canon, Nikon. Nikon, Canon. When most people think of buying a dSLR, that is often the debate that they wage with themselves. Of course, with the Sony purchase of Minolta, they may even now start to think of Sony in that debate. There is, however, another player on the market, a player that has been around for a very long time. In fact, they were once synonymous with SLR photography: Pentax.</p>
<p>Pentax is the first Japanese company to release a 35mm SLR in 1952 and, for quite a while, were the defacto standard for 35mm photography. The M42 screw mount, while not a Pentax invention, was made so prevalent by Pentax that it became known as the Pentax mount. In a sense, Pentax ushered in the age of SLR photography producing more cameras than all other manufacturers combined. So, what happened to them? They didn’t fall off the 35mm radar, even as they lost ground to names like Nikon and Canon, Pentax continued to innovate, but they were the last to move from the limited capability of the M42 mount and, to some degree, that probably hurt them the most.</p>
<p>However, Pentax didn’t go away. They continued to produce excellent cameras, including the classic K1000, first created in 1976 as a basic SLR, it managed to outlive all of its brethren and almost all successors because of its elegance and simplicity, finally hitting end of life in 1997. In 2003, Pentax entered the digital age and didn’t stop their innovation. By this time, however, the Canon/Nikon duopoly was pretty complete. A tough nut to crack, no?</p>
<p><!--adsense--></p>
<p>Pentax is trying to crack that nut, so I’m going to talk about Pentax as it started getting serious about dSLR photography with the arrival of the K100D, K110D, and the K10D. The first two were the entry level dSLRs and the last was aimed at the prosumer. As with all of their cameras, Pentax focussed on certain key areas: backwards compatibility and the photographic experience. These are factors that continue to be key to Pentax since the introduction of these cameras, so let’s talk about them.</p>
<p>Backwards compatibility is a funny statement with digital, but it is applicable because it means that over 50 years of high grade optics are still available to you. Many of us Pentaxians have in our kits lenses that the modern dSLR owner wouldn’t even think of, wouldn’t even be aware of. We don’t have these lenses because there aren’t modern options for Pentax, because we have those too, but because they present optical quality as good as any current lens and at a price that you can’t hope to beat brand new. To give you an example, I own a Vivitar Series 1 100mm f/2.8 Macro manufactured by Kiron. This lens is widely regarded as one of the best, if not the best, macro lens ever produced and it&#8217;s nearly 40 years old. I paid $160 (Canadian) for it. To compare, a Canon EF 100mm f/2.8 Macro lens currently retails for $730 or $1249 with image stabilization.</p>
<p>Another backwards compatibility feature, which makes my last comment even more interesting, is Pentax image stabilization (or anti-shake) is in the body of the camera. There are certainly advantages to IS on the lens, such as IS in the viewfinder, but the single biggest advantage to it on the body is that every single lens I attach to my Pentax, regardless of age, can be stabilized. Of the major dSLR manufacturers, only Sony can say that, and they don’t have the lens history of Pentax. There’s another advantage: price. You can see that above, IS adds $500 to the price for what is otherwise the same lens.</p>
<div id="attachment_2564" class="wp-caption alignright" style="width: 310px"><a href="http://photocritic.org/wp-content/uploads/2009/12/pentax-k200d.png"><img src="http://images.photocritic.org/uploads/2009/12/pentax-k200d-300x232.png" alt="For your first step into the world of digital photography, look beyond the two big brands for some creative features and competitive pricing!" title="pentax-k200d" width="300" height="232" class="size-medium wp-image-2564" /></a><p class="wp-caption-text">For your first step into the world of digital photography, look beyond the two big brands for some creative features and competitive pricing!</p></div>
<p>Now, of course, Pentax isn’t just leaving us in the world of historical lenses, scouring eBay and Craigslist so that we can take pictures. They do have a very good line-up of modern lenses with zooms and primes, wide to telephoto including what many, such as DP Review, call highly desirable limited lenses. It isn’t just Pentax, we also have Sigma, Tamron, and others producing good optics for a good price. So, with Pentax, you can pull from the old (even ancient, M42 can be adapted to the modern bayonet mount) and the new. Heck, with an adapter, you can even put a monstrous medium format lens on it! I know a local photographer that uses his Pentax 67 lenses on his K20D all the time.</p>
<p>Alright, I think I’ve established that Pentax is good at keeping the old available to the new, but I also mentioned the photographic experience. Most modern dSRLs offer what I would call point-and-shoot features and, to some degree, that is a wise choice. Pentax took a different approach, aiming their line at people looking to have the pleasure of the 35mm film experience in a digital package. So, instead of scene modes on the dial, they added things like hyper-program (a way to quickly switch between aperture and shutter priority modes), sensitivity priority (control ISO with the rear dial), and shutter/aperture priority (camera sets ISO based on shutter and aperture). Other ideas, such as the “green” button near the shutter release that quickly resets the exposure, even in manual, giving you a good starting point for creative adjustment. They also have the RAW+jpeg button that will easily give you both formats for the next shot, a feature that just made it to Canon now.</p>
<p>So, where is Pentax today? Well, they have a line up modern dSLRs that have continuously received top reviews time and again. In the entry market, we have the K200D, K-m and the K-x cameras. The K-x is the newest and is something worth talking about, so much so that Photography blog gave it a rare “essential” rating. At the higher end, we have the K20D and the K7, both very highly regarded. The K7 was recently compared to the latest Canon prosumer (the 7D) on DP Review and came out very close, but also costs quite a bit less. I’m not going to go into detailed features for them, this is widely covered on the Internet, but I will note that the prosumer versions of the Pentax line offer a number of features that are usually only seen in substantially more expensive cameras. Where Pentax lacks is at the truly pro end of the spectrum, something they hope to rectify with a medium format digital in the new year. Mind you, that’s probably more than most of us would wish to handle if we’re not doing commercial photography.</p>
<p>In any case, I’m not writing to convince you to buy Pentax (it means more great lenses for me on Craigslist if you don’t), but to consider it. Canon, Nikon, and Sony all produce excellent cameras as well. I don’t think you, as the consumer, are going to be left feeling cheated with any of them. My only advice would be to get your hands on to the cameras and try them, all of them. The feel, the weight, and the placement of the controls are all going to be factors that should influence you as much as anything and that you can only get by putting it into your hands with a decent lens. If you do that, in a good photography store that lets you, then I think you’ll find that Pentax is as good as any of them and perhaps, now, the debate you wage won’t just be Canon, Nikon or Nikon, Canon.</p>
<h2>About John</h2>
<p>John is a software architect that just happens to be an avid amateur photographer. He did a lot of 35mm film (used Yashica and Pentax) in college as the editor of the newspaper, but then kind of let it slide for years after that because he could never be bothered to develop the film. Ultimately, he got back into photography with the Pentax K10D and then it just went from there. Check out <a href="http://www.grumpyjohns.com">his website</a>, too!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/xGTRt8uH_DQpcNxPIAc9iKdcxHM/0/da"><img src="http://feedads.g.doubleclick.net/~a/xGTRt8uH_DQpcNxPIAc9iKdcxHM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xGTRt8uH_DQpcNxPIAc9iKdcxHM/1/da"><img src="http://feedads.g.doubleclick.net/~a/xGTRt8uH_DQpcNxPIAc9iKdcxHM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=LszEQLikJ7c:a8DBEYm7ts0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=LszEQLikJ7c:a8DBEYm7ts0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=LszEQLikJ7c:a8DBEYm7ts0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=LszEQLikJ7c:a8DBEYm7ts0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=LszEQLikJ7c:a8DBEYm7ts0:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=LszEQLikJ7c:a8DBEYm7ts0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=LszEQLikJ7c:a8DBEYm7ts0:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=LszEQLikJ7c:a8DBEYm7ts0:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/LszEQLikJ7c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/the-case-for-pentax/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Book: Put another dime in the jukebox</title>
		<link>http://photocritic.org/i-love-rock-and-roll/</link>
		<comments>http://photocritic.org/i-love-rock-and-roll/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 13:46:26 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2550</guid>
		<description><![CDATA[Some of you have caught on to the fact that I&#8217;m sort of fond of this whole concert photography thing &#8211; and I&#8217;ve written about it at length here on Photocritic, and I&#8217;ve got a big(ish) portfolio of concert photos over on Flickr. One thing I&#8217;ve been meaning to do for a while, though, is [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you have caught on to the fact that I&#8217;m sort of fond of this whole concert photography thing &#8211; and I&#8217;ve written about it at length <a href="http://photocritic.org/live-band-concert-photography/">here on Photocritic</a>, and I&#8217;ve got a big(ish) portfolio of concert photos <a href="http://www.flickr.com/photos/photocritic/sets/72157613071105589/">over on Flickr</a>. One thing I&#8217;ve been meaning to do for a while, though, is to distill my photographs and what I know about concert photography into an article. </p>
<p>As I was working on said article, I realised that, well, what I&#8217;m working on isn&#8217;t an article at all. It&#8217;s a book. Which is fair enough, I thought, I&#8217;ll just create a book on it instead. So, I give you: Put another dime in the Jukebox: A guide to concert photography by yours truly. <span id="more-2550"></span></p>
<div id="attachment_2552" class="wp-caption alignright" style="width: 252px"><a href="http://photocritic.org/wp-content/uploads/2009/11/put-another-dime-big.jpg"><img src="http://images.photocritic.org/uploads/2009/11/put-another-dime-big-242x300.jpg" alt="Everything you never really cared to know about concert photography, neatly collected in one useful place! " title="Put another dime in the Jukebox" width="242" height="300" class="size-medium wp-image-2552" /></a><p class="wp-caption-text">Everything you never really cared to know about concert photography, neatly collected in one useful place! </p></div>
<p>It has a lot of pages (46, to be precise), a metric tonne of gorgeously high-resolution photographs (around 100, actually), and is riddled with tips, advice, ideas, and examples of how you can take the best possible music photos. </p>
<p><strong>So, who is this book for?</strong></p>
<p>Well, it&#8217;s part coffee-table book &#8211; full of glorious music photos. If you have no intention whatsoever to ever take a single concert photo, it might still be worth picking up a copy: this thing is hellapretty. </p>
<p>The book really comes to its own for people who want to try concert photography though: 100 photos offers plenty of inspiration, and the book offers info about the photos were taken&#8230; It&#8217;s got sections on equipment, how to gain access to the press pit, how to convert your photos to black and white, how to deal with poor lighting, and all that loveliness. </p>
<h2>Sounds amazing, where can I get a copy?</h2>
<div class="wp-caption alignleft" style="width: 170px"><a href="http://www.flickr.com/photos/photocritic/3424507831/in/set-72157613071105589"><img alt="Lucy Styles on stage on Flickr" src="http://farm4.static.flickr.com/3642/3424507831_064647915c_m.jpg" title="... And in the evening, shes the singer in a band" width="160" height="240" /></a><p class="wp-caption-text">Lucy Styles on stage on Flickr</p></div>
<p>I&#8217;ve created the book via Blurb, which means that it&#8217;s printed on demand &#8211; order a copy, and they&#8217;ll print it up and send it out to you. </p>
<p>The quality of the book is truly outstanding: printing quality is so good that you&#8217;d never know you hadn&#8217;t ordered it from Amazon (as you can still do with my book on macro photography &#8211; <a href="http://kamps.org/g/?umnd">Amazon.com</a> or <a href="http://kamps.org/g/?ixuy">Amazon.co.uk</a>), or from your local book shop. </p>
<p>To get your eager little paws on <em>Put Another Dime in the Jukebox</em>, reach for your credit card with one hand, and <a href="http://www.blurb.com/bookstore/detail/1013209">clicky here</a> with the other (you ambidextrous w&uuml;nderkind, you)&#8230; Enjoy!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/cMsUSVXvmpkWc0ALzqIpJlD7NeQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/cMsUSVXvmpkWc0ALzqIpJlD7NeQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cMsUSVXvmpkWc0ALzqIpJlD7NeQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/cMsUSVXvmpkWc0ALzqIpJlD7NeQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=QRiLFK85eE0:TwvYlyPcqwo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=QRiLFK85eE0:TwvYlyPcqwo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=QRiLFK85eE0:TwvYlyPcqwo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=QRiLFK85eE0:TwvYlyPcqwo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=QRiLFK85eE0:TwvYlyPcqwo:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=QRiLFK85eE0:TwvYlyPcqwo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=QRiLFK85eE0:TwvYlyPcqwo:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=QRiLFK85eE0:TwvYlyPcqwo:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/QRiLFK85eE0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/i-love-rock-and-roll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing your first dSLR</title>
		<link>http://photocritic.org/top-entry-level-dslr/</link>
		<comments>http://photocritic.org/top-entry-level-dslr/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 00:38:03 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Reviews and buying advice]]></category>
		<category><![CDATA[Canon]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[Olympus]]></category>
		<category><![CDATA[Panasonic]]></category>
		<category><![CDATA[Pentax]]></category>
		<category><![CDATA[Sigma]]></category>
		<category><![CDATA[Sony]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2008/top-entry-level-dslr/</guid>
		<description><![CDATA[It&#8217;s nearly December again, which means that the retailers are rubbing their money-grabbing little paws in glee, in anticipation of making a killing over the holiday season. Be that as it may, fact remains that there&#8217;s a lot of choice out there, and whether you&#8217;re buying your first camera, or whether you&#8217;re out shopping for [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s nearly December again, which means that the retailers are rubbing their money-grabbing little paws in glee, in anticipation of making a killing over the holiday season. Be that as it may, fact remains that there&#8217;s a lot of choice out there, and whether you&#8217;re buying your first camera, or whether you&#8217;re out shopping for a friend of family member, you might need a hand. </p>
<p>Welcome to the Photocritic guide to entry-level dSLR cameras: What should you be looking for, what should you be buying, and why? It&#8217;s all in our handy shopping guide, right here&#8230;<span id="more-924"></span></p>
<p>Once you&#8217;ve decided to start looking for a dSLR, you might have some reason in mind already. Perhaps you feel as if you&#8217;re outgrowing your compact camera, whether that&#8217;s creatively or technically. Maybe you&#8217;re not really feeling as if you&#8217;re challenging yourself enough as a photographer. Either way, you&#8217;ve decided to go play with the big boys &#8211; welcome aboard!</p>
<div id="attachment_2529" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2008/04/iStock_000009029122XSmall.jpg"><img src="http://images.photocritic.org/uploads/2008/04/iStock_000009029122XSmall-300x199.jpg" alt="There&#039;s a lot of cameras to choose from out there - In this article, I&#039;v done my best to help you make a sensible choice!" title="iStock_000009029122XSmall" width="300" height="199" class="size-medium wp-image-2529" /></a><p class="wp-caption-text">There's a lot of cameras to choose from out there - In this article, I've done my best to help you make a sensible choice!</p></div>
<p>The first and most important thing you need to know is that there aren&#8217;t any really bad digital SLR cameras out there. </p>
<p>In fact I would argue that there aren&#8217;t actually any bad digital cameras on the market anymore in general &#8211; stick to a respected camera brand, and you&#8217;re home free. If we&#8217;re looking at compact cameras, you can buy a respectible camera for under $100 &#8211; the Nikon Coolpix L20 wil set you back $99 or thereabouts, and is a <em>lot</em> of camera for your hard-earned dollars. </p>
<p>Anyway, we were talking about dSLR cameras. Here are a few things you should be looking at..</p>
<h2>Things to think about</h2>
<p><strong>Do you already own a SLR camera?</strong> If you have already bought into a particular brand of camera, take a good, hard look at your lenses. If you&#8217;ve bought a lot of high-end lenses and flashguns etc, swapping from one brand to another might have a lot of hidden costs in them. On the other hand, if you have a lot of old, tattered equipment with scratched lenses, see it as an opportunity: eBay off the lot, and start afresh. </p>
<p><strong>Canon or Nikon?</strong> This is a perennial question which I&#8217;m not going to go anywhere near. I defy anybody to be able to tell the difference between a camera taken with a Canon or with a Nikon camera. Or a Sony. Or a Panasonic. Or a Sigma. Things have moved on hugely since the raging Canon-Nikon debates of the early 1980s (and they scarcely made all that much sense <em>then</em>). Whichever camera system you buy into, you&#8217;re going to live with for a while (probably), so do think about it. You &#8211; not your camera equipment &#8211; is going to be the bottleneck, so don&#8217;t worry too much about what you might have heard form the old graybeards&#8230; </p>
<p><strong>Buying into a system?</strong> You know best what kind of a photographer you are. If you&#8217;re likely to start buying high-end lenses (or &#8216;fast glass&#8217;, as it&#8217;s frequently called among seasoned photographers), then you have two choices: Canon or Nikon. There are a lot of other people out there building great DSLR cameras, but once you start talking seriously high-end equipment, it&#8217;s one of the two big ones, I&#8217;m afraid. On the other hand, if you are a semi-serious hobbyist, don&#8217;t discard other camera brands out of hand: Sony, Olympus and Panasonic are building some very capable cameras indeed &#8211; with some serious money-saving opportunities, too!</p>
<p><strong>Body or glass?</strong> If you have to choose between buying an expensive body and cheap glass or a cheap body and expensive glass, then go for the posh lenses. Every time. Personally, I am still using lenses that I bought nearly 10 years ago, even though I&#8217;ve changed my camera bodies half a dozen times since: You can take <em>fantastic</em> photos with an entry-level body and expensive lenses. Putting bargain lenses on a top-level body is, frankly, a complete waste of money. Even better: Buy yourself <a href="http://photocritic.org/prime-lens/">a nice prime lens</a>, and be amazed at what your camera body can do. </p>
<div class="wp-caption alignright" style="width: 190px"><a href="http://www.flickr.com/photos/photocritic/3313729498"><img alt="If you still think that Megapixels are important, consider this shot: It was taken on my iPhone, which has 2mpx and a rubbish lens. (clicky for bigger)" src="http://farm4.static.flickr.com/3630/3313729498_9b8e713401_m.jpg" title="Memories of a Geisha" width="180" height="240" /></a><p class="wp-caption-text">If you still think that Megapixels are important, consider this shot: It was taken on my iPhone, which has 2mpx and a rubbish lens. (clicky for bigger)</p></div>
<p><strong>Megapixels?</strong> In general, don&#8217;t worry about megapixels &#8211; most dSLR cameras come with 10 megapixels or more, and that&#8217;s enough. Hell, there&#8217;s even a prominent group arguing that more pixels aren&#8217;t necessarily better, and <a href="http://6mpixel.org/en/">that 6mpx is all you need</a>, really. I&#8217;m inclined to agree &#8211; you very rarely use them at full resolution anyway. What I&#8217;m trying to say is that Megapixels should be the last thing you look for in a digital camera in general &#8211; and a dSLR especially. </p>
<p><strong>So, to summarise:</strong></p>
<ul>
<li>Don&#8217;t worry too much about the brand of your camera body</li>
<li>Buy Canon or Nikon if you anticipate dropping a lot of money on lenses in the long run</li>
<li>Spend your money on lenses, not camera bodies</li>
</ul>
<h2>3 great bargains</h2>
<p><!--adsense--></p>
<p>So, you&#8217;ve decided to leap into the pool of DSLRs, but you want to spend as little money as possible? These three cameras are your best options:</p>
<h3>Sony Alpha 230</h3>
<div id="attachment_2530" class="wp-caption alignright" style="width: 160px"><a href="http://images.photocritic.org/uploads/2008/04/sony-a230.jpg"><img src="http://images.photocritic.org/uploads/2008/04/sony-a230-150x150.jpg" alt="The Sony Alpha 230 is an oft-overlooked bargain entry into the dSLR world" title="sony-a230" width="150" height="150" class="size-thumbnail wp-image-2530" /></a><p class="wp-caption-text">The Sony Alpha 230 is an oft-overlooked bargain entry into the dSLR world</p></div>
<p>The Sony Alpha 230 is an absolute bargain, and a great entry into the world of SLR. You get 10 mpx (more than enough), RAW image format (which is a must), and an incredibly nifty little feature: In-camera optical &#8216;SteadyShot&#8217; image stabilisation! This means that any lens you connect to the Sony Alpha camera will be image stabilised &#8211; this is a feature you pay tons of money for in the lenses of other camera manufacturers!</p>
<p>The Sony Alpha lenses are compatible with Minolta AF and Konica lenses, so you get a reasonably good choice of glass, and the camera has a pretty wide shutter speed range of 30 seconds to 1/4000th of a second. </p>
<p>On top of all this, the Sony can be picked up with a fabulous kit lens &#8211; sure, it&#8217;s not the best glass you can buy, but who cares when you&#8217;re eager to get started. You can always chuck away (or eBay) the kit lens later, and upgrade to something better, once you know what kind of photos you&#8217;re likely to be taking!</p>
<p><strong>You can get the Sony Alpha 230 with a kit lens from <a href="http://www.amazon.com/gp/product/B0029U0WWU?ie=UTF8&amp;tag=photocritic-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0029U0WWU">Amazon.com</a> for about $500 and <a href="http://www.amazon.co.uk/gp/product/B002A9JDJ8?ie=UTF8&amp;tag=photocritic-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B002A9JDJ8">Amazon.co.uk</a> for about £350.</strong> </p>
<h3>Canon EOS 1000D / Canon Rebel XS </h3>
<div id="attachment_2532" class="wp-caption alignright" style="width: 160px"><a href="http://images.photocritic.org/uploads/2008/04/canon-1000d.jpg"><img src="http://images.photocritic.org/uploads/2008/04/canon-1000d-150x150.jpg" alt="The Canon 1000D is the first step on the ladder for ambitious photographers" title="canon-1000d" width="150" height="150" class="size-thumbnail wp-image-2532" /></a><p class="wp-caption-text">The Canon 1000D is the first step on the ladder for ambitious photographers</p></div>
<p>The world of digital cameras has come a very long way indeed. I remember buying my first DSLR in the mid-to-late 1990s, and, well, you&#8217;d pay a small fortune for something that wasn&#8217;t all that amazing. </p>
<p>These days, though, you&#8217;re not needing to spend that much money to pick up a big-brand SLR camera. Obviously, Canon felt Sony and the other budget-DSLR manufacturers breathe down their neck, and they had to respond. And boy, did they respond: The 1000D is one heck of a camera. Sure, so they&#8217;ve cut a few corners here and there, but, frankly, I don&#8217;t give a damn.  </p>
<p>Personally, if I were to buy a SLR today, I&#8217;d buy one of two cameras: A Canon EOS 5D (which costs a small fortune), or a 1000D. Why? Because the imaging sensor is brilliant, and you can start saving up to buy lenses that will be with you and your camera system for a decade or more. When you finally out-grow the D1000, eBay it and buy a mid-range camera (like the Canon 500D), or start looking at spending serious money for a serious camera (Canon 5D if you want full-frame coverage, 7D if you don&#8217;t) &#8211; but none of the money you spent on lenses was a waste: It&#8217;ll all still be there, ready for you to snap away. </p>
<p>Of the bargain-snappers, only the 1000D has a CMOS sensor &#8211; which makes a surprising difference in image quality: Not necessarily better, but for some reason the grain on a CMOS sensor at higher ISO is a lot more similar to film than CCD sensors pushed to the limit&#8230; All of which means that the 1000D photos &#8216;feel&#8217; more natural when you look at them. </p>
<p><strong>You can get the Canon XS from <a href="http://www.amazon.com/gp/product/B001E283UC?ie=UTF8&amp;tag=photocritic-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001E283UC">Amazon.com</a> for about $490 or the Canon 1000D from <a href="http://www.amazon.co.uk/gp/product/B001TOD3YG?ie=UTF8&amp;tag=photocritic-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B001TOD3YG">Amazon.co.uk</a> for about £370 &#8211; both with a Canon EF-S 18-55 kit lens. </strong></p>
<h3>Nikon D3000</h3>
<div id="attachment_2534" class="wp-caption alignright" style="width: 160px"><a href="http://images.photocritic.org/uploads/2008/04/nikon-d3000.jpg"><img src="http://images.photocritic.org/uploads/2008/04/nikon-d3000-150x150.jpg" alt="With a slightly better screen than the others, the Nikon is an attractive choice in the bargain-SLR category" title="nikon-d3000" width="150" height="150" class="size-thumbnail wp-image-2534" /></a><p class="wp-caption-text">With a slightly better screen than the others, the Nikon is an attractive choice in the bargain-SLR category</p></div>
<p>Nikon&#8217;s baby camera is the D3000 &#8211; and it&#8217;s another bloody strong contender to the bargain crown. It comes with a super-advanced light meter &#8211; the 3D Matrix metering system borrowed from far more expensive Nikon cameras, which means that the Nikon is definitely the most capable in terms of getting the light measurements right. </p>
<p>The other thing the D3000 gets right is that it has a fabulous 3-inch LCD screen on the back of the camera (the Sony and Canon have 2.7 and 2.5 inch screens respectively), which makes a huge difference when you&#8217;re checking your photos in the field, to ensure you get it all right. </p>
<p>Just like the Canon camera, the Nikon is an opportunity to start climbing the ladder &#8211; Buy the most expensive lenses you can afford, get some tasty flashguns, and they&#8217;ll be with you for a long time indeed. </p>
<p>I have to admit that I&#8217;m a Canon man at heart (I&#8217;ve used Canon cameras since I stole my dad&#8217;s Canon A1 out of the cupboard when I could barely walk. I didn&#8217;t break it, luckily), but it&#8217;s starting to seem as if Nikon currently have a nicer progression through the cameras &#8211; the D3000 is a peach, and the D5000 &#8211; which is the next step up without being that much more expensive &#8211; is a deceptively simple, yet very serious, camera, for serious photographers. </p>
<p><strong>You can pick up a D3000 (body only) from <a href="http://www.amazon.com/gp/product/B002P8CZ3A?ie=UTF8&amp;tag=photocritic-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002P8CZ3A">Amazon.com</a> for about $430 and from <a href="http://www.amazon.co.uk/gp/product/B002N5BDB0?ie=UTF8&amp;tag=photocritic-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19p450&amp;creativeASIN=B002N5BDB0">Amazon.co.uk</a> for £390 or so. </strong></p>
<h2>So&#8230; What should I choose?</h2>
<p><!--adsense--></p>
<p>If you want to take the step from compact cameras to SLRs, but foresee that you&#8217;ll continue being a casual amateur, go for the Sony. It&#8217;s a great little camera, a fantastic bargain, and the lenses available are not bad at all. </p>
<p>If you are ambitious in your photography, grab a dice. Throw it. Even numbers are Canon. Odd numbers are Nikon. They&#8217;re both absolutely brilliant cameras, and &#8211; considering what you get for your money &#8211; bargains. The Canon has a slightly better imaging sensor (but you wouldn&#8217;t be able to tell until you&#8217;re at higher ISO speeds) and the Nikon has a marginally better light meter (which doesn&#8217;t make that much difference in real life) and a better screen (which does). Seriously, if you&#8217;re having trouble making up your mind, throw the dice. It&#8217;ll save you a lot of headache. </p>
<h2>What if I want to spend a bit more?</h2>
<p>Spend more. Simple. </p>
<p>For the <strong>Nikon</strong>, going from D3000 to D5000 gets you a ton of extra goodies: higher resolution (12mpx instead of 10), a more powerful internal flash (although if that&#8217;s a dealbreaker for you, spend the extra cash on an external flashgun instead), and a funky (but smaller) tilt-and-swivel LCD screen which helps if you take photos while holding the camera high above your head or low to the ground. The D5000 also enables you to shoot high-def movie clips. The D5000 costs $600 from <a href="http://www.amazon.com/gp/product/B0026IAMWK?ie=UTF8&#038;tag=photocritic-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0026IAMWK">Amazon.com</a> and £470 or so from <a href="http://www.amazon.co.uk/gp/product/B0026IAZKO?ie=UTF8&#038;tag=photocritic-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=B0026IAZKO">Amazon.co.uk</a>.</p>
<p><strong>Canon:</strong> Upgrade from the 1000D to the 500D (T1i in the US) to get higher resolution (15mpx instead of 10mpx), better ISO speed (up to 12800 instead of up to 1600), slightly faster continuous drive (3.4fps vs 3.0fps), and a much, much better LCD screen (3 inch with far superior resolution to the 2.5-inch LCD screen on the 1000D). The 500D also has a sexy little movie mode which&#8217;ll shoot true 1080P high-definition video! The T1i will set you back $650 from <a href="http://www.amazon.com/gp/product/B0020HRE1Y?ie=UTF8&#038;tag=photocritic-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0020HRE1Y">Amazon.com</a> and the 500D is about £520 from <a href="http://www.amazon.co.uk/gp/product/B0020MLKEQ?ie=UTF8&#038;tag=photocritic-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=B0020MLKEQ">Amazon.co.uk</a></p>
<h2>Any final tips?</h2>
<div class="wp-caption alignright" style="width: 190px"><a href="http://www.flickr.com/photos/photocritic/3900268527"><img alt="Buy a cheap camera body, then invest in some lovely lenses. You know it makes sense..." src="http://farm4.static.flickr.com/3440/3900268527_cfb4bdf198_m.jpg" width="180" height="240" /></a><p class="wp-caption-text">Buy a cheap camera body, then invest in some lovely lenses. You know it makes sense...</p></div>
<p>I know I&#8217;ve repeated this several times in this article, but if you&#8217;re new to SLRs, I would advise to buy the entry-level model from a manufacturer. Start taking photos &#8211; you won&#8217;t out-grow your camera body for a while, trust me on that, but you might out-grow your lenses. Start by buying a &#8216;<a href="http://photocritic.org/prime-lens/">Nifty Fifty</a>&#8216; (a 50mm prime lens). Most manufacturers have a f/1.8 which is good and a f/1.4 which is great&#8230; </p>
<p>Once you have one of those, start thinking about the type of photography you do. If you want to start shooting macro, you&#8217;ll need to start looking into a macro lens. If you want to photograph gigs or wildlife, you&#8217;ll want a fast tele-zoom (I can&#8217;t recommend Sigma&#8217;s 70-200mm f/2.8 DSM lens highly enough &#8211; it&#8217;s a bargain for what you&#8217;re getting). If you&#8217;re more into in-door or landscape photography, you want to go wider &#8211; but only you know exactly what you want. </p>
<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/3784047207"><img alt="To get good concert photos, you need a long, fast tele-zoom. This was taken at the long end of a 70-200mm lens - a lens which easily costs twice what my camera body did. (clicky for bigger)" src="http://farm3.static.flickr.com/2659/3784047207_121369ccc0_m.jpg" title="Limp Bizkit at Sonisphere" width="240" height="160" /></a><p class="wp-caption-text">To get good concert photos, you need a long, fast tele-zoom. This was taken at the long end of a 70-200mm lens - a lens which easily costs twice what my camera body did. (clicky for bigger)</p></div>
<p>Buying cheap lenses is false economy &#8211; unless you don&#8217;t really know what you want to take photos of. If you&#8217;re just experimenting, flailing around a little (as we all are, at first), stick with your prime and your kit lens for a while. If you find yourself at the wide end of your kit lens most of the time, perhaps it&#8217;s a sign you need to spend a bit of cash on a wider lens. If you&#8217;re constantly at full zoom&#8230; well, you figure it out. </p>
<p>If you&#8217;re worried about spending hundreds &#8211; if not thousands &#8211; of dollars (or pounds, should you be on my side of the pond) on glass, go ahead and rent the lens you&#8217;re considering for a few weeks. Does it do everything you want it to? Is it too heavy? Does it feel right? Is it fast enough? If you&#8217;re not happy, rent a different lens, and keep searching. When you find the right lens(es) for you, you&#8217;ll know it &#8211; and that&#8217;s the right time to start shelling out the big bucks. </p>
<p>Seriously: Buy glass first. Worry about camera bodies later. By the time you have bought some serious lenses, you&#8217;ll know what you need from a camera (wide angle? Full-frame sensor. Sports? Fast, high-frames-per-second camera. Walking a lot? Buy a capable, but light-weight camera body&#8230; Etc)&#8230; But it&#8217;s a supremely silly thing to do to spend a lot of money on a camera body until you know what you really want/need. </p>
<h2>So, Haje, what do you use?</h2>
<div class="wp-caption alignright" style="width: 250px"><img alt="I love my Canon 450D. Its cheap as chips, but does the trick!" src="http://farm3.static.flickr.com/2571/4052853870_b9d129d55e_m.jpg" width="240" height="240" /><p class="wp-caption-text">I love my Canon 450D. It&#39;s cheap as chips, but does the trick!</p></div>
<p>I&#8217;ve had a lot of cool cameras in my time &#8211; I worked as a freelance photographer for a while, and bought all the cool gear. At one point, I drove around in a £1,300 car with £49,000 worth of camera equipment in the boot. I think it&#8217;s pretty safe to say that I&#8217;m a gadget nut, and a camera aficionado to boot. </p>
<p>&#8230; Which is why it might surprise you that my main camera is a Canon EOS 450D. It&#8217;s not the newest camera on the market anymore. It never was the best. But it does everything I need from a camera: It&#8217;s plastic, so it&#8217;s reasonably light weight. It&#8217;s relatively sturdy. It uses SD cards (which plug straight into my MacBook Pro &#8211; it&#8217;s a small thing, but I like it). </p>
<p>The four-fifty takes all my lenses (I have loads, but the ones I&#8217;ve used in the past 6 months are a Sigma 17-35mm f/2.8-4.0, a Canon 50mm f/1.4, a Sigma 70-200 f/2.8, and my Lensbaby G3 lens), and it doesn&#8217;t look too conspicuous. It&#8217;s also cheap enough that I&#8217;m not too crazy worried about it getting stolen or dropping it. All in all: Perfect for my uses. And (when I bought it), the cheapest camera you could buy with a Canon badge on it.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/A2rDGguwvCjuQ2PiuuHzklEYTeY/0/da"><img src="http://feedads.g.doubleclick.net/~a/A2rDGguwvCjuQ2PiuuHzklEYTeY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/A2rDGguwvCjuQ2PiuuHzklEYTeY/1/da"><img src="http://feedads.g.doubleclick.net/~a/A2rDGguwvCjuQ2PiuuHzklEYTeY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=c4qvWIxL8pI:02vsrm7F1l0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=c4qvWIxL8pI:02vsrm7F1l0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=c4qvWIxL8pI:02vsrm7F1l0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=c4qvWIxL8pI:02vsrm7F1l0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=c4qvWIxL8pI:02vsrm7F1l0:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=c4qvWIxL8pI:02vsrm7F1l0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=c4qvWIxL8pI:02vsrm7F1l0:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=c4qvWIxL8pI:02vsrm7F1l0:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/c4qvWIxL8pI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/top-entry-level-dslr/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>How to hand-colour your photos</title>
		<link>http://photocritic.org/hand-colouring-photographs/</link>
		<comments>http://photocritic.org/hand-colouring-photographs/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 13:42:55 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Alternative photography styles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2481</guid>
		<description><![CDATA[I recently had a conversation with Bob Keefer &#8211; a talented photographer who has decided to hang on to some traditional techniques in a world which is accelerating at full speed toward better, faster, stronger&#8230; His party trick is impressive: Take a black-and-white photograph, and colour them. By hand. 
Creating gorgeous, real-yet-unreal photo-based art which [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a conversation with Bob Keefer &#8211; a talented photographer who has decided to hang on to some traditional techniques in a world which is accelerating at full speed toward better, faster, stronger&#8230; His party trick is impressive: Take a black-and-white photograph, and colour them. By hand. </p>
<p>Creating gorgeous, real-yet-unreal photo-based art which redefines how you&#8217;ll think about photography and digital retouching? Obviously, I had to catch up with Bob to see what, how &#8211; and perhaps, most importantly &#8211; why&#8230;<span id="more-2481"></span></p>
<p><!--adsense--></p>
<h2>Why bother with hand-colouring?</h2>
<div id="attachment_2483" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2009/11/example-Creeper.jpg"><img src="http://images.photocritic.org/uploads/2009/11/example-Creeper-300x223.jpg" alt="&#039;Brown Creeper&#039; - 11x14 hand-painted photo. This was shot of a Brown Creeper near its nest in the forest outside my home in Oregon. (click for bigger)" title="example-Creeper" width="300" height="223" class="size-medium wp-image-2483" /></a><p class="wp-caption-text">'Brown Creeper' - 11x14 hand-painted photo. This was shot of a Brown Creeper near its nest in the forest outside my home in Oregon.</p></div>
<p>From the beginning of the 20th century, right up through the 1950s or so, commercial hand colouring was relatively common. Today, there are a few photographers who keep the spirit alive. </p>
<p>&#8220;I&#8217;m old enough to have grown up with some old hand coloured photos around the house when I was a kid in Alabama.&#8221;, says Bob. &#8220;There was a beautiful hand coloured portrait of my grandfather, a genuine Southern rogue, in our family album. One of my early baby pictures was hand coloured as well.&#8221; </p>
<h2>Equipment</h2>
<div id="attachment_2488" class="wp-caption alignleft" style="width: 310px"><a href="http://images.photocritic.org/uploads/2009/11/example-Superstitions.jpg"><img src="http://images.photocritic.org/uploads/2009/11/example-Superstitions-300x227.jpg" alt="&#039;Superstitions&#039; - 16x20 hand-painted photo. Taken in the Superstition Mountains of Arizona. (click for bigger)" title="example-Superstitions" width="300" height="227" class="size-medium wp-image-2488" /></a><p class="wp-caption-text">'Superstitions' - 16x20 hand-painted photo. Taken in the Superstition Mountains of Arizona. (click for bigger)</p></div>
<p>The easiest way to get started in hand colouring photos is to use coloured pencils and an oily solvent, which can be anything from mineral spirits to cooking oil. Materials aren&#8217;t everything, of course: &#8220;Use the pencils to colour in areas on the print and then dab a little of the solvent onto a clean cotton ball to blend the pencil work. It&#8217;s amazingly easy to get good results with coloured pencil&#8221;, explains Bob. The only catch is that whatever you use for colouring, you really need to work on a photo printed on old-fashioned fibre-based paper.</p>
<p>Traditional-looking hand coloured photographs were done with special oil paints that are similar to artist oil paints but have a much higher pigment load. The company that made them is still around so you can still buy Marshall&#8217;s photo oils. If you use these paints, you end up with a palette that looks very much like old-fashioned hand colour photography. Why? Simple &#8211; it&#8217;s the palette the photographers of times gone by used.</p>
<div id="attachment_2484" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2009/11/example-Fern-in-Rain.jpg"><img src="http://images.photocritic.org/uploads/2009/11/example-Fern-in-Rain-300x221.jpg" alt="&#039;Fern in Rain&#039; - 11x14 hand-painted photo. In the forest of western Oregon. (click for bigger)" title="example-Fern in Rain" width="300" height="221" class="size-medium wp-image-2484" /></a><p class="wp-caption-text">'Fern in Rain' - 11x14 hand-painted photo. In the forest of western Oregon. (click for bigger)</p></div>
<p>Continuing the tradition wasn&#8217;t good enough for Bob, however &#8211; he decided to evolve the techniques to create his own creative <em>look</em>: &#8220;I soon started using regular artist oil paints for my work, giving me a broader colour palette to choose from.&#8221;</p>
<p>&#8220;In the last few years I&#8217;ve switched almost entirely to artist&#8217;s acrylics&#8221;, Bob admits. &#8220;They&#8217;re much less toxic than oil paints and they dry quicker. I also believe they are less likely to degrade photo paper, in the long haul, than oil paints, though those early 20th century hand-coloured photos have stood up pretty well&#8221;. Of course, using acrylics brings in a brand new challenge, too: &#8220;Acrylics are harder to use well&#8221;, Bob says, &#8220;in part because of that quick drying time.&#8221;</p>
<h2>Refining the process</h2>
<div id="attachment_2486" class="wp-caption alignleft" style="width: 310px"><a href="http://images.photocritic.org/uploads/2009/11/example-Heceta.jpg"><img src="http://images.photocritic.org/uploads/2009/11/example-Heceta-300x212.jpg" alt="&#039;Heceta&#039; - 11x14 hand-painted photo. Oregon coast. (click for bigger)" title="example-Heceta" width="300" height="212" class="size-medium wp-image-2486" /></a><p class="wp-caption-text">'Heceta' - 11x14 hand-painted photo. Oregon coast. (click for bigger)</p></div>
<p>Of course, there are a lot of books out there which might help you to get started. They can only get you so far, however: &#8220;After reading my way through most of the currently published books on hand coloured photography, all of which seem to deal mostly with dreamy boudoir photographs on one hand, and bright, over-saturated pictures of cars on the other&#8221;, Bob recalls, &#8220;I spent some time serving a self-imposed apprenticeship in hand-colouring that taught me more than any book ever will&#8221;.</p>
<p>As with so many other things, the quickest way to masterdom is practice, practice, practice. Oh and did I mention practice? &#8220;I pulled out a stack of one hundred of my own photographs, rejects one and all, and sat down to hand colour them all as quickly as possible&#8221;, Bob smiles, &#8220;The only rule was not to be self-critical of anything, no matter what. I coloured that first hundred, and then coloured a hundred more.&#8221;</p>
<div id="attachment_2485" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2009/11/example-Fern.jpg"><img src="http://images.photocritic.org/uploads/2009/11/example-Fern-300x223.jpg" alt="&#039;Fern&#039; - 11x14 hand-painted photo. In Oregon. (click for bigger)" title="example-Fern" width="300" height="223" class="size-medium wp-image-2485" /></a><p class="wp-caption-text">'Fern' - 11x14 hand-painted photo. In Oregon. (click for bigger)</p></div>
<p>&#8220;I still have them all&#8221;, he says, and gestures vaguely towards a set of drawers in the corner of the room. &#8220;They&#8217;re mostly awful. Truly, unabashedly awful&#8221;, he laughs, &#8220;But some of them were a little bit good, and the steady practice of painting day after day after day taught me a huge amount about what I wanted to do.&#8221; </p>
<p>Most art photographers have made transition from <em>taking</em> photos to <em>making</em> photos &#8211; Bob has simply taken that adage another step forward. &#8220;What fascinates me about hand colouring&#8221;, Bob reflects, &#8220;is the subtle interplay between the cool, modern, machine-age precision of photography and the softer, more expressive and deeply primal art of painting.&#8221;</p>
<h2>Top tips</h2>
<div id="attachment_2487" class="wp-caption aligncenter" style="width: 560px"><img src="http://images.photocritic.org/uploads/2009/11/example-Oregon-Forest.jpg" alt="&#039;Oregon Forest&#039; - 11x14 hand-painted photo. In the Oregon forest one foggy morning." title="example-Oregon Forest" width="550" height="416" class="size-full wp-image-2487" /><p class="wp-caption-text">'Oregon Forest' - 11x14 hand-painted photo. In the Oregon forest one foggy morning.</p></div>
<p>&nbsp; </p>
<p><strong>Less is more.</strong> Some of my best hand coloured photographs look at first glance like they might be pure black and white, but they&#8217;re a kind of black-and-white you&#8217;ve never seen.</p>
<p><strong>Don&#8217;t be literal.</strong> This is not a time to colour within the lines. It&#8217;s also good to add in a few impossible colours here and there to keep the eye interested.</p>
<p><strong>Break the mould. </strong>The usual stuffy criteria applied by camera club photographers don&#8217;t apply. Sharp focus is unnecessary. Zone system exposure isn&#8217;t needed. Perfect darkroom technique is also an extravagance. An interesting print that&#8217;s deeply flawed in technical terms may be much more interesting as a hand coloured photo than a technically perfect print of the same image would be. I never throw out my darkroom mistakes.</p>
<p><strong>Go back to basics.</strong> The best way for photographers to improve their photography is to stop spending money on the latest camera gear and, instead, get solid training in the basics of art: Take a community college class in drawing, and then another one in colour theory, and finally one in basic design. Your pictures will become immeasurably better as a result.</p>
<h2>How to hand colour your photographs</h2>
<p>Now that you know the what and why, Bob kindly agreed to show you, step by step, how he does a hand-coloured photograph, from start to finished. Prepare to be astonished&#8230; Take it away, Bob!</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess01.jpg" alt="Hand colouring process" /><br />
This 8&#215;10-inch black and white photo of summer leaves was shot on Tri-X and developed in Rodinal, a good combination for hand coloring, and printed on Luminos Charcoal paper, which, sadly, is no longer available. Here it&#8217;s taped to a work table to be colored.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess02.jpg" alt="Hand colouring process" /><br />
I use regular artist acrylic paints and brushes for my work.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess03.jpg" alt="Hand colouring process" /><br />
After quickly sealing the surface of the photo with clear matte acrylic medium and letting it dry, I begin by painting areas of transparent yellow acrylic on the leaves&#8230;.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess04.jpg" alt="Hand colouring process" /><br />
..Then I start mixing darker olive green into some of the other leaves.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess05.jpg" alt="Hand colouring process" /><br />
At this point the image looks a little ragged.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess06.jpg" alt="Hand colouring process" /><br />
I pick up a wash of ultramarine blue and clear medium on a brush; the color is an excellent one for darkening and deepening shadow areas.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess07.jpg" alt="Hand colouring process" /><br />
At this point I&#8217;m just incrementally adding color, drying the paint, stepping back, taking a look, and adding some more. </p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess08.jpg" alt="Hand colouring process" /><br />
Here I&#8217;ve just painted in some burnt sienna, a good warm reddish color, in some of the leafs. This really adds some subtle sparkle.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess09.jpg" alt="Hand colouring process" /><br />
I sign my work on the front, in paint.</p>
<p><img src="http://images.photocritic.org/uploads/2009/11/handcolour-BKProcess10.jpg" alt="Hand colouring process" /><br />
The final product.</p>
<h2>About Bob Keefer</h2>
<p>Bob has a degree in the study of religion from Harvard University. He&#8217;s been a newspaper writer for 30 years and now writes about art for The Register-Guard in Eugene, Oregon. In 2006 he was a fellow at National Endowment for the Arts workshop on theater and musical theatre. He crafts fine hand-colored photographs the old-fashioned way, using film. He uses a chemical darkroom, fiber-based paper and artist&#8217;s paints, without using Photoshop or any such new-fangled technology.  No PhotoShop involved. Each resulting print is a unique work of art.</p>
<p>Check out <a href="http://bkpix.com/">Bob&#8217;s website</a> for more examples of his work &#8211; and it&#8217;s well worth adding <a href="http://bkpix.com/blog/">his blog</a> to your RSS reader, as well.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/h0L90x9zPUrDOOXM8dMYSdmBbr0/0/da"><img src="http://feedads.g.doubleclick.net/~a/h0L90x9zPUrDOOXM8dMYSdmBbr0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/h0L90x9zPUrDOOXM8dMYSdmBbr0/1/da"><img src="http://feedads.g.doubleclick.net/~a/h0L90x9zPUrDOOXM8dMYSdmBbr0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=VAOiU0DkkFQ:sgY2OJAMElQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=VAOiU0DkkFQ:sgY2OJAMElQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=VAOiU0DkkFQ:sgY2OJAMElQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=VAOiU0DkkFQ:sgY2OJAMElQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=VAOiU0DkkFQ:sgY2OJAMElQ:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=VAOiU0DkkFQ:sgY2OJAMElQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=VAOiU0DkkFQ:sgY2OJAMElQ:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=VAOiU0DkkFQ:sgY2OJAMElQ:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/VAOiU0DkkFQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/hand-colouring-photographs/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>The quest for perfect droplets</title>
		<link>http://photocritic.org/perfect-droplet-corona-photography/</link>
		<comments>http://photocritic.org/perfect-droplet-corona-photography/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:53:12 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Alternative photography styles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2463</guid>
		<description><![CDATA[One of the strengths of photography has always been its ability to freeze time. Before the advent of photography, it was impossible to see how a hummingbird moves its wings, how a tennis ball deforms as it is served, or what it looks like when a bullet hits an apple at the speed of sound. [...]]]></description>
			<content:encoded><![CDATA[<p>One of the strengths of photography has always been its ability to freeze time. Before the advent of photography, it was impossible to see how a hummingbird moves its wings, how a tennis ball deforms as it is served, or what it looks like when a bullet hits an apple at the speed of sound. </p>
<p>In the microcosmos explored by macro photographers, there are hundreds of similar quick-moving phenomena that lay unexplored. I have a fascination with falling water and the way matches flare up as you strike them, so I decided to take a closer look.<span id="more-2463"></span></p>
<h2>Falling droplets</h2>
<div id="attachment_2470" class="wp-caption alignleft" style="width: 160px"><a href="http://is.gd/4EmCb"><img src="http://images.photocritic.org/uploads/2009/10/milk_drop_coronet_dr_harold_edgerton-150x150.jpg" alt="Edgerton nearly drove himself to despair trying to capture this one photograph" title="milk_drop_coronet_dr_harold_edgerton" width="150" height="150" class="size-thumbnail wp-image-2470" /></a><p class="wp-caption-text">Edgerton nearly drove himself to despair trying to capture this one photograph</p></div>
<p>There are photographers out there who have driven themselves to the brink of insanity trying to capture the perfect droplet photo. <a href="http://en.wikipedia.org/wiki/Harold_Eugene_Edgerton">Harold Edgerton</a>, for example, worked several years of his life in the mid-1950s the hope of one day capturing the perfect corona—the splash impact of a droplet in a layer of liquid transforming into a perfect crown of droplets thrown back from the liquid. Eventually, through years of trial and error, he managed to capture his droplet. </p>
<p>Today, photographers have the advantage of being able to share experience online. Because most photographers work with digital cameras, the experimentation time also decreases drastically. Imagine the poor people who had to wait for an hour for their film to develop properly, just so they could see if they had finally captured the perfect corona! </p>
<div id="attachment_2466" class="wp-caption alignright" style="width: 240px"><a href="http://www.flickr.com/photos/matth30/257664035/"><img src="http://images.photocritic.org/uploads/2009/10/matt30-230x300.png" alt="This photo, by Mattheu Collomp, shows an alternative way of photographing droplets - click the image for a bigger version!" title="matt30" width="230" height="300" class="size-medium wp-image-2466" /></a><p class="wp-caption-text">This photo, by Mattheu Collomp, shows an alternative way of photographing droplets - click the image for a bigger version!</p></div>
<p>Despite the fact that the technical side of capturing droplets is a lot easier, it is still a labor- and time-intensive mission on which to embark. There is something unique about seeing liquids and their motion frozen in time, however, and as a macro photography project, it is excellent.</p>
<p>I have tried capturing droplets on impact on many occasions throughout my photography lifetime, and every time, I did it a little differently. On the first few attempts, I tried it with an old flash unit connected to a Kodak DC4800 with a PC lead (the same type of connection that connects cameras to studio flashes). The results were not terrible, but the limitations of a digital compact camera turned out to be prohibitive of capturing the photos I wanted. The second time I gave it a shot, I had graduated from digital compacts and was using my first dSLR—one of the first Canon EOS D60s, bought on the very day it was released. The result wasn&#8217;t too bad — but it wasn&#8217;t great either.</p>
<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/245772845/"><img alt="My first attempts at photographing droplets weren't, exactly, what you'd call successful (click on image for larger version on Flickr)" src="http://farm1.static.flickr.com/84/245772845_4bb18a50b1_m.jpg" title="Droplet" width="240" height="240" /></a><p class="wp-caption-text">My first attempts at photographing droplets weren&#39;t, exactly, what you&#39;d call successful (click on image for larger version on Flickr)</p></div>
<p>With my shiny new dSLR, I was trapped indoors in a typical miserable rainy day. What could I do other than try to capture some more droplets? This time, I decided to give continuous lighting a try, and I lined up a pair of 600w work lights. Although the light was blindingly bright, in retrospect, there still wasn&#8217;t enough light: Even the best of my shots that day had a slight tinge of motion blur on them. Although I did get some spectacular photographs, the blur meant that they weren&#8217;t as perfect as I would have liked. </p>
<p>Throughout my experimentation, however, I did discover one thing: The translucency of water makes it difficult to capture the true dynamic of the fluid. If only there was a purely coloured, perfectly opaque liquid I could use—and paint would have created such a mess. My esteemed photography assistant Katherine came up with the idea of using milk, which turned out to be a terrible idea. The hot lamps made the milk turn sour within half an hour, and the smell in my make-shift photo studio stayed for weeks. I&#8217;ve since discovered the perfect liquid: long-life coffee creamer! This liquid is slightly thicker than water, doesn&#8217;t go bad as easily as milk, and makes a wonderful splash, too!</p>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/245772779/in/set-72157622482514922"><img alt="It took hundreds and hundreds of attempts before I started getting images I started to be happy with. This wasnt one of em." src="http://farm1.static.flickr.com/97/245772779_d6c297006a_m.jpg" title="Droplet" width="240" height="134" /></a><p class="wp-caption-text">It took hundreds and hundreds of attempts before I started getting images I started to be happy with. This wasn&#39;t one of &#39;em.</p></div>
<p>When I started writing my macro book (from which this article is a small extract), I decided it was time to revisit the droplet experiment. Armed with a few containers of coffee creamer and using a 28-135mm macro lens with a 25mm extension tube and the <a href="http://is.gd/4Em3N">Canon Twin Lite macro flash</a>, I started experimenting again. </p>
<p>There are many ways to capture droplets, all depending on your taste. It&#8217;s possible to create tranquil photos, like the one <a href="http://www.flickr.com/photos/matth30">Matthieu Collump</a> shot above, but personally, I prefer the drama of liquid hitting liquid. </p>
<p>For my droplet shots, I used a large, flat surface with a very thin layer of coffee creamer in the bottom. I then used an eyedropper to let droplets of creamer fall into the film of creamer. (If you don&#8217;t have an eyedropper, you should be able to buy one inexpensively at a photography store or pharmacy.) </p>
<p>After a few photos, I started getting the knack of the timing, so that I took the photo a fraction of a second after the droplet impacted. From then on, it was four hours of patience, changing the batteries in the flash and camera, and refilling the eyedropper. </p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/photocritic/3966286727/in/set-72157622482514922"><img alt="A nearly perfect corona. But only nearly." src="http://farm3.static.flickr.com/2585/3966286727_dff2c36acd.jpg" title="Corona" width="500" height="333" /></a><p class="wp-caption-text">A nearly perfect corona. But only nearly.</p></div>
<p>It is the kind of activity that makes your family and friends question your sanity, no doubt about it, but in the end, I was left with about half a dozen photos I&#8217;m very fond of, including the photo above, which is nearly a perfect corona. </p>
<p>But only nearly&#8230;</p>
<h2>Learn more about macro photography</h2>
<div class="wp-caption alignleft" style="width: 170px"><img alt="One of the best books about macro photography ever written. I should know, I wrote it. " src="http://images.photocritic.org/uploads/2007/01/macrocover.jpg" title="Macro book cover" width="160" height="200" /><p class="wp-caption-text">My book!</p></div>
<p>This is an extract from <em>chapter 4: The Macro in Everyday Objects</em>, published by Wiley Publishing, and written by yours truly. </p>
<p>Obviously, I&#8217;m biased, but I highly recommend you get hold of a copy of my book, because it&#8217;s awesome. You can get it from <a href="http://kamps.org/g/?umnd">Amazon in the US</a> and <a href="http://kamps.org/g/?ixuy">in the UK</a>, and most other good bookstores around the world. </p>
<p>It&#8217;s also available in Polish, Czech and Chinese, so if you prefer reading one of those languages, nip along to your local bookstore or book-peddling interwebsiteshop.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/rB8KEvnjOy8s_9uaWco44X3aRxw/0/da"><img src="http://feedads.g.doubleclick.net/~a/rB8KEvnjOy8s_9uaWco44X3aRxw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rB8KEvnjOy8s_9uaWco44X3aRxw/1/da"><img src="http://feedads.g.doubleclick.net/~a/rB8KEvnjOy8s_9uaWco44X3aRxw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=GNyBNht6qW4:cGbhytQ7OuM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=GNyBNht6qW4:cGbhytQ7OuM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=GNyBNht6qW4:cGbhytQ7OuM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=GNyBNht6qW4:cGbhytQ7OuM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=GNyBNht6qW4:cGbhytQ7OuM:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=GNyBNht6qW4:cGbhytQ7OuM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=GNyBNht6qW4:cGbhytQ7OuM:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=GNyBNht6qW4:cGbhytQ7OuM:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/GNyBNht6qW4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/perfect-droplet-corona-photography/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Colour illusion</title>
		<link>http://photocritic.org/colour-illusion/</link>
		<comments>http://photocritic.org/colour-illusion/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:36:22 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Most Popular]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2440</guid>
		<description><![CDATA[Have you ever wished that you could make it look as if your black and white photos were in colour? Well, through the magical powers of chromatic adaptation, you can!
Someone posted a really cool optical illusion on Reddit today, and one of the commenters was wondering how it is done.  
As it turns out, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wished that you could make it look as if your black and white photos were in colour? Well, through the magical powers of <a href="http://en.wikipedia.org/wiki/Chromatic_adaptation">chromatic adaptation</a>, you can!</p>
<p>Someone posted <a href="http://i.imgur.com/CLvcc.gif">a really cool optical illusion</a> on Reddit today, and one of the commenters was wondering <a href="http://www.reddit.com/r/reddit.com/comments/9x0dg/since_reddit_likes_optical_illusions_so_much_i/c0eul02">how it is done</a>.  </p>
<p>As it turns out, it&#8217;s really quite easy, so I decided to tap out a quick little tutorial. Here is how: <span id="more-2440"></span></p>
<p><!--adsense--></p>
<p>Start with the original image:</p>
<p><a href="http://www.flickr.com/photos/photocritic/3255378459/" title="Arizona 2003 by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3480/3255378459_c19a345c15.jpg" width="500" height="333" alt="Arizona 2003" /></a><br />
<em><a href="http://www.flickr.com/photos/photocritic/3255378459">Arizona 2003</a> by <a href="http://flickr.com/photocritic">Photocritic on Flickr</a></em> </p>
<div id="attachment_2442" class="wp-caption alignright" style="width: 160px"><a href="http://images.photocritic.org/uploads/2009/10/3-color-saturation.jpg"><img src="http://images.photocritic.org/uploads/2009/10/3-color-saturation-150x150.jpg" alt="Upping the saturation will help your image seem more, er, saturated (clicky for bigger)" title="3-color-saturation" width="150" height="150" class="size-thumbnail wp-image-2442" /></a><p class="wp-caption-text">Upping the saturation will help your image seem more, er, saturated (clicky for bigger)</p></div>
<p>Inverse it in an image editing package like Photoshop or the Gimp (in Photoshop: Image &rarr; Adjustments &rarr; Invert).</p>
<p>Next, increase the saturation a little bit (this will help with the colour perception &#8211; in Photoshop, Image &rarr; Adjustments &rarr; Hue &amp; Saturation). </p>
<p>Finally, blur the photo a little. This will ensure that you concentrate on colour, rather than the texture. In Photoshop, I used Filter &rarr; Blur &rarr; Gaussian Blur, with a setting of 2px, but experiment to see what looks best.</p>
<p>That&#8217;s your first picture:</p>
<p><img src="http://images.photocritic.org/uploads/2009/10/5-blurred-image.jpg" alt="5-blurred-image" title="5-blurred-image" width="550" height="366" class="alignright size-full wp-image-2449" /></p>
<p>For the second picture, simply desaturate your original photo. If you want, you can up the contrast a little bit, or even sharpen it further. </p>
<p><img src="http://images.photocritic.org/uploads/2009/10/6-desaturate1.jpg" alt="6-desaturate" title="6-desaturate" width="550" height="366" class="alignright size-full wp-image-2452" /></p>
<p>The final result? Check out the video below. To see the effect, simply start the video and stare at the horizon. After 20 seconds, the image will change, and you&#8217;ll be able to see the optical illusion: </p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/stdM8BhAZus&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0xe1600f&#038;color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/stdM8BhAZus&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0xe1600f&#038;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>The effect isn&#8217;t very strong in this particular photo, but that&#8217;s because it&#8217;s such a gradient and vibrant photo to begin with. You may find that man-made, simpler structures (buildings etc) have a stronger effect. Experiment away, and if you make a particularly awesome one, why not post it in the comments?</p>
<p>Cheerio!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/jOB3LHT265tDO0y3748-nL0scQM/0/da"><img src="http://feedads.g.doubleclick.net/~a/jOB3LHT265tDO0y3748-nL0scQM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jOB3LHT265tDO0y3748-nL0scQM/1/da"><img src="http://feedads.g.doubleclick.net/~a/jOB3LHT265tDO0y3748-nL0scQM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=DunDDGOWs8Q:YYFZOsNhTkg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=DunDDGOWs8Q:YYFZOsNhTkg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=DunDDGOWs8Q:YYFZOsNhTkg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=DunDDGOWs8Q:YYFZOsNhTkg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=DunDDGOWs8Q:YYFZOsNhTkg:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=DunDDGOWs8Q:YYFZOsNhTkg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=DunDDGOWs8Q:YYFZOsNhTkg:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=DunDDGOWs8Q:YYFZOsNhTkg:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/DunDDGOWs8Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/colour-illusion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>7 weird and wonderful photo collections</title>
		<link>http://photocritic.org/photo-collections/</link>
		<comments>http://photocritic.org/photo-collections/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 09:15:18 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Most Popular]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2420</guid>
		<description><![CDATA[You know what the best thing is about photography? It&#8217;s not capturing slices of the world for all eternity, freezing your fingers off trying to get that perfect landscape portrait for which you have to get up at 3am and walk two hours to the top of a mountain, or even the hours and hours [...]]]></description>
			<content:encoded><![CDATA[<p>You know what the best thing is about photography? It&#8217;s not capturing slices of the world for all eternity, freezing your fingers off trying to get that perfect landscape portrait for which you have to get up at 3am and walk two hours to the top of a mountain, or even the hours and hours of discussions you&#8217;ll have with fellow photographers over whether Canon or Nikon wears the crown of bestest camera of all time ever. </p>
<p>To me, one of the most fascinating things about photos is that there are absolutely no rules. There are two hard limits on photography: Your fantasy, and the laws of physics &#8211; beyond that, you&#8217;re free to do whatever you want to do. We can&#8217;t do much about the laws of physics (although, with the recent spate of ISO 100,000 cameras, both Canon and Nikon are giving it their best shot), but there are lots of interesting ways you can try to give your creativity a boost. <span id="more-2420"></span></p>
<p><!--adsense--></p>
<p>In <a href="http://photocritic.org/break-photographers-block/">10 ways to break photographer&#8217;s block</a>, I explored a few ways you can shake your creative rut &#8211; but to me personally, I think that introducing artificial constraints on my work (as discussed in my <a href="http://photocritic.org/put-restraints-on-your-photos/">Dogma Photography</a> article) is a great way to get creatively juiced up. Recently, I have been spending a lot of time on Flickr, and what strikes me, is that people do some truly in(s)ane stuff &#8211; which I, of course, am a complete sucker for. </p>
<p>So, without any further faff, I offer you&#8230; A series completely bonkers photo projects, and why they&#8217;re worth taking a closer look at&#8230;</p>
<h2>Stick Figures in Peril</h2>
<div class="wp-caption alignright" style="width: 110px"><a href="http://www.flickr.com/photos/lwr/3971370605/in/pool-52241664802@N01"><img alt="Please dont climb on this railing, by Leo Reynolds" src="http://farm4.static.flickr.com/3469/3971370605_9eb410a44f_t.jpg" title="Please dont climb on this railing" width="100" height="100" /></a><p class="wp-caption-text">&quot;Please don&#39;t climb on this railing&quot;, by Leo Reynolds</p></div>
<p>I have no idea where Peril is or why you would want to go there, but <a href="http://www.flickr.com/groups/stickfiguresinperil/">this quite active Flickr group</a> has a collection of mad, funny, thought-provoking and downright bizarre warning sign involving, well, stick figures in some sort of danger. </p>
<p><strong>What can you learn?</strong> This project is so great because it stands as a reminder that there are photographs and photographic projects all around us. Have you thought about how many times you see warning signs with stick figures around you? It&#8217;s like yellow cars or pregnant women &#8211; if you start looking for them, they&#8217;re suddenly absolutely everywhere. And it&#8217;s the same way with photography opportunities. Once you start looking&#8230;</p>
<h2>Electric Wheelchairs</h2>
<div id="attachment_2425" class="wp-caption alignleft" style="width: 160px"><a href="http://moblog.net/view/906198/drive-by"><img src="http://images.photocritic.org/uploads/2009/10/drive-by_tn-150x123.jpg" alt="Drive-By by Nige" title="Drive-By" width="150" height="123" class="size-thumbnail wp-image-2425" /></a><p class="wp-caption-text">Drive-By by Nige</p></div>
<p>Someone sent me a link to Nige&#8217;s <a href="http://moblog.net/Electric_Wheelchairs/">Electric Wheelchairs moblog</a> a while ago, and I&#8217;ve been scratching my head over it ever since. It&#8217;s street photography, but with a twist; the people in the photos are all on electric wheelchairs of some sort. </p>
<p>Of all the projects here, this is the one that makes me go <em>why</em> more emphatically than any of the others, and still&#8230; The photos are good, and I quite like the surrealism of it as well. </p>
<p><strong>What can you learn?</strong> There&#8217;s a lot to be said for empowering and destigmatizing people, and photography is one way of doing that. As Nige says, &#8220;Electric wheelchairs are fanatstic, it&#8217;s a shame that only less mobile pensioners or those with disabilities get to have them, we want to zoom around too!&#8221;</p>
<h2>Tea and Coffee making facilities</h2>
<div class="wp-caption alignright" style="width: 110px"><a href="http://www.flickr.com/photos/vixgirl/3376337438/in/pool-teaandcoffee"><img alt="essentials by Vixgirl" src="http://farm4.static.flickr.com/3656/3376337438_92e71dbcb7_t.jpg" title="essentials" width="100" height="66" /></a><p class="wp-caption-text">essentials by Vixgirl</p></div>
<p>If you&#8217;ve got a job where you spend a lot of time on the road and in hotels, you know the feeling: You wander into your room, tired after a long day&#8217;s hard work (or waiting around for meetings to begin, which is not as tiring but the frustration alone will make you pine for the nearest pub), and you&#8217;re met with a crappy little television, a shower with rubbish water pressure, and the neighbours either having a loud party or making the beast with two backs, smacking the bed against your wall. </p>
<p>Take solace in the one thing which is consistently fabulous about hotel-rooms: the tea and coffee making facilities. <a href="http://www.flickr.com/groups/teaandcoffee/">This Flickr group</a> is inspired by one of the extras on Bill Bailey&#8217;s DVD Part Troll, and does what it says on the tin: Photos of kettles and its accouterments, essentially. </p>
<p><strong>What can you learn?</strong> That there is never any excuse for not taking photos &#8211; even if the weather is rubbish and you&#8217;ve spent every shred of your inspiration account, just look around you, and snap away. </p>
<h2>Hotel Door Hangers</h2>
<div id="attachment_2428" class="wp-caption alignleft" style="width: 140px"><a href="http://lebowitz.net/hotel-door-hangers-collected-b-1"><img src="http://images.photocritic.org/uploads/2009/10/hanger_00451.jpg" alt="hanger 45, by Michael Lebowitz" title="Hanger" width="130" height="77" class="size-full wp-image-2428" /></a><p class="wp-caption-text">hanger 45, by Michael Lebowitz</p></div>
<p>Michael Lebowitz, of Big Spaceship fame, posted a collection which is rather quite fascinating. &#8220;When my grandfather passed away last year, my family gathered to go through his belongings.&#8221;, Michael writes. &#8220;He had been in the foreign service and he had filled a whole wall of his study with hotel door hangers from all his travels throughout the world.&#8221; Of course, like a good netizen, Mike decided to photograph them all and <a href="http://lebowitz.net/hotel-door-hangers-collected-b-1">post them for everybody to see</a> &#8211; it&#8217;s glorious to see such a span in styles, languages, and time collected. </p>
<p><strong>What can you learn?</strong> There are a lot of awesome things which can be collected and digitized &#8211; do you have friends or family members with odd collections? Do you? It&#8217;s an exercise in product photography, and you might get some additional ideas in the process!</p>
<h2>Locks on Toilets</h2>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/3850335364/in/pool-21289410@N00"><img alt="Redchurch bar, east London" src="http://farm4.static.flickr.com/3076/3850335364_41d7fbce70_m.jpg" title="Locks on Toilets" width="240" height="180" /></a><p class="wp-caption-text">Redchurch bar, east London</p></div>
<p>I&#8217;ve written about this one before&#8230; It’s an odd little project, which I came up with when I was hideously drunk one night – like all great ideas, in other words, and I just sort of continued doing it. Of course, it’s a lot more fun if it’s a collaborative project, and that bit seemed to work quite well &#8211; The <a href="http://www.flickr.com/groups/locksontoilets/pool/">Locks on Toilets pool</a> on Flickr currently has nearly 300 photos in it &#8211; that&#8217;s 300 slices of rarely-photographed architecture from all over the world. </p>
<p>Daft? For sure. Funny? Well, I think so. Want to know more? Check out <a href="http://photocritic.org/locks-on-toilets/">this post</a>, then!</p>
<p><strong>What can you learn?</strong> Obviously, if even I can come up with a naff photography project, then anyone can. Go on, give it a shot!</p>
<h2>The Number 29</h2>
<div id="attachment_2432" class="wp-caption alignleft" style="width: 160px"><a href="http://cskyliner.blogspot.com/search/label/29"><img src="http://images.photocritic.org/uploads/2009/10/010320091997-150x150.jpg" alt="The number 29" title="010320091997" width="150" height="150" class="size-thumbnail wp-image-2432" /></a><p class="wp-caption-text">The number 29</p></div>
<p>What happens when you one day take a photo which has the number 29 in it, and then decide to find out what would happen if you were to take a photo of that same number whenever you saw it? You get the awesome <a href="http://cskyliner.blogspot.com/search/label/29">Number 29</a> project. </p>
<p>It has photos. Containing the number 29. In lots of different styles, places, and ways. Um, yeah, that&#8217;s really all there&#8217;s to it, but do go take a look, it&#8217;s pretty nifty. </p>
<p><strong>What can you learn?</strong> Nothing, really, and I&#8217;m sort of regretting adding a &#8216;What can you learn&#8217; bit to each of these, because what this post really should have been is a simple list of &#8216;Hey, look at these awesome projects&#8217;, and now, instead of <a href="http://kamps.org/consulting">working on my day job</a>, I&#8217;m sitting here coming up with contrived ideas for things you can learn from silly projects. Feh. </p>
<h2>The Squared Circle</h2>
<div id="attachment_2430" class="wp-caption alignright" style="width: 304px"><a href="http://www.flickr.com/groups/circle/pool"><img src="http://images.photocritic.org/uploads/2009/10/Screen-shot-2009-10-22-at-09.58.39-294x300.png" alt="Screen shot of the Squared Circle Flickr pool" title="Screen shot 2009-10-22 at 09.58.39" width="294" height="300" class="size-medium wp-image-2430" /></a><p class="wp-caption-text">Screen shot of the Squared Circle Flickr pool</p></div>
<p>It&#8217;s a very simple concept: Take a round object, place it inside a square photograph, and see what happens. If you think it sounds a bit too simple, then I have to admit that I agree with you, but <a href="http://www.flickr.com/groups/circle/pool">85,601 contributions to the Flickr Photo Pool</a> can&#8217;t possibly be wrong: this is one of the longest-standing and most popular Flickr photography projects. It shows some incredible creativity, a lot of variety for such a constrained topic, and no small amount of humour, as well. </p>
<p><strong>What can you learn?</strong> I guess round pegs do fit quite neatly into square holes &#8211; and I&#8217;m very fascinated by how people still seem to be able to come up with new takes on what now is a battered old photographic meme. </p>
<h2>What are your favourites?</h2>
<p>Scroll about 3 inches down this screen, past the advert which nobody actually sees or ever clicks on anyway, and you&#8217;ll find a comment field. If you know of a wicked project I&#8217;ve missed, go on, share it!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/HkyGAJ86BVHRNdNO4zo3Ni6hcNk/0/da"><img src="http://feedads.g.doubleclick.net/~a/HkyGAJ86BVHRNdNO4zo3Ni6hcNk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HkyGAJ86BVHRNdNO4zo3Ni6hcNk/1/da"><img src="http://feedads.g.doubleclick.net/~a/HkyGAJ86BVHRNdNO4zo3Ni6hcNk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=gRob4cwZeSc:T7sBDSum-9E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=gRob4cwZeSc:T7sBDSum-9E:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gRob4cwZeSc:T7sBDSum-9E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=gRob4cwZeSc:T7sBDSum-9E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gRob4cwZeSc:T7sBDSum-9E:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gRob4cwZeSc:T7sBDSum-9E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=gRob4cwZeSc:T7sBDSum-9E:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=gRob4cwZeSc:T7sBDSum-9E:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/gRob4cwZeSc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/photo-collections/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Beginnings in street photography</title>
		<link>http://photocritic.org/intro-to-street-photograph/</link>
		<comments>http://photocritic.org/intro-to-street-photograph/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 01:23:59 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Guest Written]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2405</guid>
		<description><![CDATA[Sometimes, I learn more about photography when I teach about photography, than when I learn about photography. Bear with me, it does make sense, honest. 
I have one friend &#8211; Daniela &#8211; who is a n00b at this whole photography things. Some of the questions she asks, and some of the comments she makes, sound [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, I learn more about photography when I teach about photography, than when I learn about photography. Bear with me, it does make sense, honest. </p>
<p>I have one friend &#8211; Daniela &#8211; who is a n00b at this whole photography things. Some of the questions she asks, and some of the comments she makes, sound like stupidity in my ears. &#8216;Of course not&#8217;, I want to burst out&#8230; And yet&#8230; that&#8217;s a learning moment for me. What is &#8216;obvious&#8217; to me isn&#8217;t necessarily obvious to others &#8211; especially if you&#8217;re just trying to come to terms with photography and how it all fits together. </p>
<p>Anyway, Daniela was recently in Belgium, and had a go at some street photography. I&#8217;ve written about Street Photography many times before: <a href="http://photocritic.org/london-street-photography/">A shot at Street photography</a>, Katie Cooke&#8217;s <a href="http://new.photocritic.org/street-photography/">The return of Street Photography</a>, Brad&#8217;s <a href="http://photocritic.org/street-photography-and-the-law/">Street Photography and the Law</a>, <a href="http://new.photocritic.org/street-photography-in-montreal/">Street Photography in Montreal</a>, <a href="http://photocritic.org/prime-lens/">Prime Lenses, and why you need one</a>, <a href="http://photocritic.org/no-photos-here/">Oi You! no Pictures</a>! and it&#8217;s also mentioned in my article about <a href="http://photocritic.org/camera-insurance/">insuring your photography gear</a>. </p>
<p>What I had never stopped to think, however, is how a beginning photographer looks at street photography. Daniela offered some insights&#8230;<span id="more-2405"></span></p>
<p><!--adsense--></p>
<div id="attachment_2412" class="wp-caption alignright" style="width: 310px"><a href="http://www.flickr.com/photos/photocritic/3903008559/in/set-72157615370023221/"><img src="http://images.photocritic.org/uploads/2009/10/3903008559_91167dda1e-300x199.jpg" alt="Flute Player at Picadilly Circus (click image for large version)" title="3903008559_91167dda1e" width="300" height="199" class="size-medium wp-image-2412" /></a><p class="wp-caption-text">Flute Player at Picadilly Circus (click image for large version)</p></div>
<p>When I was Belgium I had a go at some street photography. I wasn&#8217;t entirely happy with what I produced, but it doesn&#8217;t mean to say that I won&#8217;t try again. In fact, I think I&#8217;m rather looking forward to having another go. These are some thoughts on the experience, from someone who is not nearly as talented &#8211; technically or artistically &#8211; as the Photocritic. I&#8217;m not sure if my ramblings are of any help to you, but they might be&#8230;.</p>
<p>Aside from the obvious, being a camera, what you need most for street photography is <em>confidence</em>. That&#8217;s not confidence in your photographic abilities, it&#8217;s confidence to walk around holding however many pound&#8217;s-worth of camera equipment it is that you own and to take photos. If you don&#8217;t have the confidence to point and shoot, you won&#8217;t get the pictures that you want. The more photos that you take, the better you&#8217;ll become. That&#8217;s obvious. So don&#8217;t be put off by your attempts not working. They can only work if you actually try it. </p>
<div class="wp-caption alignleft" style="width: 170px"><a href="http://www.flickr.com/photos/photocritic/3919253388/in/set-72157615370023221/"><img alt="Sometimes you catch the most amazing sights on the streets - like this guy with his 1970s ghetto-blaster (click image for bigger)" src="http://farm3.static.flickr.com/2522/3919253388_784d90820d_m.jpg" title="The 1970s called" width="160" height="240" /></a><p class="wp-caption-text">Sometimes you catch the most amazing sights on the streets - like this guy with his 1970s ghetto-blaster (click image for bigger)</p></div>
<p>Make sure that you know the rights and wrongs of taking people&#8217;s photographs in public places. If someone stops you, you need to be able to respond confidently and accurately about what you&#8217;re doing. Even if you don&#8217;t know what you are doing, be confident and act as if you do. It goes without saying that being polite and respectful is something you should be doing, and be careful taking photos of kids.</p>
<p>As much as I know you are anti-automatic settings on DSLR cameras, when you start out it can be helpful to use the automatic setting. Until you are accustomed to it, it&#8217;s easier to let your camera do the hard bit whilst you&#8217;re getting to grips with the concept of street photography. When you&#8217;re more experienced and more comfortable with what you&#8217;re doing, you&#8217;ll want more control over what you&#8217;re shooting and you&#8217;ll have a better feel for what you need to do. Don&#8217;t overwhelm yourself initially with the technical aspects, concentrate on getting a shot.</p>
<p><em>Daniela first wrote for Photocritic with her <a href="http://photocritic.org/teaching-photography-to-children/">Teaching Photography to a 5-year-old</a> article. </em></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/5oN0H1sVj7CC7rE7WPAPNa7NWao/0/da"><img src="http://feedads.g.doubleclick.net/~a/5oN0H1sVj7CC7rE7WPAPNa7NWao/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5oN0H1sVj7CC7rE7WPAPNa7NWao/1/da"><img src="http://feedads.g.doubleclick.net/~a/5oN0H1sVj7CC7rE7WPAPNa7NWao/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=rBgmi2qLQ_0:796bxElpMXE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=rBgmi2qLQ_0:796bxElpMXE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=rBgmi2qLQ_0:796bxElpMXE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=rBgmi2qLQ_0:796bxElpMXE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=rBgmi2qLQ_0:796bxElpMXE:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=rBgmi2qLQ_0:796bxElpMXE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=rBgmi2qLQ_0:796bxElpMXE:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=rBgmi2qLQ_0:796bxElpMXE:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/rBgmi2qLQ_0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/intro-to-street-photograph/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get a photo critique!</title>
		<link>http://photocritic.org/photocritic-photo-critique/</link>
		<comments>http://photocritic.org/photocritic-photo-critique/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 07:29:27 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Photo Critique]]></category>
		<category><![CDATA[critique]]></category>
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2029</guid>
		<description><![CDATA[I have been doing Photo Critiques on this blog in the past, but it&#8217;s starting to dawn on me that perhaps a blog isn&#8217;t quite the right way of doing these, so instead I&#8217;d like to start doing them on Flickr. 
If you would like me to critique your photographs, here&#8217;s how to get on [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing <a href="http://photocritic.org/category/photo-critique/">Photo Critiques on this blog in the past</a>, but it&#8217;s starting to dawn on me that perhaps a blog isn&#8217;t quite the right way of doing these, so instead I&#8217;d like to start doing them on Flickr. </p>
<p>If you would like me to critique your photographs, here&#8217;s how to get on the list&#8230;<span id="more-2029"></span></p>
<p><!--adsense--></p>
<h2>Follow these steps</h2>
<p><strong>1) Get a <a href="http://flickr.com">Flickr</a> account</strong> (you should probably do this anyway, it&#8217;s free, and Flickr is awesome)</p>
<p><strong>2) Upload 3 photos you&#8217;d like me to critique</strong> It&#8217;s important that you choose three photos, because it&#8217;s difficult to give systemic advice on a single photograph. Also, it may be worth not necessarily taking your 3 best photos, but do pick photos that you are proud of, but which you feel might be improved &#8211; and yet you don&#8217;t know how. <em>NOTE:</em> Nudity and similar themes is perfectly OK, but remember to mark your links with (NSFW) &#8211; I don&#8217;t want to get my readers in trouble at work or with kids just because they clicked on a wrong link</p>
<p><strong>3) Check your Flickr settings</strong> Please ensure that you allow notes on your photos, as these make critiquing much easier for me. Also, the photos have to be of a reasonable size &#8211; I can&#8217;t critique thumbnails :) If you haven&#8217;t turned on notes, I&#8217;m afraid I won&#8217;t be able to do a critique. </p>
<p><strong>4) Add a comment to this post</strong> where the URL leads to your Flickr stream. In the comment itself, please tell add a link to the 3 photos you&#8217;d like critiqued on Flickr</p>
<p><strong>5) Pay to skip the queue</strong> <em>(optional)</em>. You may have spotted that there&#8217;s a pretty long wait on these now &#8211; I simply don&#8217;t have the time to do them all as quickly as I like. If you would like to skip to the top of the queue, and receive your critique within a week &#8211; guaranteed &#8211; make <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=7836475">a donation of $50 via PayPal</a>. </p>
<h2>What happens next?</h2>
<p>As far as possible, I will follow the structure I&#8217;ve outlined in my <a href="http://photocritic.org/doing-a-photo-critique/">Doing a Photo Critique article</a> &#8211; it&#8217;s worth a read if you haven&#8217;t yet. </p>
<p>Finally, remember what I said in my &#8216;<a href="http://photocritic.org/dealing-with-negative-critique/">dealing with negative photo critiques</a>&#8216; article &#8211; you may not like everything I have to say, but my intention is to help you become a better photographer. If you only want to hear that your photography work is &#8216;OMG AWESOME LOL&#8217;, then you&#8217;re not in the right place :)</p>
<p>Also, it&#8217;s worth nothing that despite of persistant rumours of the contrary, I&#8217;m only human, and I will only do critiques when I feel I can actually make a useful impact &#8211; sometimes I may do 3 people in an evening, other times I won&#8217;t do any for a while. Partially, it&#8217;s because I&#8217;m crazy busy with work some times, but sometimes, I&#8217;m just plain lazy &#8211; do forgive. If you&#8217;re desperate for me to critique you immediately, check out step 5 above to find out how you can skip to the top of the queue. </p>
<h2>The boring bits</h2>
<p>By following the steps above, you give me a non-exclusive license to use your 3 photos as illustration images to a photo critique, if your particular critique somehow works well as a separate article on Photocritic. I will not use your photos in any other circumstance without conferring with you first. </p>
<p>I will pick and choose which photographers to critique first &#8211; it&#8217;s not meant as an insult if yours sits there for a while while I pick off newer entries first &#8211; it may just be that I haven&#8217;t got much useful to say about your photos because they already are perfect, or perhaps I&#8217;m struggling to vocalise what I like / what I would improve about your particular photos. Don&#8217;t take it personally!</p>
<p><a href="http://www.flickr.com/photos/photocritic/3430730319/" title="Portrait of Queen Elizabeth II by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3630/3430730319_a928c4be00.jpg" width="500" height="333" alt="Portrait of Queen Elizabeth II" /></a><br />
<em>Photo: <a href="http://www.flickr.com/photos/photocritic/3430730319/">Portrait of Queen Elizabeth II</a> by <a href="http://www.flickr.com/photocritic">Photocritic.org on Flickr</a></em> <a name="done">&nbsp;</a></p>
<h2>Photo Critiques Competed so far</h2>
<p>You don&#8217;t have to submit your own photographs for critique, of course, it&#8217;s entirely possible to learn huge amounts about photography by reading good critiques of other photographer&#8217;s work, so here, I&#8217;ve collected the criticisms and praise I&#8217;ve done on Flickr so far: </p>
<p><strong>Oct 8 &#8216;09: <a href="http://flickr.com/solofotones">solofotones</a> </strong>- <a href="http://www.flickr.com/photos/solofotones/3169006851/?addedcomment=1#comment72157622418146327">Man with Paper</a>, <a href="http://www.flickr.com/photos/solofotones/3171795803/?addedcomment=1#comment72157622418227979">Street performer</a> and <a href="http://www.flickr.com/photos/solofotones/2777128104/?addedcomment=1#comment72157622542765280">Juntos</a><br />
<strong>Oct 8 &#8216;09: <a href="http://flickr.com/mondounc">MondoUNC</a></strong> &#8211; <a href="http://www.flickr.com/photos/mondounc/2907004668/?editedcomment=1#comment72157622542463536">Sweater Weather</a>, <a href="http://www.flickr.com/photos/mondounc/2913083461/?addedcomment=1#comment72157622542517554">The Virgins</a> and <a href="http://www.flickr.com/photos/mondounc/3477250301/?addedcomment=1#comment72157622418065049">Cupcake</a>.<br />
<strong>Oct 1 &#8216;09: <a href="http://flickr.com/14033257@N08">ooomidgetmanooo</a></strong> &#8211; <a href="http://www.flickr.com/photos/14033257@N08/3473878080">Portrait 1</a> and <a href="http://www.flickr.com/photos/14033257@N08/3473069037">Portrait 2</a><br />
<strong>Oct 1 &#8216;09: <a href="http://flickr.com/honeyjar">HoneyJar</a></strong> &#8211; <a href="http://www.flickr.com/photos/honeyjar/297570682">Autumn Leaves</a>, <a href="http://www.flickr.com/photos/honeyjar/3472945997">Como Lake from Bellagio</a> and <a href="http://www.flickr.com/photos/honeyjar/2410064163">Tulips</a><br />
<strong>Jul 7 &#8216;09: <a href="http://flickr.com/heraldk">HeraldK</a></strong> &#8211; <a href="http://www.flickr.com/photos/heraldk/320196883/">Admiration</a>, <a href="http://www.flickr.com/photos/heraldk/3153548672/">Shadows</a> and <a href="http://www.flickr.com/photos/heraldk/2989565515/">Irish Coastal Road</a><br />
<strong>May 25 &#8216;09: <a href="http://www.flickr.com/jcwighton">Jacob Wighton</a></strong>  &#8211;  <a href="http://www.flickr.com/photos/jcwighton/3384886834">Ants!</a>, <a href="http://www.flickr.com/photos/jcwighton/3162857538/">Flight of the Birds</a> and <a href="http://www.flickr.com/photos/jcwighton/3473235564/">Sneaking</a>!<br />
<strong>May 1 &#8216;09: <a href="http://www.flickr.com/jackmakio1000/">Jack Makio</a>  &#8211;  </strong> <a href="http://www.flickr.com/photos/jackmakio1000/2738307885">Ugandan Mother and Child</a>, <a href="http://www.flickr.com/photos/jackmakio1000/2739130950">Dasiy</a> and <a href="http://www.flickr.com/photos/jackmakio1000/2283933853">Plazma light</a><br />
<strong>May 1 &#8216;09: <a href="http://www.flickr.com/28445553@N04">Jeff</a></strong>  &#8211;  <a href="http://www.flickr.com/photos/28445553@N04/3400734651/">The Remarkables</a> and <a href="http://www.flickr.com/photos/28445553@N04/3428831970/">Milford Road</a><br />
<strong>Apr 28 &#8216;09: <a href="http://www.flickr.com/travelingtribe">Jack Fussel</a></strong>  &#8211;  <a href="http://www.flickr.com/photos/travelingtribe/3468258450/">Speckled</a>, <a href="http://www.flickr.com/photos/travelingtribe/3456246303/">Bar Bar Bana</a> and <a href="http://www.flickr.com/photos/travelingtribe/3275957811/">Stunning</a>.<br />
<strong>Apr 27 &#8216;09: <a href="://www.flickr.com/mistersimbol">MrSimbol</a></strong>   &#8211; <a href="http://www.flickr.com/photos/mistersimbol/3472194611/">Manila by the bay</a>, <a href="http://www.flickr.com/photos/mistersimbol/3461876420/">Business as Usual</a> and <a href="http://www.flickr.com/photos/mistersimbol/3372151083/">High and Dry</a><br />
<strong>Apr 26 &#8216;09: <a href="http://www.flickr.com/perenstrom">Per</a></strong>  &#8211; <a href="http://www.flickr.com/photos/perenstrom/3473201010/">Heavy Lifting</a>, <a href="http://www.flickr.com/photos/perenstrom/3472392357/">Bench</a> and <a href="http://www.flickr.com/photos/perenstrom/3472392049/">Martin Luther King Memorial</a>.<br />
<strong>Apr 26 &#8216;09: <a href="http://www.flickr.com/ilan">Ilan</a></strong>  &#8211; <a href="http://www.flickr.com/photos/ilan/2944621955/">(Final) Rest</a>, <a href="http://www.flickr.com/photos/ilan/2405225059/">Man</a> and <a href="http://www.flickr.com/photos/ilan/2137930225/">Together and Alone II</a><br />
<strong>Apr 26 &#8216;09: <a href="http://www.flickr.com/markslewis">Mark</a></strong> &#8211; <a href="http://www.flickr.com/photos/markslewis/3459774149/">Holy Trinity Silhouette</a>, <a href="http://www.flickr.com/photos/markslewis/3174394929/">The Long Drive Home</a> and <a href="http://www.flickr.com/photos/markslewis/2967267242/">Autumn</a><br />
<strong>Apr 25 &#8216;09: <a href="http://www.flickr.com/adricv">Adricv</a></strong> &#8211; <a href="http://www.flickr.com/photos/adricv/3222577777/">Jean-Claude, de Haiti</a>, <a href="http://www.flickr.com/photos/adricv/2792290679/">Puppet Shop</a> and <a href="http://www.flickr.com/photos/adricv/2717454573/">Moving Sculpture</a><br />
<strong>Apr 25 &#8216;09: <a href="http://www.flickr.com/gtkurtz">Gary Kurtz</a></strong> &#8211;  <a href="http://www.flickr.com/photos/gtkurtz/2968723455">Photo 1</a>, <a href="http://www.flickr.com/photos/gtkurtz/2996083875">Photo 2</a> and <a href="http://www.flickr.com/photos/gtkurtz/3084215330">Photo 3</a></p>
<p>There is also a hyper-exclusive invite-only <a href="http://www.flickr.com/groups/critique-by-photocritic">Flickr group where you can see some of the photos I&#8217;ve critiqued</a>, called, imaginatively, <em>Critiqued by Photocritic</em>.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/CvRYjKHBtENHVynmiCgPnpFc77Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/CvRYjKHBtENHVynmiCgPnpFc77Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CvRYjKHBtENHVynmiCgPnpFc77Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/CvRYjKHBtENHVynmiCgPnpFc77Q/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=H0WH0N-bB_U:Bu73ZuX3AW8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=H0WH0N-bB_U:Bu73ZuX3AW8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=H0WH0N-bB_U:Bu73ZuX3AW8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=H0WH0N-bB_U:Bu73ZuX3AW8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=H0WH0N-bB_U:Bu73ZuX3AW8:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=H0WH0N-bB_U:Bu73ZuX3AW8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=H0WH0N-bB_U:Bu73ZuX3AW8:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=H0WH0N-bB_U:Bu73ZuX3AW8:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/H0WH0N-bB_U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/photocritic-photo-critique/feed/</wfw:commentRss>
		<slash:comments>143</slash:comments>
		</item>
		<item>
		<title>Recovering lost images from a memory card</title>
		<link>http://photocritic.org/photo-recovery/</link>
		<comments>http://photocritic.org/photo-recovery/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:05:23 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Recommended by Photocritic]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2392</guid>
		<description><![CDATA[The biggest &#8216;Oh&#8230; Shit&#8217; feeling I&#8217;ve ever had on a photo job was when I had a rush-job: Press deadline was at 5pm, and I had to photograph an event at 3pm. The event was meant to last until 4pm, which would give me half an hour journey time back to the office, half an [...]]]></description>
			<content:encoded><![CDATA[<p>The biggest &#8216;Oh&#8230; Shit&#8217; feeling I&#8217;ve ever had on a photo job was when I had a rush-job: Press deadline was at 5pm, and I had to photograph an event at 3pm. The event was meant to last until 4pm, which would give me half an hour journey time back to the office, half an hour of Photoshopping&#8230; Tight, but doable. Then the worst thing imaginable happened: The event was delayed in starting, and my time was ticking away. </p>
<p>When I finally got in the taxi on my way back, I decided to clean out all the photos I knew I wasn&#8217;t going to use from the memory card, using the camera itself, so I could spend less time downloading and sorting, and more time just fixing it, so we could drop in the images and get the magazine to print.</p>
<p>I selected a batch of photos. &#8220;keep that one, lose that one, keep, keep, lose, keep, that&#8217;ll do, Format. Yes, of course I want to format. Yes. Confirm.&#8221;. I sat back in the cab, mentally going through what I had to do when I made it back to the office. Then it suddenly hit me.. &#8216;Format?&#8217; Shit! No! Surely not&#8230; NOOOO!!!!</p>
<p>Here&#8217;s what to do if you are as big a plum as I am&#8230;<span id="more-2392"></span></p>
<h2>The first rule of data recovery</h2>
<div class="wp-caption alignleft" style="width: 190px"><a href="http://www.flickr.com/photos/photocritic/3900268527/"><img alt="If you fear something Bad might have happened, take your memory card out of the camera immediately, and stop using it. (Click on pic for bigger version on Flickr)" src="http://farm4.static.flickr.com/3440/3900268527_cfb4bdf198_m.jpg" title="Canon EOS 450D" width="180" height="240" /></a><p class="wp-caption-text">If you fear something Bad might have happened, take your memory card out of the camera immediately, and stop using it. </p></div>
<p>It has happened many of us: that &#8216;oh, no&#8230;&#8217; feeling that occurs when you realise that you have just lost your pictures on your memory card. The good thing is that <em>all is not lost</em> and there are some ways to get that data back. We are going on a mission called &#8217;saving our asses&#8217; and here is what we will need to make this a successful mission.</p>
<p>Once you have lost data on a memory card you need to <strong>quarantine that card</strong> and <strong>stop using it immediately</strong>. </p>
<p>I know I wrote that in bold, but let&#8217;s repeat it, because it&#8217;s the single most important thing you&#8217;ll learn from this article:</p>
<p><strong>If you lose data on a memory card, take it out of your camera, and do not use it for anything else.</strong></p>
<p>You may have to exhaust different options with that card to try to recover those photos so don&#8217;t keep adding pictures to it. Continuing to use the card can be detrimental to you actually recovering those photos. </p>
<h2>How are images deleted from a card?</h2>
<p><!--adsense--></p>
<p>Image deletion operations &#8211; and, indeed, formatting a card &#8211; is normally not what most people think of as &#8216;proper&#8217; deletion. Instead, you&#8217;re merely re-setting the file allocation table. Imagine your memory card as a chest of drawers which has 20 drawers, and can hold 20 photographs. When you take a photo, it&#8217;s put into one of the drawers, and you stick a little lable, like <tt>IMG_1234.RAW</tt> on the front of the drawer. It&#8217;s safe there. When you need it, you open the drawer, and you take the picture out.</p>
<p>When you delete a photo, something interesting happens: The photo isn&#8217;t removed from the drawer, all your camera does, is to peel the label off the front of the drawer. That means that this drawer is now &#8216;free space&#8217;, so if you had a full set of drawers, and &#8216;delete&#8217; three photos, you now have 17 full drawers, and three &#8216;empty&#8217; ones. When you take a new photo, your camera puts the photo into one of the free drawers, <em>on top of the old photo</em>.</p>
<p>Your old photo doesn&#8217;t disappear off the memory card until a new photo is put on top of the old one. Even if your card reads &#8216;empty&#8217;, all the old photos are still there, just not easily accessible. </p>
<h2>Recovering data from your memory card</h2>
<div class="wp-caption alignleft" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/3628458379"><img alt="I was half-way around the world (Well, 1,400 miles into my motorbike tour of Europe) when I took this photo - while the picture itself isnt that unique, it represents a fond memory for me - Id be gutted if I had lost it, but I was able to recover it off my memory card. Phew. (Click on pic for bigger version on Flickr)" src="http://farm4.static.flickr.com/3586/3628458379_f0890f07da_m.jpg" title="Self-portrait with Bike" width="240" height="160" /></a><p class="wp-caption-text">I was half-way around the world (Well, 1,400 miles into my motorbike tour of Europe) when I took this photo - while the picture itself isn&#39;t that unique, it represents a fond memory for me - I&#39;d be gutted if I had lost it, but I was able to recover it off my memory card. Phew. </p></div>
<p>Lost data recovery operations happen with some type of third party software, in fact this is probably the method you are going to use to retrieve your data. There is a problem though, which software option should you purchase? </p>
<p>There are literally hundreds of options to choose from in this area, both paid and free choices. It would be close to impossible to tell you exactly which one is the best for you, because the focus of the programs can vary. Depending on how you lost your photos that could determine which product will be best suited to solve your problem. However before you go out and purchase a product make sure you take these steps: </p>
<p><strong>Try a demo version first</strong> – Many programs (like the very popular <a href="http://www.datarescue.com/photorescue/index.htm">Photo Rescue</a>, which is available for both Mac and Windows) will allow you to use a trial version before you have to purchase a full version. It is strongly recommended that you test the trial version with your camera and with your specific problem: For these types of software, the trial software will usually show you which images <em>could</em> be recovered with the full version of the software. </p>
<h2>Leaving it to the professionals</h2>
<div id="attachment_2394" class="wp-caption alignright" style="width: 310px"><a href="http://images.photocritic.org/uploads/2009/10/recover-photo.jpg"><img src="http://images.photocritic.org/uploads/2009/10/recover-photo-300x199.jpg" alt="Some photos are less valuable than others - but if yours are a matter of life and death (say, you lost someone&#039;s wedding photos), then get professionals involved!" title="Photo recovery" width="300" height="199" class="size-medium wp-image-2394" /></a><p class="wp-caption-text">Some photos are less valuable than others - but if yours are a matter of life and death (say, you lost someone's wedding photos), then get professionals involved!</p></div>
<p>Professional data recovery is many orders of magnitude more expensive than doing it yourself, but it&#8217;s incredible what can be recovered&#8230; </p>
<p>And if your photos are truly invaluable (losing the photos as a wedding photographer, for example, could prove hideously expensive if you get sued by the couple as a result&#8230; Which has been known to happen, and this is why there is separate wedding photography insurance out there), you might have to find a local professional service (try <a href="http://www.google.com/custom?hl=en&#038;client=pub-0188057227511508&#038;cof=FORID%3A13%3BAH%3Aleft%3BCX%3APhotocritic%2520Search%3BL%3Ahttp%3A%2F%2Fwww.google.com%2Fintl%2Fen%2Fimages%2Flogos%2Fcustom_search_logo_sm.gif%3BLH%3A30%3BLP%3A1%3BVLC%3A%23551a8b%3BGFNT%3A%23666666%3BDIV%3A%23cccccc%3B&#038;adkw=AELymgULmCTRueOvvcYKfZI-6T0DRcS_kAIp_iN7H1UukU-nbaRxK3ZtqVuGKvpreyyJQUAorOEPP8OccLpPO09AI7HKBtMyQP8fW88pazADdRC39fmdR_k&#038;boostcse=0&#038;q=memory+card+data+recovery&#038;btnG=Search&#038;cx=!001270710942499850854%3Azdbxsau87em">googling</a> for it). </p>
<p>If you have to go down this route, go to the corner shop and buy some beans and toast off the internet, because if you have to get someone to manually pick the card apart and read the chips inside your card directly, you&#8217;d not going to be able to afford to eat anything else anytime soon &#8211; I once helped someone find a data recovery service, and they paid over &pound;3,500 to get a dead hard-drive resuscitated for long enough to copy it over to a fresh drive. On that note &#8211; when <em>did</em> you last back-up your photos?</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/14gl1cZYv62MC_o7qCECYqYc8Zk/0/da"><img src="http://feedads.g.doubleclick.net/~a/14gl1cZYv62MC_o7qCECYqYc8Zk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/14gl1cZYv62MC_o7qCECYqYc8Zk/1/da"><img src="http://feedads.g.doubleclick.net/~a/14gl1cZYv62MC_o7qCECYqYc8Zk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=-W_PMWwpM-0:tCfYIlByfkc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=-W_PMWwpM-0:tCfYIlByfkc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=-W_PMWwpM-0:tCfYIlByfkc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=-W_PMWwpM-0:tCfYIlByfkc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=-W_PMWwpM-0:tCfYIlByfkc:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=-W_PMWwpM-0:tCfYIlByfkc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=-W_PMWwpM-0:tCfYIlByfkc:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=-W_PMWwpM-0:tCfYIlByfkc:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/-W_PMWwpM-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/photo-recovery/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to organise your own photo exhibit</title>
		<link>http://photocritic.org/photo-exhibition/</link>
		<comments>http://photocritic.org/photo-exhibition/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:06:50 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Guest Written]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2359</guid>
		<description><![CDATA[A year ago, the Oxford Flickr Group, a group of slightly geeky amateur photographers, were sitting around a table in a pub somewhere in Oxford. This is not at all unusual, but the difference was that, on this occasion, they decided that it&#8217;d be a marvelous idea to hold an exhibition. None of them had [...]]]></description>
			<content:encoded><![CDATA[<p>A year ago, the Oxford Flickr Group, a group of slightly geeky amateur photographers, were sitting around a table in a pub somewhere in Oxford. This is not at all unusual, but the difference was that, on this occasion, they decided that it&#8217;d be a marvelous idea to hold an exhibition. None of them had had any real experience of organising or taking part in an exhibition but hell, why not give it a go? </p>
<p>Jump ahead to the present day, a year later, and their exhibition is about to open. So how they get this far? How on earth do you go about organising this sort of thing from scratch? Anna Badley explains&#8230;</p>
<h2>The Big idea</h2>
<p>We hold regular photo meets and pub social meets in Oxford, and at one of these meets it turned out we&#8217;d missed the deadline for the annual Artweeks event that takes place locally – so we decided that we&#8217;d go it alone. We&#8217;re quite an active social group, there are probably 40 or so people who turn up to the meet ups so we thought it might be worth a go. That was about 12 months ago. </p>
<p>The first step was finding out where we might be able to stage the exhibition as that would determine the space, how many pictures people could hang and how much that might cost per person. We found a helpful bar/restaurant/gallery that suited our informal group better than a very formal space, and worked out that we could hang 30 fairly large pictures in the space they had – so, 30 exhibitors. </p>
<p>The next step was to find out who in the Group might be interested in exhibiting. There are around 1,500 members at the moment and we had no idea how many of those might be actually located in Oxford and interested in putting in a picture. We thought we&#8217;d get loads of people expressing an interest who would then drop out things really got going, but that didn&#8217;t happen. Also rather surprising was that quite a few of the final 30 had never been along to any of the meet ups and we had no idea who they were – we&#8217;d never met them. This did make us a little nervous at first; what if they didn&#8217;t pay up? What if they didn&#8217;t turn up with a picture?</p>
<h2>The plan takes shape</h2>
<div id="attachment_2360" class="wp-caption alignright" style="width: 222px"><a href="http://images.photocritic.org/uploads/2009/09/ox-flick.jpg"><img src="http://images.photocritic.org/uploads/2009/09/ox-flick-212x300.jpg" alt="The poster for the Flickr exhibit in Oxford (click on the image to see it full-size)" title="Made in Oxford" width="212" height="300" class="size-medium wp-image-2360" /></a><p class="wp-caption-text">The poster for the Flickr exhibit in Oxford (click on the image to see it full-size)</p></div>
<p>By the end of March this year we were pretty much set on what we were doing, we&#8217;d got our 30 exhibitors, and 5 organisers (not quite sure how they were elected, it just sort of happened). </p>
<p>We had a bit of a break in early Summer then got the money in from the majority of the exhibitors during July and August. That was far less of a hassle than we&#8217;d imagined it might be, but apart from putting the money down on the venue not a lot else happened over the Summer months. </p>
<p>The exhibitors had a theme to work to; we wanted to show a different side of Oxford to the one the tourists see when they visit. So we&#8217;d asked everyone to try and show their own perspective on the city, and tried to give them as much freedom as possible.</p>
<p><em><strong>Oh my God it&#8217;s only 8 weeks away, how did that happen?</strong></em></p>
<p>With only 2 months left before opening night, there was a sudden flurry of activity. A summit was held with the five organisers and a horribly large task list of things that needed checking, fixing, chasing, designing and printing – the whole lot. </p>
<p>By the time the summit had finished, we&#8217;d divided up the tasks; collecting the high res jpg files to put in the accompanying book, keeping in touch with the venue, writing the press release, designing the map for the photos to be placed on and setting up the email address were some of the more major ones. Somewhere along the line the exhibition also got a title – Made In Oxford – and suddenly we were almost ready to go! </p>
<p>One of the group also had a tame graphic designer who immediately set to work on making us a fantastic poster. It was definitely worth having someone professional do this because as soon as we saw how good it looked it was pretty clear none of us had the design skills to even get close to that.</p>
<h2>Final tweaks</h2>
<div id="attachment_2361" class="wp-caption alignleft" style="width: 268px"><a href="http://images.photocritic.org/uploads/2009/09/Picture-1.png"><img src="http://images.photocritic.org/uploads/2009/09/Picture-1-258x300.png" alt="The Made in Oxford book is available to purchase via Photobox for £21" title="Made in Oxford - the book" width="258" height="300" class="size-medium wp-image-2361" /></a><p class="wp-caption-text">The Made in Oxford book is available to purchase via Photobox for £21</p></div>
<p>Finally, we arranged a meet up (mainly as we were really intrigued as to who our mystery exhibitors were) and had a frankly scary meet-up that felt more like a board meeting than a group of photographers! Thankfully we managed to fix that problem later in the evening with a few ales, once all the important information had been dished out. </p>
<p>The book was proof-read by three of us (not taking any chances there) and is now <a href="http://www.photobox.co.uk/creation/191334544">available to buy from Photobox</a>!  </p>
<p>When we first looked at all the pictures together it became apparent that the majority of photos had nobody, or just a lone figure, in them. Many were taken at night or very early in the morning. Even the usual tourist traps and colleges look deserted which is not something you ever see during the day. It was really exciting seeing a completely different side to the city and we were happy that the theme we&#8217;d chosen had actually been okay to work with. </p>
<p>So we&#8217;re currently four days before opening night. We&#8217;ve had plenty of local press interest and the posters are starting to appear round town. We have 29 pictures ready to go and the last one is almost there so it looks like everything is ready to roll. </p>
<p>Once all the pictures are safely hanging on the wall in the venue we&#8217;re intending to get the beers in and sit back to enjoy what&#8217;s been achieved, and maybe even start thinking about next year&#8217;s theme – well, maybe not quite yet. </p>
<p>The exhibition is open 7 days a week to the general public from 3rd-31st October 09, at the Jam Factory, Hollybush Row, Oxford, UK OX1 1HU (<a href="http://maps.google.co.uk/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=the+jam+factory,+oxford&#038;sll=51.529331,-0.055908&#038;sspn=0.042076,0.13175&#038;ie=UTF8&#038;z=16&#038;iwloc=A&#038;cid=2949126679461980301">map</a>).</p>
<h2>Hang on a minute. What on earth is the Oxford Flickr Group?</h2>
<p>We&#8217;re an offshoot of the online photo-sharing site, <a href="http://flickr.com">flickr.com</a>. We love taking photos, finding interesting things to shoot here where we live and welcoming new people to our city. There is normally a degree of photographic geekery happening but it&#8217;s certainly not a pre-requisite for joining in; we don&#8217;t care if you use your iPhone, a dinky little point-and-shoot camera or a fancy-pants film SLR with all the lenses. We certainly don&#8217;t compare mega pixels (okay, most of us don&#8217;t do that). </p>
<p>There&#8217;s no charge for joining and we&#8217;re a friendly bunch so if you&#8217;re interested in saying hello, come and <a href="http://flickr.com/groups/oxford-uk">find us on Flickr</a>!</p>
<p>Oh, and of course if you&#8217;re not in Oxford, UK, there are loads of other local Flickr groups all over the world. If there isn&#8217;t one where you are, nothing&#8217;s stopping you from starting your own &#8211; get busy!</p>
<p><em>This article was written by the inimitable Anna Badley (<a href="http://www.flickr.com/people/evie_z/">Flickr</a> / <a href="http://www.annaphotographer.com/">website</a>), who in the past has written the <a href="http://photocritic.org/beginning-in-portraiture/">Beginning in Portraiture</a> article here on Photocritic. If you would like to get involved and write a guest article, <a href="mailto:hajejan@kamps.org">drop me an e-mail</a>!</em></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/YJyFImpwzQ01Oa5B61cTTxYx8ao/0/da"><img src="http://feedads.g.doubleclick.net/~a/YJyFImpwzQ01Oa5B61cTTxYx8ao/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YJyFImpwzQ01Oa5B61cTTxYx8ao/1/da"><img src="http://feedads.g.doubleclick.net/~a/YJyFImpwzQ01Oa5B61cTTxYx8ao/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=8WMyWeznOTc:bS4pwlrDDuw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=8WMyWeznOTc:bS4pwlrDDuw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=8WMyWeznOTc:bS4pwlrDDuw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=8WMyWeznOTc:bS4pwlrDDuw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=8WMyWeznOTc:bS4pwlrDDuw:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=8WMyWeznOTc:bS4pwlrDDuw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=8WMyWeznOTc:bS4pwlrDDuw:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=8WMyWeznOTc:bS4pwlrDDuw:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/8WMyWeznOTc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/photo-exhibition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insure your camera stuff!</title>
		<link>http://photocritic.org/camera-insurance/</link>
		<comments>http://photocritic.org/camera-insurance/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 19:29:43 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Reviews and buying advice]]></category>
		<category><![CDATA[camera insurance]]></category>
		<category><![CDATA[Insurance]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2334</guid>
		<description><![CDATA[Insurance for your camera equipment &#8211; I can barely think of a less exciting topic, to be honest. In fact, I highly recommend you skip this post, because it&#8217;s going to be hideously boring. Before you to, though, I&#8217;d like for you to think about one little thing: 
&#8220;If your camera vanishes today, can you [...]]]></description>
			<content:encoded><![CDATA[<p>Insurance for your camera equipment &#8211; I can barely think of a less exciting topic, to be honest. In fact, I highly recommend you skip this post, because it&#8217;s going to be hideously boring. Before you to, though, I&#8217;d like for you to think about one little thing: </p>
<p>&#8220;If your camera vanishes today, can you afford to buy a new one?&#8221;</p>
<p>If the answer&#8217;s yes, great, go look at <a href="http://flickr.com/explore/interesting/7days/">amazing photography</a> to spark your inspiration. If not, read on&#8230; <span id="more-2334"></span></p>
<p><!--adsense--></p>
<p>You&#8217;ve probably insured your house, the contents of your house, your health (if you&#8217;re unfortunate enough to live in a country where they don&#8217;t take care of you properly, that is), your car, and your pets. </p>
<p>Why do we insure all these things? It&#8217;s simple &#8211; because if you don&#8217;t, the life you&#8217;ve spent so much time and money building up is only one minor disaster away from slipping away from you. Yeah, that is probably the most emo thing I&#8217;ve ever written on my blog. So sue me (I&#8217;ve got indemnity insurance!). </p>
<p>I know for a fact that people reading this blog do all sorts of different things with their camera equipment. Some of you work as professional photographers, some of you don&#8217;t know which way is up on a camera &#8211; but most of you do own cameras which you use a lot. </p>
<h2>Insurance as part of your home policy</h2>
<p>Truth is, though, that photography is one of those hobbies where you, by its very nature, take your equipment out on the road with you: there&#8217;s only so much you can do in your living room or kitchen, after all. If your camera stuff is at home, it&#8217;s probably covered by your home insurance (but not always&#8230;) &#8211; but what happens when you venture into the world to capture slices of time on your film or imaging chips?</p>
<p>n
<div>
	<div class='democracy'>
		<strong>Have you insured your camera equipment?</strong>
		<div class='dem-results'>
		<form action='http://photocritic.org/wp-content/plugins/democracy/democracy.php' onsubmit='return dem_Vote(this)'>
		<ul>
			<li>
					<input type='radio' id='dem-choice-459' value='459' name='dem_poll_70' />
					<label for='dem-choice-459'>Yes, of course</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-460' value='460' name='dem_poll_70' />
					<label for='dem-choice-460'>No, I don't need insurance</label>
			</li>
			<li>
					<input type='radio' id='dem-choice-461' value='461' name='dem_poll_70' />
					<label for='dem-choice-461'>Now that you mention it...</label>
			</li>
		</ul>
			<input type='hidden' name='dem_poll_id' value='70' />
			<input type='hidden' name='dem_action' value='vote' />
			<input type='submit' class='dem-vote-button' value='Vote' />
			<a href='/feed/?dem_action=view&amp;dem_poll_id=70' onclick='return dem_getVotes("http://photocritic.org/wp-content/plugins/democracy/democracy.php?dem_action=view&amp;dem_poll_id=70", this)' rel='nofollow' class='dem-vote-link'>View Results</a>
		</form>
		</div>
	</div></div>
<p>Insurance is really only about one thing: peace of mind. It is the type of product you buy and hope you never have to use because, well, it means something bad has happened. When it comes to photography insurance, there are a few ways you can go about insuring your equipment. Some provide more protection than others but you need to decide what will work best for you.</p>
<div class="wp-caption alignright" style="width: 250px"><a href="http://www.flickr.com/photos/photocritic/3918469353/"><img alt="Watching life go by" src="http://farm3.static.flickr.com/2560/3918469353_8df7ae6753_m.jpg" title="Watching life go by" width="240" height="160" /></a><p class="wp-caption-text">If you do a lot of street photography, you may wish to take out extra camera insurance, because the risk of your camera getting damaged or stolen is much higher. Photo by Photocritic on Flickr</p></div>
<p>When considering your options the first determining factor is the way you use your camera. If you are a professional user and are getting paid for your services then you need to consider a commercial policy. If photography is your hobby then a homeowners or rental policy may be enough but there are some limitations there. When you add photography equipment to a homeowners / contents insurance policy it will typically cover if the equipment is stolen or there is a fire in your home. Coverage outside of the home may or may not be included so you need to check your policy to be sure of the coverage you have. Also if you drop your camera or damage it yourself then this type of policy may not be all that useful.</p>
<p>For a higher level of peace you can add a &#8216;floater&#8217; (an especially insured item as part of the main policy) to your homeowners / content insurance policy. Floaters range in price but are relatively inexpensive and will generally protect your equipment against all types of calamities, both fire and theft &#8211; and sometimes even accidental damage you may cause to the camera.</p>
<p><!--adsense--></p>
<h2>Dedicated camera insurance</h2>
<div id="attachment_2336" class="wp-caption alignleft" style="width: 310px"><img src="http://images.photocritic.org/uploads/2009/09/broken-camera-300x199.jpg" alt="Broken Camera" title="broken-camera" width="300" height="199" class="size-medium wp-image-2336" /><p class="wp-caption-text">It doesn't bear thinking about, but it's better to consider insurance before you might need it than after...</p></div>If you are not a homeowner or don&#8217;t have renter&#8217;s / content insurance, then another option can be to get personal camera insurance. This type of insurance for your camera is like every other insurance policy offering a varying amount of coverage limits, deductibles and premiums. </p>
<p>There&#8217;s a lot of disagreement among photographers whether this type of insurance is worth it &#8211; Insurance especially for your camera equipment is usually quite expensive, and often assumes that you are a professional photographer &#8211; or at least that you are making money with your photographic equipment. </p>
<p>Some argue that it is not worth it, yet other photographers will say it is highly necessary. What side of the argument you fall on really depends on you and the value of the equipment you have, how often you replace your equipment anyway, and how high-risk your photographic behaviour is: If you do a lot of street photography in the evening, you&#8217;re at high risk; if your camera rarely leaves your studio, then perhaps you&#8217;re less likely to get mugged (but nothing stops you from being butter-fingered, of course)</p>
<p><div class="wp-caption alignright" style="width: 190px"><a href="http://www.flickr.com/photos/photocritic/3900268527/"><img alt="Using equipment that doesnt look as expensive (like a smaller 50mm prime, instead of a big L-series zoom lens) can help you stay out of trouble" src="http://farm4.static.flickr.com/3440/3900268527_cfb4bdf198_m.jpg" title="Canon 50mm" width="180" height="240" /></a><p class="wp-caption-text">Using equipment that doesn&#39;t look as expensive (like a smaller 50mm prime, instead of a big L-series zoom lens) can help you stay out of trouble</p></div>
<p>If you decide to go this route then your goal should be to choose the limits that fit your specific needs. Also make sure you identify all of the types of things the policy covers, especially things like liquid or water damage. Ask about what other things you need to be insured. For example if you do any type of <a href="http://photocritic.org/under-water-photography/">underwater photography</a>, it may invalidate your insurance, or you may have to pay a higher premium for your insurance to apply. Again knowing your needs and how you plan to use your camera will go a long way in to determining if this is the right option for you. </p>
<p>Camera policies are not entirely dissimilar to car policies; At first, it&#8217;ll be very expensive, but the cover drops in price after a few renewals, as you get a no-claims bonus &#8211; some companies offer up to a 80% bonus built up over 5 years, but of course building up a bonus can take quite a long time, and if you think you&#8217;re at very low risk of anything happening to your camera, then perhaps you don&#8217;t need a policy in the first place. </p>
<p>When looking for companies to purchase from like most people you can <a href="http://www.google.com/#hl=en&#038;q=camera+insurance">search online</a> and find a variety of options. If you belong to any photography organizations, clubs or groups you can always see if they provide any type of group discounts that you may be able to capitalise on &#8211; also check the back of photography magazines, there&#8217;s always some good offers in there!</p>
<h2>But&#8230;</h2>
<p>Here&#8217;s to sincerely hoping that whether or not you have your camera covered, that you never end up in a situation where you have to use &#8211; or wish you had &#8211; your insurance cover.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/z_ZUn1Y_OMirOmk-u26bazX6qv8/0/da"><img src="http://feedads.g.doubleclick.net/~a/z_ZUn1Y_OMirOmk-u26bazX6qv8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/z_ZUn1Y_OMirOmk-u26bazX6qv8/1/da"><img src="http://feedads.g.doubleclick.net/~a/z_ZUn1Y_OMirOmk-u26bazX6qv8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=L0p8BOACCd4:nXyuUU_tBxM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=L0p8BOACCd4:nXyuUU_tBxM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=L0p8BOACCd4:nXyuUU_tBxM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=L0p8BOACCd4:nXyuUU_tBxM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=L0p8BOACCd4:nXyuUU_tBxM:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=L0p8BOACCd4:nXyuUU_tBxM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=L0p8BOACCd4:nXyuUU_tBxM:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=L0p8BOACCd4:nXyuUU_tBxM:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/L0p8BOACCd4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/camera-insurance/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Under-water photography</title>
		<link>http://photocritic.org/under-water-photography/</link>
		<comments>http://photocritic.org/under-water-photography/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 07:00:34 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Photography project ideas]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2320</guid>
		<description><![CDATA[If you thought photography out in the open air was tricky, you’ve got a surprise coming &#8211; Underwater photography represents one of the most challenging and specialized segments in the photography world. It’s fun, it’s creative, and it surrounds you with water, which only has one purpose: To ruin your expensive pride-and-joy photography equipment!
Two thirds [...]]]></description>
			<content:encoded><![CDATA[<p>If you thought photography out in the open air was tricky, you’ve got a surprise coming &#8211; Underwater photography represents one of the most challenging and specialized segments in the photography world. It’s fun, it’s creative, and it surrounds you with water, which only has one purpose: To ruin your expensive pride-and-joy photography equipment!</p>
<p>Two thirds of the world is covered by water, and while much of it is quite boring and un-photogenic, there are still vast opportunities to capture what is happening beneath the surface. There is a combination of equipment and tecnique required to make this type of photography work for you, include choosing the right camera, making sure it stays safe from water, and finding some way of lighting it all. <span id="more-2320"></span> </p>
<h2>Picking a camera</h2>
<p><img src="http://farm2.static.flickr.com/1012/1369843171_116c780710_m.jpg" alt="Vivitar underwater camera" class="alignright"  />When searching for cameras, knowing your budget and the types of photos you want to take will go a long way in determining the right option for you. </p>
<p><em>Photo, right: <a href="http://www.flickr.com/photos/anetz/1369843171/">Vivitar underwater camera</a> by Anetz on Flickr. This photo also shows the &#8217;sports finder&#8217;, which is much more useful than a viewfinder once you&#8217;re underwater</em></p>
<p>Your options will change depending on whether you want this to be a vacation hobby or you want to become a gadget-tastic underwater photographer with all the bells, whistles, and a <a href="http://en.wikipedia.org/wiki/Bathysphere_%28vessel%29">bathysphere</a> with an espresso machine in the corner. Don&#8217;t get me wrong, underwater photography can become very expensive, very quickly so it is imperative that you identify what your goal is. </p>
<p><img src="http://farm4.static.flickr.com/3001/3111383662_f9a1caf736_m.jpg" alt="Nikonos" class="alignleft" /><em>Image, left: <a href="http://www.flickr.com/photos/mikesub/3111383662/">Underwater Nikon Nikonos-V with 35/2.5</a> by <a href="http://www.flickr.com/mikesub/">Mikesub</a> on Flickr</em></p>
<p>If you just want to dip your toe in, you could actually use a cheap, single-use disposable underwater camera&#8230; It won’t give you the greatest quality images but it gives you some photos to show friends, family, and Flickr-admirers back home. </p>
<p>In selecting the right camera there are a billion options to choose from. More or less. Probably less. Both digital and film cameras can each perform well underwater however the major disadvantage for film cameras is that you can only shoot one roll of film at a time. Having to swim back up to change the roll of film is infuriating, to say the least, so stick with the megapixels for photography zen. </p>
<p><img src="http://farm1.static.flickr.com/49/150563469_25a2cf0648.jpg" alt="Naked Lady" /><br />
<em><a href="http://www.flickr.com/photos/arnog/150563469/">Naked Lady</a> by <a href="http://www.flickr.com/arnog/">Arno Gourdol</a> on Flickr</em></p>
<p>If you are a beginner than a point and shoot may be a good place to start. Try to get a cameras with a nicely sized LCD screen which will simplify your picture taking experience &#8211; don&#8217;t plan to be able to look through your viewfinder much, because between your diving equipment and your (hopefully) water-proof enclosure, it&#8217;s not going to be much use. Whatever you decide make sure the camera matches what you are trying to accomplish. </p>
<p>Also, be aware that some cameras marketed as &#8216;water proof&#8217; may work when they are wet but they may not be designed to withstand the high water pressure in underwater photography &#8211; as with most things, you generally get what you pay for, so a £99 waterproof digital camera probably isn&#8217;t. Water-proof, that is. </p>
<h2>Keeping it dry</h2>
<p><a href="http://www.flickr.com/photos/coolkalun/3906338558/"><img src="http://farm3.static.flickr.com/2570/3906338558_55ea72b4c3.jpg" alt="Miss Underwater" /></a><br />
<em><a href="http://www.flickr.com/photos/coolkalun/3906338558/">Miss Underwater</a> by Kal.LKL on Flickr</em></p>
<p>To prepare your camera for underwater use you will need housing. Housing provides a waterproof encasement for your camera to dwell in making it able to function underwater. As there are a variety of cameras you will find a wide load of different housing options available ranging in price from $100 for one to cover your pocket-sized compact jobbie, to going in to the thousands of dollars for more professional units. </p>
<p>Many of today’s cameras come with manufacturer-designed housing units, however they may not be as reliable as speciality third party options. Make sure the housing you decide to use will support the water pressure at the depths you want to take your pictures. </p>
<p>When considering housing you should consider the controls on your camera. Some housing will limit access to (some of) the controls on your camera, so look for models that will support all of the functions you want to use on your camera when taking your pictures. </p>
<h2>Lights, camera&#8230;</h2>
<p><a href="http://www.flickr.com/photos/sagicel/1074298787/"><img src="http://farm2.static.flickr.com/1433/1074298787_977fb7e655_m.jpg" alt="Underwater" class="alignright" /></a>One of the biggest challenges in underwater photography is lighting. As a beginner venturing into this new world you may want to start taking pictures using just the built in flash on your camera. </p>
<p><em>Photo, right: <a href="http://www.flickr.com/photos/sagicel/1074298787/">Underwater by Sagicel</a>, on Flickr</em></p>
<p>Once you become comfortable taking pictures underwater then it is highly recommended that you purchase an external strobe light. Strobes give you more control over the way you bring light to the subject you are shooting. </p>
<p>With the improved light you can highlight various qualities and details that you want to bring out of your subject. You also can angle light toward or away from the subject. By angling away you can help keep backscatter, which are reflected particles in the water, from cluttering your shot. </p>
<h2>Dive right in</h2>
<p><img src="http://farm3.static.flickr.com/2061/1971625267_67f3e5de52.jpg" alt="Underwater in the Pool" /><br />
<em><a href="http://www.flickr.com/photos/90353510@N00/1971625267/">Underwater in the Pool</a> by Brian Marshall on Flickr</em></p>
<p>As you can see the options are great when it comes to underwater photography from cameras, housing and lighting, not to mention other accessories we didn’t even mention. Walking into this blindly can be an expensive proposition so start slowly and build your way up but most importantly know what you want to accomplish. Since it is both a scuba diving and photography activity rolled into one, make sure you include the time and cost of scuba diving lessons into your learning curve and your budget. </p>
<p>Some scuba schools also hold photography classes for beginners and might rent / loan you some equipment to get started, so that&#8217;s worth a look before you splash the kids&#8217; college fund on something you might not enjoy as much as you thought!</p>
<p>Lastly, have fun and enjoy the underwater world waiting for you.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/B-AGZiW1mKiQTmTp4Zl7jkRFBAI/0/da"><img src="http://feedads.g.doubleclick.net/~a/B-AGZiW1mKiQTmTp4Zl7jkRFBAI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/B-AGZiW1mKiQTmTp4Zl7jkRFBAI/1/da"><img src="http://feedads.g.doubleclick.net/~a/B-AGZiW1mKiQTmTp4Zl7jkRFBAI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=KJg8hMoXmbg:5qh03bd2Rnw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=KJg8hMoXmbg:5qh03bd2Rnw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=KJg8hMoXmbg:5qh03bd2Rnw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=KJg8hMoXmbg:5qh03bd2Rnw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=KJg8hMoXmbg:5qh03bd2Rnw:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=KJg8hMoXmbg:5qh03bd2Rnw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=KJg8hMoXmbg:5qh03bd2Rnw:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=KJg8hMoXmbg:5qh03bd2Rnw:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/KJg8hMoXmbg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/under-water-photography/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Photoshop Makeovers</title>
		<link>http://photocritic.org/photoshop-makeover/</link>
		<comments>http://photocritic.org/photoshop-makeover/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:22:07 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Guest Written]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2296</guid>
		<description><![CDATA[So there you are, taking rather fantastic photos, and then, one day, you realise that everyone else seems to be getting better results. Unfair? Possibly. Or perhaps they&#8217;re just handier in Photoshop. Like my old friend Maxwell. I recently came across three of his photo-shopped portraiture sessions (one, two, three), and was rather impressed. 
For [...]]]></description>
			<content:encoded><![CDATA[<p>So there you are, taking rather fantastic photos, and then, one day, you realise that everyone else seems to be getting better results. Unfair? Possibly. Or perhaps they&#8217;re just handier in Photoshop. Like my old friend Maxwell. I recently came across three of his photo-shopped portraiture sessions (<a href="http://www.flickr.com/photos/maxwelll/3842949884/in/set-72157618025267135/">one</a>, <a href="http://www.flickr.com/photos/maxwelll/3842169045/in/set-72157618025267135/">two</a>, <a href="http://www.flickr.com/photos/maxwelll/3846737092/in/set-72157618025267135/">three</a>), and was rather impressed. </p>
<p>For the purpose of this article, let&#8217;s shelve any reservations you might have about the ethics of photoshopping the hell out of a portrait or fashion image (you&#8217;ve all seen <a href="http://www.youtube.com/watch?v=pcFlxSlOKNI">this video</a>, right?), and have a look at how it can be done. As a wise old man once told me, only if you have the skills to do something do you have the skills to choose not to do it&#8230; </p>
<p>Maxwell graciously accepted the challenge to talk us through how he edits his portraits, and is using a photo of himself to go through the process&#8230; Take it away Max! <span id="more-2296"></span></p>
<p><!--adsense--></p>
<h2>Step one &#8211; process the raw</h2>
<p><img src="http://images.photocritic.org/uploads/2009/09/step1-199x300.jpg" alt="step1" title="step1" width="199" height="300" class="alignright size-medium wp-image-2311" />My first step with every photograph, including this one, is to adjust the raw file to an exposure and look that I like. Normally it&#8217;s a little more contrasted and artistic than this one, but since we are going for a simple beauty shot (or as close as we can get with me!) I want an image that is pretty balanced and a little flat. </p>
<p>When doing this retouching process, my last step is always to photoshop the image as I would normally (i.e. change contrast, colour, detail, blur, etc.) and because every step I do that loses information in the image I highly recommend waiting &#8217;till the end for any artistic choices. </p>
<p>Once I have that, it’s on the manipulation! </p>
<h2>Step two &#8211; the healing brush and the spot healing brush.</h2>
<p><img src="http://images.photocritic.org/uploads/2009/09/step2-199x300.jpg" alt="step2" title="step2" width="199" height="300" class="alignleft size-medium wp-image-2303" />At this point I like to get rid of all of the really obvious blemishes. I don’t get too nit picky, seeing as I do all the fine tuning later on, but make sure to get all the big ones (pimples, moles, unwanted facial hair, lines under eyes). </p>
<p>To do this I jump back and forth between the healing brush and the spot healing brush, the difference &#8211; the spot healing brush tool samples for you, whereas the healing brush tool you select the sample area. </p>
<p>I find that usually I have to play around a bit determining which one to use for specific things. In my experience the spot healing brush works great for smaller blemishes, such as pimples and moles, and the healing brush works better for thing like wrinkles. </p>
<p>Usually I use the spot healing brush until it stops working and then switch in order to have more control. </p>
<h2>Step three &#8211; eliminating the double chin.</h2>
<p><img src="http://images.photocritic.org/uploads/2009/09/step3-199x300.jpg" alt="step3" title="step3" width="199" height="300" class="alignright size-medium wp-image-2304" />Seeing as I was teaching myself as I went along, this was probably the hardest part for me. I tried a bunch of things before realizing that transform was the easiest option. I use transform a lot for the whole process actually. </p>
<p>I made a selection from just below my mouth to about halfway down my neck. I used transform to stretch the selection upwards to have the double chin line align with my actual jawline. I then created a layer mask and used a very soft edged brush to paint my chin back in and to get rid of harsh lines around my selection. </p>
<p>Effectively this step is pulling up the double chin to hide it behind the first one. </p>
<h2>Step four &#8211; manipulating all my facial features.</h2>
<p><img src="http://images.photocritic.org/uploads/2009/09/step4-199x300.jpg" alt="step4" title="step4" width="199" height="300" class="alignleft size-medium wp-image-2305" />Here comes the fun. I made five or six different layers in this step, one for each facial feature we want to change. For me (and most other people, I suppose) we are going to want to change them all. I made a layer for my mouth (and surrounding area), my nose (and surrounding area), one for each eye (and surrounding&#8230; you get it) and a layer for each side of my face. </p>
<p>This step is very similar to the previous, in that it is all transform and masks. I made my eyes larger and changed the placement, made my nose longer and thinner, and made my mouth larger and moved down a bit. I also changed the shapes of these features a little, using the warp transform option. (cmd + T = transform and ctrl-clicking or right-clicking gives you the transform options). </p>
<p>The warp option is very useful when you want to pinch in just part of your selection or change one side, etc. I used the warp option to pull in the sides of my face, in order to make them appear even and slim my face a little. I then used masks to paint in the original image around the edges of the selections, once again to get rid of lines. I then used all these tools to tweak what was left of my face (stronger jaw thinner neck, etc). </p>
<h2>Step five &#8211; skin.</h2>
<p><img src="http://images.photocritic.org/uploads/2009/09/step5-199x300.jpg" alt="step5" title="step5" width="199" height="300" class="alignright size-medium wp-image-2306" />I know there are a lot of ways to smooth skin, and I alternate between a lot of them. For this image I combined a bunch. First, I merged all my layers into a new one (shift+ opt+ cmnd+ e), duplicated it and applied a surface blur to the duplicate layer. I don’t remember my surface blur settings, but it’s really a personal taste thing (I like to still be able to see pores). I also paint out the facial features in a layer mask when I use surface blur, because I don’t want it to touch the sharpness of the eyes and mouth. I then created three new blank layers, one for darks, one for mid tones, and one for light areas. </p>
<p>I used the eyedropper tool to select a good colour to represent the dark tones and painted very subtly (maybe 5-10% opacity) over the shadowed areas of my face. I did this for mid tones and lights also. The reason I made three different layers is because I wanted to be able to adjust the opacity of each tone separately. The image here looked too fake for me, but had nicely smoothed out all of my skin. I wanted to bring some of the highlights and shadows back, so I copied the layer underneath the surface blur layer to the top of my palette. </p>
<p>I changed the layer blend mode to luminosity and dropped the layer opacity down to 38%. Again this would be a personal aesthetic moment, but 38% looked good to me. </p>
<h2>Step six &#8211; adding depth.</h2>
<p><img src="http://images.photocritic.org/uploads/2009/09/step6-199x300.jpg" alt="step6" title="step6" width="199" height="300" class="alignleft size-medium wp-image-2307" />At this point the image looked too flat for me so I selected my highlights (cmnd-click a channel) and created a curves layer set to screen @ %40 to bring out the highlights more and give more depth. </p>
<p>Then comes the dodging and burning. The way I do that is not with the dodge and burn tool; I create an overlay layer and use a really faint (&lt;10% opacity) soft brush to dodge burn. </p>
<p>Black for darkening, white for lightening. I always do this on two different layers so that I may go back and change the opacity of them afterwards. </p>
<p>I also use this method to get rid of any remaining overly dark or light areas. </p>
<h2>Step seven &#8211; cleaning up the edges.</h2>
<p>There are many ways to do this. I jumped back and forth between the healing brush and just using a soft paintbrush to create and sculpt the outline of my hair. </p>
<h2>Step eight &#8211; colour.</h2>
<p><img src="http://images.photocritic.org/uploads/2009/09/step8-199x300.jpg" alt="step8" title="step8" width="199" height="300" class="alignright size-medium wp-image-2309" />Again, everyone has their methods. </p>
<p>When adjusting skin tones I use a hue/saturation layer to adjust the saturation of the yellow and red tones until I get something I like. </p>
<p>Also to smooth out the colour I use the eyedropper to select the skin colour I want, create a solid layer of that colour and change the blend mode to colour. </p>
<p>Turn down the opacity or paint in the layer mask to change the strength and affected area. </p>
<h2>Step nine &#8211; finishing touches and artistic processing.</h2>
<p>I used the same transform and mask technique to apply some finished touches at this point. I elongated my neck and thinned it more as well as changed the size and shape of my mouth a little. </p>
<p>I did some more dodging and burning using some curves layers set to screen and multiply (I alter my dodge and burn layer using the blend if slider in the layer menu when you double click a layer), in order to only have it apply to the high- or low- lights of the image. </p>
<p>The final step was to merge it all together on a new layer and unsharp mask it a little. And there you have it, a beautified me!</p>
<p><a href="http://images.photocritic.org/uploads/2009/09/combined.jpg"><img src="http://images.photocritic.org/uploads/2009/09/combined-mediumsized.jpg" alt="combined-mediumsized" title="combined-mediumsized" width="550" height="414" class="alignnone size-full wp-image-2317" /></a><br />
See a higher-resolution version of this image <a href="http://images.photocritic.org/uploads/2009/09/combined.jpg">here</a> (or, y&#8217;know, click on the image)</p>
<h2>About Maxwell</h2>
<p>Maxwell Lander is a queer photo-based digital artist and emerging graphic and website designer currently living in Toronto, Canada. Maxwell has been immersed in artistic photography for many years and is constantly seeking out new ways to express a passion for contemporary creativity, including and engulfing fascination with the abilities of the digital photograph and the control/choices it provides photographers.</p>
<p>As one of Canada&#8217;s leading emerging artists, Maxwell has exhibited works across Ontario and is continuously developing new photographic series. With a string of awards and accreditations – most recently Runner-Up in the emerging talent category of the 2008-2009 Nikon Photo Contest International and a publication in Photolife Magazine&#8217;s emerging artist special issue (September 2009) – Maxwell participates in the political and social sphere of the Toronto artistic community, contributing to the ever-changing art world.</p>
<p>Maxwell’s photography is intended to draw a thin line between beauty and vulgarity, restriction and hedonism, decency and decadence – to expose them all as interconnected and subjective experiences.</p>
<p>In addition to focusing on personal photographic art, Maxwell is available for commercial hire as a photographer, graphic designer, and web designer. To learn more, visit <a href="http://www.maxwellander.ca">maxwellander.ca</a>, check him out on <a href="http://flickr.com/maxwelll/">Flickr</a>, or follow @<a href="http://twitter.com/www.maxwellander.ca">maxwellander</a> on Twitter!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/90uGpiPye6g8hEZueQYAG7_h6AQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/90uGpiPye6g8hEZueQYAG7_h6AQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/90uGpiPye6g8hEZueQYAG7_h6AQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/90uGpiPye6g8hEZueQYAG7_h6AQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=xGfjl44SSV8:TXVLCLxGy5Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=xGfjl44SSV8:TXVLCLxGy5Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=xGfjl44SSV8:TXVLCLxGy5Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=xGfjl44SSV8:TXVLCLxGy5Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=xGfjl44SSV8:TXVLCLxGy5Y:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=xGfjl44SSV8:TXVLCLxGy5Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=xGfjl44SSV8:TXVLCLxGy5Y:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=xGfjl44SSV8:TXVLCLxGy5Y:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/xGfjl44SSV8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/photoshop-makeover/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The man behind the blog.</title>
		<link>http://photocritic.org/the-man-behind-photocritic/</link>
		<comments>http://photocritic.org/the-man-behind-photocritic/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:09:46 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Navel-gazing]]></category>

		<guid isPermaLink="false">http://www.photocritic.org/2008/the-man-behind-photocritic/</guid>
		<description><![CDATA[The other day, I received an e-mail Stephan D, one of my readers, with a load of questions about me and my photography career. I occasionally get questions about who I am and why I run Photocritic, so I figured that I might just do a post about the man behind the blog, as it [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, I received an e-mail Stephan D, one of my readers, with a load of questions about me and my photography career. I occasionally get questions about who I am and why I run Photocritic, so I figured that I might just do a post about the man behind the blog, as it were. </p>
<p><strong>What photographer(s) inspires you to create images? </strong></p>
<p>There are a lot of photographers out there who really do it for me. I&#8217;m particularly fond of Philip of <a href="http://lithiumpicnic.deviantart.com/">Lithium Picnic</a> fame, and Ilyssa (<a href="http://isky.deviantart.com/">isky on dA</a>) also has a beautiful portfolio of photos. I love <a href="http://www.flickr.com/photos/photocritic/favorites/">collecting my fave photos</a> on Flickr (as you can see in the side-bar of this post). </p>
<p>To be honest, I take inspiration from lots of different photographers.  The &#8216;best of&#8217; or &#8216;most popular&#8217; images on <a href="http://www.flickr.com/explore/interesting/7days/">Flickr</a> and <a href="http://www.deviantart.com/">DeviantArt</a> are always a good place to star the flow of creative juices. Of course, <a href="http://www.earthshots.org/">Earthshots</a> is also a great starting point&#8230;<span id="more-914"></span></p>
<p><!--adsense--></p>
<p><strong>How did you get your photography business started?</strong></p>
<p>I got quite lucky, actually. What happened was that I just went and picked up a lot of free and paid-for local magazines in the city where I lived, and I started calling them and sending e-mails. One of them needed a photographer soon after, and suddenly I had a regular flow of income. After that, I continued adding more clients, and finally ended up with a thriving freelance photography business. </p>
<p>In the end, my business failed because I got a little bit too sure of myself, took my eyes off the ball, and lost a couple of clients to no fault but my own (I lost some important photos once, which put me on rocky ground, and I completely failed to show up to a big photoshoot another time &#8211; both completely unforgivable sins as a photographer, and ones I&#8217;ve learned a lot from). Personally, I blame being scatterbrained, but in real terms, if you know that&#8217;s one of your weaknesses, you just have to find a system to deal with it: Carry an alarm clock with you, send yourself e-mails, or be better about diary-keeping. And suchlike :)</p>
<p><strong>What type of equipment do you use? </strong></p>
<p>I&#8217;ve used Canon equipment since I started as a photographer &#8211; more by chance than by design: My dad&#8217;s Canon A1 is still going strong, and I just sort of stuck with it. Throughout the years, I&#8217;ve had a EOS D60, an EOS 10D, an EOS 20D, an EOS 30D, and EOS 40D. I used a 300D and a 350D back-up cameras for a while, and shot with a Canon EOS 1N HS when I was still shooting with film. These day, </p>
<p>I&#8217;ve had a whole series of different lenses as well, but the Canon EF 50/1.4 lenses remains one of my favourites (check out <a href="http://www.flickr.com/photos/photocritic/tags/canon50mmf14/">some photos I&#8217;ve taken with that lens</a>, if you need convincing :) &#8211; if you haven&#8217;t tried a prime lens, you really should. But then, I could ramble on about that for ages (in fact, <a href="http://www.photocritic.org/prime-lens/">I already have&#8230;</a>). I&#8217;ve also got a 70-200mm f/2.8 which I&#8217;m incredibly fond of, especially for concerts (you can see <a href="http://www.flickr.com/photos/photocritic/sets/72157613071105589/">some of my concert shots on flickr</a>, and I did an article about <a href="http://photocritic.org/live-band-concert-photography/">how I shoot them</a>, too), and a couple of wide-angle lenses. Apart from these, I frequently rent lenses such as tilt-shift and specialist macro lenses: Owning them myself is just too bloody expensive. </p>
<p>Having said all of that, I don&#8217;t believe that the equipment you own is all that important &#8211; it&#8217;s what you do with it, and as long as you&#8217;re comfortable with your equipment, you&#8217;re on your way. It&#8217;s been said before, but it can&#8217;t harm to repeat it: A photographer with vision and a disposable camera can come back with better result that someone who doesn&#8217;t know what they&#8217;re doing, but carry the latest bells-and-whistles D-SLR&#8230;</p>
<p><strong>What type of lighting situations do you enjoy most? </strong></p>
<p>I really love working with natural lighting, but studio work can be a lot of fun as well &#8211; it all depends on what you&#8217;re trying to do. It&#8217;s important to experiment with different types of lighting. </p>
<p>The most important part is that, through experimentation, I&#8217;ve come up with a style that I&#8217;m comfortable with, but I also notice that my tastes and whims change a lot. I used to do a lot of landscapes, but haven&#8217;t taken a landscape photo for a long time. I had a phase of doing macro photography (which resulted in my book), but I have barely looked at a macro photograph since. Recently, I&#8217;ve had an interest in doing more portraiture work &#8211; a genre where I feel I still have a lot to learn &#8211; so perhaps that&#8217;ll be my next experiment into lighting: some studio lighting might well be my next investment!</p>
<p><strong>What background do you have in photography? </strong></p>
<p>I&#8217;m entirely self-taught, but I&#8217;ve done a lot of reading and experimenting to get the technical and creative skills that I feel I need. I was like that in school as well, however: Having a teacher drone on at me drove me bonkers, but if they somehow managed to spark an interest, I&#8217;d be on the internet or in the library, researching the topic well beyond I was supposed to. </p>
<p>I don&#8217;t really see any harm in being self-taught, as long as you&#8217;re creative, inquisitive and thorough. </p>
<p><strong>If you could pick another career  than photography, what would it be and why? </strong></p>
<p>Heeh, interestingly, I haven&#8217;t worked as a photographer full-time for years. The past few years, I&#8217;ve worked in publishing as an editor, I worked in television for a while, but I&#8217;m now back to life as self-employed, working as <a href="http://kamps.org/consulting">a writer</a>. I&#8217;m currently working another book about photography (<a href="http://photocritic.org/macro-photography-book-finished/">here&#8217;s my first one</a>)</p>
<p>So I guess, to answer your question, I do have another career, and I like running for Photocritic, of course, but it seems I haven&#8217;t quite got enough time to do all it takes to keep the hamster wheel spinning &#8217;round here &#8211; nonetheless, it&#8217;s good fun!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/2exSPxd0TQnGcXz8MOGZvVayfUw/0/da"><img src="http://feedads.g.doubleclick.net/~a/2exSPxd0TQnGcXz8MOGZvVayfUw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2exSPxd0TQnGcXz8MOGZvVayfUw/1/da"><img src="http://feedads.g.doubleclick.net/~a/2exSPxd0TQnGcXz8MOGZvVayfUw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=4rmy_UF2MM8:LhT8NyJeelo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=4rmy_UF2MM8:LhT8NyJeelo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=4rmy_UF2MM8:LhT8NyJeelo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=4rmy_UF2MM8:LhT8NyJeelo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=4rmy_UF2MM8:LhT8NyJeelo:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=4rmy_UF2MM8:LhT8NyJeelo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=4rmy_UF2MM8:LhT8NyJeelo:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=4rmy_UF2MM8:LhT8NyJeelo:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/4rmy_UF2MM8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/the-man-behind-photocritic/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>The International Exhibition</title>
		<link>http://photocritic.org/the-international-exhibition/</link>
		<comments>http://photocritic.org/the-international-exhibition/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:40:43 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2268</guid>
		<description><![CDATA[The internet has a funny way of erasing the feeling of the world being of any useful size at all &#8211; I regularly get visits from nearly 190 different countries, for example. In an exchange with the lovely (Swedish) Håkan Dahlström recently, I mentioned that his funky-looking photograph XAO wouldn&#8217;t have looked out of place [...]]]></description>
			<content:encoded><![CDATA[<p>The internet has a funny way of erasing the feeling of the world being of any useful size at all &#8211; I regularly get visits from <a href="http://photocritic.org/countries-who-like-photocritic/">nearly 190 different countries</a>, for example. In an exchange with the lovely (Swedish) Håkan Dahlström recently, I mentioned that <a href="http://flickr.com/photos/dahlstroms/3862086277">his funky-looking photograph XAO</a> wouldn&#8217;t have looked out of place in an East London wine bar. We joked about a bit, but I was suddenly thinking: What is stopping us, photographers, from creating ad-hoc photography exhibits all over the world?</p>
<p>So, in an epic effort of internet crowd-sourcing, I want to be the first curator in the entire world who creates a truly international art exhibition: The International Exhibition, or TIE for short.  <span id="more-2268"></span></p>
<p><!--adsense--></p>
<p>To participate in TIE, it&#8217;s really easy, go on Flickr, find a photograph you love (if you&#8217;re struggling, you haven&#8217;t been looking hard enough, but there are some suggestions below), print it out (or, even better, have it printed out using a service like <a href="http://photobox.co.uk">Photobox</a> in the UK or <a href="http://AdoramaPix.com">AdoramaPix</a> in the US (thanks, @<a href="http://twitter.com/JohnMilleker">JohnMilleker</a>) ), stick it on your wall, and take a photo of it. Then stick the photo on Flickr, with the tag &#8216;TheInternationalExhibition&#8217;. Then, if you want, stick a comment on this post :)</p>
<p><a href="http://www.flickr.com/photos/photocritic/3863010814/" title="XAO by Håkan Dahlström, for TIE"><img src="http://farm4.static.flickr.com/3443/3863010814_93626422a7.jpg" width="500" height="333" alt="XAO by Håkan Dahlström, for TIE" /></a><br />
<a href="http://www.flickr.com/photos/photocritic/3863010814"><em>XAO by Håkan Dahlström, for TIE</em></a></p>
<p>Struggling to find a photo which would fit on your wall? Flickr&#8217;s <a href="http://flickr.com/explore/interesting/7days/">Explore</a> is usually full of wall-worthy photographs, or you can go look at <a href="http://flickr.com/photos/friends/">the photos of all of your friends</a> (or <a href="http://flickr.com/photos/photocritic/friends/">all of <em>my</em> friends</a>, for that matter), or if you really want to enlarge my already unnecessarily buoyant ego, one of <a href="http://flickr.com/photocritic">my own photos</a>. </p>
<p>Let&#8217;s see what a big group of awesome photographers can come up with together, but I sense it might be pretty awesome.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/5odRjNVNN8AeiY8Gxzc_ex7_FVg/0/da"><img src="http://feedads.g.doubleclick.net/~a/5odRjNVNN8AeiY8Gxzc_ex7_FVg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5odRjNVNN8AeiY8Gxzc_ex7_FVg/1/da"><img src="http://feedads.g.doubleclick.net/~a/5odRjNVNN8AeiY8Gxzc_ex7_FVg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=y3HdpNGeJ9Y:9QkkyrPzP2I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=y3HdpNGeJ9Y:9QkkyrPzP2I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=y3HdpNGeJ9Y:9QkkyrPzP2I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=y3HdpNGeJ9Y:9QkkyrPzP2I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=y3HdpNGeJ9Y:9QkkyrPzP2I:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=y3HdpNGeJ9Y:9QkkyrPzP2I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=y3HdpNGeJ9Y:9QkkyrPzP2I:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=y3HdpNGeJ9Y:9QkkyrPzP2I:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/y3HdpNGeJ9Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/the-international-exhibition/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to clean your dSLR sensor</title>
		<link>http://photocritic.org/clean-camera-sensor/</link>
		<comments>http://photocritic.org/clean-camera-sensor/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:31:07 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Cleaning]]></category>
		<category><![CDATA[maintenance]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2254</guid>
		<description><![CDATA[So you have spent thousands on your camera and you&#8217;re wondering how to clean it? Well it&#8217;s a good question to ask; a dirty sensor will impact every single one of your images, as it is &#8211; quite literally &#8211; the focal point of all the camera&#8217;s technology.  That&#8217;s right, your hard earned dollars [...]]]></description>
			<content:encoded><![CDATA[<p>So you have spent thousands on your camera and you&#8217;re wondering how to clean it? Well it&#8217;s a good question to ask; a dirty sensor will impact every single one of your images, as it is &#8211; quite literally &#8211; the focal point of all the camera&#8217;s technology.  That&#8217;s right, your hard earned dollars reduced to the mercy of the elements. Scary thought eh? Despair thee not, young padawan, help is at hand&#8230; </p>
<p>Well, good news! You are in the right place place to learn how to simply, cheaply, and quickly clean your DSLR and get back to the important part; taking photos. <span id="more-2254"></span></p>
<p><!--adsense--></p>
<p>Your goal is to remove dust (and possibly moisture) off the sensor. You want to do this as carefully and easily as you can. There are myriad people who are delighted to take your money off you to help you do this, so let&#8217;s start by picking some of the best: </p>
<h2>Sensor Swab</h2>
<p>&#8216;<a href="http://www.photosol.com/swabproduct.htm">Sensor Swab</a>&#8216; is the preferred method and for a very good reason; it&#8217;s a mighty fine product which is recommended by quite a few of the camera manufacturers to boot. Sensor Swab is a wet solution which is applied to the sensor by a, well, swab.</p>
<p>For around $25 you can get yourself a kit and that will remove both wet and dry dust. It is 99.9% effective when done properly and even offers a guarantee in case of damage to the sensor &#8211; which is handy, because replacing a damaged sensor is filthy expensive. The downside is that it can&#8217;t be shipped by air and is illegal in some countries (due to containing methanol). If you&#8217;ve got a decent camera shop nearby, however, they probably stock some &#8211; go talk to your friendly neighbourhood lenspeddler to find out. </p>
<h2>Brush</h2>
<p>Here is the old fashion method. Offering multiple uses and a straight forward method the brush definitely has some advantages. Brushes generally use a method that utilizes static allowing the brush fibers to remove stubborn dust. A brush is also very transportable.  </p>
<p>Down sides include the fact that the brush cannot be cleaned and can&#8217;t remove wet dust or moisture. A standard brush will cost about $25 while the &#8216;<a href="http://is.gd/2rGia">Brush Off</a>&#8216; brand (which is more effective) will set you back about $50.</p>
<h2>Blower</h2>
<p>Using an air blower &#8211; like the <a href="http://is.gd/2rGc9">Giottos Air Rocket</a> &#8211; is what your manual will recommend, the reason for this is there is no contact required with the sensor, which reduces the risk of anything going wrong. Unfortunately the downside is that the blower is not that effective, and doesn&#8217;t actually remove the dust from the inside of your camera; it merely shuffles it about a bit. In addition, it will struggle to remove dust with a static charge and anything with moisture.</p>
<p>Despite its downsides, using an air blower is often the easiest thing to do when you&#8217;re in the field &#8211; it&#8217;s easy to transport, relatively cheap, and gets rid of the worst dust in a quick and capable way. </p>
<h2>Time for a spring clean!</h2>
<p><!--adsense--></p>
<p><img src="http://images.photocritic.org/uploads/2009/08/sensor-1-300x200.jpg" alt="sensor-1" title="sensor-1" width="300" height="200" class="alignright size-medium wp-image-2256" /></p>
<p>Every once and again, you need to clean your sensor properly; depends on how much you use your camera, but for me, it&#8217;s approximately every 2-3 months or so, a process which involves several of the products above. Here&#8217;s how to do it: </p>
<p><strong>Charge the Battery</strong> – If your battery dies at any point this can be very bad news and step 2 explains why.</p>
<p><strong>Open Shutter</strong> – This is different for all cameras but most have a &#8217;sensor cleaning mode&#8217; which will open the shutter and move the mirror aside so you can access the sensor for cleaning. If the battery dies during this phase will close and possible take the swab with it which will probably cause damage to the inside of your camera. </p>
<p><strong>Blow out excess dust</strong> – Look for a dust free environment and begin blowing, this removes the big particles of dust. Never use compressed air in a &#8217;spray can&#8217; for this (it leaves a residue) &#8211; get one of the bellow-style blowers like the Giottos Air Rocket described earlier in this article. This is extremely important because if this isn&#8217;t done at a later stage you can be dragging particles around with the swab, causing scratches and more problems than you had before.  (NOTE: Some people will suggest using a foot pump because your hands are free, DO NOT DO THIS. Reason being a foot pump has too much power and sits on the floor drawing in dust and dirt)</p>
<p><strong>Take a look</strong> – Use a small torch/flashlight (the little single-LED torches are great for this) to spot exactly where there are dust particles on your sensor</p>
<p><strong>Swab</strong> – Use as little swabbing liquid as you can while swabbing and apply with the pressure of the pen. Use one side of the swab for the liquid solution, and the other to wipe when complete &#8211; whatever you do, don&#8217;t touch the swab itself. </p>
<p><strong>Do some test shots</strong> &#8211; the easiest way to do this is to take a photo of a blue sky or similar even, bright surface, and look at your image at 100% magnification on your computer. If you still see problems, it&#8217;s back to point 1 for a second try. </p>
<p>Now comes the trickiest bit; going back out there and taking shots so awesome that they&#8217;re worthy of your freshly cleaned imaging sensor. Good luck and have fun!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/M4js0yy43EVXxRIXECK83DWuKI0/0/da"><img src="http://feedads.g.doubleclick.net/~a/M4js0yy43EVXxRIXECK83DWuKI0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M4js0yy43EVXxRIXECK83DWuKI0/1/da"><img src="http://feedads.g.doubleclick.net/~a/M4js0yy43EVXxRIXECK83DWuKI0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=36v5GrKJnew:lhg6IyimEEk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=36v5GrKJnew:lhg6IyimEEk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=36v5GrKJnew:lhg6IyimEEk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=36v5GrKJnew:lhg6IyimEEk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=36v5GrKJnew:lhg6IyimEEk:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=36v5GrKJnew:lhg6IyimEEk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=36v5GrKJnew:lhg6IyimEEk:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=36v5GrKJnew:lhg6IyimEEk:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/36v5GrKJnew" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/clean-camera-sensor/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Computers for Photographers</title>
		<link>http://photocritic.org/computers-for-photographers/</link>
		<comments>http://photocritic.org/computers-for-photographers/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 03:33:09 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[MacBook]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2235</guid>
		<description><![CDATA[If you&#8217;ve dabbled in computing much, you&#8217;ve probably come across Moore&#8217;s law &#8211; basically; as Wikipedia so succinctly puts it, &#8220;Since the invention of the integrated circuit in 1958, the number of transistors that can be placed inexpensively on an integrated circuit has increased exponentially, doubling approximately every two years&#8221;
All good and dandy, but recently [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve dabbled in computing much, you&#8217;ve probably come across Moore&#8217;s law &#8211; basically; as Wikipedia so succinctly puts it, &#8220;Since the invention of the integrated circuit in 1958, the number of transistors that can be placed inexpensively on an integrated circuit has increased exponentially, doubling approximately every two years&#8221;</p>
<p>All good and dandy, but recently something funny has happened &#8211; people seem to simply not need faster computers anymore. This is relevant to photographers, because there&#8217;s a parallel between computing and photography: Just like you eventually don&#8217;t need more megapixels in a camera (<a href="http://www.6mpixel.org/en/">one group</a> has gone as far as saying that 6mpx is all you need, and &#8211; with a few notable exceptions, I think I am inclined to agree), you eventually have all the speed you need from a computer. <span id="more-2235"></span></p>
<p><!--adsense--></p>
<p>This one became clear to me when I started looking into replacing my now-3-year-old MacBook. It&#8217;s a black one, with a dual-core 2Ghz processor. It started its life as a 1GB/120GB configuration, but I since upgraded it to 4GB/250GB (an upgrade you can do today for about £70/$100). You know what&#8217;s odd? If you look at the <a href="http://www.apple.com/macbookpro/specs-13inch.html">current-spec 13-inch unibody MacBook Pro</a>, it&#8217;s got essentially the same spec: 2.26 Ghz / 2GB / 160GB&#8230; I think Apple have realised what the rest of the world realised, too: Computers are finally Good Enough. </p>
<p><img src="http://images.photocritic.org/uploads/2009/08/new-macbook-300x168.jpg" alt="new-macbook" title="new-macbook" width="300" height="168" class="alignright size-medium wp-image-2239" />Sure, there are always groups of people who will perennially have an insatiable hunger for more processor cores, more memory, and more storage space; serious gamers, video editors, and scientists spring to mind &#8211; but even for the power-users (I do count myself as one), we&#8217;re starting to hit a plateau where it&#8217;s perfectly okay to own a 3-year-old computer. Which just messes with my brain; when I first started getting into computers, the second you bought one, it was out of date. I remember the first time I plonked down a serious amount of money on a new computer (before then, I&#8217;d always had hand-me-downs or I&#8217;d bought second-hand computers) &#8211; it was a Dell, which had a Pentium III, 600 Mhz. I&#8217;m telling you, it was the cream-of-the-crop, one of the fastest computers you could buy. It had a whopping 1GB of memory, too, which was insanely expensive, and made it incredibly fast indeed. Six months later, I found myself upgrading several of its components, and six months after that, again. And again. And again.</p>
<p>So I&#8217;m no longer a serious gamer (or indeed, a gamer at all &#8211; I moved to <a href="http://maps.google.co.uk/maps?q=cambridge+heath,+london&#038;oe=utf-8&#038;client=firefox-a&#038;ie=UTF8&#038;hl=en&#038;z=14&#038;iwloc=A">the place where I live now</a>, about four months ago, and my poor Xbox has never been out of its box), but I am a pretty serious photographer. I run the CS3 suite by Adobe, and I take all my photographs in RAW format. It&#8217;s not that long ago that editing RAW photos was a huge chore which would take bloody ages, but with 4GB of memory (which is a trivial upgrade, both in DIY-skills and in monetary investment) is of huge help. </p>
<p>The thing that dawned on me the other day is that no, you no longer need the cutting edge of computer equipment to play with the big boys: while I love the design of the new MacBook Pros, i&#8217;d be spending the best part of a grand without actually upgrading my kit all that much: I&#8217;d still have to buy extra RAM and harddrive space to make the computer faster than the one I&#8217;ve got now.</p>
<h2>So what do you recommend</h2>
<p>I guess what I&#8217;m trying to say is that we&#8217;re in a very good place for photographers when it comes to computers: You don&#8217;t need a new, or even a fast computer to be able to edit your photos at a professional level &#8211; and the longer this plateau stays around, the cheaper computers are going to get. Which, again, is good news. </p>
<p>Of course, the real reason I wrote this rambly-rant of a blog post is so I have something to point people to when they ask what kind of computer they need to buy to be able to edit their photos properly; my answer is simple: Even the cheapest Dell computer will do the trick: Right now, you can pick up a Dell Inspiron with a 2.6 GHz dual-core processor, 3GB of memory, a 20-inch widescreen monitor, 320 Gb harddrive, optical mouse and built-in card-readers for under 375 quid. That, ladies and gentlemen, is a lot of computer for not-a-lot of money.</p>
<p>Specifically, however, I&#8217;d recommend you make sure you have enough memory (2GB should be enough, 4GB is plenty), and a screen which you like to work on &#8211; bigger is better, I&#8217;d recommend 19-inch or bigger. An optical mouse makes precision-work a little easier (I know a lot of photographers who buy expensive gaming mice for increased precision, but I think that&#8217;s probably a bit overkill), and beyond that, a copy of Photoshop (which will cost about the same as the computer outlined above, but is a must-have for anyone who is serious about photography), and you&#8217;re done. </p>
<h2>So Haje, what is your set-up, then?</h2>
<p>Thought you&#8217;d never ask. I use a MacBook 2Ghz / 4GB / 250GB hooked up to a Samsung 23-inch monitor and a Logitech LX710 wireless keyboard and mouse. Not technically part of the computer set-up is a set of nice studio monitor speakers and a Pioneer amp to play tunes &#8211; but I can&#8217;t work without music (right this very second, for example, I&#8217;m listening to a spot of Gatas Parlament, a Norwegian hip-hop group &#8211; if you want to take your aural stalking to a higher level, <a href="http://www.last.fm/user/SharQ">look me up on Last.fm</a>), so the music bit of all of this is completely essential. </p>
<p>But ultimately, personally, I&#8217;d be perfectly happy with any laptop with an Apple logo on it, manufactured in the past 3-4 years or so.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/Xg1T1tXoThgI8owpcyhXPwipDH4/0/da"><img src="http://feedads.g.doubleclick.net/~a/Xg1T1tXoThgI8owpcyhXPwipDH4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Xg1T1tXoThgI8owpcyhXPwipDH4/1/da"><img src="http://feedads.g.doubleclick.net/~a/Xg1T1tXoThgI8owpcyhXPwipDH4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=JTpQmPxWlJI:L6uUHYXNboM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=JTpQmPxWlJI:L6uUHYXNboM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=JTpQmPxWlJI:L6uUHYXNboM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=JTpQmPxWlJI:L6uUHYXNboM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=JTpQmPxWlJI:L6uUHYXNboM:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=JTpQmPxWlJI:L6uUHYXNboM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=JTpQmPxWlJI:L6uUHYXNboM:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=JTpQmPxWlJI:L6uUHYXNboM:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/JTpQmPxWlJI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/computers-for-photographers/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Nude self portraiture</title>
		<link>http://photocritic.org/nude-self-portrait/</link>
		<comments>http://photocritic.org/nude-self-portrait/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:15:40 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Do It Yourself]]></category>
		<category><![CDATA[Guest Written]]></category>
		<category><![CDATA[nude]]></category>
		<category><![CDATA[self portraiture]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2226</guid>
		<description><![CDATA[Taking photos of yourself has a certain under-tone of intimacy about it at the very least; but choosing to shed your clothes and do the same thing adds a whole new dimension to the experience. 
One of my long-time readers, Brigitte, told me her approach to nude photography; She doesn&#8217;t share her photos with anyone, [...]]]></description>
			<content:encoded><![CDATA[<p>Taking photos of yourself has a certain under-tone of intimacy about it at the very least; but choosing to shed your clothes and do the same thing adds a whole new dimension to the experience. </p>
<p>One of my long-time readers, Brigitte, told me her approach to nude photography; She doesn&#8217;t share her photos with anyone, but decided to take them for her own sake. It made me think; I know that my blog is quite strongly in favour in sharing all your photos with the whole world, but perhaps that misses a little bit of the point; Who are we, in fact taking photos for? Anyway &#8211; that&#8217;s a topic for another post&#8230; Today, it&#8217;s Brigitte&#8217;s turn&#8230;<span id="more-2226"></span></p>
<p><!--adsense--></p>
<h2>Nude in front of (and behind) the lens</h2>
<p>A few days ago I was reading articles on nude photography… and these took me down memory lane. When I was pregnant for the second time, I used to take a thorough look at myself everyday in the mirror and marvel at the way my body had changed. There is an immense softness in a pregnant woman’s curves which I find very appealing, and I knew from my first pregnancy that once the baby is born, it’s easy to forget the way you looked before.</p>
<p>This time, I very much wanted to be able to remember my whole life the way my body was right before I gave birth. Of course, I had lots of pictures taken by my family and friends, but it felt like cheating, by hiding some of the curves while emphasizing others.  Most were not very becoming, either… these pictures were taken on the fly, showing me in whatever position I had deemed comfortable at the time, and I felt it was really unfair. To be totally honest, I’m pretty sure I’ve torn and thrown away the vast majority of these!</p>
<p><img src="http://images.photocritic.org/uploads/2009/07/pregnant-main.jpg" alt="pregnant-main" title="pregnant-main" width="549" height="366" class="aligncenter size-full wp-image-2228" /></p>
<h2>Trusting others vs trusting yourself</h2>
<p>I know lots of people can undress in front of a photographer they trust (Demi Moore, to name but one!), but I simply felt I could never do that, underwear or not, nine months pregnant or not. I did not trust anybody else’s look but mine on my body to take these pictures, not even my husband’s (OK, he’s a poor photographer anyway!), and I realized I would have to be both the photographer and the model.</p>
<p><img src="http://images.photocritic.org/uploads/2009/07/pregnant-2.jpg" alt="pregnant-2" title="pregnant-2" width="200" height="300" class="alignleft size-full wp-image-2227" />I selected a plain white wall with a wooden door as the background for my pictures, no direct sunlight but no artificial light either, and set-up my Canon EOS 20D on a tripod. I made the necessary adjustments in terms of sensibility and focus, selected the B&#038;W mode, and used the self-timer to take the pictures. Between each shot I practiced in front of a full length mirror&#8230; I wanted to be able to share these pictures with my children when they grow up, so I was determined to be as beautiful as possible (of course!), and if sensuality was permitted, I did not want these pictures to turn out erotic.</p>
<p>And that’s the best part. I know I may sound like a control freak, but I was the one who wanted these pictures, and I greatly appreciate the fact that I got to do them myself, without being subjected to anyone’s influence. In the end, all the decisions were mine, and if I had not liked the result, I could just have discarded all the pictures without any hesitations, regrets, or fear to offend the photographer.</p>
<h2>Find out more!</h2>
<p>Brigitte is a 34-year-old French lady who works as a <a href="http://www.bewritten.com/">translator and editor</a>. You can find Brigitte&#8217;s blog on <a href="http://www.tequilas-secrets.com">tequilas-secrets.com</a>, with her photos in the, er, <a href="http://www.tequilas-secrets.com/?Photographies">photos category</a>. If you&#8217;re of the Twittering kind, she can be found on @<a href="http://twitter.com/Brigitte_Ba">Brigitte_Ba</a>, as well. </p>
<p><em>The photos in this post are from iStockPhoto</em></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/KQ7jmdIpUGKKWS-8wJo5bD7d-tY/0/da"><img src="http://feedads.g.doubleclick.net/~a/KQ7jmdIpUGKKWS-8wJo5bD7d-tY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/KQ7jmdIpUGKKWS-8wJo5bD7d-tY/1/da"><img src="http://feedads.g.doubleclick.net/~a/KQ7jmdIpUGKKWS-8wJo5bD7d-tY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=ovIpg4uDXms:x3_w5SJEtds:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=ovIpg4uDXms:x3_w5SJEtds:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=ovIpg4uDXms:x3_w5SJEtds:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=ovIpg4uDXms:x3_w5SJEtds:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=ovIpg4uDXms:x3_w5SJEtds:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=ovIpg4uDXms:x3_w5SJEtds:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=ovIpg4uDXms:x3_w5SJEtds:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=ovIpg4uDXms:x3_w5SJEtds:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/ovIpg4uDXms" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/nude-self-portrait/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Publishing your own photo book</title>
		<link>http://photocritic.org/self-publishing-photo-books/</link>
		<comments>http://photocritic.org/self-publishing-photo-books/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:02:42 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Guest Written]]></category>
		<category><![CDATA[Presenting your work]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2242</guid>
		<description><![CDATA[A while ago, I was talking with my good friend Randy Kruzan, who told me he had self-published a book &#8211; or, as he likes to put it &#8211; how he made the transition from &#8220;being a fool with a camera to being a fool with a book&#8221;. 
There&#8217;s a lot of things that go [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, I was talking with my good friend Randy Kruzan, who told me he had self-published a book &#8211; or, as he likes to put it &#8211; how he made the transition from &#8220;being a fool with a camera to being a fool with a book&#8221;. </p>
<p>There&#8217;s a lot of things that go into creating your own book (I should know, I&#8217;ve helped friends and clients self-publish things in the past, and I&#8217;ve been published with my own stuff) &#8211; but the interesting thing is that a lot of the things that take time aren&#8217;t the things you&#8217;d think&#8230; </p>
<p>I managed to talk Randy into writing a guest article for me here on Photocritic, explaining how his book came about, and what you should do if you want your photos to end up as a coffee-table book yourself. <span id="more-2242"></span></p>
<h2>The beginning</h2>
<p>I was in a rut. No, that&#8217;s too cliche. I was between myself&#8230; yeah, that&#8217;s pretty accurate. My creative needs were being stifled by day-to-day work as a software engineer. On top of that, I was doing more of the same freelancing and, I have to tell you, there&#8217;s only so much left brain activity I can take. My right brain was screaming &#8220;There must be something more!&#8221; and there was. Is? Whatever.</p>
<p>Dave Browne, a friend of mine, former co-worker and fellow photographer, recently came back from an 18 month trip around the world. Upon his return we started having coffee once a week when schedules permitted. It would be melodramatic to say this changed my life, but it definitely put things in perspective. Call it a shove in the right direction.</p>
<p>Discussing photography with him is always enlightening, more for me than he, I think. He told me he was working on a book that he was going to publish himself. I had been playing with the very same idea for months but never found the time nor motivation, until he brought his book the next time we met. </p>
<p>It was gorgeous! The photos were taken on his trip with a Diana (that&#8217;s a plastic camera you pay real camera prices for through Lomo). The paper and finish were top notch, the design and layout were complimentary and it truly equalled traditionally published books.</p>
<p><img src="http://farm4.static.flickr.com/3594/3777481950_cd09a0534d.jpg" alt="Cylinder Head" /><br />
<em><a href="http://www.flickr.com/photos/rkruzan/3777481950/in/set-72157621910432062/">Cylinder Head</a> by <a href="http://www.flickr.com/rkruzan/">Randy Kruzan on Flickr</a></em></p>
<p>That was enough motivation, on the way home that night I decided to stop stalling. First I had to wrap up open freelance projects and stop taking more. Then I could get to work on my book. A couple of weeks later I was free(er).</p>
<p>After seeing Dave&#8217;s book, I realized mine could be better than I had been thinking about. Knowing I would never be good enough for myself (too critical), I asked him if he would help out with my book. He agreed and now I had an editor as well as someone to handle design and guide me through layout.</p>
<h2>The middle</h2>
<p>My theme was to be loss and abandonment, things left behind. I had several dozen photos fitting this theme taken over the last 4 years. Some black and white, some color and taken with two different cameras. Geographically they were split between Washington State and Illinois. Overall a nice smattering of styles, composition and colors. </p>
<p>I wanted a landscape oriented book with full bleed, so I cleared out any photos in portrait orientation. Next to go were any with focus or other technical problems. Eventually it filtered down to 32 photos. Now I could send them to Dave and get the editing and layout process underway. This is where it really pays to have someone you can collaborate with. Another eye, unbiased and critical, is invaluable. </p>
<p>We whittled those 32 photos down further. Some were just too bland, too flat. Others were great pictures but against the bulk of the remaining lot, didn&#8217;t fit anymore. Here I learned another lesson, to be flexible, to change direction if that&#8217;s where the photos are leading you.</p>
<p>In my case, the theme of abandonment and loss had transformed into something a little different. The majority of photos I started out with were structures that were either abandoned or left to fall apart, but this didn&#8217;t stand out right away until we started cutting shots. The stack I was left with wasn&#8217;t saying loss any longer, it was saying something about persistence in the face of ruin. Yeah, these things were left alone or abandoned or simply neglected, but looking at them I could see that they were also surviving. </p>
<p><img src="http://farm3.static.flickr.com/2587/3776678097_ecd899ea9d.jpg" alt="Mill Series no.6" /><br />
<em><a href="http://www.flickr.com/photos/rkruzan/3776678097/in/set-72157621910432062/">Mill Series #6</a> by <a href="http://www.flickr.com/rkruzan/">Randy Kruzan on Flickr</a></em></p>
<p>By the end of a few rounds of this, I was down to less than 14 pictures. With a revised theme in mind and to add more bulk (you&#8217;ll see why that&#8217;s funny later), I set out to shoot some new photos, and reshoot some I had liked originally but rejected for technical reasons. While I did this, Dave began working on my layout and design. Out of another 50 or so new pics, 12 made my first cut. 7 were finally selected and sent to Dave, who approved. My count was now up to 21 and he had picked one for the cover. It wasn&#8217;t the one I had picked but after the title was added, I capitulated. It looked right. Dave is always right, ask him.</p>
<h2>The end</h2>
<p>All that was left was for me to write up the copy for my title and copyright page and an introduction, then it was up to him to tie it all together. We were almost done.</p>
<p>Almost. (Since you&#8217;ve already been reading this in a little voice in your head, go ahead and insert snickering laughter here)</p>
<p>In the last few weeks before we finished, I waffled on the title. Nothing I was coming up with fit, and every change meant a revision to part of the intro. If that wasn&#8217;t bad enough, I had second thoughts about some of the images. I wanted to pull some, add others. I realized I was still fighting for the old theme and kept trying to find ways to work that in somehow. That realization (and Dave telling me to leave it alone) was enough to get me over the last little hurdle and just give in to it. The final book is about things at the end of their useful lives, their defiance in the face of decomposition and neglect. I chose &#8220;finis&#8221; which is the temporal end. I subtitled it &#8220;Exploring the end&#8221;, revised my into copy and we were done. </p>
<p>He delivered, unintentionally, the final assets on my birthday and two days later my book was in manufacture. I used the same company he did, Viovio, since I had already seen the quality first hand. Nine days later I had the first print in my hands, and I have to say, I love it. With 21 images and the copy pages, it only comes to 12 paper pages! I laughed out loud when I opened the box and saw that. It didn&#8217;t occur to me during production that I was only going to have a 12 page book. It doesn&#8217;t matter. Dave did a great job, I am really happy with the pics and I think it&#8217;s a neat little book. Literally.</p>
<p>That&#8217;s my story about how a fool with a camera became a fool with a book. </p>
<h1>How to self-publish</h1>
<p>Now let&#8217;s talk about self publishing. What it is, why you should do it and what you stand to gain.</p>
<h2>The road to publication</h2>
<p>We&#8217;re photographers. As photographers we speak to the world through images we share. It&#8217;s natural to want to share those with as wide an audience as we can, and often dream of having our work recognized. The road to recognition for most of us is long, and unfortunately, sparsely populated. Oh, and, that road ends in a cul-de-sac, which is really just a fancy dead end, albeit one with a turn around. For those of us on this road, our turn around is self publishing.</p>
<p><img src="http://farm3.static.flickr.com/2567/3776678343_4549a637bc.jpg" alt="Mill Series no.5" /><br />
<em><a href="http://www.flickr.com/photos/rkruzan/3776678343/in/set-72157621910432062/">Mill Series #5</a> by <a href="http://www.flickr.com/rkruzan/">Randy Kruzan on Flickr</a></em></p>
<p>First, a little clarification. When I say self publish, I am not talking about the photo books you can have made at Shutterfly and similar services. For those, you pick a template, add pics and captions, pick your binding, and you&#8217;re done. Those are fine for keepsakes, and I&#8217;ve made them for birthdays and such, but they&#8217;re not the same caliber as an honest-to-goodness book. </p>
<p>What we&#8217;re talking about here is a product that when you&#8217;re done you can be proud of and looks professional. </p>
<h2>So&#8230; What is self publishing?</h2>
<p>Put simply, self publishing is paying to have your work published. </p>
<p>Traditionally, a publisher pays you to write or put together a book of your work. You get some portion of sales from the book and they handle the rest. Maybe it works out and you get another book deal and repeat the process.</p>
<p>When you publish your own work, you get to have all the fun. You pick the content. You come up with the design and layout, and edit it yourself. Promotions? Marketing? All you, baby! It can be a lot of work, and often is. Maybe it even SHOULD be! The sense of accomplishment and satisfaction of finally getting your first copy in hand after all of that work is worth it. </p>
<p><strong>Will it make me famous?</strong></p>
<p>Hmm. Stranger things have happened! Look at that guy Jared from the Subway commercials. At the very least, it can allow more people to enjoy your work and who knows what that can lead to.</p>
<p><strong>Fine. Will it make me rich?</strong></p>
<p>Probably not. I know that&#8217;s not what you want to hear, and I don&#8217;t want to crush any hopes you might have, it&#8217;s just not very likely. Like any other adventure, you&#8217;ll get out of it what you put in. You might make some money. For me, if I sell one copy more than I bought, I&#8217;ll be stoked. If I make enough money from self publishing books to buy a new prime or two, man, I&#8217;ll be on cloud nine.</p>
<p><strong>Then why self publish?</strong></p>
<p>Unless you already have a book deal, or are pursuing one and are extraordinarily lucky, incredibly persistent or some combination of those things, self publishing is the perfect way to share your work with the public NOW. Indeed, it may be the only way you&#8217;d ever get a book published, but that&#8217;s fine! You don&#8217;t need to be famous and your work doesn&#8217;t have to be well known to publish yourself. You might be a virtual nobody (case in point, myself), but a nobody with a book (dude, me again). If nothing else, it&#8217;s an exercise to see if you can do it. </p>
<p><strong>Just remember&#8230; Always look on the bright side of life</strong></p>
<p>I had this conversation with my friend and editor, Dave Browne, where I told him I didn&#8217;t have any illusions about doing this book. I don&#8217;t expect to become famous or land on some best seller&#8217;s list, but it would be nice to sell a few. He put it this way: &#8220;Buy two books. Keep one for yourself. If you sell two in a year, your demand will have outstripped supply!&#8221; Sure, it&#8217;s only two books, a minor detail, but your sales will have doubled in your first year. </p>
<h2>Benefits of self-publishing</h2>
<p>Do a little searching on the Internet for folks who self publish and you&#8217;ll find artists, authors, comic book artists and a whole host of others who have either had publishing contracts in the past or were pursuing them and were unhappy about how little control they had as new authors. </p>
<p>SP is a different world: yours.</p>
<p>You have complete creative control. What&#8217;s on the cover, how the book is laid out, what images and text go where, it&#8217;s all under your control.</p>
<p>You market or promote as much or as little as you want. Self publishing is perfect for photographers who run their own websites or blogs or have an online presence where they can advertise and promote their books.</p>
<p>You don&#8217;t have to hold inventory. Because self publishing is typically print on-demand, nobody actually holds your book in inventory. </p>
<p><a href="http://www.flickr.com/photos/rkruzan/3776678741/in/set-72157621910432062"><img src="http://farm4.static.flickr.com/3140/3776678741_2b05b469df_m.jpg" class="alignright" /></a>You only pay manufacture on the copies you want to buy.  If you want one copy of your book or twenty, you only pay manufacture on those copies. When someone else buys your book, they pay manufacture as part of the total cost. </p>
<p>You don&#8217;t have to handle sales and fulfillment. Unless you&#8217;re buying copies to hold onto and sell yourself, the printing company you&#8217;re using will handle taking money and shipping the books out to people who buy it. </p>
<p>You can make money on sales. Blurb is one company that allows you to set your own prices on your books at no extra charge. For companies that allow you to do this, there is a base rate (the price of manufacture) and you set your sale price, the difference between the two is yours. </p>
<p>You hold all the rights. The rights to your work are yours alone. Unless the company you&#8217;re dealing with has some clause to the contrary, you are the sole rights holder. If you find that&#8217;s not the case when shopping around, find someone else.</p>
<h2>How to self publish</h2>
<p>Or: &#8216;How I made self publishing made for you, without any guarantees that the same will work for you, but you could do a lot worse than starting here anyway&#8217;</p>
<p>Do you really want to do this? It might seem like a no-brainer, but it&#8217;s the first question you should ask yourself. There will be at least some monetary expense and of course the cost of your time. If you get a friend to help like I did, you should consider their time as well. Are they up for it? Start here. If you can&#8217;t commit, don&#8217;t start. Wait until you&#8217;re ready.</p>
<p><strong>What&#8217;s it about?</strong> Do you want to tell a story with your photos like a photo essay? Or is it many stories? Is it just a portfolio? Is there a common theme it should have? Is it mixed photo and text, for example, like a guide book? You can always change this as the project progresses, but you should start out with a solid idea and build on it. </p>
<p>Know your choices, know the requirements &#8211; Shop around the service you&#8217;re going to use (or for that matter, shop around FOR services if you haven&#8217;t yet, see below). Do they have a product that matches your ideal book size and layout? What, if any, are the minimum page count requirements? Do you have images big enough for that size book? (I&#8217;ve included a link to a pixel to print size calculator at the end)</p>
<p>If you&#8217;re not using a service-provided tool (Blurb has an excellent book builder) then chances are high your final work will need to be a PDF, and any fonts you use will need to be embedded in the PDF. Check their publishing guidelines and know what you need to conform to in your final layout.</p>
<p>Will it bleed? &#8211; This is another point to consider before you actually start gathering up your prospects. If you&#8217;re going to do a full bleed book, where the image runs to the edges of the page without a border, then it&#8217;s probably best to choose photos that are all of the same orientation. No-bleed pages, or even multiple images per page, is less restrictive.</p>
<p>Gather, review, cull, repeat &#8211; Find all of the photos you think might work for your book. Digital is the way to go here, if your pics aren&#8217;t digitized already they&#8217;re going to have to be for printing, so really just do this now. If you have a favorite photo app with a workflow you&#8217;re used to, great- go with it. If not, the simplest thing to do is just copy (not move) all of the prospective images to a folder called &#8220;My Awesome Book&#8221;. For each round of review, make a new folder and only copy those images that make the cut into it. It&#8217;s draconian but when you have to dig up something from an earlier revision, you&#8217;ll know where it is.</p>
<p>Review your choices. Do they match what your book is about? Are there technical flaws you don&#8217;t like (and don&#8217;t want to or can&#8217;t fix)? Do some just not feel right? You&#8217;re never destroying pictures by excluding them, you should be as critical as you want here. </p>
<p>When you&#8217;re done reviewing and have made your choices for the next round, open them all up so you can view them in a batch. How does it look? Are you short of meeting the minimum page count? Add if you need to. </p>
<p>Repeat this process until you feel you&#8217;re at that point where they&#8217;re all good, then sleep on it and review again once more. If it&#8217;s still OK, then you have your final set.</p>
<p><strong>Copy editing</strong> &#8211; Write all of your copy in a simple text editor. You&#8217;re not going to format your text until you&#8217;re in the layout stage, so simple text works well. It makes it easier to work with. </p>
<p>Regardless of how much text your book has, it&#8217;s a good idea to have it copy edited. Even if it&#8217;s simply asking your most grammatically advanced friend to review it, get a second set of eyes on it. Proof read. Spell check. Grammar check. Send me a check. Ahh, gotcha ;) </p>
<p>Cover yourself &#8211; You can&#8217;t judge a book by it&#8217;s cover&#8230; yeah, yeah, yeah, we do it anyway. Choose a legible font, no matter how cool the squiggly one you found looks. If your book is about puppies, don&#8217;t put a truck on it. Unless the puppies are stealing it. That would be awesome.</p>
<p>I prefer simple, but it&#8217;s your book. Choose a picture that represents the book.</p>
<p>Final touches &#8211; If the publishing service you went with doesn&#8217;t automatically build the copyright and title pages, spend a little time to see how those are laid out. I like to mirror the copy (font, placements and sizes) from the cover on the title page. Then the copy page, then the intro. Spend some time getting it right, good fit and finish is one of the things that sets a good self published book apart from the rest. </p>
<p>Layout and conversion &#8211; All of the SP services have different guides, sizes and requirements. This is why you should figure out ahead of time what the print guidelines are. Decent services will provide you templates to assist in the layout. In Design or similar publishing and layout software experience pays off here, my friends. </p>
<p>If you need to treat your copy in fancy ways, do it in this stage. Fonts, colors, leading, etc. </p>
<p>Most of the services I looked at all accept PDFs of at least the inner contents and a separate PDF for the cover. Fonts usually have to be embedded in the PDF. Viovio lets you do one PDF for the front cover and another for the back. If you&#8217;re not using tools (or using a SP service that doesn&#8217;t have tools) then PDF is the only way to go. Again, and I can&#8217;t stress this enough, follow their guidelines and requirements.</p>
<p>A simpler alternative &#8211; Layout can suck. It can be confusing and a pain. If it&#8217;s not your cup of tea, find a SP service that has a book builder tool. As of this writing, both Viovio and Blurb have such a tool available. These tools give you varying degrees of control over colors, styles, fonts, picture layouts and so on and so forth. If you&#8217;re going it alone and don&#8217;t have In Design skills, this may be your best bet. Don&#8217;t fear it. Embrace it.</p>
<p>And finally a word on rights &#8211; To nutshell it: If it&#8217;s not yours, don&#8217;t print it. </p>
<p>You must own or hold the rights to everything you publish in your book, or get written or other specified permission from the rights holder in order to use their materials. There are all kinds of details and legalities surrounding this, but that&#8217;s the high level and if you&#8217;re in doubt, don&#8217;t use it. </p>
<h2>Not all publishers are equal</h2>
<p><a href="http://www.flickr.com/photos/rkruzan/3777483414/in/set-72157621910432062"><img src="http://farm3.static.flickr.com/2462/3777483414_032a3b7266_m.jpg" alt="Orange Holes" class="alignleft" /></a>When you&#8217;re shopping for a publisher keep these things in mind: size, cost, quality and the ability sell your book.</p>
<p>Product types &#8211; Do they have a book that matches your desired size and layout (portrait, landscape or square)? It&#8217;s also a good idea to look at the minimum page requirements. For some products you simply might not meet the final page count.</p>
<p>Costs and fees &#8211; How much are they charging you for your book size? Is it comparable to other publishers? What about retailing fees- are there any? Viovio, for example, will only let you set your own price and collect money on sales of your book if you pay for a $35/year membership. Other companies might not charge a fee, but may be limiting in some other factor like available sizes. </p>
<p>Print and paper quality &#8211; Before you settle on a publisher, be sure to read reviews from people who have used them. Solicit opinions from friends and colleagues. It&#8217;s also a good idea, if you can afford it, to print a sample book from a company you&#8217;re considering. It doesn&#8217;t have to be fancy, the idea is just to get it in your hands where you can judge the print and paper quality yourself. </p>
<p>Retailing &#8211; If your goal is to market your book and make money from sales, you should also look for the ability to retail your book through the publisher unless you&#8217;re planning on buying inventory to hold and sell yourself.</p>
<p>Popular doesn&#8217;t always mean great &#8211; Read reviews from other SP authors on the services you&#8217;re considering using. How do people feel about the final result? Was their system easy to use and navigate? Were there gotchas along the way? </p>
<h2>To ISBN or not to ISBN, that is the question&#8230;</h2>
<p>ISBN stands for International Standard Book Number. It&#8217;s a 10 or 13 digit code that uniquely identifies your book from every other book in the world. This is supposed to make cataloging easier or faster or some such thing.</p>
<p>Amazon&#8217;s CreateSpace is one of the SP services that will assign your book an ISBN if you don&#8217;t have one already, because your book will be sold through amazon.com. </p>
<p><img src="http://farm4.static.flickr.com/3553/3776679487_25cd285c9a.jpg" alt="Dead Lift" /><br />
<em><a href="http://www.flickr.com/photos/rkruzan/3776679487/in/set-72157621910432062">Dead Lift</a> by <a href="http://www.flickr.com/rkruzan/">Randy Kruzan on Flickr</a> (and also the cover of his book; &#8216;Finis&#8217;)</em></p>
<p>If you&#8217;re not planning on selling your SP book through a wholesaler, bookstore or other retailer, you probably don&#8217;t need an ISBN at this time. If you are contacted by a publisher who wants to publish and distribute your book, they will handle ISBN assignment at that point because part of the ISBN is the publisher code.</p>
<p>Get help, man &#8211; If you&#8217;re serious about self publishing your work and don&#8217;t have the skills (or the discipline) to manage the creation of your book, and don&#8217;t know someone who does, you&#8217;re in luck. Sort of. You just have to pay for it.</p>
<p>Some companies, like Blurb and BookSurge, offer professional help with editing, layout, design and/or final preflight. You can even buy a professional review for your book.</p>
<p>Making it better through collaboration &#8211; I honestly believe that my own book would not be half what it turned out to be if it weren&#8217;t for my friend who handled editing duties. Obviously if I felt he wasn&#8217;t up to the task I wouldn&#8217;t have asked him, so keep that in mind if you approach your friends or colleagues. </p>
<p>Once you&#8217;ve acquired help, figure out who is doing what. Better yet, you should have an idea of what you need help with before you go asking. If they&#8217;re only agreeing to do cover design, for example, you might not want to push book layout on them as well. If they&#8217;ve agreed to copy edit, let them. Don&#8217;t assign work and take it away.</p>
<p>Keep it fun, and be open to criticism and feedback. It is your book, but if you&#8217;re asking advice, at least hear it with an open mind. </p>
<p>Getting them to commit to your project is just as important as you making sure you respect their time and effort. You both have to be on the same page. (Booooooo, bad pun, I know)</p>
<p>Closing &#8211; The subject of self publishing could really be turned into a book itself, and I hope that I&#8217;ve been helpful here in this space sharing my own SP story and giving some information and advice. </p>
<p>Thanks very much to Haje for the invitation to guest write on Photocritic.org, it was a much needed break from the 140 character world of twitter.</p>
<h2>About the author</h2>
<p>Randy Kruzan is a photographer and author well disguised as a software engineer. He lives near Seabeck, Washington with his awesome family. Tweet him up @<a href="http://twitter.com/randykruzan">randykruzan</a> on twitter or on the Internet at <a href="http://randykruzan.com">randykruzan.com</a></p>
<p>Randy Kruzan&#8217;s book can be purchased from <a href="http://www.viovio.com/shop/45297">Viovio</a> </p>
<h2>More resources</h2>
<p><strong>Publishing and print on-demand services</strong></p>
<p>Blurb &#8211; <a href="http://www.blurb.com">blurb.com</a></p>
<p>Viovio &#8211; <a href="http://viovio.com">viovio.com</a></p>
<p><strong>Other resources</strong></p>
<p>Amazon&#8217;s self publish and print on demand &#8211; <a href="http://createspace.com">createspace.com</a></p>
<p>Amazon&#8217;s assisted publishing &#8211; <a href="http://www.booksurge.com">booksurge.com</a></p>
<p>Pixel to print size calculator at ScanTips.com &#8211; <a href="http://www.scantips.com/calc.html">scantips.com/calc.html</a></p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/Ot9gvfSGU8z0Ss7eBgje9U4hB_8/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ot9gvfSGU8z0Ss7eBgje9U4hB_8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ot9gvfSGU8z0Ss7eBgje9U4hB_8/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ot9gvfSGU8z0Ss7eBgje9U4hB_8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=TS4ShQnx0Ko:Sb1WEd1cCfc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=TS4ShQnx0Ko:Sb1WEd1cCfc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=TS4ShQnx0Ko:Sb1WEd1cCfc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=TS4ShQnx0Ko:Sb1WEd1cCfc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=TS4ShQnx0Ko:Sb1WEd1cCfc:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=TS4ShQnx0Ko:Sb1WEd1cCfc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=TS4ShQnx0Ko:Sb1WEd1cCfc:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=TS4ShQnx0Ko:Sb1WEd1cCfc:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/TS4ShQnx0Ko" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/self-publishing-photo-books/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Locks on Toilets</title>
		<link>http://photocritic.org/locks-on-toilets/</link>
		<comments>http://photocritic.org/locks-on-toilets/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 06:19:34 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Photography project ideas]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2199</guid>
		<description><![CDATA[For the past five years or so (with variable amounts of passion &#8211; usually low-level, when-I-can-be-bothered; recently, now that I have an iPhone 3GS which has a decent camera, more often), I&#8217;ve been doing an odd little photography projects titled &#8216;Locks on Toilets&#8217;. What is it? Well, it does precisely what it says on the [...]]]></description>
			<content:encoded><![CDATA[<p>For the past five years or so (with variable amounts of passion &#8211; usually low-level, when-I-can-be-bothered; recently, now that I have an iPhone 3GS which has a decent camera, more often), I&#8217;ve been doing an odd little photography projects titled &#8216;Locks on Toilets&#8217;. What is it? Well, it does precisely what it says on the tin: It&#8217;s a relatively large collection of photographs of devices that lock the toilet door so nobody can barge in on you while you&#8217;re attending to your business. </p>
<p>It&#8217;s an odd little project, which I came up with when I was hideously drunk one night &#8211; like all great ideas, in other words, and I just sort of continued doing it. Of course, it&#8217;s a lot more fun if it&#8217;s a collaborative project, so I hereby invite you to join in the slightly odd fun&#8230; <span id="more-2199"></span></p>
<p><!--adsense--></p>
<h2>So, what is this all about?</h2>
<p>I could spin you a line about how the one thing that all humans have in common is the need to relieve themselves, and how that&#8217;s a beautiful thing. Of course, it&#8217;d be a complete load of shite (if you&#8217;ll forgive my contextually-appropriate french). Thing is, I don&#8217;t have any idea why I&#8217;m running this project &#8211; I just know I&#8217;m having fun doing something that&#8217;s so completely and utterly pointless that it becomes awesome. </p>
<h2>Show me some examples!</h2>
<p>Well of course I will:</p>
<p><a href="http://www.flickr.com/photos/isharq/3406867829/" title="Train by iSharQ, on Flickr"><img src="http://farm4.static.flickr.com/3658/3406867829_ffe1ace3e1.jpg" width="334" height="500" alt="Train" /></a><br />
Train</p>
<p><a href="http://www.flickr.com/photos/isharq/3392125451/" title="Boeing 777 somewhere over Russia. by iSharQ, on Flickr"><img src="http://farm4.static.flickr.com/3439/3392125451_783daf5c8d.jpg" width="375" height="500" alt="Boeing 777 somewhere over Russia." /></a><br />
Boeing 777 somewhere over Russia</p>
<p><a href="http://www.flickr.com/photos/isharq/3332088773/" title="Covent garden by iSharQ, on Flickr"><img src="http://farm4.static.flickr.com/3621/3332088773_c8dabc43f5.jpg" width="500" height="375" alt="Covent garden" /></a><br />
Locked with a padlock!</p>
<p><a href="http://www.flickr.com/photos/isharq/3312015293/" title="Paddington train station, London, England by iSharQ, on Flickr"><img src="http://farm4.static.flickr.com/3594/3312015293_c69a7b6e79.jpg" width="500" height="375" alt="Paddington train station, London, England" /></a><br />
London Paddington</p>
<p><a href="http://www.flickr.com/photos/isharq/3308901696/" title="Portmellon, Cornwall, UK by iSharQ, on Flickr"><img src="http://farm4.static.flickr.com/3598/3308901696_1017b22799_o.jpg" width="440" height="293" alt="Portmellon, Cornwall, UK" /></a><br />
Portmellon, Cornwall</p>
<p><a href="http://www.flickr.com/photos/isharq/3308900900/" title="Pub in Bath by iSharQ, on Flickr"><img src="http://farm4.static.flickr.com/3612/3308900900_f7e4d4e62f_o.jpg" width="440" height="352" alt="Pub in Bath" /></a><br />
The no-lock lock in a pub in Bath</p>
<p><a href="http://www.flickr.com/photos/isharq/3302708559/" title="Puzzlewood in Forest of Dean by iSharQ, on Flickr"><img src="http://farm4.static.flickr.com/3370/3302708559_2998963341.jpg" width="500" height="375" alt="Puzzlewood in Forest of Dean" /></a><br />
Puzzlewood in Forest of Dean</p>
<h2>How can I get involved?</h2>
<p>First off, you may wish to join the <a href="http://www.flickr.com/groups/locksontoilets/">Locks on Toilets</a> group on Flickr &#8211; there&#8217;s currently nearly 200 entries there, but there&#8217;s always space for more! In the group, look at some of the submissions, and submit your own if you fancy it. The group will accept any and all submissions, but it&#8217;s cool if you, in the title, add the name and place of the establishment, and it&#8217;s cooler than a penguin&#8217;s plums if you also geo-tag the photos, so I can eventually do a mash-up plotting all the photos on a map.</p>
<p>Now, I can totally understand if you can&#8217;t be bothered using your main pride-and-joy flickr account to do this &#8211; I don&#8217;t do that either. My main account on Flickr &#8211; <a href="http://flickr.com/photocritic">Photocritic</a> &#8211; I keep for stuff I&#8217;m actually proud of in some capacity, and I use my alternate account &#8211; <a href="http://flickr.com/isharq">isharq</a> for stuff which I&#8217;m not too fussed about, including this account, so if you fancy it, you can set up a second account.</p>
<p>Alternatively, feel free to use my alternate account to upload your images &#8211; you can do that automatically by e-mailing photographs to <a href="mailto:lot@kamps.org">lot@kamps.org</a> (&#8216;LOT&#8217; of course being short for Locks on Toilets). What&#8217;ll happen when you send pictures there, is that they&#8217;ll be added to a queue for approval (just so you don&#8217;t end up posting any porn in my name &#8211; that&#8217;d be embarrassing), and every now and again I&#8217;ll sweep through to tag and publish them to the flickr stream and the LoT Flickr group. The way I do it is that I&#8217;ve got that e-mail address saved as a contact on my iPhone, and whenever I take a photo, I just e-mail it off right away.</p>
<p>Go on, it&#8217;s all just a bit of fun!</p>
<h2>Tell me about your nutty projects</h2>
<p>Have you got any crazy ideas / projects / things you do when you think photography is in danger of getting just a little bit too serious? Leave a comment, I&#8217;d love to hear about &#8216;em!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/GtOSbTksYUjmXchI6q71WQQnRqM/0/da"><img src="http://feedads.g.doubleclick.net/~a/GtOSbTksYUjmXchI6q71WQQnRqM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/GtOSbTksYUjmXchI6q71WQQnRqM/1/da"><img src="http://feedads.g.doubleclick.net/~a/GtOSbTksYUjmXchI6q71WQQnRqM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=nc_17pmKdNw:YwsiKHTWCeo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=nc_17pmKdNw:YwsiKHTWCeo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=nc_17pmKdNw:YwsiKHTWCeo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=nc_17pmKdNw:YwsiKHTWCeo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=nc_17pmKdNw:YwsiKHTWCeo:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=nc_17pmKdNw:YwsiKHTWCeo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=nc_17pmKdNw:YwsiKHTWCeo:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=nc_17pmKdNw:YwsiKHTWCeo:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/nc_17pmKdNw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/locks-on-toilets/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The 1% club of amazing photos</title>
		<link>http://photocritic.org/the-1-club-of-amazing-photos/</link>
		<comments>http://photocritic.org/the-1-club-of-amazing-photos/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 10:16:30 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2206</guid>
		<description><![CDATA[Today, it&#8217;s exactly 1,000 days ago since my good friend Will started a little website called Earth Shots. Its concept is pretty simple; invite people to submit some of the best photos in the world, and let them stand as a glowing beacon of inspiration for other photographers to aspire to, one image per day. [...]]]></description>
			<content:encoded><![CDATA[<p>Today, it&#8217;s exactly 1,000 days ago since my good friend Will started a little website called Earth Shots. Its concept is pretty simple; invite people to submit some of the best photos in the world, and let them stand as a glowing beacon of inspiration for other photographers to aspire to, one image per day. A couple of years ago, I did <a href="http://photocritic.org/happy-birthday-earth-shots/">a run-down of some of the best photos</a> that had come in so far, and it was fantastic. </p>
<p>I still visit Earthshots frequently, and if you&#8217;re a photographer who hopes to improve your work and your eye for a good photo, you could do a whole lot worse than doing the same. Why? Well, I&#8217;ve 10 excellent reasons (or 10,000, if we are going to agree that each photo is worth a thousand words) for you right here&#8230; That&#8217;s right, out of the past 1,000 day&#8217;s worth of photos, we&#8217;ve picked the 1% we think are the most amazing, the funniest, and the ones we think will make you reach for your camera and go &#8220;Hells bells, time I took some photos this good&#8221;.</p>
<p>Oh, and before you scroll down, you might want to put a pillow on your desk, otherwise you might get injured when your jaw smacks open against it&#8230; <span id="more-2206"></span></p>
<h2>10 of the best from the first 1000 days</h2>
<p><b><a href="http://www.earthshots.org/2008/11/descending-mt-rainier-by-joel-schenk/">Descending Mt Rainier by Joel Schenk</a></b><br />
<a href="http://www.earthshots.org/2008/11/descending-mt-rainier-by-joel-schenk/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-01.jpg" alt="Descending Mt Rainier by Joel Schenk" class="aligncentre" /></a></p>
<p><em>Will says:</em> I really love this image! It captures the spirit of adventure and the solitude of the climber. Looking out over the sea of beautiful white clouds, it is easy to imagine that heaven might look a little like this!</p>
<p><em>Haje says:</em> There is something really awesome about photographs depicting an epic battle between man and natur &#8211; the clouds threatening to engulf them where they stand, plus the hint of colour along the horizon &#8211; a fantastic capture. Not so sure if it&#8217;s about solitude though; someone was there to take the photo after all :-)</p>
<p><b><a href="http://www.earthshots.org/2008/01/turtle-by-thomas-vignaud/">Turtle by Thomas Vignaud &raquo;</a></b><br />
<a href="http://www.earthshots.org/2008/01/turtle-by-thomas-vignaud/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-02.jpg" alt="Turtle by Thomas Vignaud" /></a></p>
<p><em>Will says:</em> This was one of the most popular Earth Shots winners ever and it is easy to see why; the jaunty angle, the expression of the turtle, the vibrant colours and the palm in the corner ñ all the elements come together to create a wonderfully engaging and striking animal portrait.</p>
<p><em>Haje says:</em> Wow. Just wow. I have no idea if this is a HDR shot, if this is even a real turtle, or what in the world is going on here, but one thing&#8217;s for sure: it&#8217;s a stunning photograph. Such a truly fantastic detail and clarity, coupled with great colours and fantastic framing&#8230; An obvious winner</p>
<p><b><a href="http://www.earthshots.org/2008/10/salmon-netting-by-fiona-halliday/">Salmon Netting by Fiona Halliday &raquo;</a></b><br />
<a href="http://www.earthshots.org/2008/10/salmon-netting-by-fiona-halliday/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-03.jpg" alt="Salmon Netting by Fiona Halliday" /></a></p>
<p><em>Will says:</em> The composition of this image breaks all the rules&#8230; but that&#8217;s why I like it! With two thirds of the frame filled by tumultuous, black water, the viewer becomes totally immersed in this Scottish salmon farmer&#8217;s unforgiving world.</p>
<p><em>Haje says:</em> This photograph is purely and exclusively about the action: The water streaming against him, the fish fighting in the net, the quick-flowing water. He&#8217;s wearing a hat, so it&#8217;s easy to understand it&#8217;s cold, and you can just see the wet, cold rawness on his hands &#8211; an ususual framing, that&#8217;s for sure, but I&#8217;m feeling the struggle, here. Great stuff. </p>
<p><b><a href="http://www.earthshots.org/2008/11/in-the-beginning-by-stephen-oachs/">In The Beginning by Stephen Oachs &raquo;</a></b><br />
<a href="http://www.earthshots.org/2008/11/in-the-beginning-by-stephen-oachs/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-04.jpg" alt="In The Beginning by Stephen Oachs" /></a></p>
<p><em>Will says:</em> This is an incredibly atmospheric image, reminiscent of the dawn of time. The abstract shapes, blurred spewing water and wonderful dawn light all contribute to the primordial, otherworldly sense of place.</p>
<p><em>Haje says:</em> I have no idea what is going on here &#8211; but it looks as if someone broke into China Mieville&#8217;s world, and took some photos while they were there. It happens quite rarely that you&#8217;re able to capture pure magic, but I think that might very well be what you&#8217;re looking at here, folks. </p>
<p><b><a href="http://www.earthshots.org/2009/07/fields-of-gold-by-allard-schager/">Fields of Gold by Allard Schager &raquo;</a></b><br />
<a href="http://www.earthshots.org/2009/07/fields-of-gold-by-allard-schager/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-05.jpg" alt="Fields of Gold by Allard Schager" /></a></p>
<p><em>Will says:</em> This is possibly the most vibrant photo ever to have appeared on Earth Shots! The strong colours and straight lines are very sticking and the people in the background give you a great appreciation for the scale of this incredible Dutch tulip field.</p>
<p><em>Haje says:</em> I think the people in the background are what really make this photo &#8211; I&#8217;ve seen these tulip fields before, and they&#8217;re stunning, but notoriously difficult to photograph in such a way that you get a feeling for what you&#8217;re looking at &#8211; the people add a little bit of a break from the monotony of colour &#8211; and it&#8217;s bloody awesome to boot. </p>
<p><b><a href="http://www.earthshots.org/2009/03/highway-to-heaven-by-santi-banon/">Highway to Heaven by Santi Banon &raquo;</a></b><br />
<a href="http://www.earthshots.org/2009/03/highway-to-heaven-by-santi-banon/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-06.jpg" alt="Highway to Heaven by Santi Banon" /></a></p>
<p><em>Will says:</em> This is another image that is reminiscent of heaven (assuming there are cars in heaven)! The warm light, flowing clouds and strong composition make this a beautiful and very unusual image.</p>
<p><em>Haje says:</em> This is just fantastic &#8211; the light, the clouds, the mountains; the way the clouds seem to be welling up against the motorway without actually breaching across it in the foreground, while completely engulfing it in clouds and light towards the end. The title might be called &#8216;highway to heaven&#8217;, but if Tolkien had written Lord of the Rings set in the modern age, that&#8217;s what I envision the highway to Mordor to look like. </p>
<p><b><a href="http://www.earthshots.org/2008/11/taj-mahal-by-thamer-al-tassan/">Taj Mahal by Thamer Al-Tassan &raquo;</a></b><br />
<a href="http://www.earthshots.org/2008/11/taj-mahal-by-thamer-al-tassan/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-07.jpg" alt="Taj Mahal by Thamer Al-Tassan" /></a></p>
<p><em>Will says:</em> As travel photos go, this is a pretty good one; we have all seen a million photographs of the Taj Mahal so it is quite an achievement to get a picture that makes you go wow! There are several elements that come together to make this image so good &#8211; the textures accentuated by the choice of black &#038; white, the different shapes all mirroring each other and the lonely figure in the doorway.</p>
<p><em>Haje says:</em> The Taj is a very, very stressful place to visit, and it happens incredibly rarely that you see it devoid of ten billion tourists; it&#8217;s easy to forget that it&#8217;s a spiritual place to many, and the person sitting here, seemingly meditating on its beauty is a gorgeous reminder of how that is still the case. I love the contrasts, the framing, and its subtlety. </p>
<p><b><a href="http://www.earthshots.org/2009/03/cold-morning-by-kevin-mcneal/">Cold Morning by Kevin McNeal &raquo;</a></b><br />
<a href="http://www.earthshots.org/2009/03/cold-morning-by-kevin-mcneal/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-08.jpg" alt="Cold Morning by Kevin McNeal" /></a></p>
<p><em>Will says:</em> The expanse of ice, the blue tones and jagged mountains in the distance are so cold they almost make you want to shiver! However, it is the luminous ice-fissure in the foreground that makes this image so interesting and striking.</p>
<p><em>Haje says:</em> This is such a contrast-rich photo that I scarcely know where to begin &#8211; it&#8217;s the peaceful skies vs the dramatic ice. The cold tones of the blues and whites at the bottom vs the warm reds and yellows and pinks of the sky. The rounded shapes of the ice vs the pointy mountains. Fab. </p>
<p><b><a href="http://www.earthshots.org/2008/02/bee-eaters-by-edri-shimon/">Bee-Eaters by Edri Shimon &raquo;</a></b><br />
<a href="http://www.earthshots.org/2008/02/bee-eaters-by-edri-shimon/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-09.jpg" alt="Bee-Eaters by Edri Shimon" /></a></p>
<p><em>Will says:</em> We see many bird images submitted to Earth Shots but this one really stands out from the crowd. It is not just that these bee-eaters are ridiculously colourful, it is their poses and expressions that make this photograph so engaging and comical!</p>
<p><em>Haje says:</em>This photo would make for a great entry for a caption competition: The dude on the left saying something outrageous, whilst the fellow on the right goes &#8216;well, I don&#8217;t really know, my good man&#8217;. I love the diagonal composition, the strong colours, and the hazy background which contrasts so well with the action in the foreground. Great stuff. </p>
<p><b><a href="http://www.earthshots.org/2008/01/climbing-during-sunset-by-lukasz-warzecha/">Climbing During Sunset by Lukasz Warzecha &raquo;</a></b><br />
<a href="http://www.earthshots.org/2008/01/climbing-during-sunset-by-lukasz-warzecha/"><img src="http://images.photocritic.org/uploads/2009/07/1001-earthshots-10.jpg" alt="Climbing During Sunset by Lukasz Warzecha" /></a></p>
<p><em>Will says:</em> I have saved one of my all time favourites for last&#8230; where do you even start with this image?! The sense of isolation, scale and drama &#8211; it really is jaw-dropping!</p>
<p><em>Haje says:</em> &#8230; (what can I possibly add to this?)</p>
<h2>Go on, you know you want to&#8230;</h2>
<p>For more fantastic images of our planet, check out the current <a href="http://www.earthshots.org/">photo of the day</a> or have a look through the <a href="http://www.earthshots.org/archive/">EarthShots.org archive</a>.</p>
<p>This post was co-written by <a href="http://www.willbl.com/">Will Burrard-Lucas</a> &#8211; checkout his <a href="http://blog.burrard-lucas.com/">blog</a> or follow him on <a href="http://twitter.com/willbl">twitter</a>. </p>
<p>All photographs are strictly &copy; their respective owners, and are used here by permission of Earthshots.</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/wSawpRVhatKuERMc5B9xs2X_QpU/0/da"><img src="http://feedads.g.doubleclick.net/~a/wSawpRVhatKuERMc5B9xs2X_QpU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wSawpRVhatKuERMc5B9xs2X_QpU/1/da"><img src="http://feedads.g.doubleclick.net/~a/wSawpRVhatKuERMc5B9xs2X_QpU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=fhgeKJT3orI:BPH8u4crqaI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=fhgeKJT3orI:BPH8u4crqaI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=fhgeKJT3orI:BPH8u4crqaI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=fhgeKJT3orI:BPH8u4crqaI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=fhgeKJT3orI:BPH8u4crqaI:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=fhgeKJT3orI:BPH8u4crqaI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=fhgeKJT3orI:BPH8u4crqaI:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=fhgeKJT3orI:BPH8u4crqaI:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/fhgeKJT3orI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/the-1-club-of-amazing-photos/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Self-Portrait Friday</title>
		<link>http://photocritic.org/self-portraits/</link>
		<comments>http://photocritic.org/self-portraits/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 07:00:51 +0000</pubDate>
		<dc:creator>Haje Jan Kamps</dc:creator>
				<category><![CDATA[All articles]]></category>
		<category><![CDATA[Become a better photographer]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Most Popular]]></category>
		<category><![CDATA[Photography project ideas]]></category>
		<category><![CDATA[ego]]></category>
		<category><![CDATA[portraiture]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[self portrait]]></category>
		<category><![CDATA[self portraiture]]></category>

		<guid isPermaLink="false">http://photocritic.org/?p=2188</guid>
		<description><![CDATA[I&#8217;ll be perfectly honest with you: I feel a bit sad. Here I am, a world-famous blogger (well, I can&#8217;t but hope. And my sister lives in Vietnam at the moment, so between London and Hanoi, that covers most of the world, right?), but I haven&#8217;t yet created any internet memes, so I figured I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be perfectly honest with you: I feel a bit sad. Here I am, a world-famous blogger (well, I can&#8217;t but hope. And my sister lives in Vietnam at the moment, so between London and Hanoi, that covers most of the world, right?), but I haven&#8217;t yet created any internet memes, so I figured I&#8217;d start one right now, along with a cause I get behind fully. It&#8217;s simple: 1) Take a photo of yourself. A good one. 2) Post a link to it on Twitter, using the <a href="http://twitter.com/#search?q=%23selfportraitfriday">#selfportraitfriday hash-tag</a>. </p>
<p>Apart from making me super-famous (which is, believe it or not, not my chief objective with this project), getting into the rhythm of taking at least one self-portrait every week is great practice. </p>
<p>But why should you bother with self portraits, and why am I so strongly in favour of &#8216;em? Read on, fellow shutter-soldier, for my 10 tips to better self portraits, along with the whats, whens and wherefores of onanistic photography fun. <span id="more-2188"></span></p>
<p><!--adsense--></p>
<h2>Why bother with self-portraits?</h2>
<p><a href="http://www.flickr.com/photos/photocritic/3261092808/" title="Self with Hair by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3319/3261092808_4789a7893e_m.jpg" width="240" height="160" alt="Self with Hair" class="alignright" /></a>Inspiration hits at the strangest of times &#8211; sometimes, all it takes is to see the light fall in a special way, a reflection, or just the sudden, uncontrollable urge to hear that sweet, sweet mechanical noise of the shutter going &#8220;kerr-chunk&#8221; (or &#8220;&#8230;&#8221; if you&#8217;re one of those smug, whisper-quiet Leica rangefinder owners). There&#8217;s nothing quite as annoying as not having a willing accomplice around to help you fulfill your photographic ideas &#8211; so perhaps you should turn to the only model you&#8217;re guaranteed to have around at any time: yourself!</p>
<p>Self portraiture is a tried-and-tested tradition among snappers and MySpace-camwhores alike; but it&#8217;s actually an incredibly useful exercise for photographers: Directing models is difficult enough as it is (unless you&#8217;re working with particularly talented models, but that&#8217;s a different post altogether), and the only person who is guaranteed to be as patient as you when you&#8217;re fiddling with lighting is yourself. </p>
<p>So; why not make it a habit to force yourself to take a self-portrait at least every week? It&#8217;s an interesting and frequently illuminating thing to do; how often do you get a chance to think about how you would like to project yourself to the world, who you <em>really</em> are, and how you&#8217;d like the world to see you?</p>
<h2>10 Top Tips for better self portraits</h2>
<p><a href="http://www.flickr.com/photos/photocritic/3453208805/" title="Serenity is overrated by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3321/3453208805_e7ae2812a6_m.jpg" width="228" height="240" alt="Serenity is overrated" class="alignright" /></a><strong>1 -</strong> If you&#8217;re taking photos in a studio, use a mannequin for light testing: Much easier than guesstimating!</p>
<p><strong>2 -</strong> Think about your motivation and emotions: Blankly staring at the camera rarely gets good results. Be silly, don&#8217;t be afraid to over-act. The worst that can happen is that you fill up your memory card with useless photos; but you might also find yourself with a proper gold-nugget of a self portrait. </p>
<p><strong>3 -</strong> If you&#8217;ve got a remote trigger, that&#8217;s usually a better and more controllable than trying to use the self-timer.</p>
<p><strong>4 -</strong> If you can, hook up your camera directly to your computer (or, for extra-fancy bonus points, your TV) so you can see your pictures come up as you take &#8216;em. It&#8217;s a lot easier to iterate and to make gradual improvements to your photos that way. </p>
<p><strong>5 -</strong> Use a tripod. Seriously. While it&#8217;s possible to get good photos while you&#8217;re hanging on to your camera at arms-length, it&#8217;s a lot easier if you&#8217;ve got the freedom to move around a bit.</p>
<p><a href="http://www.flickr.com/photos/photocritic/3448916405/" title="Self portrait with Socialism by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3559/3448916405_8530ed3a3b_m.jpg" width="146" height="240" alt="Self portrait with Socialism" class="alignright" /></a><strong>6 -</strong> Focussing is easier if you use a smaller aperture; My favourite lens at the moment is the Canon EF 50mm f/1.4, (hence <a href="http://www.flickr.com/photos/photocritic/tags/canon50mmf14/">the abundance of photos taken with it</a> on Flickr, I suppose) but I&#8217;d probably not use it wide-open when taking self portraits; It&#8217;s tricky enough to get the focus right when you&#8217;re behind the camera &#8211; when you&#8217;re on the wrong side of the lens, having a slightly deeper DOF is a lot easier!</p>
<p><strong>7 -</strong> Don&#8217;t be afraid to do a bit of photoshop jiggery pokery &#8211; you can do a lot of cool stuff by ensuring you&#8217;re in the photo multiple times, for example. <a href="http://photocritic.org/digital-double-exposures/">Here&#8217;s how</a> &#8211; and the <a href="http://www.trendhunter.com/trends/selfkiss-the-latest-trend-in-selfportrait">Self-Kiss gallery on Trendhunter</a> has some wicked ideas :) </p>
<p><strong>8 -</strong> Use a mirror! It seems so obvious, but how to use mirrors is important, too &#8211; take it down from the wall, and experiment! Here&#8217;s a couple of examples to get you started: <a href="http://www.flickr.com/photos/valpopando/645528143/">ValpoHB</a>, <a href="http://www.flickr.com/photos/neloqua/161601418/">Could it be a mirror on the floor?</a>, <a href="http://www.flickr.com/photos/amadika/2923065066/">Reflection of Myself</a>, <a href="http://www.flickr.com/photos/amarillo_chillon/2312354257/">Alive</a> and <a href="http://www.flickr.com/photos/courtneylouise/2311815999/">Her Reflection</a>. </p>
<p><strong>9 -</strong> Use props! Are you a dad and a rocker? <a href="http://www.flickr.com/photos/stephenpoff/3442842573/">Bring your kid and your guitar</a>. Are you a photographer? <a href="http://www.flickr.com/photos/frozenjester/3317610259/">Add camera gear</a>. Painter? <a href="http://www.flickr.com/photos/amadika/3284313935/">Paint</a>. Poet? <a href="http://www.flickr.com/photos/marccoppola/3188537662/">Words</a>. Make-up artist? <a href="http://www.flickr.com/photos/pandacat_baby/2866432555/">Guess</a>&#8230; You get the idea. </p>
<p><strong>10 -</strong> Have fun with it. Be sexy. Be yourself. Be awesome. Be different. Be creative. Whatever you do, have fun with it. That&#8217;s part of the point, after all. </p>
<p><strong><em>BONUS TIP:</em></strong> Finally, a controversial tip which not everyone will agree with: If <em>you</em> set up the shot and <em>you</em> decide on the lighting and camera position and what <em>you</em> are doing, but get someone else to push the shutter, it&#8217;s still a self portrait (the other person is basically acting as your remote control) &#8211; so don&#8217;t be shy about asking for some help with your self-portraits. As <a href="http://twitter.com/scottmliddell">Scott</a> suggested: &#8220;I let my young daughter have the shutter release &#8211; means it stays random and I&#8217;m relaxed!&#8221; &#8211; brilliant idea!</p>
<p>(thanks to @<a href="http://twitter.com/rchristopher">rchristopher</a>, @<a href="http://twitter.com/netlenka">netlenka</a>,  @<a href="http://twitter.com/markbrosnan78">markbrosnan78</a>, @<a href="http://twitter.com/scottmliddell">scottmliddell</a> and @<a href="http://twitter.com/LaPetiteMort">LaPetiteMort</a> for input and tips above)</p>
<h2>Show it off!</h2>
<p><a href="http://www.flickr.com/photos/photocritic/3728673033/" title="The Photocritic in Red by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3494/3728673033_0444517783_m.jpg" width="151" height="240" alt="The Photocritic in Red" class="alignleft" /></a>The best thing to do with self-portraits is to get them out there &#8211; sure, they&#8217;re great for learning, and good fun to take &#8216;em, but as a side-effect, you get some bloody great photographs of yourself, so why not just flaunt it &#8216;cos you&#8217;ve got it?</p>
<p>Post your best self-portraits to Flickr (remember to <a href="http://www.flickr.com/search/?s=int&#038;ss=2&#038;w=all&#038;q=self+portrait&#038;m=tags">tag them with &#8216;Self Portrait&#8217;</a> so people can find&#8217;em more easily), update your FaceBook profile picture, or post to your blog with the details of your photo.</p>
<p>Then, if you&#8217;re one of these Twitterati-type people, post a link to your photo on Twitter using <a href="http://twitter.com/#search?q=%23selfportraitfriday">the #selfportraitfriday hash-tag</a> &#8211; this allows other Twitter users to easily find other self portraits; a great way to get to know the people you&#8217;re following better, and to get a load of inspiration for your next batch of self-portraits. Oh, and it&#8217;s sort of cool to be part of something like that, don&#8217;t you think?</p>
<h2>It&#8217;s example-o-clock!</h2>
<p>The past few days, I&#8217;ve been gathering a wide variety of really random examples of self-portraits. If you&#8217;re stuck for ideas&#8230; You could do a lot worse than trying to emulate some of these ;-)</p>
<p><img src="http://farm3.static.flickr.com/2115/2351198717_dbf3481dcb.jpg?v=0" /><br />
<em><a href="http://www.flickr.com/photos/cjsteele/2351198717">Week Four</a> by <a href="http://www.flickr.com/cjsteele">LPM</a> on Flickr (@<a href="http://twitter.com/LaPetiteMort">LaPetiteMort</a>)</em></p>
<p><img src="http://farm3.static.flickr.com/2130/2488228912_bc0b749636.jpg" /><br />
<em><a href="http://www.flickr.com/photos/andyclement/2488228912/">133 of 365</a> by <a href="http://www.flickr.com/andyclement/">Andy C</a> on Flickr (@<a href="http://twitter.com/andyctwit">andyctwit</a>). </em></p>
<p><img src="http://farm4.static.flickr.com/3001/2613729509_0333cded98.jpg?v=0"/><br />
<em><a href="http://www.flickr.com/photos/dodgemc/2613729509/">Hatman</a> By Roger the Dodger on Flickr (@<a href="http://twitter.com/rogermcnally">rogermcnally</a>)</em></p>
<p><img src="http://farm1.static.flickr.com/129/332185125_f48e029e9f.jpg?v=0" /><br />
<em><a href="http://www.flickr.com/photos/tudor/332185125/in/set-72157594326171894/">Advent Calendar: Day 24</a> by <a href="http://www.flickr.com/tudor/">The Giant Vermin</a> on Flickr (the <a href="http://www.flickr.com/photos/tudor/sets/72157594326171894/">rest of his 356 set</a> is also phenomenal &#8211; if not always SFW)</em></p>
<p><img src="http://farm4.static.flickr.com/3199/2829606106_7555b60c3d.jpg?v=0"/><br />
<em><a href="http://www.flickr.com/photos/kukkurovaca/2829606106/">Untitled</a> by <a href="http://www.flickr.com/kukkurovaca/">kukkurovaca</a> on Flickr (@<a href="http://twitter.com/kukkurovaca">kukkurovaca</a>)</em></p>
<p><img src="http://farm1.static.flickr.com/221/483876022_d50360aabf.jpg?v=0" /><br />
<em><a href="http://www.flickr.com/photos/netlenka/483876022">Selfportrait</a> by <a href="http://www.flickr.com/netlenka">netlenka</a> on Flickr (@<a href="http://twitter.com/netlenka">netlenka</a>)</em></p>
<p><img src="http://farm3.static.flickr.com/2134/2149523181_59b2c87cfa.jpg?v=0"/><br />
<em><a href="http://www.flickr.com/photos/hilaryaq/2149523181">Just Me</a> by <a href="http://www.flickr.com/hilaryaq">HilaryQuinn</a> on Flickr (@<a href="http://twitter.com/proximowebs">proximowebs</a>)</em></p>
<p><img src="http://farm3.static.flickr.com/2539/3680518131_84a222a250.jpg" /><br />
<em><a href="http://www.flickr.com/photos/baggage494/3680518131/">Dual Umbrellas</a> by <a href="http://www.flickr.com/photos/baggage494/">Baggage494</a> on Flickr (@<a href="http://twitter.com/baggage494">baggage494</a>)</em></p>
<p><img src="http://farm3.static.flickr.com/2331/2098465039_c96cacfcb1.jpg?v=0"/><br />
<em><a href="http://www.flickr.com/photos/taurec/2098465039/">Film Noir 3</a> by <a href="http://www.flickr.com/taurec/">Taurec</a> on Flickr (@<a href="http://twitter.com/taurec">taurec</a>)</em></p>
<p><img src="http://farm4.static.flickr.com/3067/2952370577_a824aeedd0.jpg?v=0"/><br />
<em><a href="http://www.flickr.com/photos/ciaochessa/2952370577">We are Cats</a> by <a href="http://www.flickr.com/ciaochessa">CiaoChessa</a> on Flickr (@<a href="http://twitter.com/CiaoChessa">CiaoChessa</a>)</em></p>
<p><img src="http://farm3.static.flickr.com/2233/2196056654_c931dff760.jpg" /><br />
<em><a href="http://www.flickr.com/photos/burrard-lucas/2196056654/">Geiranger, Norway</a>, by <a href="http://www.flickr.com/burrard-lucas/">Will Burrard-Lucas</a> on Flickr (@<a href="http://twitter.com/willbl">willbl</a>)</em></p>
<p><img src="http://farm4.static.flickr.com/3183/2635617498_639edfae2c.jpg?v=0" /><br />
<em><a href="http://www.flickr.com/photos/asylum_collectibles/2635617498/">The Scotsman</a> by <a href="http://www.flickr.com/asylum_collectibles">Greg Easton</a> on Flickr (@<a href="http://twitter.com/GregEaston">GregEaston</a>)</em></p>
<p><img src="http://farm4.static.flickr.com/3010/2823346933_813587052b.jpg?v=0" /><br />
<em><a href="http://www.flickr.com/photos/jessandcolin/2823346933/">The Teacher Needs Two Glasses of Wine</a> by <a href="http://www.flickr.com/jessandcolin/">Jess</a> on Flickr (@<a href="http://twitter.com/veraciousjess">veraciousjess</a>) &#8211; see also <a href="http://www.flickr.com/photos/jessandcolin/sets/72157621745877954/">the rest of her 365 day favourites</a>, there are some really good photos in there!</em></p>
<p><img src="http://farm3.static.flickr.com/2600/3739406033_9a843b29f9.jpg?v=0" /><br />
<em><a href="http://www.flickr.com/photos/markbrosnan78/3739406033/">1st self portrait</a> by <a href="http://www.flickr.com/markbrosnan78/">Mark Brosnan</a> on Flickr (@<a href="http://twitter.com/markbrosnan78">markbrosnan78</a>)</em></p>
<p><img src="http://farm4.static.flickr.com/3108/3167376770_97a092eb18.jpg?v=1231089338"/><br />
<em><a href="http://www.flickr.com/photos/fotohouse/3167376770">120 / 356</a> by <a href="http://www.flickr.com/fotohouse">John</a> on Flickr</em></p>
<p><a href="http://www.flickr.com/photos/photocritic/3628446539/" title="Odda, Hordaland, Norway by Photocritic.org, on Flickr"><img src="http://farm4.static.flickr.com/3660/3628446539_731ddcf644.jpg" width="500" height="333" alt="Odda, Hordaland, Norway" /></a><br />
<em>And finally, a self-portrait by, well, me. With my lovely Kawasaki Versys motorcycle, half-way on my recent 3,500-mile motorbike trip around Scandinavia</em></p>
<p>Finally, there are a few photographers who&#8217;ve been running some pretty awesome projects dealing exclusively with self portraits &#8211; the <a href="http://selfimagebycm.com">Self By Christy Marie</a> (@<a href="http://twitter.com/ChristyMarie">ChristyMarie<br />
</a>) website is an excellent example, but quite a few people are doing &#8216;364 projects&#8217; as well &#8211; one photo a day for some, one self-portrait a day for others &#8211; a quick <a href="http://www.flickr.com/search/?q=365&#038;w=all&#038;s=int">search for 365</a> on Flickr throws up loads of interesting results. Happy browsing!</p>
    <h3>Copyright Information</h3>     <p> Please note that all <a href="http://photocritic.org">Photocritic</a> content is &copy; 2001-2010 <strong><a href="http://kamps.org/consulting">Kamps Consulting Ltd</a></strong>. This RSS feed is provided for personal, non-commercial use only.</p>     <p> If you are not reading this material in your news aggregator or RSS reader, the site you are looking at is guilty of copyright infringement. If you spot this anywhere, please contact <a href="mailto:legal@kamps.org">legal@kamps.org</a> so we can take legal action immediately.     <small>pcrss31283940 / 20100209</small>    
<p><a href="http://feedads.g.doubleclick.net/~a/1yYnGF0vAWvz3KFZnYqg-iXE7Kc/0/da"><img src="http://feedads.g.doubleclick.net/~a/1yYnGF0vAWvz3KFZnYqg-iXE7Kc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1yYnGF0vAWvz3KFZnYqg-iXE7Kc/1/da"><img src="http://feedads.g.doubleclick.net/~a/1yYnGF0vAWvz3KFZnYqg-iXE7Kc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Photocritic?a=qkf_ci2rIcs:bf5C18e_Dvo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=qkf_ci2rIcs:bf5C18e_Dvo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=qkf_ci2rIcs:bf5C18e_Dvo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=qkf_ci2rIcs:bf5C18e_Dvo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=qkf_ci2rIcs:bf5C18e_Dvo:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=cGdyc7Q-1BI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=qkf_ci2rIcs:bf5C18e_Dvo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Photocritic?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Photocritic?a=qkf_ci2rIcs:bf5C18e_Dvo:guobEISWfyQ"><img src="http://feeds.feedburner.com/~ff/Photocritic?i=qkf_ci2rIcs:bf5C18e_Dvo:guobEISWfyQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Photocritic/~4/qkf_ci2rIcs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://photocritic.org/self-portraits/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 88.705 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-09 06:37:21 -->
