<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Darkroom &#187; Headline</title>
	<atom:link href="http://www.reallyjapan.com/blog/category/headline/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reallyjapan.com/blog</link>
	<description>Photography &#38; Japan</description>
	<lastBuildDate>Thu, 16 Dec 2010 07:24:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What-a-mess!</title>
		<link>http://www.reallyjapan.com/blog/headline/whatamess/</link>
		<comments>http://www.reallyjapan.com/blog/headline/whatamess/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 01:35:12 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=639</guid>
		<description><![CDATA[<p>So it looks like my old blog theme just went crazy and exploded in two thousand pieces..</p>
<p>I&#8217;m going back to the standard one just for the sake of accessibility..&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>So it looks like my old blog theme just went crazy and exploded in two thousand pieces..</p>
<p>I&#8217;m going back to the standard one just for the sake of accessibility..</p>
<p>I&#8217;ll try to fix it ASAP!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/headline/whatamess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone friendly Pixelpost</title>
		<link>http://www.reallyjapan.com/blog/tutorials/iphone-friendly-pixelpost/</link>
		<comments>http://www.reallyjapan.com/blog/tutorials/iphone-friendly-pixelpost/#comments</comments>
		<pubDate>Tue, 19 May 2009 02:39:45 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[pixelpost]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=597</guid>
		<description><![CDATA[<p></p>
<p><span style="color: #800000;"><strong>UPDATE: I added the lines to recognize Android, iPod Touch and Palm WebOS!</strong></span></p>
<p>Chris, a reader of this website (and a cool photographer, check his website Intelligent Cloud), asked&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/05/iphone.jpg" rel="lightbox[597]"><img class="alignleft size-full wp-image-601" title="iphone" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/05/iphone.jpg" alt="iphone" width="263" height="438" /></a></p>
<p><span style="color: #800000;"><strong>UPDATE: I added the lines to recognize Android, iPod Touch and Palm WebOS!</strong></span></p>
<p>Chris, a reader of this website (and a cool photographer, check his website <a href="http://www.intelligentcloud.org/">Intelligent Cloud</a>), asked me how I did to setup an <strong>iPhone</strong> friendly version of <a href="http://www.reallyjapan.com/">ReallyJapan Photoblog</a> and automatically redirect the users with an <strong>iPhone</strong> to this website.</p>
<p>As you know, <strong>ReallyJapan</strong> is using <a href="http://www.pixelpost.org" target="_blank">Pixelpost</a>, a free photo blog application. <strong>Pixelpost</strong> has many <a href="http://www.reallyjapan.com/blog/tutorials/10-great-pixelpost-templates/" target="_blank">great templates</a>, and one of them, <strong>Hoo</strong> is an <strong>iPhone optimized</strong> template.</p>
<p>The problem is that in Pixelpost control panel <strong>you can select only one template</strong>, and there&#8217;s no option to specify one template for certain users and a different one for the others.</p>
<p>So, while the Hoo template is a great solution for iPhone users, if you configure Pixelpost to use this template, all your users will see the Hoo template, no matter if they&#8217;re using iPhone, Internet Explorer, Firefox or a <span style="color: #003300;"><em><strong>cyberdeck Ono-Sendai</strong></em></span> (in that case they&#8217;ll probably just look to the code).</p>
<p>So, what do we need to do?<br />
Simple: <strong>When someone visits our Pixelpost photoblog, check if they&#8217;re using iPhone, and just in that case tell Pixelpost to use Hoo template instead of the one we selected in the control panel.</strong></p>
<p>It requires some changes in a php file, but it&#8217;s very simple. Let&#8217;s start:</p>
<ol>
<li><a href="http://www.reallyjapan.com/blog/tutorials/10-great-pixelpost-templates/">Download Hoo template</a>, <strong>unzip it</strong> and <strong>upload  the folder</strong> in your web host (/template/)</li>
<li>Now we need to <strong>edit the index.php of your Pixelpost installation</strong> (/index.php) to specify the Hoo template just for iPhone users visiting your photoblog.<br />
<span style="text-decoration: underline;"><strong><span style="color: #800000;">Remember: Do a backup or something. It&#8217;s better safe than sorry if something goes wrong!<br />
</span></strong></span><br />
<strong>A. </strong>First thing to do is to <strong>Search and Replace All</strong> the text <span style="color: #008080;"><strong>$cfgrow['template'] </strong></span>to <span style="color: #008080;"><strong>$template_dir</strong></span>.<br />
$cfgrow['template'] is the variable where the name of the selected template (the one you chose on the Pixelpost control panel) is stored.</p>
<p><strong> B.</strong> Now <strong>Search the file</strong> for this text:  <strong><span style="color: #008080;">// get config</span></strong><br />
You&#8217;ll find this code:</p>
<p>// get config<br />
if($cfgrow = sql_array(&#8220;SELECT * FROM &#8220;.$pixelpost_db_prefix.&#8221;config&#8221;))<br />
{<br />
$upload_dir = $cfgrow['imagepath'];<br />
}else{<br />
$extra_message= &#8220;Coming Soon. Not Installed Yet. Cause #1&#8243;;<br />
show_splash($extra_message,&#8221;templates&#8221;);</p>
<p>}</p>
<p>What does it do? Ok, basically it&#8217;s <strong>reading the configuration</strong> of your Pixelpost installation from the database (you know all the stuff you selected in Pixelpost control panel like paths, name of the blog and.. the template).<br />
The first case of the IF statement means Pixelpost has been installed while the ELSE case means (as you can see in the extra_message) that.. well, it&#8217;s not installed yet.</p>
<p>So, let&#8217;s add some code here (blue text):</p>
<p>// get config<br />
if($cfgrow = sql_array(&#8220;SELECT * FROM &#8220;.$pixelpost_db_prefix.&#8221;config&#8221;))<br />
{</p>
<div id="_mcePaste"><strong><span style="color: #008080;">if (stristr($_SERVER['HTTP_USER_AGENT'], &#8216;Android&#8217;) ||</span></strong></div>
<div id="_mcePaste"><strong><span style="color: #008080;">stristr($_SERVER['HTTP_USER_AGENT'],&#8217;webOS&#8217;) ||</span></strong></div>
<div id="_mcePaste"><strong><span style="color: #008080;">stristr($_SERVER['HTTP_USER_AGENT'],&#8217;iPhone&#8217;) ||</span></strong></div>
<div id="_mcePaste"><strong><span style="color: #008080;">stristr($_SERVER['HTTP_USER_AGENT'],&#8217;iPod&#8217;)</span></strong></div>
<div id="_mcePaste"><strong><span style="color: #008080;">) {</span></strong></div>
<p><strong><span style="color: #008080;"> $template_dir=&#8221;hoo&#8221;;<br />
}else{<br />
$template_dir=$cfgrow['template'];<br />
}</span></strong></p>
<p>$upload_dir = $cfgrow['imagepath'];<br />
}else{<br />
$extra_message= &#8220;Coming Soon. Not Installed Yet. Cause #1&#8243;;<br />
show_splash($extra_message,&#8221;templates&#8221;);<br />
}</p>
<p>Basically: If Pixelpost has been installed (IF case 1), check if the <strong>user agent </strong>of the visitor is <strong>iPhone, iPod, Android or webOS</strong>.<br />
In that case set <strong>$template_dir </strong>to<strong> &#8216;hoo&#8217;</strong> (the hoo template, in the folder /template/hoo on your webhosting).<br />
Otherwise set <strong>$template_dir to $cfgrow['template']</strong> (the default template you selected on Pixelpost control panel).</p>
<p><strong>C.</strong> Save the file and..</li>
</ol>
<p><strong>That&#8217;s it!</strong><br />
From now on the iPhone users will see the <strong>Hoo template</strong> while all the other users will see the default template.</p>
<p>If you have any question please write a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/tutorials/iphone-friendly-pixelpost/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>10 Great Pixelpost Templates</title>
		<link>http://www.reallyjapan.com/blog/tutorials/10-great-pixelpost-templates/</link>
		<comments>http://www.reallyjapan.com/blog/tutorials/10-great-pixelpost-templates/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 07:09:55 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[pixelpost]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=581</guid>
		<description><![CDATA[Check out 10 great Pixelpost templates.]]></description>
			<content:encoded><![CDATA[<div>
<div id="ectocontent">
<div>
<p>What’s great about <a href="http://www.pixelpost.org/" target="_blank">Pixelpost</a> is the wide selection of <a href="http://www.pixelpost.org/extend/templates/" target="_blank">templates</a> and <a href="http://www.pixelpost.org/extend/addons/" target="_blank">addons</a> available.. and if you’re not satisfied, creating a new cool template or a useful addon is relatively easy.</p>
<p>So, let’s take a look to the best Pixelpost templates out there.</p>
<p><strong>Dark Matter<br />
<span style="font-weight: normal;">Dark Matter is a great theme with some cool fancy Ajax animations and a carousel effect to browse your photos.<br />
You can find a Free version of this template and a Pro version with various extras (it’s $49.95). And yes, </span><a href="http://www.reallyjapan.com/" target="_blank"><span style="font-weight: normal;">ReallyJapan</span></a><span style="font-weight: normal;"> is using a customized version of the free version.</span></strong></p>
<p><strong><img id="4161886889487505" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/1.jpg" alt="1.jpg" width="580" height="536" /></strong></p>
<p><a href="http://demo-free.darkmatter-template.com/" target="_blank">Free version Demo</a><br />
<a href="http://www.i-marco.nl/photoblog/" target="_blank">Pro version Demo</a><br />
<a href="http://darkmatter-template.com/" target="_blank">Dark Matter’s Home Page<br />
</a><a href="http://www.pixelpost.org/extend/templates/dark-matter/" target="_blank">Download Dark Matter</a></p>
<p><strong>Switchy<br />
<span><span style="font-weight: normal;">Switchy is an interesting template that changes its layout according to the orientation of the photo.<br />
</span><span style="font-weight: normal;"> The layout is very clean</span></span></strong> and easy to customize.<br />
<img id="9604380212258548" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/sunset-pixelpost-demo.jpg" alt="Sunset • Pixelpost Demo.jpg" width="580" height="599" /></p>
<p><a href="http://pixelpost.kevincrafts.com/?newtemplate=switchy" target="_blank">Check the demo here</a><br />
<a href="http://www.pixelpost.org/extend/templates/switchy/" target="_blank">Download Switchy</a></p>
<p><strong>Pixelfy<br />
<span><span style="font-weight: normal;">Very clean and simple layout that let’s your photograph speek for it self. It wraps around both big and small images.<br />
</span> <img id="8002684428356588" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/skitched-20090427-153430.jpg" alt="skitched-20090427-153430.jpg" width="580" height="518" /><br />
</span></strong></p>
<p><a href="http://www.pixelfy.com/" target="_blank">Check the demo here<br />
</a><a href="http://www.pixelpost.org/extend/templates/pixelfy/" target="_blank">Download Pixelfy</a></p>
<p><strong>Delicious<br />
<span><span style="font-weight: normal;">Delicious is a fresh and tastey photoblogging template for Pixelpost. It’s a very nice theme and I’ve used it for the first version of </span><a href="http://www.reallyjapan.com/" target="_blank"><span style="font-weight: normal;">ReallyJapan.com</span></a><span style="font-weight: normal;">.<br />
</span> <img id="5150944793131202" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/x2-1.jpg" alt="x2-1.jpg" width="580" height="447" /><br />
</span></strong></p>
<p><a href="http://photoniacs.com/index.php" target="_blank">Check the demo here</a><br />
<a href="http://www.andrewor.com/delicious_raz_v025" target="_blank">Download the updated version by Andrew here</a></p>
<p><strong>The World in 35mm<br />
</strong><span>An extremely clean, modern and simple template for pixelpost you’re going to love, I do. One of the best IMO.</span><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/uofa-liquors-the-world-in-35mm-joe-roback-2007-2009-all-rights-reserved-1.jpg" alt="UofA Liquors | The World in 35mm | © Joe Roback, 2007-2009. All Rights Reserved.-1.jpg" width="580" height="497" /></p>
<p><a href="http://theworldin35mm.org/" target="_blank">Try the demo here<br />
</a><a href="http://www.pixelpost.org/extend/templates/the-world-in-35mm/" target="_blank">Download from here</a></p>
<p><strong>Pixelution<br />
<span style="font-weight: normal;">If you want a template with an unusual layout and some interesting features, check this out.</span></strong></p>
<p><strong><img id="5891162503976375" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/tree-reflections-pixelution.jpg" alt="Tree Reflections • Pixelution.jpg" width="580" height="417" /></strong></p>
<p><a href="http://pixelution.kevincrafts.com/" target="_blank">Check the demo here</a><br />
<a href="http://www.pixelpost.org/extend/templates/pixelution-template/" target="_blank">Download Pixelution</a></p>
<p><strong>Hoo! (Pixelpost template for iPhone)<br />
<span><span style="font-weight: normal;">Well, have you ever visited </span><a href="http://www.reallyjapan.com/" target="_blank"><span style="font-weight: normal;">ReallyJapan.com</span></a><span style="font-weight: normal;"> using your iPhone? Well, you should, because it uses this template to offer you an iPhone customized version.<br />
</span><span style="font-weight: normal;"> Now, you need to mess a little with php and your pixelpost installation to have the browser detect if you’re using an iPhone or a regular browser and switch the template… It’s not hard, but it’s not extremely easy.. I did it and maybe, if someone is interested, I could write a small tutorial on how to use this template in the future..<br />
</span> <img id="21704545919783413" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/2x.jpg" alt="2x.jpg" width="200" height="370" /><br />
</span></strong></p>
<p><a href="http://www.pixelpost.org/extend/templates/hoo-pixelpost-template-for-iphone/" target="_blank">Download Hoo</a></p>
<p><strong>Focus<br />
<span><span style="font-weight: normal;">A simple, dark and clean template.<br />
</span> <img id="187636929564178" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/demo-for-focus-template-your-are-viewing-the-new-template-focus-301-beta.jpg" alt="Demo for FOCUS template _._ Your are viewing the new template focus 3.0.1 beta.jpg" width="580" height="391" /><br />
<a href="http://focus.pixelxdesign.com/demo/" target="_blank"><span style="font-weight: normal;">Check the demo here<br />
</span> </a><a href="http://www.pixelpost.org/extend/templates/lafaille-template/" target="_blank"><span style="font-weight: normal;">Download Focus</span></a></span></strong></p>
<p><strong><a href="http://www.pixelpost.org/extend/templates/lafaille-template/" target="_blank"> </a></strong><strong>Photographer’s Template<br />
</strong><span>A template geared more towards a self promotional site for photographers.</span></p>
<p><span><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/bad-arrow-photography-concert-and-musician-photography-9085000403.jpg" alt="bad arrow photography __ Concert and Musician Photography __ 908.500.0403.jpg" width="580" height="426" /></span></p>
<p><strong><span><a href="http://www.badarrow.com/photography/" target="_blank"><span style="font-weight: normal;">Try the demo here</span><br />
</a></span></strong><span><a href="http://www.pixelpost.org/extend/templates/photographers-template/" target="_blank">Download the template</a></span></p>
<p><strong>Raia<br />
<span style="font-weight: normal;">A very nice template with a new, fresh web2.0 look.</span></strong></p>
<p><img id="13771682558581233" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/04/raia-demo.jpg" alt="Raia demo.jpg" width="580" height="496" /><br />
<a href="http://www.ubbedall.dk/Raia" target="_blank">Try the demo here</a><br />
<a href="http://www.pixelpost.org/extend/templates/raia-template/" target="_blank">Download Raia</a></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/tutorials/10-great-pixelpost-templates/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Guide to PhotoBlogging &#8211; Introduction</title>
		<link>http://www.reallyjapan.com/blog/tutorials/guide-to-photoblogging-introduction/</link>
		<comments>http://www.reallyjapan.com/blog/tutorials/guide-to-photoblogging-introduction/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 04:01:19 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[photo blogging]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/tutorials/guide-to-photoblogging-introduction/</guid>
		<description><![CDATA[<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><span style="font-weight: 800;">Introduction</span></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><span style="font-weight: 800;"><span style="font-weight: normal;">I&#8217;ve started <strong><span style="color: #4e78a2; text-decoration: underline;"><span style="font-weight: normal;">Really Japan Photo</span></span></strong></span></span>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><span style="font-weight: 800;">Introduction<img class="alignleft" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/guide1.jpg" alt="guide1.jpg" width="300" height="300" /></span></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><span style="font-weight: 800;"><span style="font-weight: normal;">I&#8217;ve started <strong><a style="background-color: rgba(0, 0, 0, 0); color: #3C78A7; font-family: Arial; font-size: 12px; line-height: 21px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; pointer-events: auto; text-indent: 0px; zoom: 1; clip-rule: nonzero; flood-color: #000000; flood-opacity: 1; lighting-color: #FFFFFF; stop-color: #000000; stop-opacity: 1; color-interpolation: srgb; color-interpolation-filters: linearrgb; color-rendering: auto; fill: #000000; fill-opacity: 1; fill-rule: nonzero; image-rendering: auto; shape-rendering: auto; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; text-anchor: start; writing-mode: lr-tb; glyph-orientation-horizontal: 0deg; glyph-orientation-vertical: auto;" href="http://www.reallyjapan.com/"><span style="color: #4e78a2; text-decoration: underline;"><span style="font-weight: normal;">Really Japan Photo Blog</span></span></a></strong> and uploaded the very first photo about one year ago.<br />
At the beginning I wasn&#8217;t very sure to be able to update the photo blog often, it was not the first time I was starting a blog, but all the previous attempts ended up with failure, after few months.</span></span></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><span style="font-weight: 800;"><span style="font-weight: normal;">Fortunately that has not been the case of</span> <strong>ReallyJapan</strong><span style="font-weight: normal;">.</span></span></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><span style="font-weight: 800;"><span style="font-weight: normal;">A lot has happened in this year of</span> <strong>ReallyJapan</strong><span style="font-weight: normal;">. I&#8217;ve learnt many things on photography, met many great photographers, looked at some incredible shots on the web.. and I think if I didn&#8217;t start photoblogging, I would have lost many opportunities.</span></span></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333">So, after 1 year of photoblogging, I thought it would be cool to write some kind of <strong>Guide to Photoblogging.<br />
</strong> But, I&#8217;m going to tell you a secret: I&#8217;m not an amazing photographer or a super blogger, my website is not making trillions of visitors neither, so don&#8217;t have huge expectations..</p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333">Anyway, I hope this Guide will help all of you who are considering to open a photo blog!</p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333">
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><span style="font-weight: 800;">What is a photoblog?</span></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">A photoblog (a.k.a. photolog or phlog) is a form of photo sharing and publishing in the format of a blog, but differentiated by the predominant use of and focus on photographs rather than text.</span></strong></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>Why photoblogging?</strong></strong></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">There could be many reasons to start your own photoblog. You may want to show your amazing works to people from all around the world, and consequently make a lot of money with advertising &amp; sales of your photography. Honestly, in that case you&#8217;re going to have rough times ahead, good luck.</span></strong></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">But if your demands are a little more modest, there are many positive points on opening a photo blog.</span></strong></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>Top Advantages of starting a Photo Blog</strong></strong></p>
<ul style="list-style-type: disc">
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>It&#8217;s a great way to keep you constantly motivated.<br />
</strong><span style="font-weight: normal;">I opened</span> <a href="http://www.reallyjapan.com/"><span style="color: #4e78a2; text-decoration: underline;"><span style="font-weight: normal;">Really Japan Photo Blog</span></span></a> <span style="font-weight: normal;">just few months after buying my first DSLR. The main reason? I wanted to <strong>learn how to take photos</strong>, and I was inspired by many cool photo bloggers who were sharing their photos on line. As soon as people started visiting my photo blog and writing some comments on the photos I knew I had to post something slightly better the next day.. the day after, and the day after that.<br />
So.. yes, a photo blog is a</span> great way to keep you constantly motivated <span style="font-weight: normal;">to take</span> new photos <span style="font-weight: normal;">or</span> process the ones you have.</strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>Networking</strong><span style="font: 12.0px Lucida Grande"><strong><br />
</strong></span><span style="font-weight: normal;">Some months ago I had dinner with a very nice guy from Spain visiting Tokyo. I&#8217;ve never seen him before that day. Well, he&#8217;s a photo blogger,</span> <a href="http://www.desenfocado.com/index.php"><span style="color: #4e78a2; text-decoration: underline;"><span style="font-weight: normal;">Guillermo &#8211; Desenfocado</span></span></a><span style="font-weight: normal;">, and I&#8217;ve met him through photo blogging. I&#8217;ve met many other photo bloggers, exchanged emails, ideas, and tips on photography.<br />
<strong>If you start visiting and commenting other photo blogs, they&#8217;ll surely do the same and they&#8217;ll visit and comment yours.</strong></span><span style="font: 12.0px Lucida Grande"><strong><br />
</strong></span><span style="font-weight: normal;">At the same time, keep in mind that the majority of people visiting your blog will now write comments, but <strong>they&#8217;ll surely keep following you</strong>. Sometimes they will write you emails, saying you that they like your photos. Then who knows, maybe some of these people will become real friends, or maybe.. you&#8217;ll find great job opportunities!</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>Learn from other photo bloggers</strong><span style="font: 12.0px Lucida Grande"><strong><br />
</strong></span><span style="font-weight: normal;">There are many amazing talented photo bloggers (well.. photographers) on Internet. Besides writing comments on their photos, look to their photos! Usually, if they use Pixelpost, or Flickr, you can see the <strong>EXIF informations</strong> for each photo they post. That&#8217;s great information if you are a beginner and you want to learn more (as I did starting</span> <a href="http://www.reallyjapan.com/"><span style="color: #4e78a2; text-decoration: underline;"><span style="font-weight: normal;">Really Japan</span></span></a><span style="font-weight: normal;">). Having access to the EXIF informations of a photo gives you all the &#8216;settings&#8217; the</span> photographer used to take that photo <span style="font-weight: normal;">(iso, aperture, shutter speed, lens used, and so on).</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>It&#8217;s like blogging&#8230; without words</strong><span style="font: 12.0px Lucida Grande"><strong><br />
</strong></span><span style="font-weight: normal;">Especially if English is not your first language, starting a &#8216;real&#8217; blog could be troublesome. Instead, a photo blog is easier to manage, your photos are going to speak for you.</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>You&#8217;re going to receive a lot of comments &amp; critiques</strong><span style="font: 12.0px Lucida Grande"><strong><br />
</strong></span><span style="font-weight: normal;">When you open a photo blog.. ask, implore, for <strong>critiques</strong> on your works. Maybe you are not going to love comments like &#8216;<em>U SUX SUX SUX!</em>&#8216;, but other &#8211; more constructive &#8211; critiques will surely help you.<br />
</span><span style="font-weight: normal;">And don&#8217;t feel upset if someone points out what he doesn&#8217;t like about that photo, instead remember, it&#8217;s something you should appreciate. It&#8217;s very easy to write positive things, but it&#8217;s harder to start writing a critique.</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><strong>It will become your home, on Internet.</strong><span style="font: 12.0px Lucida Grande"><strong><br />
</strong></span><span style="font-weight: normal;">A photoblog is a blog, and a blog is a website right? Basically when you open a website is like you&#8217;re opening a shop, or maybe like opening the door of your home to accept some guests.<br />
</span><span style="font-weight: normal;">Sure, you can just don&#8217;t care about the graphic template you&#8217;re going to use, don&#8217;t create a rss feed or saving all your images in 10 megabytes TIFF. Sure, you can do it. But come on,</span> you should welcome your guests <span style="font-weight: normal;">right?<br />
</span><span style="font-weight: normal;">When you start a photo blog you should <strong>think about the people who&#8217;re going to visit it</strong>. Try to select a <strong>cool name</strong>, choose a <strong>nice template</strong> and modify it to adapt to your style (if you already know some web design stuff you can work on it from scratch too). Learn some basic html, think about</span> the plugins <span style="font-weight: normal;">you could use to enhance the experience for your visitors.. it&#8217;s <strong>like</strong> <strong>opening your art gallery</strong>!<br />
Also, it&#8217;s incredibly important to</span> keep track of how your photo blog is doing<span style="font-weight: normal;">, where your visitors are coming from and what keywords they are using to reach you. Maybe it&#8217;s not important at the beginning, but it will help you if you plan to increase the traffic to your blog later.<br />
There are many great services that generate detailed statistics about the visitors to a website, for example</span> <a href="http://www.google.com/analytics"><span style="color: #4e78a2; text-decoration: underline;"><span style="font-weight: normal;">Google analytics</span></span></a> <span style="font-weight: normal;">(probably the best one, and free) or</span> <a href="http://getclicky.com/46951"><span style="color: #4e78a2; text-decoration: underline;"><span style="font-weight: normal;">Clicky</span></span></a> <span style="font-weight: normal;">(great for real time tracking, and you can check the statistics in real time with your iPhone too).. I have them both</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong>It&#8217;s easy!<br />
<span style="font-weight: normal;">If you already have a camera (reflex, compact, anything!) well, you already have the 90% you need to open a photo blog. Technically it&#8217;s very easy to setup and upload new photos</span></strong></li>
</ul>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">So.. the list could go on forever, but for this introduction I&#8217;m going to stop here.</span></strong></p>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">What should you expect from the next articles of Guide to Photo Blog? Well, something like this:</span></strong></p>
<ul style="list-style-type: disc">
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">How to</span> install &amp; <span style="font-weight: normal;"><strong>set up your photo blog</strong> using Pixelpost</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;"><strong><span style="font-weight: normal;">How to</span> Customize</strong> your photo blog</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">The <strong>Best Plugins</strong> and <strong>Templates</strong> for Pixelpost to enhance your Photo Blog</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;"><strong>How to promote</strong> your photo blog (social media, photo ring, seo, and so on)</span></strong></li>
<li style="line-height: 21.0px; font: 12.0px Arial; color: #333333"><strong><span style="font-weight: normal;">and other stuff!</span></strong></li>
</ul>
<p style="margin: 0.0px 0.0px 15.0px 0.0px; line-height: 21.0px; font: 12.0px Arial; color: #333333; min-height: 14.0px"><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/tutorials/guide-to-photoblogging-introduction/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Photo manipulations by Joan Charmant</title>
		<link>http://www.reallyjapan.com/blog/spoton/photo-manipulations-joan-charmant/</link>
		<comments>http://www.reallyjapan.com/blog/spoton/photo-manipulations-joan-charmant/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 07:16:11 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Spot on]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=512</guid>
		<description><![CDATA[<p>Joan Charmant is a software engineer who started playing with photo manipulations in 2004, when one day he stumbled upon some UFO pictures and wanted to see how hard it&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Joan Charmant is a software engineer who started playing with photo manipulations in 2004, when one day he stumbled upon some UFO pictures and wanted to see how hard it would have been to fake them.<br />
He started spending some days and nights on the website <a href="http://www.worth1000.com" target="_blank">Worth1000.com</a> (there are many great tutorials and competition on photo manipulation in that website, give it a look) and learnt a lot from the other members.</p>
<p>Anyway, his photoshop skills are great and his creative process pretty interesting.. just pity that his day job is software engineer so you can&#8217;t find many pics from him on the net (or twitter accounts, blogs, flickr and so on)</p>
<p>I really like his photo manipulations, and you?</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/skitched-20090312-161743.jpg" alt="skitched-20090312-161743.jpg" width="399" height="517" /><br />
Materials used in this picture:<br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/skitched-20090312-161841.jpg" alt="skitched-20090312-161841.jpg" width="255" height="325" /></p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/skitched-20090312-160953.jpg" alt="skitched-20090312-160953.jpg" width="502" height="446" /><br />
material used in this picture:<br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/200903121611.jpg" alt="200903121611.jpg" width="256" height="349" /></p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/2009031216111.jpg" alt="200903121611.jpg" width="501" height="507" /></p>
<p>material used in this picture:<br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/200903121612.jpg" alt="200903121612.jpg" width="258" height="351" /><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/2009031216121.jpg" alt="200903121612.jpg" width="461" height="698" /><br />
fantastic materials used in this picture<br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/200903121613.jpg" alt="200903121613.jpg" width="229" height="354" /></p>
<p><strong>Source:</strong><br />
<a href="http://abduzeedo.com/interview-photomanipulation-joan-charmant" target="_blank">An interview with Joan Charmant by Abduzeedo</a> <a href="http://abduzeedo.com/interview-photomanipulation-joan-charmant" target="_blank"><br />
</a><a href="http://www.joancharmant.com/" target="_blank">Joan Charmant home page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/spoton/photo-manipulations-joan-charmant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another World Lightroom Preset</title>
		<link>http://www.reallyjapan.com/blog/lightroom_presets/another-world-lightroom-preset/</link>
		<comments>http://www.reallyjapan.com/blog/lightroom_presets/another-world-lightroom-preset/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 05:19:43 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Lightroom Presets]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[preset]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=471</guid>
		<description><![CDATA[<p>A slightly HDR-esque set of Lightroom presets to enhance your photos.</p>
<p>The presets work better on images with many details and textures, also be aware that the effect is very&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/anotherworldpreview.jpg" rel="lightbox[471]"><img class="alignleft size-full wp-image-474" title="anotherworldpreview" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/anotherworldpreview.jpg" alt="anotherworldpreview" width="305" height="280" /></a>A slightly HDR-esque set of Lightroom presets to enhance your photos.</p>
<p>The presets work better on images with many details and textures, also be aware that the effect is very strong, especially around the edges. You should probably adjust the fill light and restore values if you see some artifacts on the image.</p>
<p>Anyway, have fun with this preset!</p>
<p><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/preview_anotherw.jpg" rel="lightbox[471]"><img class="alignnone size-full wp-image-475" title="preview_anotherw" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/preview_anotherw.jpg" alt="preview_anotherw" width="448" height="2183" /></a></p>
<p><strong>How to install presets on Lightroom?</strong></p>
<p>Click on Preferences, select Presets tab and click on Show Lightroom Presets Folder… button.Uncompress the ZIP file, move the folder in the Lightroom Presets Folder/Develop Presets and relaunch Lightroom.</p>
<h3><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/another_world.zip">Download  Another World Free Preset for Lightroom</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/lightroom_presets/another-world-lightroom-preset/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Vending Machines in Japan</title>
		<link>http://www.reallyjapan.com/blog/headline/vending-machines-japan/</link>
		<comments>http://www.reallyjapan.com/blog/headline/vending-machines-japan/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 07:38:19 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[What else?]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[japan]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=468</guid>
		<description><![CDATA[<p>Wandering around my neighborhood I found a battery vending machine. You know, where you put money and you can automatically buy some batteries. Ordinary things, here in Japan. So I&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Wandering around my neighborhood I found a battery vending machine. You know, where you put money and you can automatically buy some batteries. Ordinary things, here in Japan. So I started wondering, what kind of vending machines do exist here in Japan, the homeland of vending machines?</p>
<p>Well, this is a list of the most interesting (from <a href="http://www.photomann.com" target="_blank">PhotoMann.com</a>)</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/batteryx.jpg" width="500" height="414" alt="batteryx.jpg.jpeg" /><br />
<strong>Battery Vending Machine</strong></p>
<p>
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn1942x.jpg" width="580" height="385" alt="dscn1942x.jpg.jpeg" /><br />
<strong>Drinks &amp; Cigarettes</strong></p>
<p>
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn2066x.jpg" width="310" height="550" alt="dscn2066x.jpg.jpeg" /><br />
<strong>Mobile Photo Recharger</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn2047x1.jpg" width="267" height="550" alt="dscn2047x.jpg.jpeg" /><br />
Toilet Paper</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn2071x.jpg" width="580" height="435" alt="dscn2071x.jpg.jpeg" /><br />
Little toys for kids (and sometimes for me too)</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn2086x.jpg" width="272" height="550" alt="dscn2086x.jpg.jpeg" /><br />
Ice Cream</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn2117x.jpg" width="397" height="550" alt="dscn2117x.jpg.jpeg" /><br />
Flowers&#8230;</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn2104x.jpg" width="397" height="550" alt="dscn2104x.jpg.jpeg" /><br />
Photo printing!</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn2917x.jpg" width="312" height="550" alt="dscn2917x.jpg.jpeg" /><br />
Hot snack (french fries and hot dogs too)</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn3027x.jpg" width="330" height="550" alt="dscn3027x.jpg.jpeg" /><br />
The booze!</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/eggmachine.jpg" width="580" height="435" alt="eggmachine.jpg.jpeg" /><br />
The egg vending machine!</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/fridgex.jpg" width="350" height="600" alt="fridgex.jpg.jpeg" /><br />
Fridge locker</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dryicex.jpg" width="315" height="600" alt="dryicex.jpg.jpeg" /><br />
Dry ice</strong></p>
<p><strong></p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn1958x1.jpg" width="580" height="334" alt="dscn1958x.jpg.jpeg" /><br />
Rice!</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn1977x.jpg" width="248" height="550" alt="dscn1977x.jpg.jpeg" /><br />
Fishing baits</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/kerosenex.jpg" width="444" height="500" alt="kerosenex.jpg.jpeg" /><br />
Kerosene</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/pornmagazinevender.jpg" width="314" height="418" alt="pornmagazinevender.jpg.jpeg" /><br />
Porn magazines</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/umbrella1x-tm.jpg" width="200" height="360" alt="umbrella1x-tm.jpg.jpeg" /><br />
Umbrella</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/powerprotectionx.jpg" width="551" height="800" alt="power&amp;protectionx.jpg.jpeg" /><br />
Energy drinks &amp; Condoms!</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/ramenx.jpg" width="450" height="800" alt="ramenx.jpg.jpeg" /><br />
Noodles</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/rhinox.jpg" width="333" height="600" alt="rhinox.jpg.jpeg" /><br />
Insects</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/newspapersx.jpg" width="176" height="600" alt="newspapersx.jpg.jpeg" /><br />
Newspapers</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/dscn1953x.jpg" width="580" height="397" alt="dscn1953x.jpg.jpeg" /><br />
Xrated dvds</strong></p>
<p><strong><br />
<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/03/bizarrex.jpg" width="424" height="550" alt="bizarrex.jpg.jpeg" /><br />
and.. Used Panties!</strong></p>
<p>Check <a href="http://www.photomann.com/japan/machines/" target="_blank">PhotoMann.com</a> for more infos.. that website is great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/headline/vending-machines-japan/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Steampunk &#8211; CG CHALLENGE XXIII</title>
		<link>http://www.reallyjapan.com/blog/spoton/steampunk-cg-challenge-xxiii/</link>
		<comments>http://www.reallyjapan.com/blog/spoton/steampunk-cg-challenge-xxiii/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 09:13:48 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Spot on]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[stea]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=408</guid>
		<description><![CDATA[<p>Check out the winners of the CG CHALLENGE XXII by CGSOCIETY, themed Steampunk (you know I like steampunk, right?), Video &#38; Image category.</p>
<h2>VIDEO</h2>
<h3>Team Entry Video &#8211; Master Award</h3><p>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://features.cgsociety.org/story_custom.php?story_id=4936&amp;page=2" target="_blank">the winners of the CG CHALLENGE XXII</a> by <a href="http://www.cgsociety.org" target="_blank">CGSOCIETY</a>, themed Steampunk (you know I like steampunk, right?), Video &amp; Image category.</p>
<h2>VIDEO</h2>
<h3>Team Entry Video &#8211; Master Award &#8216;EMET&#8217;<br />
<span style="font-weight: normal;"> Bonsaininja Studio ITALY</span><img class="alignright" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/cgchallenge-xxi-steampunk.jpg" alt="CGChallenge XXI - Steampunk.jpg" width="429" height="229" /></h3>
<p><strong>Artist comments</strong>: &#8220;Our piece was inspired by the legend of the Golem, telling the story of Rabbi Loew, who created an animated being entirely from inanimate matter to defend the Prague ghetto and we decided to produce a trailer out of it for the CGChallenge.&#8221;<br />
<strong> Judge&#8217;s comments:<br />
</strong> Anthony Lucas: Epic. Masterful technical achievement.<br />
Simon Dominic: I feel like I just stepped out of the cinema.<br />
Philip Straub: Outfreakinstanding!<br />
Michael Dashow: The composting and editing were really impressive. Lovely opening shot! <a href="http://features.cgsociety.org/challenge/steampunk/player.php?entry_id=100718"></a></p>
<p>Launch the video : <a href="http://features.cgsociety.org/challenge/steampunk/player.php?entry_id=100718">&#8216;EMET&#8217; VIDEO page</a></p>
<h3>Team Entry Video Excellence Award &#8216;Atlantis &#8211; Inconvenient Truth&#8217;</h3>
<p><img class="alignright" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/skitched-20090227-180823.jpg" alt="skitched-20090227-180823.jpg" width="440" height="238" /></p>
<h4><span style="font-weight: normal;">Martin Koehler (arcaneg), Christian Stadach (cmdrpi), Simon Prager (SimonDarmstadt) and Christopher Hempel (Xr4t3d) GERMANY</span></h4>
<p><strong>Artist comments</strong>: &#8216;Working on the project was quite hard, because actually none of us had enough time for it. But we took the time besides our other projects, because this was lots of fun and really worth it. The idea and story changed many times. To get the project ready in time we worked day and night in the last week, and really: &#8220;day and night&#8221;.&#8217;<br />
<strong> Judge&#8217;s comments<br />
</strong> Anthony Lucas: Some great design. Good idea. Where the animation is patchy the concept makes up for it.<br />
Simon Dominic: Wow, this is slick, with a brilliantly conceived theme too.<br />
Philip Straub: Extremely professional on every level. Top marks from me.<br />
Michael Dashow: Beautiful rendering, design, and camerawork.<br />
Launch the video: <a style="background-color: rgba(0, 0, 0, 0); color: #3C78A7; line-height: 21px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; pointer-events: auto; text-indent: 0px; zoom: 1; clip-rule: nonzero; flood-color: #000000; flood-opacity: 1; lighting-color: #FFFFFF; stop-color: #000000; stop-opacity: 1; color-interpolation: srgb; color-interpolation-filters: linearrgb; color-rendering: auto; fill: #000000; fill-opacity: 1; fill-rule: nonzero; image-rendering: auto; shape-rendering: auto; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; text-anchor: start; writing-mode: lr-tb; glyph-orientation-horizontal: 0deg; glyph-orientation-vertical: auto;" href="http://features.cgsociety.org/challenge/steampunk/player.php?entry_id=100732">&#8216;Atlantis &#8211; Inconvenient Truth&#8217; VIDEO</a></p>
<p><strong>Individual Video Master Award &#8216;Hemlock&#8217;</strong><img class="alignright" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/skitched-20090227-180856.jpg" alt="skitched-20090227-180856.jpg" width="442" height="246" /> Tyson Ibele (ivanisavich)<br />
NEW ZEALAND<br />
<strong> Artist comments</strong>: This year&#8217;s contest was a lot of fun, especially since the competition was very close due to the large number of high-quality entries. I felt very inspired the whole way through watching other peoples&#8217; progress, and that&#8217;s what kept me driven to finish my entry on time. This challenge theme allowed for a lot of creativity, and since I&#8217;ve wanted to do a film set in the steampunk universe for a while now, it was a perfect motivator. Thanks to everyone who offered me encouragement and critique during the production of Hemlock, and congrats to the other winners and entrants!<br />
<strong> Judge&#8217;s comments<br />
</strong> Anthony Lucas: Great execution. Fantastic mood. Is the steampunk robot a victim of the well? Marvellously animated.<br />
Simon Dominic: What a great story with superb delivery.<br />
Michael Dashow: What a great mood set throughout the entire piece. The lighting, camera-work, and sound were wonderfully effective, and the ending was terrific. Easily the most thoroughly-executed story of the bunch. Great work overall!<br />
Grzegorz Jonkajtys: Great storytelling and directing skills, not to mention excellent lighting and animation.</p>
<p style="background-color: rgba(0, 0, 0, 0); line-height: 21px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; pointer-events: auto; text-indent: 0px; zoom: 1; clip-rule: nonzero; flood-color: #000000; flood-opacity: 1; lighting-color: #FFFFFF; stop-color: #000000; stop-opacity: 1; color-interpolation: srgb; color-interpolation-filters: linearrgb; color-rendering: auto; fill: #000000; fill-opacity: 1; fill-rule: nonzero; image-rendering: auto; shape-rendering: auto; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; text-anchor: start; writing-mode: lr-tb; glyph-orientation-horizontal: 0deg; glyph-orientation-vertical: auto;">Launch the video: <a href="http://features.cgsociety.org/challenge/steampunk/player.php?entry_id=100683">&#8216;Hemlock&#8217; VIDEO</a></p>
<p style="background-color: rgba(0, 0, 0, 0); line-height: 21px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; pointer-events: auto; text-indent: 0px; zoom: 1; clip-rule: nonzero; flood-color: #000000; flood-opacity: 1; lighting-color: #FFFFFF; stop-color: #000000; stop-opacity: 1; color-interpolation: srgb; color-interpolation-filters: linearrgb; color-rendering: auto; fill: #000000; fill-opacity: 1; fill-rule: nonzero; image-rendering: auto; shape-rendering: auto; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; text-anchor: start; writing-mode: lr-tb; glyph-orientation-horizontal: 0deg; glyph-orientation-vertical: auto;">
<p style="background-color: rgba(0, 0, 0, 0); margin-bottom: 15px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; pointer-events: auto; text-indent: 0px; zoom: 1; clip-rule: nonzero; flood-color: #000000; flood-opacity: 1; lighting-color: #FFFFFF; stop-color: #000000; stop-opacity: 1; color-interpolation: srgb; color-interpolation-filters: linearrgb; color-rendering: auto; fill: #000000; fill-opacity: 1; fill-rule: nonzero; image-rendering: auto; shape-rendering: auto; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; text-anchor: start; writing-mode: lr-tb; glyph-orientation-horizontal: 0deg; glyph-orientation-vertical: auto;"><strong>Individual Video Excellence Award &#8216;Ulysses’ Dreams&#8217;<br />
</strong> Marc Mordelet (visionmaster2)<br />
<img class="alignright" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/skitched-20090227-180934.jpg" alt="skitched-20090227-180934.jpg" width="432" height="227" />FRANCE<br />
<strong> Artists comments</strong>: &#8220;I had a great fun testing some shots I had in mind, and this challenge gave me the opportunity to question myself about my work process. Especially after I submitted my video, when i saw the works of the other people (especially Tyson Ibele), and after a long discussion with a friend, this evidence came to me : I need to step up to the next level, and make a short movie.&#8221;<br />
<strong> Judges comments:<br />
</strong> Anthony Lucas: Fantastic concept, modeling and lighting. Great design and animation. Great stuff!<br />
Simon Dominic: Completely mental, I LOVE it!<br />
Philip Straub: A unique, bizarre, and creative vision.<br />
Michael Dashow: I loved the clever use of fonts in the robot&#8217;s body &#8211; very stylish (as was the rest of this film.)</p>
<p style="background-color: rgba(0, 0, 0, 0); margin-bottom: 15px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; pointer-events: auto; text-indent: 0px; zoom: 1; clip-rule: nonzero; flood-color: #000000; flood-opacity: 1; lighting-color: #FFFFFF; stop-color: #000000; stop-opacity: 1; color-interpolation: srgb; color-interpolation-filters: linearrgb; color-rendering: auto; fill: #000000; fill-opacity: 1; fill-rule: nonzero; image-rendering: auto; shape-rendering: auto; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; text-anchor: start; writing-mode: lr-tb; glyph-orientation-horizontal: 0deg; glyph-orientation-vertical: auto;">Launch the video: <a href="http://features.cgsociety.org/challenge/steampunk/player.php?entry_id=100705">&#8216;Ulysses&#8217; Dreams&#8217; VIDEO</a></p>
<h2>IMAGES</h2>
<p><strong>Image (Individual) Master Award</strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/skitched-20090227-181015.jpg" alt="skitched-20090227-181015.jpg" width="566" height="415" /> &#8216;Steamnocchio&#8217;<br />
Fabricio Moraes (fabmoraes)<br />
BRAZIL<br />
<strong>Artist comments</strong>: &#8220;WOOOOOOW!!! I CAN&#8217;T BELIEVE IT!!!! I felt so great and could never imagine I could possibly win this competition, actually I still can&#8217;t believe it. I got inspired by so many great artists, and I was very well supported by my wife, family and friends. I am very excited, really!Sorry if words are missing, but is so difficult to describe how great I am feeling now.&#8221;<br />
<strong>Judge&#8217;s comments:<br />
</strong>Brajan: I love this one, the expression on Geppettos&#8217;s face is priceless <img src='http://www.reallyjapan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Excellent steampunk image!<br />
Leigh: This image just totally nails the steampunk theme. The technical quality is simply fantastic too.</p>
<p><strong> Image Excellence Award &#8216;BaktoFairy&#8217;</strong></p>
<p>&#8216;<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/skitched-20090227-181050.jpg" alt="skitched-20090227-181050.jpg" width="366" height="530" /><br />
Laurent Pierlot (sato)<br />
USA<br />
<strong>Artist comments</strong>: &#8220;It is a great honor for me to get the Excellence prize, especially considering the quality of the works that have been submitted for the contest.When I saw that the subject for the contest was Steampunk, I just couldn&#8217;t help myself. I really appreciated the feedbacks I got in the WIP forum.It was really hard for me to finish that picture, I&#8217;m working full time so it was only possible with the patience of my family on the weekends and late nights.&#8221;<br />
<strong>Judge&#8217;s comments</strong>:<br />
Brajan: this image looks great even as as a thumbnail. Excellent design for a creepy steampunk setting!<br />
<a href="http://features.cgsociety.org/story_custom.php?story_id=4936&amp;page=3" target="_blank">Oh, and check out the special category winners too!</a></p>
<p>[From <a style="background-color: rgba(0, 0, 0, 0); color: #3C78A7; line-height: 21px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; pointer-events: auto; text-indent: 0px; zoom: 1; clip-rule: nonzero; flood-color: #000000; flood-opacity: 1; lighting-color: #FFFFFF; stop-color: #000000; stop-opacity: 1; color-interpolation: srgb; color-interpolation-filters: linearrgb; color-rendering: auto; fill: #000000; fill-opacity: 1; fill-rule: nonzero; image-rendering: auto; shape-rendering: auto; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; text-anchor: start; writing-mode: lr-tb; glyph-orientation-horizontal: 0deg; glyph-orientation-vertical: auto;" href="http://features.cgsociety.org/news/"><cite>CGSociety News Archive</cite></a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/spoton/steampunk-cg-challenge-xxiii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making of a Cyborg in 20 steps with Photoshop</title>
		<link>http://www.reallyjapan.com/blog/tutorials/making-of-a-cyborg-in-20-steps-with-photoshop/</link>
		<comments>http://www.reallyjapan.com/blog/tutorials/making-of-a-cyborg-in-20-steps-with-photoshop/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 03:14:54 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[cyborg]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/tutorials/making-of-a-cyborg-in-20-steps-with-photoshop/</guid>
		<description><![CDATA[I thought it would be cool to show you step by step how I created the image Steampunk Cyborgs in Hong Kong.

Basically it was quite simple and quick to make, since I've not used 3D renderings, it took about 2 hours... anyway, check it out!]]></description>
			<content:encoded><![CDATA[<p>I thought it would be cool to show you step by step how I created the image <a href="http://www.reallyjapan.com/index.php?showimage=219" target="_blank">Steampunk Cyborgs in Hong Kong.</a></p>
<p>Basically it was quite simple and quick to make, since I&#8217;ve not used 3D renderings, it took about 2 hours.</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/34.jpg" alt="34.jpg" width="575" height="454" /></p>
<p><strong>Ok, here it is, let&#8217;s start!<br />
</strong></p>
<p><a href="http://www.reallyjapan.com/blog/tutorials/making-cyborg-youtube-video/">(If you are interested, there&#8217;s a video version too!)</a></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/12.jpg" alt="1.jpg" width="575" height="454" /></strong></p>
<p>This is the original picture, I just adjusted the colors in Adobe Lightroom.</p>
<p><strong>Step 1</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/21.jpg" alt="2.jpg" width="575" height="454" /></strong></p>
<p>I searched on Internet for a &#8216;ship engine&#8217;, and I found this steampunkish thing. Actually, at the beginning I wasn&#8217;t too sure to create steampunk cyborgs (I was more a cyberpunk man, let&#8217;s say..), but as soon as I found this image I decided to go in that direction. One important thing was to find images with the right perspective, since I needed to mix them with the original picture.</p>
<p>Anyway, I dragged the image of the engine in the document and adjusted the colors using Match Color in Photoshop.</p>
<p><strong>Step 2</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/3.jpg" alt="3.jpg" width="575" height="454" /></strong></p>
<p>I moved the engine overlapping the face of the man in the middle and started working on the mask.</p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/4.jpg" alt="4.jpg" width="575" height="454" /></strong></p>
<p>It takes some time to mask correctly the object. Just try to follow the lines and the shape of the object you are masking.</p>
<p><strong>Step 3</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/5.jpg" alt="5.jpg" width="575" height="454" /></strong></p>
<p>Ok, another engine here..</p>
<p><strong>Step 4</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/6.jpg" alt="6.jpg" width="575" height="454" /></strong></p>
<p>Now let&#8217;s work on the man on the left. The color of the engine doesn&#8217;t match the background, so I need again the Match Color.</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/7.jpg" alt="7.jpg" width="575" height="454" /></p>
<p><strong><span style="font-weight: normal;">Now it&#8217;s much better.</span></strong></p>
<p><strong>Step 5</strong></p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/8.jpg" alt="8.jpg" width="575" height="454" /></p>
<p>It&#8217;s time to mask the object.</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/9.jpg" alt="9.jpg" width="575" height="454" /></p>
<p>Here we go. I also lighten up the engine to show better the mechanical parts.</p>
<p><strong>Step 6</strong></p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/10.jpg" alt="10.jpg" width="575" height="454" /></p>
<p>Another engine from Internet and again, Match Color to match the object color to the background image.</p>
<p><strong>Step 7</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/111.jpg" alt="11.jpg" width="575" height="454" /></strong></p>
<p>Let&#8217;s move in on the back of the man on the right. Looks like the device used by the Ghostbusters!</p>
<p><strong>Step 8</strong></p>
<p>Now it&#8217;s time to work on the mask.<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/13.jpg" alt="13.jpg" width="575" height="454" /></p>
<p>Here we go.</p>
<p><strong>Step 9</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/14.jpg" alt="14.jpg" width="575" height="454" /></strong></p>
<p>Another engine.. match color.. and let&#8217;s move it.</p>
<p><strong>Step 10</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/15.jpg" alt="15.jpg" width="575" height="454" /></strong></p>
<p>Some masking..</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/16.jpg" alt="16.jpg" width="575" height="454" /></p>
<p><strong>Step 11</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/17.jpg" alt="17.jpg" width="575" height="454" /></strong></p>
<p>Yeah.. again.. Steampunkish Overkill!</p>
<p><strong>Step 12</strong></p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/18.jpg" alt="18.jpg" width="575" height="454" /></p>
<p>Let&#8217;s move it and do some masking..</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/19.jpg" alt="19.jpg" width="575" height="454" /></p>
<p>Pretty satisfied with the masking. Now the cyborg on the left has some weird mechanical device on his head and a cool respirator!</p>
<p><strong>Step 13</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/20.jpg" alt="20.jpg" width="575" height="454" /></strong></p>
<p>Let&#8217;s add some shadows below the mechanical parts to enhance the 3D volume of the objects. I created a 50% gray overlay mode layer between the background and the robotic parts and painted it with the Burn Tool.</p>
<p><strong>Step 14</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/211.jpg" alt="21.jpg" width="575" height="454" /></strong></p>
<p>This time I used a black brush, very soft, on a layer (Multiply mode) in front of all the other layers and painted some shadows.</p>
<p><strong>Step 15</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/22.jpg" alt="22.jpg" width="575" height="454" /></strong></p>
<p>New Layer and Command + Alt + Shift + E (I think Command is Ctrl on windows but I&#8217;m not sure) to create a snapshot flattening all the layers in a single layer. Now I applied some blur..</p>
<p>And masked this layer!<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/23.jpg" alt="23.jpg" width="575" height="454" /></p>
<p>I used a radial gradient to mask the blurred level. I centered the gradient on the table. This help to focus the scene on the three cyborgs slightly blurring the background.</p>
<p><strong>Step 16</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/241.jpg" alt="24.jpg" width="575" height="454" /></strong></p>
<p>Let&#8217;s load some dirty textures and apply them to the cyborgs (you know, steampunk cyborgs don&#8217;t like to take shower).</p>
<p>You can see the texture on the red jacked, the hand, and on the ghostbuster device.</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/26.jpg" alt="26.jpg" width="575" height="454" /></p>
<p><strong>Step 17</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/27.jpg" alt="27.jpg" width="575" height="454" /></strong></p>
<p>Let&#8217;s desaturate a little the image.</p>
<p><strong>Step 18</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/28.jpg" alt="28.jpg" width="575" height="454" /></strong></p>
<p>Oh God photoshop crashed! Ok, just kidding. I created a layer and filled it with this color.. then I set it on Overlay Mode.<img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/29.jpg" alt="29.jpg" width="575" height="454" /></p>
<p><strong>Step 19</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/30.jpg" alt="30.jpg" width="575" height="454" /></strong></p>
<p>Let&#8217;s add some contrast&#8230;</p>
<p><strong>Step 20</strong></p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/31.jpg" alt="31.jpg" width="575" height="454" /></p>
<p>Don&#8217;t you want some smoke in the image? So, with a brush on a new layer paint some brush (very low opacity!)</p>
<p><strong>Step 20 + the dirty textures</strong></p>
<p><strong><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/33.jpg" alt="33.jpg" width="575" height="454" /></strong></p>
<p>Now let&#8217;s add the famous <a href="http://www.reallyjapan.com/blog/tutorials/dusty-textures/" target="_blank">Dirty dusty texture I made</a>! Remember, screen mode this time!</p>
<p>(oh, and another secret texture on the top of the image.. I&#8217;ll release it soon anyway)</p>
<p><img src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/34.jpg" alt="34.jpg" width="575" height="454" /></p>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/tutorials/making-of-a-cyborg-in-20-steps-with-photoshop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dusty Textures</title>
		<link>http://www.reallyjapan.com/blog/tutorials/dusty-textures/</link>
		<comments>http://www.reallyjapan.com/blog/tutorials/dusty-textures/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 07:55:22 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[texture]]></category>

		<guid isPermaLink="false">http://www.reallyjapan.com/blog/?p=220</guid>
		<description><![CDATA[Three dirty textures with dust, hair, and some fingerprints to dirt you digitally perfect photography!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/intro.jpg" rel="lightbox[220]"><img class="alignnone size-full wp-image-225" title="intro" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/intro.jpg" alt="intro" width="570" height="450" /></a></p>
<p>If you&#8217;ve noticed some dust, hair and dirty things on my pictures, like <a href="http://www.reallyjapan.com/index.php?showimage=220" target="_blank">this</a>, <a href="http://www.reallyjapan.com/index.php?showimage=218 " target="_blank">this</a>, and <a href="http://www.reallyjapan.com/index.php?showimage=207 " target="_blank">this</a>, and yes <a href="http://www.reallyjapan.com/index.php?showimage=206 ">this one too</a>, well, I can tell you I don&#8217;t like so much to clean home and even my computer desktop is a mess. Besides that.. I love grain, dust and those dirty picturessss.</p>
<p>So, anyway, today I&#8217;m feeling extremely generous and I&#8217;ll give you some dirtness. Three textures I made, to give your photographs a dusty and analogic feeling&#8230; to turn this kind of shots:</p>
<p><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/orig1.jpg" rel="lightbox[220]"><img class="alignnone size-full wp-image-226" title="orig1" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/orig1.jpg" alt="orig1" width="551" height="367" /></a></p>
<p>into this..</p>
<p><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/dusted.jpg" rel="lightbox[220]"><img class="alignnone size-full wp-image-224" title="dusted" src="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/dusted.jpg" alt="dusted" width="551" height="367" /></a></p>
<p>Just place one of the texture on a layer in front of you picture using the <strong>Screen</strong> overlay mode.. adjust the <strong>levels</strong> and the <strong>opacity</strong> to adjust the effect!</p>
<h3><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/dust1.jpg" rel="lightbox[220]">Download the dirty texture 1</a></h3>
<h3><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/dust2.jpg" rel="lightbox[220]">Download the dirty texture 2</a></h3>
<h3><a href="http://www.reallyjapan.com/blog/wp-content/uploads/2009/02/dust3.jpg" rel="lightbox[220]">Download the dirty texture 3</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.reallyjapan.com/blog/tutorials/dusty-textures/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

