<?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>Tutorial51 &#187; Graphics</title>
	<atom:link href="http://tutorial51.com/category/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorial51.com</link>
	<description>The Best of Web Tutorials</description>
	<lastBuildDate>Sat, 12 Jun 2010 11:24:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Distributed Key-Manager Verification</title>
		<link>http://tutorial51.com/2010/06/distributed-key-manager-verification/</link>
		<comments>http://tutorial51.com/2010/06/distributed-key-manager-verification/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:11:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[checker]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code fragments]]></category>
		<category><![CDATA[cryptography algorithms]]></category>
		<category><![CDATA[key management system]]></category>
		<category><![CDATA[Manager Verification]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[model checker]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[type checker]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/distributed-key-manager-verification/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/distributed-key-manager-verification/"><img align="left" hspace="5" width="150" height="150" src="http://tutorial51.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><a href="http://ideal507.bttb1.hop.clickbank.net"><img src="http://www.bloggingtothebank.com/img/banner5.gif" width="250" height="250"></a> </p><p>This package contains the F# and F7 source files to aid in the verification of a distributed key-management system. This new component implements a data-protection API for groups of clients. To enable long-term data protection, it supports cryptographic agility so cryptography algorithms and policies can evolve for protecting fresh data while preserving access to old data. To verify the security of our design and production code, written in C#, we write a reference implementation in F#. Formally, we verify our F# code against a logical cryptographic model using F7, a refinement type checker coupled with a model checker. Experimentally, we test that the corresponding C# and F# code fragments are interchangeable.</p>
<p><a href="http://research.microsoft.com/en-us/downloads/033a9696-bce5-44ea-9017-06aa38950b77/default.aspx">Distributed Key-Manager Verification</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://ideal507.bttb1.hop.clickbank.net"><img src="http://www.bloggingtothebank.com/img/banner5.gif" width="250" height="250"></a> </p><p>This package contains the F# and F7 source files to aid in the verification of a distributed key-management system. This new component implements a data-protection API for groups of clients. To enable long-term data protection, it supports cryptographic agility so cryptography algorithms and policies can evolve for protecting fresh data while preserving access to old data. To verify the security of our design and production code, written in C#, we write a reference implementation in F#. Formally, we verify our F# code against a logical cryptographic model using F7, a refinement type checker coupled with a model checker. Experimentally, we test that the corresponding C# and F# code fragments are interchangeable.</p>
<p><a href="http://research.microsoft.com/en-us/downloads/033a9696-bce5-44ea-9017-06aa38950b77/default.aspx">Distributed Key-Manager Verification</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/distributed-key-manager-verification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pex &#8211; Automated Whitebox Testing for .NET (32 bit)</title>
		<link>http://tutorial51.com/2010/06/pex-automated-whitebox-testing-for-net-32-bit/</link>
		<comments>http://tutorial51.com/2010/06/pex-automated-whitebox-testing-for-net-32-bit/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:11:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[box test]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code coverage]]></category>
		<category><![CDATA[Pex]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[relevant test]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[test generation tool]]></category>
		<category><![CDATA[test inputs]]></category>
		<category><![CDATA[unit]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/pex-automated-whitebox-testing-for-net-32-bit/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/pex-automated-whitebox-testing-for-net-32-bit/"><img align="left" hspace="5" width="150" height="150" src="http://tutorial51.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><a href="http://ideal507.bttb1.hop.clickbank.net"><img src="http://www.bloggingtothebank.com/img/banner5.gif" width="250" height="250"></a> </p><p>Pex (Program EXploration) is a white-box test generation tool. Given a hand-written parameterized unit test, Pex analyzes the code to determine relevant test inputs fully automatically. The result is a traditional unit test suite with high code coverage.</p>
<p><a href="http://research.microsoft.com/en-us/downloads/d2279651-851f-4d7a-bf05-16fd7eb26559/default.aspx">Pex &#8211; Automated Whitebox Testing for .NET (32 bit)</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Pex (Program EXploration) is a white-box test generation tool. Given a hand-written parameterized unit test, Pex analyzes the code to determine relevant test inputs fully automatically. The result is a traditional unit test suite with high code coverage.</p>
<p><a href="http://research.microsoft.com/en-us/downloads/d2279651-851f-4d7a-bf05-16fd7eb26559/default.aspx">Pex &#8211; Automated Whitebox Testing for .NET (32 bit)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/pex-automated-whitebox-testing-for-net-32-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FYI Monday: Beautiful Lightning Design by Patrick Monkel</title>
		<link>http://tutorial51.com/2010/06/fyi-monday-beautiful-lightning-design-by-patrick-monkel/</link>
		<comments>http://tutorial51.com/2010/06/fyi-monday-beautiful-lightning-design-by-patrick-monkel/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:11:21 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[creative juices]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[design style]]></category>
		<category><![CDATA[freelance graphic designer]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[lightning design]]></category>
		<category><![CDATA[Monday]]></category>
		<category><![CDATA[Patrick]]></category>
		<category><![CDATA[Patrick Monkel]]></category>
		<category><![CDATA[series]]></category>
		<category><![CDATA[the Netherlands]]></category>
		<category><![CDATA[vibrant images]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/fyi-monday-beautiful-lightning-design-by-patrick-monkel/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/fyi-monday-beautiful-lightning-design-by-patrick-monkel/"><img align="left" hspace="5" width="150" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/bbee4_rebirth-by-Patrick-Monkel-575x309.jpg" class="alignleft wp-post-image tfe" alt="rebirth by Patrick Monkel" title="rebirth by Patrick Monkel" /></a><p>This post is part of the <strong>For Your Inspiration Monday</strong> Series showcasing the most inspiring designs out there. Each week a new artist or design style will be presented in order to get your creative juices flowing for the upcoming week. I hope you enjoy the series.<br />
<strong>Patrick Monkel</strong> is a freelance graphic designer from the Netherlands who works under the name of Monk Studio. You might have come across his website which has been featured in many &#8220;minimal webdesign showcases&#8221;. Today, I want to focus on Patrick&#8217;s actual design work. His style is very popular at the moment, using all the lightning techniques many want to learn. What I like most about the work is that Patrick Monkel manages to get very vibrant images with the use of mute colours. This just goes to show the amazing talent of this outstanding designer. Find below a selection of his work. Make sure to visit <a title="Monk Design - portfolio of graphic designer Patrick Monkel" href="http://patrickmonkel.nl/index.php">Patrick&#8217;s portfolio</a> for even more inspiration.</p>
<p><img class="alignnone size-medium wp-image-1762" title="rebirth by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/bbee4_rebirth-by-Patrick-Monkel-575x309.jpg" alt="rebirth by Patrick Monkel" width="575" height="309" /></p>
<p><img class="alignnone size-medium wp-image-1757" title="back to space by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/bbee4_back-to-space-by-Patrick-Monkel-575x359.jpg" alt="back to space by Patrick Monkel" width="575" height="359" /></p>
<p><span></span></p>
<p><img class="alignnone size-full wp-image-1763" title="stripes by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/5d96f_stripes-by-Patrick-Monkel.jpg" alt="stripes by Patrick Monkel" width="469" height="673" /></p>
<p><img class="alignnone size-full wp-image-1761" title="kingoftomorrow by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/5d96f_kingoftomorrow-by-Patrick-Monkel.jpg" alt="kingoftomorrow by Patrick Monkel" width="469" height="673" /></p>
<p><img class="alignnone size-medium wp-image-1756" title="animals of nature by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/5d96f_animals-of-nature-by-Patrick-Monkel-575x813.jpg" alt="animals of nature by Patrick Monkel" width="575" height="813" /></p>
<p><img class="alignnone size-full wp-image-1758" title="bassinspace by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/93621_bassinspace-by-Patrick-Monkel.jpg" alt="bassinspace by Patrick Monkel" width="469" height="673" /></p>
<p><img class="alignnone size-full wp-image-1759" title="delirium by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/93621_delirium-by-Patrick-Monkel.jpg" alt="delirium by Patrick Monkel" width="469" height="745" /></p>
<p><img class="alignnone size-full wp-image-1760" title="dreamcatcher by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/93621_dreamcatcher-by-Patrick-Monkel.jpg" alt="dreamcatcher by Patrick Monkel" width="469" height="673" /></p>
<div>
<a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:V_sGLiPBpWU"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/b0739_fudgegraphics?i=FxtsHnlPxxI:9EQu9zc92CQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:gIN9vFwOqvQ"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/22c43_fudgegraphics?i=FxtsHnlPxxI:9EQu9zc92CQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:F7zBnMyn0Lo"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/22c43_fudgegraphics?i=FxtsHnlPxxI:9EQu9zc92CQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:dnMXMwOfBR0"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/22c43_fudgegraphics?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:qj6IDK7rITs"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/c8190_fudgegraphics?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/c8190_FxtsHnlPxxI" height="1" width="1" /></p>
<p><a href="http://www.fudgegraphics.com/2010/06/fyi-monday-inspiration-beautiful-lightning-design-patrick-monkel/">FYI Monday: Beautiful Lightning Design by Patrick Monkel</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This post is part of the <strong>For Your Inspiration Monday</strong> Series showcasing the most inspiring designs out there. Each week a new artist or design style will be presented in order to get your creative juices flowing for the upcoming week. I hope you enjoy the series.<br />
<strong>Patrick Monkel</strong> is a freelance graphic designer from the Netherlands who works under the name of Monk Studio. You might have come across his website which has been featured in many &#8220;minimal webdesign showcases&#8221;. Today, I want to focus on Patrick&#8217;s actual design work. His style is very popular at the moment, using all the lightning techniques many want to learn. What I like most about the work is that Patrick Monkel manages to get very vibrant images with the use of mute colours. This just goes to show the amazing talent of this outstanding designer. Find below a selection of his work. Make sure to visit <a title="Monk Design - portfolio of graphic designer Patrick Monkel" href="http://patrickmonkel.nl/index.php">Patrick&#8217;s portfolio</a> for even more inspiration.</p>
<p><img class="alignnone size-medium wp-image-1762" title="rebirth by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/bbee4_rebirth-by-Patrick-Monkel-575x309.jpg" alt="rebirth by Patrick Monkel" width="575" height="309" /></p>
<p><img class="alignnone size-medium wp-image-1757" title="back to space by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/bbee4_back-to-space-by-Patrick-Monkel-575x359.jpg" alt="back to space by Patrick Monkel" width="575" height="359" /></p>
<p><span></span></p>
<p><img class="alignnone size-full wp-image-1763" title="stripes by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/5d96f_stripes-by-Patrick-Monkel.jpg" alt="stripes by Patrick Monkel" width="469" height="673" /></p>
<p><img class="alignnone size-full wp-image-1761" title="kingoftomorrow by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/5d96f_kingoftomorrow-by-Patrick-Monkel.jpg" alt="kingoftomorrow by Patrick Monkel" width="469" height="673" /></p>
<p><img class="alignnone size-medium wp-image-1756" title="animals of nature by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/5d96f_animals-of-nature-by-Patrick-Monkel-575x813.jpg" alt="animals of nature by Patrick Monkel" width="575" height="813" /></p>
<p><img class="alignnone size-full wp-image-1758" title="bassinspace by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/93621_bassinspace-by-Patrick-Monkel.jpg" alt="bassinspace by Patrick Monkel" width="469" height="673" /></p>
<p><img class="alignnone size-full wp-image-1759" title="delirium by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/93621_delirium-by-Patrick-Monkel.jpg" alt="delirium by Patrick Monkel" width="469" height="745" /></p>
<p><img class="alignnone size-full wp-image-1760" title="dreamcatcher by Patrick Monkel" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/93621_dreamcatcher-by-Patrick-Monkel.jpg" alt="dreamcatcher by Patrick Monkel" width="469" height="673" /></p>
<div>
<a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:V_sGLiPBpWU"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/b0739_fudgegraphics?i=FxtsHnlPxxI:9EQu9zc92CQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:gIN9vFwOqvQ"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/22c43_fudgegraphics?i=FxtsHnlPxxI:9EQu9zc92CQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:F7zBnMyn0Lo"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/22c43_fudgegraphics?i=FxtsHnlPxxI:9EQu9zc92CQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:dnMXMwOfBR0"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/22c43_fudgegraphics?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=FxtsHnlPxxI:9EQu9zc92CQ:qj6IDK7rITs"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/c8190_fudgegraphics?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/c8190_FxtsHnlPxxI" height="1" width="1" /></p>
<p><a href="http://www.fudgegraphics.com/2010/06/fyi-monday-inspiration-beautiful-lightning-design-patrick-monkel/">FYI Monday: Beautiful Lightning Design by Patrick Monkel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/fyi-monday-beautiful-lightning-design-by-patrick-monkel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spectrum: Free June 2010 Calendar Wallpaper</title>
		<link>http://tutorial51.com/2010/06/spectrum-free-june-2010-calendar-wallpaper/</link>
		<comments>http://tutorial51.com/2010/06/spectrum-free-june-2010-calendar-wallpaper/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:10:59 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[calendar version]]></category>
		<category><![CDATA[calendar versions]]></category>
		<category><![CDATA[creative juices]]></category>
		<category><![CDATA[free calendar wallpaper]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[June]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[wallpaper set]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/spectrum-free-june-2010-calendar-wallpaper/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/spectrum-free-june-2010-calendar-wallpaper/"><img align="left" hspace="5" width="150" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/a90c8_June-2010-Calendar-Desktop-Background-Wallpaper-Preview-by-fudgegraphics-575x359.jpg" class="alignleft wp-post-image tfe" alt="June 2010 Calendar Desktop Background Wallpaper Preview by fudgegraphics" title="June 2010 Calendar Desktop Background Wallpaper Preview by fudgegraphics" /></a><p>This post is part of the free calendar wallpaper series. Each month I create a new wallpaper featuring the current calendar. Looking at the same image over and over again is not very stimulating. Hence having a new desktop background each month should help getting your creative juices flowing. <strong>June 2010 Calendar Wallpaper</strong> is entitled &#8220;Spectrum&#8221;. It&#8217;s been created entirely in Photoshop using shapes, brushes and textures. I hope you like it.<br />
As always the June 2010 calendar wallpaper comes in the following resolutions and non-calendar versions are also included:</p>
<ul>
<li>1920&#215;1200 (suitable for 1440&#215;900)</li>
<li>1600&#215;1200</li>
<li>1280&#215;1024</li>
<li>320&#215;479 (iPhone, non-calendar version only)</li>
</ul>
<h3>Preview:</h3>
<p><img class="alignnone size-medium wp-image-1751" title="June 2010 Calendar Desktop Background Wallpaper Preview by fudgegraphics" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/a90c8_June-2010-Calendar-Desktop-Background-Wallpaper-Preview-by-fudgegraphics-575x359.jpg" alt="June 2010 Calendar Desktop Background Wallpaper Preview by fudgegraphics" width="575" height="359" /></p>
<p><span></span></p>
<h3>Download the June 2010 Calendar Wallpaper Set:</h3>
<div><a title="download June 2010 Calendar Wallpaper Set" href="http://www.deviantart.com/download/166048736/June_2010_Calendar_Wallpaper_by_fudgegraphics.zip"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_download_button.jpg" alt="download button" /></a><br />
contains 1 .zip file &#8211; 2 Versions, 3 Resolutions (incl. iPhone), 3.7 Mb</div>
<h3>Download &#8220;In Too Deep&#8221; iPhone / iPod Touch Wallpaper:</h3>
<p>For those accessing the site on their iPhone or iPod Touch you can simply save the image below and set it as your wallpaper.</p>
<p><img class="alignnone size-full wp-image-1752" title="Spectrum iPhone Background Wallpaper by fudgegraphics" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_Spectrum-iPhone-Background-Wallpaper-by-fudgegraphics.jpg" alt="Spectrum iPhone Background Wallpaper by fudgegraphics" width="320" height="479" /></p>
<div>
<a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:V_sGLiPBpWU"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?i=dQNWBjRNX7Y:sjqbsUBAqj0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:gIN9vFwOqvQ"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?i=dQNWBjRNX7Y:sjqbsUBAqj0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:F7zBnMyn0Lo"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?i=dQNWBjRNX7Y:sjqbsUBAqj0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:dnMXMwOfBR0"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:qj6IDK7rITs"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/8b0fb_dQNWBjRNX7Y" height="1" width="1" /></p>
<p><a href="http://www.fudgegraphics.com/2010/06/spectrum-free-june-2010-calendar-wallpaper/">Spectrum: Free June 2010 Calendar Wallpaper</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This post is part of the free calendar wallpaper series. Each month I create a new wallpaper featuring the current calendar. Looking at the same image over and over again is not very stimulating. Hence having a new desktop background each month should help getting your creative juices flowing. <strong>June 2010 Calendar Wallpaper</strong> is entitled &#8220;Spectrum&#8221;. It&#8217;s been created entirely in Photoshop using shapes, brushes and textures. I hope you like it.<br />
As always the June 2010 calendar wallpaper comes in the following resolutions and non-calendar versions are also included:</p>
<ul>
<li>1920&#215;1200 (suitable for 1440&#215;900)</li>
<li>1600&#215;1200</li>
<li>1280&#215;1024</li>
<li>320&#215;479 (iPhone, non-calendar version only)</li>
</ul>
<h3>Preview:</h3>
<p><img class="alignnone size-medium wp-image-1751" title="June 2010 Calendar Desktop Background Wallpaper Preview by fudgegraphics" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/a90c8_June-2010-Calendar-Desktop-Background-Wallpaper-Preview-by-fudgegraphics-575x359.jpg" alt="June 2010 Calendar Desktop Background Wallpaper Preview by fudgegraphics" width="575" height="359" /></p>
<p><span></span></p>
<h3>Download the June 2010 Calendar Wallpaper Set:</h3>
<div><a title="download June 2010 Calendar Wallpaper Set" href="http://www.deviantart.com/download/166048736/June_2010_Calendar_Wallpaper_by_fudgegraphics.zip"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_download_button.jpg" alt="download button" /></a><br />
contains 1 .zip file &#8211; 2 Versions, 3 Resolutions (incl. iPhone), 3.7 Mb</div>
<h3>Download &#8220;In Too Deep&#8221; iPhone / iPod Touch Wallpaper:</h3>
<p>For those accessing the site on their iPhone or iPod Touch you can simply save the image below and set it as your wallpaper.</p>
<p><img class="alignnone size-full wp-image-1752" title="Spectrum iPhone Background Wallpaper by fudgegraphics" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_Spectrum-iPhone-Background-Wallpaper-by-fudgegraphics.jpg" alt="Spectrum iPhone Background Wallpaper by fudgegraphics" width="320" height="479" /></p>
<div>
<a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:V_sGLiPBpWU"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?i=dQNWBjRNX7Y:sjqbsUBAqj0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:gIN9vFwOqvQ"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?i=dQNWBjRNX7Y:sjqbsUBAqj0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:F7zBnMyn0Lo"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?i=dQNWBjRNX7Y:sjqbsUBAqj0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:dnMXMwOfBR0"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/fudgegraphics?a=dQNWBjRNX7Y:sjqbsUBAqj0:qj6IDK7rITs"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/37425_fudgegraphics?d=qj6IDK7rITs" border="0"></img></a>
</div>
<p><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/8b0fb_dQNWBjRNX7Y" height="1" width="1" /></p>
<p><a href="http://www.fudgegraphics.com/2010/06/spectrum-free-june-2010-calendar-wallpaper/">Spectrum: Free June 2010 Calendar Wallpaper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/spectrum-free-june-2010-calendar-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Collection of 44 Different Triple Screen Wallpapers</title>
		<link>http://tutorial51.com/2010/06/a-collection-of-44-different-triple-screen-wallpapers/</link>
		<comments>http://tutorial51.com/2010/06/a-collection-of-44-different-triple-screen-wallpapers/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:10:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop users]]></category>
		<category><![CDATA[desktops]]></category>
		<category><![CDATA[Different]]></category>
		<category><![CDATA[peek]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screens]]></category>
		<category><![CDATA[Triple]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/a-collection-of-44-different-triple-screen-wallpapers/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/a-collection-of-44-different-triple-screen-wallpapers/"><img align="left" hspace="5" width="150" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/19e0a_triple-screen-wallpaper.jpg" class="alignleft wp-post-image tfe" alt="Triple Screen Wallpaper" title="" /></a><p><a href="http://naldzgraphics.net/freebies/a-collection-of-44-different-triple-screen-wallpapers/"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/19e0a_triple-screen-wallpaper.jpg" alt="Triple Screen Wallpaper" align="right" style="float:right;" class="alignright" /></a>Wallpapers are one of the best things that can spice up our desktop/s. Through these we are able to personalize and apply our mood to our own desktop. Today, more and more desktop users are going for <strong>triple widescreen monitors</strong>. To help these users customize their desktops, we have collected wallpapers that would fit your triple screens well.</p>
<p>In this next post, we will be showcasing <strong>44 Different Triple Screen Wallpapers</strong>. We have selected triple screen wallpapers of different categories for you to choose from. Above all, these are all free to download. Come take a peek and choose your pick.</p>
<p><a href="http://naldzgraphics.net/freebies/a-collection-of-44-different-triple-screen-wallpapers/">A Collection of 44 Different Triple Screen Wallpapers</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://naldzgraphics.net/freebies/a-collection-of-44-different-triple-screen-wallpapers/"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/19e0a_triple-screen-wallpaper.jpg" alt="Triple Screen Wallpaper" align="right" style="float:right;" class="alignright" /></a>Wallpapers are one of the best things that can spice up our desktop/s. Through these we are able to personalize and apply our mood to our own desktop. Today, more and more desktop users are going for <strong>triple widescreen monitors</strong>. To help these users customize their desktops, we have collected wallpapers that would fit your triple screens well.</p>
<p>In this next post, we will be showcasing <strong>44 Different Triple Screen Wallpapers</strong>. We have selected triple screen wallpapers of different categories for you to choose from. Above all, these are all free to download. Come take a peek and choose your pick.</p>
<p><a href="http://naldzgraphics.net/freebies/a-collection-of-44-different-triple-screen-wallpapers/">A Collection of 44 Different Triple Screen Wallpapers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/a-collection-of-44-different-triple-screen-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Inspiration: 55 Beautifully Made Single Page Designs</title>
		<link>http://tutorial51.com/2010/06/web-design-inspiration-55-beautifully-made-single-page-designs/</link>
		<comments>http://tutorial51.com/2010/06/web-design-inspiration-55-beautifully-made-single-page-designs/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:10:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[creative design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[design inspiration]]></category>
		<category><![CDATA[design visitors]]></category>
		<category><![CDATA[inspired web design]]></category>
		<category><![CDATA[kind]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[peek]]></category>
		<category><![CDATA[Single]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/web-design-inspiration-55-beautifully-made-single-page-designs/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/web-design-inspiration-55-beautifully-made-single-page-designs/"><img align="left" hspace="5" width="150" src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/40266_single-page-design.jpg" class="alignleft wp-post-image tfe" alt="Single Page Design" title="" /></a><p><a href="http://naldzgraphics.net/inspirations/web-design-inspiration-55-beautifully-made-single-page-designs/"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/40266_single-page-design.jpg" alt="Single Page Design" align="right" style="float:right;" class="alignright" /></a><strong>Single page websites</strong> may be described as websites that constitutes all of its features in one page.  In this kind of design visitors need not to load different pages just to find what they are looking for and this can give your website an advantage to the rest. But to make this effective, it is of importance to have a creative design to your website to make it more fun and lively.</p>
<p>In our next post, we will be showcasing examples of <strong>Beautiful Single Page Design</strong>. We have collected different creatively made <strong>single page design websites</strong> to give you an overview on this interesting concept. Come, take a peek, and be inspired.</p>
<p><a href="http://naldzgraphics.net/inspirations/web-design-inspiration-55-beautifully-made-single-page-designs/">Web Design Inspiration: 55 Beautifully Made Single Page Designs</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://naldzgraphics.net/inspirations/web-design-inspiration-55-beautifully-made-single-page-designs/"><img src="http://tutorial51.com/wp-content/plugins/wp-o-matic/cache/40266_single-page-design.jpg" alt="Single Page Design" align="right" style="float:right;" class="alignright" /></a><strong>Single page websites</strong> may be described as websites that constitutes all of its features in one page.  In this kind of design visitors need not to load different pages just to find what they are looking for and this can give your website an advantage to the rest. But to make this effective, it is of importance to have a creative design to your website to make it more fun and lively.</p>
<p>In our next post, we will be showcasing examples of <strong>Beautiful Single Page Design</strong>. We have collected different creatively made <strong>single page design websites</strong> to give you an overview on this interesting concept. Come, take a peek, and be inspired.</p>
<p><a href="http://naldzgraphics.net/inspirations/web-design-inspiration-55-beautifully-made-single-page-designs/">Web Design Inspiration: 55 Beautifully Made Single Page Designs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/web-design-inspiration-55-beautifully-made-single-page-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Ways to Improve Your Graphic Design Business</title>
		<link>http://tutorial51.com/2010/06/five-ways-to-improve-your-graphic-design-business/</link>
		<comments>http://tutorial51.com/2010/06/five-ways-to-improve-your-graphic-design-business/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:10:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[graphic design business]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[Ways]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/five-ways-to-improve-your-graphic-design-business/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/five-ways-to-improve-your-graphic-design-business/"><img align="left" hspace="5" width="150" height="150" src="http://tutorial51.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><a href="http://graphicdesign.about.com/b/2010/06/07/five-ways-to-improve-your-graphic-design-business.htm">Five Ways to Improve Your Graphic Design Business</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://graphicdesign.about.com/b/2010/06/07/five-ways-to-improve-your-graphic-design-business.htm">Five Ways to Improve Your Graphic Design Business</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/five-ways-to-improve-your-graphic-design-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &quot;We Make Awesome&quot; Trend</title>
		<link>http://tutorial51.com/2010/06/the-we-make-awesome-trend/</link>
		<comments>http://tutorial51.com/2010/06/the-we-make-awesome-trend/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:10:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Awesome]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[Trend]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/the-we-make-awesome-trend/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/the-we-make-awesome-trend/"><img align="left" hspace="5" width="150" height="150" src="http://tutorial51.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><a href="http://graphicdesign.about.com/b/2010/06/07/the-were-awesome-trend.htm">The &#34;We Make Awesome&#34; Trend</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://graphicdesign.about.com/b/2010/06/07/the-were-awesome-trend.htm">The &quot;We Make Awesome&quot; Trend</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/the-we-make-awesome-trend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Lightroom 3 is Available</title>
		<link>http://tutorial51.com/2010/06/adobe-lightroom-3-is-available/</link>
		<comments>http://tutorial51.com/2010/06/adobe-lightroom-3-is-available/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:10:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[adobe lightroom]]></category>
		<category><![CDATA[Available]]></category>
		<category><![CDATA[lightroom]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/adobe-lightroom-3-is-available/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/adobe-lightroom-3-is-available/"><img align="left" hspace="5" width="150" height="150" src="http://tutorial51.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><a href="http://graphicssoft.about.com/b/2010/06/09/adobe-lightroom-3-is-available.htm">Adobe Lightroom 3 is Available</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://graphicssoft.about.com/b/2010/06/09/adobe-lightroom-3-is-available.htm">Adobe Lightroom 3 is Available</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/adobe-lightroom-3-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP Select By Color and Adjustment Layers</title>
		<link>http://tutorial51.com/2010/06/gimp-select-by-color-and-adjustment-layers/</link>
		<comments>http://tutorial51.com/2010/06/gimp-select-by-color-and-adjustment-layers/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:10:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Adjustment]]></category>
		<category><![CDATA[adjustment layers]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Layers]]></category>
		<category><![CDATA[Select]]></category>

		<guid isPermaLink="false">http://tutorial51.com/2010/06/gimp-select-by-color-and-adjustment-layers/</guid>
		<description><![CDATA[<a href="http://tutorial51.com/2010/06/gimp-select-by-color-and-adjustment-layers/"><img align="left" hspace="5" width="150" height="150" src="http://tutorial51.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><a href="http://graphicssoft.about.com/b/2010/06/07/gimp-select-by-color-and-adjustment-layers.htm">GIMP Select By Color and Adjustment Layers</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://graphicssoft.about.com/b/2010/06/07/gimp-select-by-color-and-adjustment-layers.htm">GIMP Select By Color and Adjustment Layers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorial51.com/2010/06/gimp-select-by-color-and-adjustment-layers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
