<?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>lukeroberts</title>
	<atom:link href="http://lukeroberts.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukeroberts.us</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 24 Jan 2010 09:40:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a randomly coloured grid in Illustrator</title>
		<link>http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/</link>
		<comments>http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 05:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[colourful]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=377</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/"><img align="left" hspace="5" width="150" src="http://lukeroberts.us/wp-content/uploads/Gerhard-Richter-4900-Colours-v2-150x150.jpg" class="alignleft wp-post-image tfe" alt="Gerhard Richter - 4900 Colours: Version II" title="Gerhard-Richter-4900-Colours-v2" /></a>I stumbled across this work by Gerhard Richter &#8211; 4900 Colours: Version II (his other Colour Charts are great too) on ffffound and fell in love with it. Taking the randomly coloured grid concept a bit further (in the graphic design sense) is the Pet Shop Boys album, “Yes”, seen below.
I thought it would be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lukeroberts.us/wp-content/uploads/Gerhard-Richter-4900-Colours-v2.jpg"><img class="size-thumbnail wp-image-383 alignright" title="Gerhard-Richter-4900-Colours-v2" src="http://lukeroberts.us/wp-content/uploads/Gerhard-Richter-4900-Colours-v2-150x150.jpg" alt="Gerhard Richter - 4900 Colours: Version II" width="150" height="150" /></a>I stumbled across this work by <a href="http://en.wikipedia.org/wiki/Gerhard_Richter">Gerhard Richter</a> &#8211; <a href="http://www.serpentinegallery.org/2008/03/gerhard_richter23_september_16.html">4900 Colours: Version II</a> (his other <a href="ntings/abstracts/category.php?catID=12&amp;page_selected=2&amp;show_per_page=32">Colour Charts</a> are great too) on <a title="Anyone have any invites?" href="http://ffffound.com/">ffffound</a> and fell in love with it. Taking the randomly coloured grid concept a bit further (in the graphic design sense) is the Pet Shop Boys album, “Yes”, seen below.</p>
<p>I thought it would be interesting to see how hard it would be to achieve in Illustrator. With one small, free Illustrator script, it turns out it is quite easy.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/pet-shop-boys-yes.jpg"><img class="alignnone size-full wp-image-388" title="pet-shop-boys-yes" src="http://lukeroberts.us/wp-content/uploads/pet-shop-boys-yes.png" alt="" width="560" height="164" /></a></p>
<p>The script we&#8217;ll need is “vary_hues” from <a href="http://wundes.com/JS4AI/">wundes.com</a>. Save the .js file on to your computer somewhere. It&#8217;s well worth checking out the other scripts too.<span id="more-377"></span></p>
<h1>Step 1</h1>
<p><a href="http://lukeroberts.us/wp-content/uploads/step1a.png"><img class="alignright size-full wp-image-390" title="step1a" src="http://lukeroberts.us/wp-content/uploads/step1a.png" alt="" width="189" height="245" /></a>Create a new document, choose the Rectangular Grid Tool and click on your canvas to open the options for the Grid Tool.</p>
<p>I chose the same width and height to keep the grid as a bunch of squares and have set the rows and columns to 10&#215;10. Unless you&#8217;re going for a Mondrian style effect, leave the skew at 0% on each.</p>
<p><img class="alignnone size-full wp-image-394" title="step1b" src="http://lukeroberts.us/wp-content/uploads/step1b.png" alt="" width="355" height="409" /></p>
<h1>Step 2</h1>
<p><img class="size-full wp-image-397 alignright" title="step2a" src="http://lukeroberts.us/wp-content/uploads/step2a.gif" alt="" width="256" height="256" />You may notice at this point that the grid is just a rectangle with lines through it, rather than a bunch of individual squares.</p>
<p>To fix this, select the grid and open the Pathfinder palette. All you need to do now is click “Divide” and this will cut the grid up in to a bunch of squares for you.</p>
<p>To make it easier to see, fill the squares with a colour.</p>
<h1>Step 3</h1>
<p>Now we have a grid of squares, but it&#8217;s still all in a block. Ungroup the grid so you can select individual blocks – right click &gt; ungroup or CTRL + SHIFT + G.</p>
<p>Now we can get some colour in to them.</p>
<h1>Step 4</h1>
<p><img class="alignright size-full wp-image-400" title="step4" src="http://lukeroberts.us/wp-content/uploads/step4.png" alt="" width="256" height="256" />This is where the vary_hues script comes in to its own. Select all the squares and go to File &gt; Scripts &gt; Other Script, then browse to where ever you saved the vary_hues script.</p>
<p>When the dialog box comes up, enter 100 and click OK. 100 will ensure that there&#8217;s a wide variety of colours.</p>
<h1>Step 5</h1>
<p>The random colours will, most likely, look fairly ugly at the moment. The secret to the Gerhard Richter and “Yes” examples is that the colours aren&#8217;t completely random. So to get some order and harmony to the colours we&#8217;ll use the Live Color tool.</p>
<p><img class="alignnone size-full wp-image-402" title="step5" src="http://lukeroberts.us/wp-content/uploads/step5.png" alt="" width="532" height="74" /></p>
<p>With the squares still selected, choose the Recolor Artwork button to open Live Color.</p>
<h1>Step 6</h1>
<p><a href="http://lukeroberts.us/wp-content/uploads/step6.png"><img class="alignright size-thumbnail wp-image-404" title="step6" src="http://lukeroberts.us/wp-content/uploads/step6-150x150.png" alt="" width="150" height="150" /></a>This is where you can have some fun choosing colours. Click on the little grid button to open the swatches menu. This will give you a large selection of colour swatches to choose from. Art History &gt; Pop Art works well, but experiment with others to see how it works.</p>
<p>The Pop Art colours will be applied to the squares, replacing the random colours with more harmonious and hopefully attractive colours.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/step7.png"><img class="alignright size-thumbnail wp-image-407" title="step7" src="http://lukeroberts.us/wp-content/uploads/step7-150x150.png" alt="" width="150" height="150" /></a>The default Pop Art colours are a little dull, so let&#8217;s jump over to the Edit panel.</p>
<p>This will give you more control over the individual colours. The slider at the bottom (under the little sun icon) adjusts the brightness of the colour, so we&#8217;ll turn that up to make it a bit more vibrant. You can also grab and adjust individual colours on the palette to adjust them.</p>
<p>Click OK and you&#8217;re done!</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/final-grid.png"><img class="alignnone size-full wp-image-413" title="final-grid" src="http://lukeroberts.us/wp-content/uploads/final-grid.png" alt="" width="256" height="256" /></a></p>
<p>That&#8217;s the basic idea covered, so hopefully it&#8217;s a useful starting point for some interesting designs. If you use it, I&#8217;d love to see what you come up with.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2010/01/create-a-randomly-coloured-grid-in-illustrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What a handsome bunch &#8211; January 2010 browsers</title>
		<link>http://lukeroberts.us/2010/01/january-2010-browsers/</link>
		<comments>http://lukeroberts.us/2010/01/january-2010-browsers/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 05:21:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=368</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2010/01/january-2010-browsers/"><img align="left" hspace="5" width="150" src="http://lukeroberts.us/wp-content/uploads/browsers-jan20101-300x229.png" class="alignleft wp-post-image tfe" alt="Opera vs Chrome vs Firefox" title="browsers-jan2010" /></a>
My web browsers in order of usage. I was just noticing how good they all look now, so I thought I get them all together.

Opera for general, long sessions of browsing. Opera 10.50 pictured above.
Chrome + AdThwart for looking up something quickly, or if something doesn&#8217;t work quite correctly in Opera.
Firefox mostly for web development. Firefox [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lukeroberts.us/wp-content/uploads/browsers-jan20101.png"><img class="size-medium wp-image-370 alignright" title="browsers-jan2010" src="http://lukeroberts.us/wp-content/uploads/browsers-jan20101-300x229.png" alt="Opera vs Chrome vs Firefox" width="300" height="229" /></a></p>
<p>My web browsers in order of usage. I was just noticing how good they all look now, so I thought I get them all together.</p>
<ol>
<li><a href="http://www.opera.com/browser/">Opera</a> for general, long sessions of browsing. Opera 10.50 pictured above.</li>
<li><a href="http://www.google.com/chrome">Chrome</a> + <a href="https://chrome.google.com/extensions/detail/cfhdojbkjhnklbpkdaibdccddilifddb">AdThwart</a> for looking up something quickly, or if something doesn&#8217;t work quite correctly in Opera.</li>
<li><a href="www.getfirefox.com/">Firefox</a> mostly for web development. Firefox theme pictured above is <a href="http://boneyardbrew.deviantart.com/art/TwentyTen-v1-3-148735433">TwentyTen</a> with <a href="https://addons.mozilla.org/en-US/firefox/addon/1951">Fission</a> + <a href="https://addons.mozilla.org/en-US/firefox/addon/4014">Locationbar2</a> + <a href="http://adblockplus.org/en/">Adblock Plus</a> + <a href="http://getfirebug.com/">Firebug</a>.</li>
</ol>
<p><a href="/2008/05/pattern-wallpaper-template/">Wallpaper is from here</a>.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2010/01/january-2010-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project 365 Calendar 2010</title>
		<link>http://lukeroberts.us/2010/01/project-365-calendar-2010/</link>
		<comments>http://lukeroberts.us/2010/01/project-365-calendar-2010/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 01:56:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[project 365]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=352</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2010/01/project-365-calendar-2010/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/365-calendar-20101-150x150.png" class="alignleft wp-post-image tfe" alt="Project 365 Calendar 2010" title="365-calendar-2010" /></a>
If you&#8217;ve decided to participate in Project 365 this year, you might start to find it difficult to keep track of which number day it is in the year once you get out of January &#8211; I know I did when I did my Project 365 last year.
Last year I made a special Project 365 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-358" title="365-calendar-2010" src="http://lukeroberts.us/wp-content/uploads/365-calendar-20101.png" alt="Project 365 Calendar 2010" width="450" height="710" /></p>
<p>If you&#8217;ve decided to participate in Project 365 this year, you might start to find it difficult to keep track of which number day it is in the year once you get out of January &#8211; I know I did when I did my <a href="2010/01/project-365-2009-completed/">Project 365 last year</a>.</p>
<p>Last year I made a special Project 365 Calendar with all the days of the year on it and after a few requests, I&#8217;ve updated it for 2010.</p>
<h1>Details</h1>
<p>The PDF contains three A4 pages (all vector graphics, so it&#8217;s no problem to larger or at a different size). Page one is the full colour calendar. Page two is a black and white version. Page three is a simplified version &#8211; just black text on a white background.</p>
<h1>Download</h1>
<p><a href="http://lukeroberts.us/wp-content/uploads/Project-365-Calendar-2010-Notes.pdf"><br />
<img class="alignnone size-medium wp-image-361" title="preview" src="http://lukeroberts.us/wp-content/uploads/preview-204x300.png" alt="" width="204" height="300" /></p>
<p>Project 365 Calendar 2010 &#8211; (PDF ~34kb)</p>
<p></a></p>
<h1>Also</h1>
<p>I&#8217;ve also <a href="http://lukeroberts.us/tagr2010/">updated Tagr for 2010</a> to help you tag your Project 365 photos with the correct date, number, etc.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2010/01/project-365-calendar-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project 365 2009 Completed</title>
		<link>http://lukeroberts.us/2010/01/project-365-2009-completed/</link>
		<comments>http://lukeroberts.us/2010/01/project-365-2009-completed/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 01:42:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[project 365]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=348</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2010/01/project-365-2009-completed/"><img align="left" hspace="5" width="150" src="http://farm3.static.flickr.com/2749/4232445579_679babbaa3.jpg" class="alignleft wp-post-image tfe" alt="365 Fragments" title="" /></a>
The project is complete! I took one photo every day in 2009 and the above mosaic is the result. Definitely a worthwhile experience and it&#8217;s very satisfying to complete such a long running project.
]]></description>
			<content:encoded><![CDATA[<p><a title="365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/4232445579/"><img src="http://farm3.static.flickr.com/2749/4232445579_679babbaa3.jpg" alt="365 Fragments" width="476" height="500" /></a></p>
<p>The project is complete! I took one photo every day in 2009 and the above mosaic is the result. Definitely a worthwhile experience and it&#8217;s very satisfying to complete such a long running project.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2010/01/project-365-2009-completed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Freelensing</title>
		<link>http://lukeroberts.us/2009/12/freelensing/</link>
		<comments>http://lukeroberts.us/2009/12/freelensing/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 12:00:52 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[freelensing]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=342</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2009/12/freelensing/"><img align="left" hspace="5" width="150" src="http://lukeroberts.nfshost.com/wp-content/uploads/freelensing-guide.png" class="alignleft wp-post-image tfe" alt="" title="freelensing-guide" /></a>
What is Freelensing?
Photos taken with the lens detached from the camera but held in place and moved around to focus. This also lets extra light in sometimes causing light leaks and giving a vintage look and feel.
Freelensing can also:

Give extra bokeh by shrinking the area in focus (aperture is 0)
Allow for super macro shots
Produce ethereal [...]]]></description>
			<content:encoded><![CDATA[<h1><img class="alignnone size-full wp-image-344" title="freelensing-guide" src="http://lukeroberts.nfshost.com/wp-content/uploads/freelensing-guide.png" alt="" width="500" height="500" /></h1>
<h1><strong>What is Freelensing?</strong></h1>
<p>Photos taken with the lens detached from the camera but held in place and moved around to focus. This also lets extra light in sometimes causing light leaks and giving a vintage look and feel.</p>
<p>Freelensing can also:</p>
<ul>
<li>Give extra bokeh by shrinking the area in focus (aperture is 0)</li>
<li>Allow for super macro shots</li>
<li>Produce ethereal lighting by allowing stray light to get in to the sensor</li>
<li>Make delicious light leaks</li>
<li>Create tilt-shift effects</li>
</ul>
<h1><strong>How do I do it?</strong></h1>
<p>If you just want the tilt-shift effect, you can detach the lens, but hold it in place against the camera. Slightly move the lens left, right, up or down.</p>
<p>It&#8217;s easier if your camera has a &#8220;live view&#8221; so you can see what it looks like, but it&#8217;s not too much harder with the view finder.</p>
<p>You only need to move the lens a few millimetres (fractions of an inch), and <strong>doing it this way, there&#8217;s not much risk of dust getting in to the sensor</strong>.</p>
<p>If you want lightleaks or the super-macro kind of effect, you will need to hold the lens a little bit further away (probably no more than a finger width, though). <strong>This is a bit more risky if you&#8217;re worried about dust</strong>, so try not to hold the lens away from the camera for too long and only do it in a dust-free environment.</p>
<p>For light leaks, I&#8217;ve found it&#8217;s best to be in a fairly dark room, with a big window in front of you. This lets the outside light get in to the camera (i.e. not through the lens, but just going straight in to the gap between the lens and the camera) but limits the ambient light getting in (which makes the photos less defined).</p>
<h1><img class="alignnone size-full wp-image-346" title="freelensing-guide-lightleaks" src="http://lukeroberts.nfshost.com/wp-content/uploads/freelensing-guide-lightleaks.png" alt="" width="500" height="500" /></h1>
<h1><strong>Will it work with my (SLR) camera?</strong></h1>
<p>Canon &#8211; Yes</p>
<p>Nikon &#8211; Yes &#8211; You have to put the camera into manual mode (thanks <a href="http://www.flickr.com/photos/eddiebarksdale/">Eddie Barksdale</a>)</p>
<p>Sony &#8211; Yes &#8211; In your camera&#8217;s menus, look for the &#8220;Release w/o Lens&#8221; option, and make sure it is enabled. You might also need to make something that will hold the aperture lever on the back of the lens in the open position (thanks <a href="http://www.flickr.com/photos/ted_andes/">ted @ndes</a>)</p>
<p><em>If you&#8217;ve had success with your camera and it&#8217;s not on the list, let us know in the comments here or on the <a href="http://www.flickr.com/groups/freelensing/discuss/72157614223515120/">freelensing forum on Flickr</a>.</em></p>
<h1><strong>Examples</strong><em> </em></h1>
<p><a title="Polaroid 636 Closeup by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3024449148/"><img src="http://farm4.static.flickr.com/3021/3024449148_d3cdeb1d89_m.jpg" alt="Polaroid 636 Closeup" width="160" height="240" /></a><a title="084|365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3386868675/"><img src="http://farm4.static.flickr.com/3633/3386868675_d14c032b9a_m.jpg" alt="084|365 Fragments" width="160" height="240" /></a><a title="193|365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3716874116/"><img src="http://farm4.static.flickr.com/3476/3716874116_2d6caea18d_m.jpg" alt="193|365 Fragments" width="160" height="240" /></a><a title="023|365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3220307046/"><img src="http://farm4.static.flickr.com/3091/3220307046_ce89dff85d_m.jpg" alt="023|365 Fragments" width="160" height="240" /></a><a title="323 by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/4119012348/"><img src="http://farm3.static.flickr.com/2601/4119012348_e10d0be29a_m.jpg" alt="323" width="160" height="240" /></a><a title="356|365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/4205302893/"><img src="http://farm3.static.flickr.com/2508/4205302893_2654aab81d_m.jpg" alt="356|365 Fragments" width="160" height="240" /></a></p>
<p>See more on the <a href="http://www.flickr.com/groups/freelensing/">Flickr Freelensing pool</a>.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2009/12/freelensing/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Opera 10 tip: remove tab resizer</title>
		<link>http://lukeroberts.us/2009/06/opera-10-tip-remove-tab-resizer/</link>
		<comments>http://lukeroberts.us/2009/06/opera-10-tip-remove-tab-resizer/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:19:05 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[expand]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[tab]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=334</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2009/06/opera-10-tip-remove-tab-resizer/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2009/06/opera-tabs-150x150.png" class="alignleft wp-post-image tfe" alt="opera-tabs" title="opera-tabs" /></a>Edit: Oops &#8211; there&#8217;s actually a much simpler way. Right click on the tab area &#62; Customize &#62; Enable thumbnails in tabs  
The Opera 10 beta has introduced a new tab feature that lets you resize tabs and expand them to show a full thumbnail. You can either click and drag it down, or [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Edit: </strong>Oops &#8211; there&#8217;s actually a much simpler way. Right click on the tab area &gt; Customize &gt; Enable thumbnails in tabs <img src='http://lukeroberts.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>The <a href="http://www.opera.com/browser/next/">Opera 10 beta</a> has introduced a new tab feature that lets you resize tabs and expand them to show a full thumbnail. You can either click and drag it down, or middle click on it to expand the thumbnails.</p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2009/06/opera-tabs.png"><img class="alignnone size-full wp-image-335" title="opera-tabs" src="http://lukeroberts.us/wp-content/uploads/2009/06/opera-tabs.png" alt="opera-tabs" width="550" height="314" /></a></p>
<p>While it&#8217;s an attractive feature and some people might find it useful, I&#8217;m not one of them. Since I use the middle mouse button click to open and close tabs, it actually gets in the way. I&#8217;ve been accidentally middle clicking a bit to low and opening the tab view quite often.</p>
<div id="attachment_336" class="wp-caption alignnone" style="width: 310px"><a href="http://lukeroberts.us/wp-content/uploads/2009/06/opera-config.png"><img class="size-medium wp-image-336" title="opera-config" src="http://lukeroberts.us/wp-content/uploads/2009/06/opera-config-300x217.png" alt="Follow these settings" width="300" height="217" /></a><p class="wp-caption-text">Follow these settings</p></div>
<p>Luckily, there&#8217;s an easy way to disable it. Just type &#8220;<strong>opera:config</strong>&#8221; into the address bar. Then type <strong>Tab</strong> into the search box. You should see &#8220;<strong>Use Thumbnails Inside Tabs</strong>&#8221; &#8211; untick this, click <strong>save</strong>, then restart Opera. Fixed.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2009/06/opera-10-tip-remove-tab-resizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boston Public Library (Great Resource)</title>
		<link>http://lukeroberts.us/2009/05/boston-public-library-great-resource/</link>
		<comments>http://lukeroberts.us/2009/05/boston-public-library-great-resource/#comments</comments>
		<pubDate>Sun, 31 May 2009 03:07:51 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Boston Public Library]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=327</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2009/05/boston-public-library-great-resource/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2009/05/3530693449_3a833771a0-150x150.jpg" class="alignleft wp-post-image tfe" alt="I love the layers of colour in this poster for " title="3530693449_3a833771a0" /></a>If you&#8217;re looking for some inspiration, the Bostom Public Library has a fantastic Flickr account with lots of classic posters. They&#8217;re all licensed under Creative Commons and for available at a reasonable size (unlike many similar resources).
I really love the style of these old travel posters. The colours they&#8217;ve used and the hand-painted texture gives [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_328" class="wp-caption alignright" style="width: 198px"><a href="http://www.flickr.com/photos/boston_public_library/3530693449/in/set-72157618058787787"><img class="size-medium wp-image-328" title="3530693449_3a833771a0" src="http://lukeroberts.us/wp-content/uploads/2009/05/3530693449_3a833771a0-188x300.jpg" alt="I love the layers of colour in this poster for 'Motoring in Germany'" width="188" height="300" /></a><p class="wp-caption-text">I love the layers of colour in this poster for &#39;Motoring in Germany&#39;</p></div>
<p>If you&#8217;re looking for some inspiration, the <a href="http://www.bpl.org/">Bostom Public Library</a> has a fantastic <a href="http://www.flickr.com/photos/boston_public_library/">Flickr account</a> with lots of classic posters. They&#8217;re all licensed under Creative Commons and for available at a reasonable size (unlike many similar resources).</p>
<p>I really love the style of these old <a href="http://www.flickr.com/photos/boston_public_library/sets/72157618058787787/">travel posters</a>. The colours they&#8217;ve used and the hand-painted texture gives them a lot of character that is often difficult to reproduce digitally. The scans, with their subtle paper texture, creases and folds, only add to that. I particularly like the layers of colour in the poster for &#8216;<a href="http://www.flickr.com/photos/boston_public_library/3530693449/in/set-72157618058787787"><em>Motoring in Germany</em></a>&#8216;.</p>
<p>As well as the travel posters, there are <a href="http://www.flickr.com/photos/boston_public_library/sets/72157604204316251/">WWI and WWII propaganda posters</a>, old manuscripts, postcards and photos. The whole account is a great resource for colour, texture and general design inspiration.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2009/05/boston-public-library-great-resource/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSN Live Messenger to Illustrator</title>
		<link>http://lukeroberts.us/2009/05/msn-live-messenger-to-illustrator/</link>
		<comments>http://lukeroberts.us/2009/05/msn-live-messenger-to-illustrator/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:10:56 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[msn]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=316</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2009/05/msn-live-messenger-to-illustrator/"><img align="left" hspace="5" width="150" src="http://lukeroberts.us/wp-content/uploads/2009/05/01-msn-225x300.png" class="alignleft wp-post-image tfe" alt="MSN Live Messenger drawn-conversation in progress" title="01-msn" /></a>If you&#8217;re anything like me, you can often communicate better visually with images, rather than text. When chatting on MSN with my trusty Wacom tablet, often half the conversation is in drawings, especially when the other person enjoys drawing as much as I do.
The problem with these drawn-conversations is that it can be difficult to [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re anything like me, you can often communicate better visually with images, rather than text. When chatting on MSN with my trusty Wacom tablet, often half the conversation is in drawings, especially when the other person enjoys drawing as much as I do.</p>
<div id="attachment_318" class="wp-caption alignnone" style="width: 235px"><a href="http://lukeroberts.us/wp-content/uploads/2009/05/01-msn.png"><img class="size-medium wp-image-318" title="01-msn" src="http://lukeroberts.us/wp-content/uploads/2009/05/01-msn-225x300.png" alt="MSN Live Messenger drawn-conversation in progress" width="225" height="300" /></a><p class="wp-caption-text">MSN Live Messenger drawn-conversation in progress</p></div>
<p>The problem with these drawn-conversations is that it can be difficult to keep a record of what has been drawn. Sometimes whole comics or detailed pictures are drawn with no way to save the images&#8230; unless you have Adobe Illustrator. Here&#8217;s how.</p>
<p>Next time you have a drawing in MSN that you want to save, open up Illustrator and simply drag and drop the drawing into the Illustrator workspace.</p>
<div id="attachment_319" class="wp-caption alignnone" style="width: 310px"><a href="http://lukeroberts.us/wp-content/uploads/2009/05/02-msn-drag.png"><img class="size-medium wp-image-319" title="02-msn-drag" src="http://lukeroberts.us/wp-content/uploads/2009/05/02-msn-drag-300x299.png" alt="Drag and drop the drawing into Illustrator" width="300" height="299" /></a><p class="wp-caption-text">Drag and drop the drawing into Illustrator</p></div>
<p>The beauty of using Illustrator (rather than just taking a screen shot) is that it saves the drawing <strong>in full vector detail</strong>.</p>
<p>So whether it&#8217;s a comic that you&#8217;ve been able to get just the right expression on or just a funny picture you want to save, you&#8217;ll be able to retain all the detail and enlarge or refine the image further in Illustrator. Or even  export it to Flash and animate it, or print it out and give it to the friend you were talking to (things seem funnier in print).</p>
<div id="attachment_321" class="wp-caption alignnone" style="width: 510px"><a href="http://lukeroberts.us/wp-content/uploads/2009/05/03-illustrator.png"><img class="size-full wp-image-321" title="03-small" src="http://lukeroberts.us/wp-content/uploads/2009/05/03-small.png" alt="Right: Vector outlines in Illustrator. Left: A custom brush applied to the strokes." width="500" height="210" /></a><p class="wp-caption-text">Right: Vector outlines in Illustrator. Left: A custom brush applied to the strokes.</p></div>
<p>Illustrator is the only program that seems to be able to capture the vector data properly. If you know of any other programs that work, let me know!</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2009/05/msn-live-messenger-to-illustrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project 365 &#8211; the first 4 months</title>
		<link>http://lukeroberts.us/2009/05/project-365/</link>
		<comments>http://lukeroberts.us/2009/05/project-365/#comments</comments>
		<pubDate>Tue, 12 May 2009 07:38:10 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[project 365]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=314</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2009/05/project-365/"><img align="left" hspace="5" width="150" src="http://farm4.static.flickr.com/3304/3243078816_2176ba10ce.jpg" class="alignleft wp-post-image tfe" alt="January | 365 Fragments" title="" /></a>My Project 365 is going well &#8211; haven&#8217;t missed a day so far.
January

February

March

April

]]></description>
			<content:encoded><![CDATA[<p>My Project 365 is going well &#8211; haven&#8217;t missed a day so far.</p>
<h2>January</h2>
<p><a title="January | 365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3243078816/"><img src="http://farm4.static.flickr.com/3304/3243078816_2176ba10ce.jpg" alt="January | 365 Fragments" width="500" height="361" /></a></p>
<h2>February</h2>
<p><a title="February | 365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3318761626/"><img src="http://farm4.static.flickr.com/3452/3318761626_972d3ae058.jpg" alt="February | 365 Fragments" width="500" height="421" /></a></p>
<h2>March</h2>
<p><a title="March | 365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3404479088/"><img src="http://farm4.static.flickr.com/3466/3404479088_2aa5560b94.jpg" alt="March | 365 Fragments" width="500" height="354" /></a></p>
<h2>April</h2>
<p><a title="April | 365 Fragments by lukeroberts, on Flickr" href="http://www.flickr.com/photos/lukeroberts/3500420462/"><img src="http://farm4.static.flickr.com/3539/3500420462_1aa1a29da1.jpg" alt="April | 365 Fragments" width="464" height="500" /></a></p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2009/05/project-365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 Calendar</title>
		<link>http://lukeroberts.us/2009/01/2009-calendar/</link>
		<comments>http://lukeroberts.us/2009/01/2009-calendar/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 11:12:35 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[project 365]]></category>

		<guid isPermaLink="false">http://lukeroberts.us/?p=293</guid>
		<description><![CDATA[<a href="http://lukeroberts.us/2009/01/2009-calendar/"><img align="left" hspace="5" width="150" height="150" src="http://lukeroberts.us/wp-content/uploads/2009/01/project365calendar2009-150x150.png" class="alignleft wp-post-image tfe" alt="project365calendar2009" title="project365calendar2009" /></a>
I decided to participate in Project 365 this year. Only 5 days in and I can already see it&#8217;s going to be difficult to keep track of which number day it is in the year. You can see my Project 365 photos here.
I meant to get myself a calendar today but forgot, so I decided [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-294" title="project365calendar2009" src="http://lukeroberts.us/wp-content/uploads/2009/01/project365calendar2009.png" alt="project365calendar2009" width="500" height="456" /></p>
<p>I decided to participate in <a href="http://flickr.com/groups/project_365/">Project 365</a> this year. Only 5 days in and I can already see it&#8217;s going to be difficult to keep track of which number day it is in the year. You can see <a href="http://www.flickr.com/photos/lukeroberts/sets/72157611979672657/">my Project 365 photos here</a>.</p>
<p>I meant to get myself a calendar today but forgot, so I decided to make one myself, which shows on each day what day of the year it is.<br />
&nbsp;</p>
<h2>Details</h2>
<ol>
<li>There are two versions: one with a &#8220;<strong>notes</strong>&#8221; section on the right and one with the &#8220;<strong>scavenger hunt</strong>&#8221; items for Project 365.</li>
<li>Each version has 3 pages in the PDF: Full colour, Black and Economy. This is to let you choose which you want to print depending on the capabilities of your printer.</li>
<li>Made in InDesign in a surprisingly short amount of time.</li>
<li>Formatted for A4 paper.</li>
</ol>
<p>&nbsp;</p>
<h2>Download</h2>
<p><a href="http://lukeroberts.us/wp-content/uploads/2009/01/project-365-calendar-notes.pdf">Project 365 Calendar 2009 &#8211; <strong>Notes version</strong> (PDF ~38kb)</a></p>
<p><a href="http://lukeroberts.us/wp-content/uploads/2009/01/project-365-calendar-hunt.pdf">Project 365 Calendar 2009 &#8211; <strong>Scavenger hunt version</strong> (PDF ~53kb)</a><br />
<span id="more-293"></span><br />
&nbsp;</p>
<h2>Preview</h2>
<p><img class="alignnone size-full wp-image-295" title="project365calendar2009-preview" src="http://lukeroberts.us/wp-content/uploads/2009/01/project365calendar2009-preview.png" alt="project365calendar2009-preview" width="500" height="707" /></p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://lukeroberts.us/2009/01/2009-calendar/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
