<?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>Design Blog</title>
	<atom:link href="http://henryladcases.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://henryladcases.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 Dec 2009 11:51:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Quick Tips Of The Week &#8211; December 23rd 2009</title>
		<link>http://henryladcases.com/quick-tips-of-the-week-november-20th-2009/</link>
		<comments>http://henryladcases.com/quick-tips-of-the-week-november-20th-2009/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 11:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick Tips Of The Week]]></category>
		<category><![CDATA[beautiful html]]></category>
		<category><![CDATA[css opacity code]]></category>
		<category><![CDATA[css rounded corners code]]></category>
		<category><![CDATA[designers]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[photoshop keystroke]]></category>
		<category><![CDATA[time savers]]></category>
		<category><![CDATA[tips and tricks book]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress tips and tricks book]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=1597</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/quick-tips-of-the-week-november-20th-2009/'><img height='140px' width='140px' id='hpt_1' class=''  title='Quick Tips Of The Week &#8211; December 23rd 2009' alt='Quick Tips Of The Week December 23rd 2009 Quick Tips Of The Week December 27th 2009 Quick Tips Of The Week  Quick Tips Of The Week &#8211; December 23rd 2009' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Quick-Tips-Of-The-Week--December-23rd-2009-Quick-Tips-Of-The-Week--December-27th-2009-Quick-Tips-Of-The-Week.png'/></a></div>Quick tips of the week for designers is round again, I will be posting five great tips that I discover during the week and share them with you! This week learn about some great recourses, css opacity change, a photoshop keystroke that will save you tons of time and find out what beautiful HTML looks [...]</div>]]></description>
			<content:encoded><![CDATA[<p>Quick tips of the week for designers is round again, I will be posting five great tips that I discover during the week and share them with you! This week learn about some great recourses, css opacity change, a photoshop keystroke that will save you tons of time and find out what beautiful HTML looks like!<span id="more-1597"></span></p>
<div id="tipsoftheweek">
<h3>#1</h3>
<p><a href="http://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=93635"><img src="http://henryladcases.com/wp-content/uploads/2009/11/digwp.jpg" alt="Digging Into WordPress Book" title="Digging Into WordPress Book" width="610" height="160" class="aligncenter size-full wp-image-1605" /></a></p>
<p><strong>Chris Coyier </strong>and <strong>Jeff Starr</strong> over at <a href="http://digwp.com">digwp.com</a> have finally released the much anticipated &#8220;<a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=93635" target="ejejcsingle"">Digging into WordPress</a>&#8221; book! I personally purchased it when it came out, I haven&#8217;t fully read it yet, however I have flicked through all the chapters and let me tell you; this is 400 pages worth investing in. It&#8217;s great for beginners and even experienced Wordpess users! I highly recommend picking yourself up a copy for only <strong><a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=93635" target="ejejcsingle"">$27</a></strong>, at the moment it is only available in PDF format however they say a print format is forthcoming. You also receive a lifetime subscription and any updates to the addition will become available to you.<br />
<a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=93635" target="ejejcsingle"">Get yourself a copy today</a>!</p>
</div>
<div id="tipsoftheweek">
<h3>#2</h3>
<p><a href="http://henryladcases.com/examples/opacity" target="blank"><img src="http://henryladcases.com/wp-content/uploads/2009/11/opacity.jpg" alt="Changing Opacity With CSS" title="Changing Opacity With CSS" width="610" height="160" class="aligncenter size-full wp-image-1608" /></a></p>
<p>One super cool tip you can use with <strong>CSS3</strong> is editing the <em>opacity</em> of images, text etc. I&#8217;ve been using it to subtly change opacities of images and their hover states, and it is as simple as it sounds. <a href="http://henryladcases.com/examples/opacity/" target="blank">See example.</a></p>
<p><h2 class="posth2">The Code</h2>
<pre class="brush: css">
	#image		 { opacity: 0.8;}
	#image:hover { opacity: 1.0; }
</pre>
<p>
<h3><a href="http://henryladcases.com/examples/opacity/" target="blank">View Demo</a></h3>
</div>
<div id="tipsoftheweek">
<h3>#3</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/11/keystroke.jpg" alt="Photoshop Tip" title="Photoshop Tip" width="610" height="160" class="aligncenter size-full wp-image-1610" /></p>
<p>Have you ever wanted to switch to a tool that is in sub-menu of the &#8220;shortcut&#8221; without clicking and holding the icon? Well if you simply hold <strong>SHIFT</strong> and then the &#8220;<strong>SHORTCUT KEY</strong>&#8221; of the tool it will scroll through all tools that are in the category, thus selected your desired tool.</p>
</div>
<div id="tipsoftheweek">
<h3>#4</h3>
<p><a href="http://css-tricks.com/what-beautiful-html-code-looks-like/"><img src="http://henryladcases.com/wp-content/uploads/2009/11/whatbeautifulhtmllookslike.jpg" alt="What beautiful html looks like" title="What beautiful html looks like" width="610" height="160" class="aligncenter size-full wp-image-1614" /></a></p>
<p>If you&#8217;ve ever wondered what <em>beautiful</em> <strong>html</strong> looks like, checkout this great article from <a href="http://css-tricks.com/what-beautiful-html-code-looks-like/">css-tricks </a>to find out!</p>
</div>
<div id="tipsoftheweek">
<h3>#5</h3>
<p><a href="http://www.tutorial9.net/news/sign-up-today-the-ultimate-resource-pack-for-designers-new/"><img src="http://henryladcases.com/wp-content/uploads/2009/11/theultimateresourcepack.jpg" alt="theultimateresourcepack" title="theultimateresourcepack" width="610" height="160" class="aligncenter size-full wp-image-1616" /></a></p>
<p>Go ahead and sign up for this fantastic FREE ultimate designers resource pack, from tutorial9.</p>
</div>
<p>Sorry for the lack of posts, I have been working on my new site, <a href="http://TheDesignersYard.com">TheDesignersYard.com</a>, which I will post screen shots and features very shortly!</p>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/quick-tips-of-the-week-november-20th-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Icons With Cool jQuery Tooltip</title>
		<link>http://henryladcases.com/social-icons-with-cool-jquery-tooltip/</link>
		<comments>http://henryladcases.com/social-icons-with-cool-jquery-tooltip/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 16:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery bubble]]></category>
		<category><![CDATA[jquery tooltip]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[making tooltip]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss tooltip]]></category>
		<category><![CDATA[social icons]]></category>
		<category><![CDATA[social icons tooltip]]></category>
		<category><![CDATA[social jquery bubble]]></category>
		<category><![CDATA[social tooltip]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[tooltip.js]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter tooltip]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=1536</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/social-icons-with-cool-jquery-tooltip/'><img height='140px' width='140px' id='hpt_2' class=''  title='Social Icons With Cool jQuery Tooltip' alt='Social Icons With jQuery Tool Tip thumb  Social Icons With Cool jQuery Tooltip' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Social-Icons-With-jQuery-Tool-Tip-thumb.jpg'/></a></div>This tutorial will take you through how to create a simple jQuery animated tooltip for social icons such as RSS and Twitter. It shows you how to achieve a nice faded animation that you can change variables such as fade speeds etc. All you need is two images and jQuery! Step 1 In your js [...]</div>]]></description>
			<content:encoded><![CDATA[<p>This tutorial will take you through how to create a simple jQuery animated tooltip for social icons such as RSS and Twitter. It shows you how to achieve a nice faded animation that you can change variables such as fade speeds etc. All you need is two images and jQuery!<span id="more-1536"></span></p>
<p><a href="http://henryladcases.com/examples/jquerytooltip/index.html" target="blank"><img src="http://henryladcases.com/wp-content/uploads/2009/11/final.jpg" alt="Final Result" title="Final Result" width="600" height="259" class="aligncenter size-full wp-image-1543" /></a></p>
<p>
<img src="http://henryladcases.com/wp-content/uploads/2009/11/what-you-need1.jpg" alt="The Files That You Will Need" title="The Files That You Will Need" width="600" height="383" class="aligncenter size-full wp-image-1547" /></p>
<div id="downloaddemo">
<a href="http://henryladcases.com/examples/jquerytooltip/index.html" ><img class="viewdemo" src="http://henryladcases.com/wp-content/uploads/2009/11/demo.jpg" alt="demo" title="demo" width="194" height="52" class="aligncenter size-full wp-image-1549" /></a><br />
<a href="http://henryladcases.com/downloads/jquerytooltip.zip"><img class="downloadfiles" src="http://henryladcases.com/wp-content/uploads/2009/11/download.jpg" alt="download" title="download" width="194" height="52" class="aligncenter size-full wp-image-1553" /></a>
</div>
<p><h2 class="posth2">Step 1</h2>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/11/jsfiles.jpg" alt="js files" title="js files" width="600" height="154" class="aligncenter size-full wp-image-1564" /></p>
<p>In your js folder make sure you have the two files: <strong>jquery.js</strong> which you can <a href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2.min.js">download here</a>, and a blank <strong>tooltip.js</strong> which we will be adding our own javascript to.</p>
<p>
<h2 class="posth2">Step 2</h2>
<pre class="brush: javascript">
$(document).ready(function(){

		$(&quot;.rsstooltip a&quot;).hover(function() {
		$(this).next(&quot;em&quot;).stop(true, true).animate({opacity: &quot;show&quot;, top: &quot;-60&quot;}, &quot;slow&quot;);
		}, function() {
		$(this).next(&quot;em&quot;).animate({opacity: &quot;hide&quot;, top: &quot;-70&quot;}, &quot;fast&quot;);
		});

		});

$(document).ready(function(){

		$(&quot;.twittertooltip a&quot;).hover(function() {
		$(this).next(&quot;em&quot;).stop(true, true).animate({opacity: &quot;show&quot;, top: &quot;-60&quot;}, &quot;slow&quot;);
		}, function() {
		$(this).next(&quot;em&quot;).animate({opacity: &quot;hide&quot;, top: &quot;-70&quot;}, &quot;fast&quot;);
		});

		});
</pre>
<p>Inside your blank <strong>toolip.js</strong> file add this javascript. It may look like a lot, however the code is repeated twice with the variable of the RSS &#038; Twitter logo is changed.</p>
<p>
<h2 class="posth2">Step 3</h2>
<pre class="brush: html">
		&lt;link rel=&quot;stylesheet&quot; href=&quot;css/style.css&quot; type=&quot;text/css&quot;/&gt;
		&lt;script src=&quot;js/jquery.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
		&lt;script src=&quot;js/tooltip.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>Link your <strong>style.css</strong>, <strong>jquery.js</strong> and <strong>tooltip.js</strong> files to the <strong>index.html</strong> file in the head tags.</p>
<p><h2 class="posth2">Step 4</h2>
<pre class="brush: html">
	&lt;!-- RSS --&gt;
		&lt;div class=&quot;rsstooltip&quot;&gt;
			&lt;a href=&quot;#&quot; id=&quot;rss-icon&quot;&gt;&lt;/a&gt;
			&lt;em&gt;RSS/em&gt;
		&lt;/div&gt;
	&lt;!-- RSS End --&gt;

	&lt;!-- Twitter --&gt;
		&lt;div class=&quot;twittertooltip&quot;&gt;
			&lt;a href=&quot;#&quot; id=&quot;twitter-icon&quot;&gt;&lt;/a&gt;
			&lt;em&gt;Twitter&lt;/em&gt;
		&lt;/div&gt;
	&lt;!-- Twitter End --&gt;
</pre>
<p>In your html body add the following code. Give the social icon a wrapping div, within this have your icon div and then your <strong>em</strong> tag &#8211; this will be the bubble that appears on the mouse over. If you check our <strong>tooltip.js</strong> we coded earlier you will find the variables and divs/classes match this html code. Where the <strong>#</strong> appears in the anchor tag &#8211; replace with your required links.</p>
<p><h2 class="posth2">Step 5</h2>
<pre class="brush: css">
/* RSS */

.rsstooltip {
	   margin: 115px auto;
	   padding: 0;
	   width: 100px;
	   position: relative;
}

.rsstooltip em {
	   background: url(../images/rssbubble.jpg) no-repeat;
	   width: 109px;
	   height: 51px;
	   position: absolute;
	   top: -70px;
	   left: -110px;
	   text-align: center;
	   text-indent: -9999px;
	   z-index: 2;
	   display: none;
}

#rss-icon {
	   width: 72px;
	   height: 71px;
	   background: url(../images/rss.jpg) no-repeat 0 0;
	   text-indent: -9999px;
	   margin: 0 -90px;
	   display: block;
	   opacity: 0.85;
	   float: left;
}

#rss-icon:hover {
	   opacity: 1.0;
}
</pre>
<p>Now we need to style the html that was just coded. Set the following css to your stylesheet. For each social icon you have you will need to change the class/div names and background images of the icon and em tag. One little effect you can add is to the icons opacity/opacity hover which will work with webkit capable browsers &#8211; this will save on the sprites!</p>
<p><h2 class="posth2">All Done</h2>
<p>Thats all it takes to get super cool jQuery animated bubble tooltips! If you enjoyed this post, have a alternative way to gain the same effect or have an opinion be sure to comment below. Sharing of this post would also be appreciated.</p>
<div id="downloaddemo">
<a href="http://henryladcases.com/examples/jquerytooltip/index.html"><img class="viewdemo" src="http://henryladcases.com/wp-content/uploads/2009/11/demo.jpg" alt="demo" title="demo" width="194" height="52" class="aligncenter size-full wp-image-1549" /></a><br />
<a href="http://henryladcases.com/downloads/jquerytooltip.zip"><img class="downloadfiles" src="http://henryladcases.com/wp-content/uploads/2009/11/download.jpg" alt="download" title="download" width="194" height="52" class="aligncenter size-full wp-image-1553" /></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/social-icons-with-cool-jquery-tooltip/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating Post Thumbnails With WordPress Plugin And Inspiration</title>
		<link>http://henryladcases.com/creating-post-thumbnails-with-wordpress-plugin-and-inspiration/</link>
		<comments>http://henryladcases.com/creating-post-thumbnails-with-wordpress-plugin-and-inspiration/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 20:14:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog.spoongraphics thumbnail]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[post thumbnail]]></category>
		<category><![CDATA[post thumbnail plugin]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[thumbnail plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorial9 thumbnail]]></category>
		<category><![CDATA[tutorial9 thumbnail plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress post]]></category>
		<category><![CDATA[wordpress post thumbnail]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=1462</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/creating-post-thumbnails-with-wordpress-plugin-and-inspiration/'><img height='140px' width='140px' id='hpt_3' class=''  title='Creating Post Thumbnails With WordPress Plugin And Inspiration' alt='Creating Post Thumbnails With Wordpress Plugin And Inspiration Screen shot 2009 10 07 at 20 47 59  Creating Post Thumbnails With WordPress Plugin And Inspiration' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Creating-Post-Thumbnails-With-Wordpress-Plugin-And-Inspiration-Screen shot 2009-10-07 at 20.47.59.png'/></a></div>Have you ever wanted to add a thumbnail to blog posts to spice up your home page, without inserting extra custom fields or adding the image in with the text? Well there&#8217;s a great little plugin that is extremely customisable to make this very easy. You can change the dimensions, use simple CSS rules and [...]</div>]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to add a thumbnail to blog posts to spice up your home page, without inserting extra custom fields or adding the image in with the text? Well there&#8217;s a great little plugin that is extremely customisable to make this very easy. You can change the dimensions, use simple CSS rules and much more. I have also included some popular websites that use post thumbnails for some inspiration! <span id="more-1462"></span>
<div id="tipsoftheweek2">
<h3>Step 1</h3>
<p><a href="http://wordpress.org/extend/plugins/hungred-post-thumbnail/"><img src="http://henryladcases.com/wp-content/uploads/2009/10/hungredpostthumbnail.jpg" alt="Hungred Post Thumbnail" title="Hungred Post Thumbnail" width="610" height="270" class="aligncenter size-full wp-image-1478" /></a></p>
<p>First go ahead and <a href="http://wordpress.org/extend/plugins/hungred-post-thumbnail/">download</a> yourself a copy of the <a href="http://wordpress.org/extend/plugins/hungred-post-thumbnail/">Hungred Post Thumbnail plugin. </a></p>
</div>
<div id="tipsoftheweek2">
<h3>Step 2</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/10/install-plugin.jpg" alt="install-plugin" title="install-plugin" width="610" height="91" class="aligncenter size-full wp-image-1482" /></p>
<p>Next copy the folder into your &#8216;<strong>plugins directory</strong>&#8216;. Then head over to your &#8216;<strong>plugins control panel</strong>&#8216; and activate &#8216;<a href="http://wordpress.org/extend/plugins/hungred-post-thumbnail/">Hungred Post Thumbnail</a>&#8216;.</p>
</div>
<div id="tipsoftheweek2">
<h3>Step 3</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/10/hungred-control-panel.jpg" alt="hungred post thumbnail control panel" title="hungred post thumbnail control panel" width="610" height="397" class="aligncenter size-full wp-image-1486" /></p>
<p>You can then access the <a href="http://wordpress.org/extend/plugins/hungred-post-thumbnail/">Hungred Post Thumbnail</a> control panel where you can can edit the dimensions, colours, and simple css terms of the thumbnail to suit your preferences.</p>
</div>
<div id="tipsoftheweek2">
<h3>Step 4</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/10/screen-shot-2009-10-07-at-195401.png" alt="Uploading A Thumbnail" title="Uploading A Thumbnail" width="610" height="475" class="aligncenter size-full wp-image-1489" /></p>
<p>Now you can head over to your posts and upload an image of the dimensions you set in the control panel to use as the thumbnail for that particular post.</p>
</div>
<div id="tipsoftheweek2">
<h3>Post Thumbnails Being Used On Popular Websites.</h3>
</div>
<p><a href="http://Blog.Spoongraphics.com"><img src="http://henryladcases.com/wp-content/uploads/2009/10/screen-shot-2009-10-07-at-195905.png" alt="Blog.Spoongraphics.com" title="Blog.Spoongraphics.com" width="610" height="710" class="aligncenter size-full wp-image-1492" /></a></p>
<p><p>
<a href="http://tutorial9.net"><img src="http://henryladcases.com/wp-content/uploads/2009/10/tutorial9.jpg" alt="tutorial9" title="tutorial9" width="610" height="500" class="aligncenter size-full wp-image-1494" /></a></p>
<p><p>
<a href="http://outlawdesignblog.com"><img src="http://henryladcases.com/wp-content/uploads/2009/10/screen-shot-2009-10-07-at-201717.png" alt="Danny Out Law" title="Danny Out Law" width="610" height="515" class="aligncenter size-full wp-image-1496" /></a></p>
<p><p>
<a href="http://webdesignerdepot.com"><img src="http://henryladcases.com/wp-content/uploads/2009/10/webdesigndepot.jpg" alt="webdesignerdepot" title="webdesignerdepot" width="610" height="432" class="aligncenter size-full wp-image-1513" /></a></p>
<p><p>
<a href="http://line25.com"><img src="http://henryladcases.com/wp-content/uploads/2009/10/screen-shot-2009-10-07-at-204036.png" alt="Line25 Thumbnails" title="Line25 Thumbnails" width="610" height="465" class="aligncenter size-full wp-image-1514" /></a></p>
<p><p>
<a href="http://www.webdesignerwall.com/"><img src="http://henryladcases.com/wp-content/uploads/2009/10/screen-shot-2009-10-07-at-204146.png" alt="webdesignerwall thumbnail" title="webdesignerwall thumbnail" width="610" height="560" class="aligncenter size-full wp-image-1515" /></a></p>
<p><p>
<a href="http://webdesignledger.com/"><img src="http://henryladcases.com/wp-content/uploads/2009/10/screen-shot-2009-10-07-at-205537.png" alt="webdesignerledger" title="webdesignerledger" width="610" height="480" class="aligncenter size-full wp-image-1523" /></a></p>
<p><p>
<a href="http://psdtuts.com"><img src="http://henryladcases.com/wp-content/uploads/2009/10/psdtuts.jpg" alt="psdtuts" title="psdtuts" width="610" height="484" class="aligncenter size-full wp-image-1519" /></a></p>
<p><div id="tipsoftheweek2">
<h3>*Please note these websites may or may not be using this plugin.*</h3>
<p>There you have it, how you can easily implement post thumbnails with ease, without using one piece of code. If you enjoyed this tutorial or have other means of doing the same thing which you think are better please tell us by commenting below.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/creating-post-thumbnails-with-wordpress-plugin-and-inspiration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Tips Of The Week &#8211; September 22nd 2009</title>
		<link>http://henryladcases.com/quick-tips-of-the-week-september-22nd-2009/</link>
		<comments>http://henryladcases.com/quick-tips-of-the-week-september-22nd-2009/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 13:58:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick Tips Of The Week]]></category>
		<category><![CDATA[960 grid system]]></category>
		<category><![CDATA[css tips]]></category>
		<category><![CDATA[custom font]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[design tips]]></category>
		<category><![CDATA[IE6 png fix]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[make your own font]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[quick of the week]]></category>
		<category><![CDATA[quick tips]]></category>
		<category><![CDATA[quick tips for designers]]></category>
		<category><![CDATA[quick tips of the week for designers]]></category>
		<category><![CDATA[rotate objects using css]]></category>
		<category><![CDATA[rounding edges with css]]></category>
		<category><![CDATA[webkit css]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=1413</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/quick-tips-of-the-week-september-22nd-2009/'><img height='140px' width='140px' id='hpt_4' class=''  title='Quick Tips Of The Week &#8211; September 22nd 2009' alt='Quick Tips Of The Week September 21st 2009 Quick Tips Of The Week  Quick Tips Of The Week &#8211; September 22nd 2009' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Quick-Tips-Of-The-Week--September-21st-2009-Quick-Tips-Of-The-Week.jpg'/></a></div>Quick tips of the week for designers is round again, I will be posting five great tips that I discover during the week and share them with you! This week learn how to fix PNG issues with IE6, where to get a ready made 960 grid layout, create your own fonts, rounding corners using CSS [...]</div>]]></description>
			<content:encoded><![CDATA[<p>Quick tips of the week for designers is round again, I will be posting five great tips that I discover during the week and share them with you! This week learn how to fix PNG issues with IE6, where to get a ready made 960 grid layout, create your own fonts, rounding corners using CSS and rotating objects using CSS!<span id="more-1413"></span></p>
<div id="tipsoftheweek">
<h3>#1</h3>
<p><a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/"><img src="http://henryladcases.com/wp-content/uploads/2009/09/pngfix1.jpg" alt="IE6 PNG Fix" title="IE6 PNG Fix" width="610" height="156" class="aligncenter size-full wp-image-1417" /></a></p>
<p>Everyone has issues with IE, many people have switched other to browsers such as Firefox, unfortunately many people still use Internet Explorer therefore designers still have to cater for it. One of the recurring problem people tend to get is with PNG images, especially in IE6. PNG images display a grey area where it should be transparent.</p>
<p>Well here is one of the easiest and quickest ways to overcome this; its called the <a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/">DD_belatedPNG Fix</a>. You just simply download and insert some simple JS add some tag classes to the images and your done. Download it <a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/">here</a>.</p>
</div>
<div id="tipsoftheweek">
<h3>#2</h3>
<p><a href="http://960.gs"><img src="http://henryladcases.com/wp-content/uploads/2009/09/960grid.jpg" alt="960 grid system" title="960 grid system" width="610" height="184" class="aligncenter size-full wp-image-1421" /></a></p>
<p>Whenever you come to design a new site in Photoshop or any design software of your choice you really should be using the &#8220;<a href="http://960.gs">960 grid system</a>&#8220;. Here is a great little <a href="http://960.gs">download</a> for the grid system that caters templates for Fireworks, InDesign, Inkscape, Illustrator, OmniGraffle, Photoshop, Visio and Expression Design.</p>
</div>
<div id="tipsoftheweek">
<h3>#3</h3>
<p><a href="http://www.fontcapture.com/"><img src="http://henryladcases.com/wp-content/uploads/2009/09/fontcapture1.jpg" alt="fontcapture" title="fontcapture" width="610" height="98" class="aligncenter size-full wp-image-1430" /></a></p>
<p>Have you ever wanted to create your own font? You think its too complex to do it yourself? Well <a href="http://fontcapture.com">fontcapture.com</a> is a fantastic web service that is currently in beta stage, yet works perfectly to let you create your own font.</p>
<p><a href="http://fontcapture.com"><img src="http://henryladcases.com/wp-content/uploads/2009/09/example.jpg" alt="fontcapture example" title="fontcapture example" width="610" height="100" class="aligncenter size-full wp-image-1432" /></a></p>
<p>First simply download the PDF, print it off and fill it in. Then scan it into your computer and upload it to the service. They will then process it and create you a downloadable font. Definitely <a href="http://fontcapture.com">check the out</a>.</p>
</div>
<div id="tipsoftheweek">
<h3>#4</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/rounding-corners-using-css.jpg" alt="rounding corners using css" title="rounding corners using css" width="610" height="85" class="aligncenter size-full wp-image-1437" /></p>
<p>Webkit 3.0 capable browsers such as Firefox and Safari now have the capability to round edges using pure CSS. Up until recently if you ever wanted a round corner/box you need to use images. Not any more, this simple piece of CSS will do it for you! Please note that browsers such as the dreaded IE don&#8217;t support this; it will simply show as a standard square box.</p>
<pre class="brush: css">
#roundcorner {
             -moz-border-radius: 10px;
             -webkit-border-radius: 10px;
               border-radius: 10px;
}
</pre>
<p>As of now the &#8220;<strong>border-radius</strong>&#8221; code isn&#8217;t supported, however it will be in the near future so it doesn&#8217;t hurt just to put it in there!</p>
</div>
<div id="tipsoftheweek">
<h3>#5</h3>
<p><a href="http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery"><img src="http://henryladcases.com/wp-content/uploads/2009/09/rotating-using-css.jpg" alt="rotating using css" title="rotating using css" width="610" height="203" class="aligncenter size-full wp-image-1451" /></a></p>
<p>Heres another little webkit 3.0 CSS tip for you! Rotating objects using pure CSS. Just simply use this &#8220;<strong>transform</strong>&#8221; code to do so. You can see a really good example of this used in a tutorial over at <a href="http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery">Line25.com</a></p>
<pre class="brush: css">
#rotate {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
}
</pre>
<p>Again note that this won&#8217;t work in IE browsers, or any others that don&#8217;t support the webkit abilities.
</p></div>
<p> Please let me know what you think of this weeks top tips, or if you have any of your own please <a href="http://henryladcases.com/contact">contact me</a> with them and they will be included in next weeks issue!</p>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/quick-tips-of-the-week-september-22nd-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A Creative 404 Error Page &amp; Inspiration</title>
		<link>http://henryladcases.com/how-to-create-a-creative-404-error-page-inspiration/</link>
		<comments>http://henryladcases.com/how-to-create-a-creative-404-error-page-inspiration/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 06:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[404 design]]></category>
		<category><![CDATA[404 errors]]></category>
		<category><![CDATA[404 errors inspiration]]></category>
		<category><![CDATA[404 errors page inspiration]]></category>
		<category><![CDATA[404 inspiration]]></category>
		<category><![CDATA[create creative 404 error page]]></category>
		<category><![CDATA[creative 404]]></category>
		<category><![CDATA[creative 404 error page]]></category>
		<category><![CDATA[creative 404 page tutorial]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design tutorial]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[php search]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web design inspiration]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=1239</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/how-to-create-a-creative-404-error-page-inspiration/'><img height='140px' width='140px' id='hpt_5' class=''  title='How To Create A Creative 404 Error Page &#038; Inspiration' alt='How To Create A Creative 404 Error Page Inspiration thumb  How To Create A Creative 404 Error Page &#038; Inspiration' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/How-To-Create-A-Creative-404-Error-Page--Inspiration-thumb.jpg'/></a></div>404 error pages are what your site refers to when it cannot find the url that you&#8217;ve requested or a broken link. Lots of people will be familiar with the standar &#8220;404 Error&#8221; however it&#8217;s a great way to just get creative and make yourself any design to display a 404! Here you can find [...]</div>]]></description>
			<content:encoded><![CDATA[<p>404 error pages are what your site refers to when it cannot find the url that you&#8217;ve requested or a broken link. Lots of people will be familiar with the standar &#8220;404 Error&#8221; however it&#8217;s a great way to just get creative and make yourself any design to display a 404! Here you can find a step by step tutorial on how to create one in photoshop and code some PHP &#038; CSS for a search input. There is also a great list of creative 404 pages for inspiration. <span id="more-1239"></span></p>
<div id="tipsoftheweek2">
<ul>
<li><a href="#tutorial">Tutorial</a></li>
<li><a href="#inspiration">Inspiration</a></li>
<li><a href="http://henryladcases.com/404" target="blank">View Live Demo</a></li>
</ul>
</div>
<p><a href="http://henryladcases.com/404"><img src="http://henryladcases.com/wp-content/uploads/2009/09/finall.jpg" alt="final 404 page" title="final 404 page" width="610" height="509" class="aligncenter size-full wp-image-1287" /></a></p>
<p>Here is the finished <a href="http://henryladcases.com/404">404 error page</a> that this tutorial will take you through. As you can see there is an image to create and some PHP &#038; CSS code to write. <a href="#inspiration">Just show me the inspiration already!</a></p>
<div id="tipsoftheweek2">
<h2 id="tutorial">The Tutorial</h2>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/14.jpg" alt="Creative 404: Step 1" title="Creative 404: Step 1" width="603" height="347" class="aligncenter size-full wp-image-1241" /></p>
<p>Firstly open up a new file and set the width to the same width as your &#8216;content area&#8217; and the height to something reasonable. My dimensions are <b>610px x 650px</b></p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/2.jpg" alt="Creative 404: Step 2" title="Creative 404: Step 2" width="610" height="637" class="aligncenter size-full wp-image-1246" /></p>
<p>Go and grab yourself a stock photo of a piece of paper with a hole ripped into it. You can get the one that I&#8217;m using <a href="http://www.istockphoto.com/stock-illustration-3526111-black-hole-in-paper.php">here</a>. Drag it onto the canvas, scale and rotate it to your preference.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/3.jpg" alt="Creative 404: Step 3" title="Creative 404: Step 3" width="602" height="450" class="aligncenter size-full wp-image-1248" /></p>
<p>Using the magic wand tool (W) and select the black area of the &#8216;rip&#8217;. Delete/Cut the selection (CMD+X).</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/4.jpg" alt="Creative 404: Step 4" title="Creative 404: Step 4" width="610" height="371" class="aligncenter size-full wp-image-1249" /></p>
<p>Using the text tool type out the text &#8220;Uh oh it&#8217;s a 404.. Nothing here but space!&#8221;. Set the font style to &#8216;Lucinda Sans&#8217;, font size 33px with the color of black.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/5.jpg" alt="Creative 404: Step 5" title="Creative 404: Step 5" width="608" height="267" class="aligncenter size-full wp-image-1250" /></p>
<p>Change the text &#8220;404&#8243; and &#8220;space!&#8221; to a nice red colour to add some personality to the font. (#af1d28).</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/6.jpg" alt="Creative 404: Step 6" title="Creative 404: Step 6" width="607" height="604" class="aligncenter size-full wp-image-1251" /></p>
<p>This is the stage that you should be at now. The font should be done, the rip should be in position with the center section cut out.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/7.jpg" alt="Creative 404: Step 7" title="Creative 404: Step 7" width="610" height="388" class="aligncenter size-full wp-image-1252" /></p>
<p>Next go ahead at get yourself the background image that is used for Time Machine in OS X. You can get a copy of it <a href="http://www.hongkiat.com/blog/wp-content/uploads/time-machine-wp.jpg">here</a>. Paste it onto the canvas and position it over the rip. We then need to tweek the contrast and brightness settings, this just makes the image have more of a &#8216;depth&#8217; feel to it. Bump the brightness to <b>15</b> and the contrast to <b>40</b>.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/8.jpg" alt="Creative 404: Step 8" title="Creative 404: Step 8" width="610" height="446" class="aligncenter size-full wp-image-1254" /></p>
<p>Take the &#8216;space&#8217; layer and move it down behind the paper rip layer so it can be seen through the section we cut earlier.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/9.jpg" alt="Creative 404: Step 9" title="Creative 404: Step 9" width="610" height="653" class="aligncenter size-full wp-image-1255" /></p>
<p>Now change back to the rip layer and select the same section we cut earlier (W), then select the inverse (SHIFT+CMD+I). Switch back to the space layer and cut this selection (CMD+X) this will then leave you with the shape of the hole for the space image.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/10.jpg" alt="Creative 404: Step 10" title="Creative 404: Step 10" width="606" height="457" class="aligncenter size-full wp-image-1256" /></p>
<p>You should now have something similar to this.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/111.jpg" alt="Creative 404: Step 11" title="Creative 404: Step 11" width="597" height="353" class="aligncenter size-full wp-image-1260" /></p>
<p>Next change to the &#8216;burn tool&#8217; (O) set the preferences to; <b>Exposure: 100%</b> and the type to <b>Shadows</b>. Brush along the edges highlighted above. This will help give the rip more of a realistic look and depth.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/131.jpg" alt="Creative 404: Step 12" title="Creative 404: Step 12" width="610" height="440" class="aligncenter size-full wp-image-1258" /></p>
<p>Finally save your file for the web (SHIFT+ALT+CMD+S), tweak the settings to get the best quality at the lowest file size. Use a JPEG for the file type.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/picture-11.jpg" alt="Find The Files" title="Find The Files" width="610" height="325" class="aligncenter size-full wp-image-1303" /></p>
<p>Navigate to your current theme folder where all your php files are located and open the following files, <b>searchform.php</b>, <b>404.php</b>, then create yourself a new file <b>404search.php</b>.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/picture-13.png" alt="insert image &#038; search" title="insert image &#038; search" width="610" height="180" class="aligncenter size-full wp-image-1310" /></p>
<p>Open up the <b>404.php</b>, then inside your content area link to your image that we created earlier. Then insert the above code to add a search field for the blog. Link it to the new 404search.php we made earlier.<b></b></p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/picture-14.png" alt="PHP Form" title="PHP Form" width="570" height="115" class="aligncenter size-full wp-image-1386" /></p>
<p>Open up the <b>404search.php</b> and insert the php code above with the appropriate ids.</p>
<pre class="brush: css">
#s404  					{
						width: 455px;
						margin: 0 10px;
						font-size: 30px;
						border: 10px solid #eeeeee;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						color: #af1d28;
}

#searchsubmit404        {
						background: transparent;
						height: 23px;
						color:#af1d28;
						border: white solid 1px;
						font-family: arial;
						font-size: 30px;
						height:40px ;
}
#searchsubmit404:hover  {
						color: #666666;
						background: white;
}
</pre>
<p>Next open your style sheet and start to add some css to the tags we added to the search form. Set the <strong>font-size</strong>, <strong>colour</strong> and <strong>margins</strong> to suit your preferences or use the code above. The <strong>-moz/-webkit-border-radius</strong> allows web 3.0 capable browsers add curved edges to the search area.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/searchblog.jpg" alt="searchblog" title="searchblog" width="610" height="187" class="aligncenter size-full wp-image-1336" /></p>
<p>You should then end up with some that looks like this. It is a good idea to provide an area for viewers to search for something else if they hit a 404.</p>
</div>
<div id="tipsoftheweek3">
<h2 id="inspiration">404 Error Creative Inspiration</h2>
<p>
<a href="http://henryladcases.com/404"><img src="http://henryladcases.com/wp-content/uploads/2009/09/101.jpg" alt="Inspiration: 1" title="Inspiration: 1" width="610" height="509" class="aligncenter size-full wp-image-1338" /></a></p>
<p>
<a href="http://css-tricks.com/404"><img src="http://henryladcases.com/wp-content/uploads/2009/09/15.jpg" alt="Inspiration: 2" title="Inspiration: 2" width="610" height="493" class="aligncenter size-full wp-image-1340" /></a></p>
<p>
<a href="http://spoongraphics.co.uk/404"><img src="http://henryladcases.com/wp-content/uploads/2009/09/21.jpg" alt="Inspiration: 3" title="Inspiration: 3" width="610" height="368" class="aligncenter size-full wp-image-1344" /></a></p>
<p>
<a href="http://www.istockphoto.com/503"><img src="http://henryladcases.com/wp-content/uploads/2009/09/31.jpg" alt="Inspiration: 4" title="Inspiration: 4" width="610" height="255" class="aligncenter size-full wp-image-1345" /></a></p>
<p>
<a href="http://chrisjennings.com/404"><img src="http://henryladcases.com/wp-content/uploads/2009/09/41.jpg" alt="Inspiration: 5" title="Inspiration: 5" width="610" height="690" class="aligncenter size-full wp-image-1346" /></a></p>
<p>
<a href="http://www.surfingonstatic.com/pages/404.html"><img src="http://henryladcases.com/wp-content/uploads/2009/09/51.jpg" alt="Inspiration: 6" title="Inspiration: 6" width="610" height="457" class="aligncenter size-full wp-image-1348" /></a></p>
<p>
<a href="http://twurn.com/404"><img src="http://henryladcases.com/wp-content/uploads/2009/09/71.jpg" alt="Inspiration: 7" title="Inspiration: 7" width="610" height="314" class="aligncenter size-full wp-image-1350" /></a></p>
<p>
<a href="http://redtag.com/404/"><img src="http://henryladcases.com/wp-content/uploads/2009/09/81.jpg" alt="Inspiration: 8" title="Inspiration: 8" width="610" height="361" class="aligncenter size-full wp-image-1352" /></a></p>
<p>
<a href="http://wufoo.com/404/"><img src="http://henryladcases.com/wp-content/uploads/2009/09/404-211.jpg" alt="Inspiration: 10" title="Inspiration: 10" width="598" height="362" class="aligncenter size-full wp-image-1354" /></a></p>
<p>
<a href="http://www.eternalmoon.com/404.htm"><img src="http://henryladcases.com/wp-content/uploads/2009/09/91.jpg" alt="Inspiration: 11" title="Inspiration: 11" width="545" height="610" class="aligncenter size-full wp-image-1355" /></a></p>
<p>
<a href="http://24-7media.de/errorr"><img src="http://henryladcases.com/wp-content/uploads/2009/09/404-27.jpg" alt="Inspiration: 12" title="Inspiration: 12" width="610" height="446" class="aligncenter size-full wp-image-1371" /></a></p>
<p>
<a href="http://www.deviantart.com/404"><img src="http://henryladcases.com/wp-content/uploads/2009/09/404-31.jpg" alt="Inspiration: 13" title="Inspiration: 13" width="610" height="446" class="aligncenter size-full wp-image-1372" /></a></p>
<p>
<a href="http://www.fuelly.com/404.html"><img src="http://henryladcases.com/wp-content/uploads/2009/09/404-26.jpg" alt="Inspiration: 14" title="Inspiration: 14" width="610" height="446" class="aligncenter size-full wp-image-1373" /></a>
</div>
<div id="tipsoftheweek2">
<ul>
<li><a href="#tutorial">Tutorial</a></li>
<li><a href="#inspiration">Inspiration</a></li>
<li><a href="http://henryladcases.com/404" target="blank">View Live Demo</a></li>
</ul>
</div>
<p>There you have it, a nice simple tutorial and some great inspiration to get you started! Let me know what you think of the tutorial and if you have any inspiration you&#8217;d like to share drop a comment below!</p>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/how-to-create-a-creative-404-error-page-inspiration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Increasing Your Usability, Productivity And Skills As A Designer</title>
		<link>http://henryladcases.com/increasing-your-usability-productivity-and-skills-as-a-designer/</link>
		<comments>http://henryladcases.com/increasing-your-usability-productivity-and-skills-as-a-designer/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 23:58:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[become a better designer]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[design articles]]></category>
		<category><![CDATA[dual screens]]></category>
		<category><![CDATA[ergohuman chair]]></category>
		<category><![CDATA[getting on top of work]]></category>
		<category><![CDATA[glasses for designers]]></category>
		<category><![CDATA[gunnar optiks]]></category>
		<category><![CDATA[increasing]]></category>
		<category><![CDATA[Intuos4]]></category>
		<category><![CDATA[Intuos4 Pen Tablet]]></category>
		<category><![CDATA[organization designer]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[successful blog designer]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[to-do list mac]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=1139</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/increasing-your-usability-productivity-and-skills-as-a-designer/'><img height='140px' width='140px' id='hpt_6' class=''  title='Increasing Your Usability, Productivity And Skills As A Designer' alt='Increasing Your Usability And Skill As A Designer 1234  Increasing Your Usability, Productivity And Skills As A Designer' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Increasing-Your-Usability-And-Skill-As-A-Designer-1234.jpg'/></a></div>Every designer is looking for new ways to improve what they do, increase they&#8217;re usability, productivity and skills. Here I have assembled 10 ways you can do so, you will find equipment, organization and general tips and tricks. Some you may already know of and some maybe new to you. I will provide a description [...]</div>]]></description>
			<content:encoded><![CDATA[<p>Every designer is looking for new ways to improve what they do, increase they&#8217;re usability, productivity and skills. Here I have assembled 10 ways you can do so, you will find equipment, organization and general tips and tricks. Some you may already know of and some maybe new to you. I will provide a description for each one on each one explaining my opinions and why I choose to use them.<span id="more-1139"></span></p>
<div id="tipsoftheweek2">
<h3>1. Dual Monitors</h3>
<p>Having dual monitors will greatly increase your productivity whilst designing, It allows you to display a large number of things on the screen at once. It will greatly increase your workflow especially when designing, from Photoshop to Coda you can have it all, survey after survey reveals that having multiple monitors can increase your productivity by 30%. Dual screens can be very handy especially if your a designer that owns a notebook computer, sure there great for portabilty, visiting clients etc. However when you come down to designing owning a large secondary monitor can be a god send. An example of this can be found at <a href="http://Apple.com">Apple.com</a> where they cater an LED display for their notebook computers.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/bartelme.jpg" alt="bartelme" title="bartelme" width="615" height="401" class="aligncenter size-full wp-image-1150" /></div>
<p><div id="tipsoftheweek2">
<h3>2. Tidy Desk, Tidy Mind!</h3>
<p>You&#8217;ve probably heard this saying a lot, however it&#8217;s stands in my opinion to be very true. A tidy workspace will relieve your mind from clutter, stress and help your designs flow on to the paper. Now I&#8217;m not saying your desk needs to be immaculate because that would be hypocritical of me, you do need some sense of organization though as soon you don&#8217;t, you wont be able to see your desk. I aim to organize and clean my desk as often as possible but some of the times I forget and it&#8217;s a tip! Having some kind of organization methods will greatly increase your efficiency around your work. For example you can have file holder for each client or project rather than just a pile of mindless paper.</p>
<p>I find that keeping your designs and project files off the desk, in a filing cabinet or a dedicated area makes you feel uncluttered and stress-free as you are not reminded of all the work at hand when its on your desk staring at you. Get rid of all those post-it notes! Yes they are very handy but there are far better &#8220;to-do&#8221; applications you can install on your computer that you can set to alert you. The saying Tidy Desk, Tidy Mind should also be applied to your computers desktop. Organize all your files in folders with names that you will know what&#8217;s in there also it is a good idea to add sub-folders inside the main folder to further that organization, this will result in you knowing where everything is rather than hundreds of files on the desktop that you&#8217;ve not a clue what they are!</p>
</div>
<p><div id="tipsoftheweek2">
<h3>3. Gunnar Optiks Glasses</h3>
<p><a href="http://gunnars.com">Gunnar Glasses</a> aren&#8217;t just your ordinary pair of glasses, they are specifically designed to cater to people who spend long periods of time in front of screens &#8211; like us designers. Their iAmp technology with amber tinted lenses help relax the eyes by slightly magnifying what you&#8217;re looking at, making the colours &#8216;pop&#8217; more and reduce the frequency of headaches. </p>
<p><a href="http://gunnars.com">Gunnar Optiks</a> sell their iAmp lenses in various frames and colours so you can pick the ones that best suit you. They range from $89 to $189, granted they&#8217;re very expensive however for what you get and the experience I&#8217;ve had with them it&#8217;s well worth the money. Please note that you will not get the full experience if you have to wear prescription glasses! Although if you just like the frames you can get your prescription lenses fitted in them. Please stay tuned to the site for a full review on them. </p>
<p><a href="http://gunnars.com"><img src="http://henryladcases.com/wp-content/uploads/2009/09/326.jpg" alt="gunnars" title="gunnars" width="610" height="245" class="aligncenter size-full wp-image-1234" /></a></div>
<p><div id="tipsoftheweek2">
<h3>4. Pen Tablet</h3>
<p>As a designer having a <a href="http://http://henryladcases.com/wacom-intuos4-pen-tablet-review/">Pen Tablet</a> in my eyes is a must! When in Photoshop pen tablets can greatly increase productivity and the quality of your designs. When designing on paper you use a pen/pencil right? So in theory on the computer having a pen trumps a mouse. The tablet that I would recommend is the <a href="http://henryladcases.com/wacom-intuos4-pen-tablet-review/">Intuos4</a> line from Wacom &#8211; this tablet has endless forms of functionality and customization to shorten tasks and functions within any program. Size wise I would generally say the bigger the better. You can read my full review on the Large Intuos4 Tablet <a href="http://henryladcases.com/increasing-your-usability-productivity-and-skills-as-a-designer/">here</a>.  </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/1.jpg" alt="Intuos4 Large Tablet" title="Intuos4 Large Tablet" width="610" height="195" class="aligncenter size-full wp-image-1178" />
</div>
<div id="tipsoftheweek2">
<h3>5. Ergonomic Chair</h3>
<p>Getting yourself a quality ergonomic chair is essential, it&#8217;s what your sat in day in day out. I decided to get myself an expensive office chair a few months back and its the best decision I made, not only is it comfortable it will also last me a long time. The chair that I have is the Leather Ergohuman Office chair. Getting yourself a descent chair will greatly benefit you in the long run, many people suffer from upper back and lumber problems due to prolonged use of  non-ergonomic chairs. Being comfortable while designing will help you relax and contribute to getting better designs! There&#8217;s nothing worse than being uncomfortable whilst working. </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/09/11.jpg" alt="Ergohuman Office Chair" title="Ergohuman Office Chair" width="610" height="237" class="aligncenter size-full wp-image-1183" />
</div>
<div id="tipsoftheweek2">
<h3>6. Stay On Top Of Your Work!</h3>
<p>Staying on top of your work is a given really however you wouldn&#8217;t believe the amount of people let their work get on top of them. This is not a position you want to be in, sometimes it can be a downwards spiral and very hard to get out of. Having schedules, to-do lists and set tasks can be a very easy yet effective way of keeping one step ahead. For me the most important thing is motivation and the only way you have motivation is if you love what your doing, if you love what you&#8217;re doing you will want to do it! Therefore not letting work get on top of you. Also keeping your inspiration fresh is a great way to stay interested in what you do! </p>
</div>
<div id="tipsoftheweek2">
<h3>7. Set Tasks &#038; To-Do&#8217;s</h3>
<p>There are some great programs out there to set tasks and to-do lists for the following day or days to come. Here are a couple I use daily.</p>
<p><p>
<a href="http://www.omnigroup.com/applications/omnifocus/"><img src="http://henryladcases.com/wp-content/uploads/2009/09/13.jpg" alt="OmniFoucs2" title="OmniFoucs2" width="603" height="146" class="aligncenter size-full wp-image-1220" /></a></p>
<p>&#8220;<a href="http://www.omnigroup.com/applications/omnifocus/">OmniFocus</a> is designed to quickly capture your thoughts and allow you to store, manage, and process them into actionable to-do items. Perfect for the Getting Things Done system, but ﬂexible enough for any task management style, OmniFocus helps you work smarter by giving you powerful tools for staying on top of all the things you need to do.&#8221;</p>
<p><a href="http://www.secondgearllc.com/checkoff/"><img src="http://henryladcases.com/wp-content/uploads/2009/09/checkoff.jpg" alt="checkoff" title="checkoff" width="610" height="100" class="aligncenter size-full wp-image-1218" /></a><br />
<a href="http://www.secondgearllc.com/checkoff/">Check Off</a> is a fantastic little app for Mac OS X that sits in the task bar next to spotlight, its so simple you simply click the plus button to add a to-do item or a folder to group to-do&#8217;s and check them when done! Its also great if you need to scribble something down to remember.
</div>
<div id="tipsoftheweek2">
<h3>8. Freelancers: Get A Blog</h3>
<p>As a freelancers getting yourself a blog is crucial in todays world of design. An example of a freelancer that markets themself very well with two successful blogs, a huge twitter followers list, a great porfolio and a popular personal blog is Chris Spooner, popularly known by his very inspirational blog at <a href="http://Blog.Spoongraphics.com">Blog.Spoongraphics.com</a>.</p>
<p><a href="http://blog.spoongraphics.com"><img src="http://henryladcases.com/wp-content/uploads/2009/09/1-1.jpg" alt="spoonergraphics" title="spoonergraphics" width="575" height="357" class="aligncenter size-full wp-image-1198" /></a></p>
<p>If you run a quick search for <a href="http://chrisspooner.com">Chris Spooner</a> you will find lots of interviews with him where he says that he started <a href="http://blog.spoongraphics.com">Blog.Spoongraphics </a>as an experiment with wordpress looking to learn more which he now earns a nice monthly income from ads and has stated he has got some good projects through his blog. His other blog that also recieves monthly income is <a href="http://line25.com">Line25</a>. So getting yourself a blog could lead to great things.. and if you love writing about what you do its easy right?</p>
</div>
<div id="tipsoftheweek2">
<h3>9. Close Social Networking Programs!</h3>
<p>Everyone loves social networking, its the place to be these days! However it can be your biggest distraction whilst doing a project or trying to get work done. It can easily side track you and may find yourself slipping behind on your work. So make sure you close all the Twitter apps, Facebook windows and get focused on your work! In fact you should close anything that can be a distraction to you.</p>
</div>
<div id="tipsoftheweek2">
<h3>10. <a href="http://aremysitesup.com/aff/D7GWkf">Are My Sites Up?</a></h3>
<p>So you&#8217;ve done work for a client, once you&#8217;ve done that work after a few weeks it&#8217;s very likely that you will stop checking the site, making sure its okay unless you are asked or paid to? Well here is a nifty little web service that allows you to make sure your <a href="http://aremysitesup.com/aff/D7GWkf">sites are up</a>. If one of your sites were to go down you would recieve an email notifying you &#8211; this is much better than an angry client blaming you for something you had no control over. The service is free to signup to however you are limited to 5 sites only. You can then upgrade to a Standard, Plus or Pro account. With these you will get more sites to keep track of and a bunch of other features for very cheap yearly costs! Its well worth the money upgrading yourself from the free account. Check it out yourself <a href="http://aremysitesup.com/aff/D7GWkf">here</a>. </p>
<p><div class="centerme"><a href="http://aremysitesup.com/aff/D7GWkf"><img src="http://css-tricks.com/amsu/AMSU_Ad_465v2.png" alt="Are My Sites Up?" /></a></div>
</p>
</div>
<p>There you have my 10 tips on making your experience as a designer easier and increasing your productivity and skills as one! I&#8217;d love to know how you feel about my tips and if you have some of your own you&#8217;d like to share! Please feel free to let us know by commenting below.</p>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/increasing-your-usability-productivity-and-skills-as-a-designer/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Quick Tips Of The Week &#8211; August 22nd 2009</title>
		<link>http://henryladcases.com/quick-tips-of-the-week-august-21st-2009/</link>
		<comments>http://henryladcases.com/quick-tips-of-the-week-august-21st-2009/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 00:15:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick Tips Of The Week]]></category>
		<category><![CDATA[content slider]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[designers]]></category>
		<category><![CDATA[find out font name]]></category>
		<category><![CDATA[find out hex code]]></category>
		<category><![CDATA[grabbing hex code]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[hex code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery conent slider]]></category>
		<category><![CDATA[jquery featured content slider]]></category>
		<category><![CDATA[photoshop blending mode shortcut]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vertically center css]]></category>
		<category><![CDATA[vertically center div]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[whatthefont]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=1045</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/quick-tips-of-the-week-august-21st-2009/'><img height='140px' width='140px' id='hpt_7' class=''  title='Quick Tips Of The Week &#8211; August 22nd 2009' alt='Quick Tips Of The Week quicktipsoftheweek  Quick Tips Of The Week &#8211; August 22nd 2009' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Quick-Tips-Of-The-Week-quicktipsoftheweek.jpg'/></a></div>Quick tips of the week for designers is now here, I will be posting five great tips that I discover during the week and share them with you! This week learn how to vertically and horizontally center using css, quickly grab hex codes, find those mysterious fonts, a great Photoshop blending mode tip and a [...]</div>]]></description>
			<content:encoded><![CDATA[<p>Quick tips of the week for designers is now here, I will be posting five great tips that I discover during the week and share them with you! This week learn how to vertically and horizontally center using css, quickly grab hex codes, find those mysterious fonts, a great Photoshop blending mode tip and a fantastic jQuery content slider.<span id="more-1045"></span></p>
<div id="tipsoftheweek">
<h3>#1</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/verticallycenter1.jpg" alt="verticallycenter1" title="verticallycenter1" width="610" height="88" class="aligncenter size-full wp-image-1113" /></p>
<p>Vertically and Horizontally centering using css is probably easier than you think, sure everyone knows how to horizontally center using the old <b>0 auto margin</b> trick.  To get an image/object exactly centered using css, simply apply a negative top margin of half the images height, and a negative left margin of half the images width. For example:</p>
<pre class="brush: css">
#centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
}
</pre>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/centerverticallyexample.jpg" alt="centerverticallyexample" title="centerverticallyexample" width="610" height="243" class="aligncenter size-full wp-image-1110" /></p>
</div>
<div id="tipsoftheweek">
<h3>#2</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/whatthehex.jpg" alt="whatthehex" title="whatthehex" width="610" height="88" class="aligncenter size-full wp-image-1058" /></p>
<p>Have you ever come across a great colour that you just don&#8217;t know what it&#8217;s <strong>hex code</strong> is?</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/colorzilla.jpg" alt="colorzilla" title="colorzilla" width="610" height="100" class="aligncenter size-full wp-image-976" /></p>
<p><a href="http://www.colorzilla.com/firefox/"><b>Colorzilla</b></a> is a great firefox add-on, the color picker sits discretely at the bottom left status bar of the browser, to use it just simply click the eye dropper icon and place the &#8216;cross hair&#8217; any where in the browser and the 6 digit hex code will be displayed. Then right click the eye dropper icon and select cody &#8220;#178271&#8243; hex code. I use <a href="http://www.colorzilla.com/firefox/">Colorzilla</a> all the time as 9 times out of 10 the color that I want to know will be on a website therefore there is no need to take a screen shot and take it into Photoshop.</p>
</div>
<div id="tipsoftheweek">
<h3>#3</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/whatsthatfont.jpg" alt="whatsthatfont" title="whatsthatfont" width="610" height="88" class="aligncenter size-full wp-image-1060" /></p>
<p>Have you ever come across a killer font you just don&#8217;t know the name of well here is a nifty web service that will take an images of the font, analyze the image and give you a list of fonts that match. It&#8217;s great! This web service is called <a href="http://new.myfonts.com/WhatTheFont/">WhatTheFont.com</a></p>
<p><a href="http://new.myfonts.com/WhatTheFont/"><img src="http://henryladcases.com/wp-content/uploads/2009/08/whatfontstep1.jpg" alt="whatfontstep1" title="whatfontstep1" width="610" height="223" class="aligncenter size-full wp-image-1092" /></a></p>
<p>The first step is uploading an image of the font or you can give the link to the image location, for this example I will be using the famous google logo.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/whatfontstep32.png" alt="whatfontstep32" title="whatfontstep32" width="610" height="251" class="aligncenter size-full wp-image-1121" /></p>
<p>Next it will break the text up into individual characters, if it has analyzed a character wrong you can change it manually.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/whatfontstep31.png" alt="whatfontstep31" title="whatfontstep31" width="610" height="255" class="aligncenter size-full wp-image-1101" /></p>
<p>The service will then take the information/images and compare them to the database and provide you with a list fonts that match and their names.</p>
</div>
<div id="tipsoftheweek">
<h3>#4</h3>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/photoshopbledningmode.jpg" alt="photoshopbledningmode" title="photoshopbledningmode" width="610" height="88" class="aligncenter size-full wp-image-1062" /></p>
<p>A quick tip for choosing a blending mode in Photoshop on a mac is to use the hot keys <b>SHIFT &#8211; +</b> to scroll through the blending modes <b>+</b> will scroll forwards and <b>-</b> backwards. </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/blendingmodes.jpg" alt="blendingmodes" title="blendingmodes" width="610" height="164" class="aligncenter size-full wp-image-1098" />
</div>
<div id="tipsoftheweek">
<h3>#5</h3>
<p><a href="http://css-tricks.com/examples/AnythingSlider/"><img src="http://henryladcases.com/wp-content/uploads/2009/08/anythingslider.jpg" alt="anythingslider" title="anythingslider" width="610" height="88" class="aligncenter size-full wp-image-1114" /></a></p>
<p>For this weeks last tip here is a useful jQuery content slider, sure there are loads of sliders already out there however this one is all of them in one with other cool features including slide buttons, tabs, auto playing and a start/stop button and many more, plus I think its one of the best looking one out there. It was created by <a href="http://chriscoyier.net">Chris Coyier</a>, <a href="http://jqueryfordesigners.com">Remy Sharp</a> and <a href="http://pixelgraphics.us/">Douglas Neiner</a>.</p>
<p><a href="http://css-tricks.com/examples/AnythingSlider/"><img src="http://henryladcases.com/wp-content/uploads/2009/08/anythingslider-example.jpg" alt="anythingslider-example" title="anythingslider-example" width="610" height="281" class="aligncenter size-full wp-image-1116" /></a></p>
<p>That wraps it up for this weeks <b>quick tips</b>, what did you think of them? leave your thoughts below, don&#8217;t hesitate to suggest a quick tip for next weeks article.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/quick-tips-of-the-week-august-21st-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Create A Twitter Background That Flows With Your Website Design</title>
		<link>http://henryladcases.com/how-to-create-a-twitter-background-that-flows-with-your-website-design/</link>
		<comments>http://henryladcases.com/how-to-create-a-twitter-background-that-flows-with-your-website-design/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 22:10:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[create twitter]]></category>
		<category><![CDATA[creating twitter background]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[how to create twitter background]]></category>
		<category><![CDATA[how to create twitter background tutorial]]></category>
		<category><![CDATA[how to create twitter design]]></category>
		<category><![CDATA[how to make twitter background]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter background dedign]]></category>
		<category><![CDATA[twitter design]]></category>
		<category><![CDATA[twitter flow design]]></category>
		<category><![CDATA[twitter tutorial]]></category>
		<category><![CDATA[website design twitter]]></category>
		<category><![CDATA[website flow with twitter]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=985</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/how-to-create-a-twitter-background-that-flows-with-your-website-design/'><img height='140px' width='140px' id='hpt_8' class=''  title='How To Create A Twitter Background That Flows With Your Website Design' alt='How To Create A Twitter Background That Flows With Your Website Design thumb  How To Create A Twitter Background That Flows With Your Website Design' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/How-To-Create-A-Twitter-Background-That-Flows-With-Your-Website-Design-thumb.jpg'/></a></div>These days more and more social networking services such as Twitter are making it possible for you to give your profile its own design, this is key to getting your site know, logos, themes, header etc.. are things that people remember your site by, so its key to spread you design across the web. Here [...]</div>]]></description>
			<content:encoded><![CDATA[<p>These days more and more social networking services such as <a href="http://twitter.com/henrydurdan">Twitter</a> are making it possible for you to give your profile its own design, this is key to getting your site know, logos, themes, header etc.. are things that people remember your site by, so its key to spread you design across the web. Here is a step by step tutorial on how to let your websites design flow straight into <a href="http://twitter.com/henrydurdan">Twitter</a>.<span id="more-985"></span></p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/261.jpg" alt="Final Result" title="Final Result" width="610" height="322" class="aligncenter size-full wp-image-986" /></p>
<p><h2>The Tutorial</h2>
<p>
<img src="http://henryladcases.com/wp-content/uploads/2009/08/112.jpg" alt="PSD Template" title="PSD Template" width="610" height="361" class="aligncenter size-full wp-image-988" /></p>
<p>Lets get started, download the <a href="http://blogspoon.s3.amazonaws.com/wp-content/uploads/2009/twitter-theme/Twitter-BG-Template.psd.zip">Twitter PSD Background Template</a> courtesy of <a href="">Chris Spooner</a>. This PSD has all the different screen resolutions and where the twitter section will be in relation. </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/32.jpg" alt="Grab Your Background" title="Grab Your Background" width="610" height="248" class="aligncenter size-full wp-image-990" /></p>
<p>Grab your websites header and place it in the top right corner. Then shut the visibility of the template group off.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/23.jpg" alt="Spray Erase Edges" title="Spray Erase Edges" width="610" height="105" class="aligncenter size-full wp-image-992" /></p>
<p>Using this <a href="http://psd.tutsplus.com/freebies/brushes/hi-res-spray-paint-photoshop-brushes/">Hi-Res Spray Brush Set</a> start to erase the right end of the header, the reason behind this is that we want to make the head fade of to the background colour seamlessly with a nice effect spray grunge effect, rather than a straight edge.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/34.jpg" alt="final result" title="final result" width="610" height="118" class="aligncenter size-full wp-image-995" /></p>
<p>Using some of your own brushes really start to personalize the end result whilst blending from the header to the background. You can also use a white brush to spray some texture at the center of the header.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/42.jpg" alt="Get Your Logo" title="Get Your Logo" width="610" height="114" class="aligncenter size-full wp-image-997" /></p>
<p>Next, get your logo and place it on the canvas, scale it to size, rotate it to make the design more free and fit with the fading edges.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/52.jpg" alt="Photo frame" title="Photo frame" width="610" height="364" class="aligncenter size-full wp-image-998" /></p>
<p>Download a <a href="http://www.sxc.hu/photo/854924">blank polaroid photo frame</a>, scale it to size and rotate it the opposite way to the logo.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/62.jpg" alt="Warp1" title="Warp1" width="440" height="330" class="aligncenter size-full wp-image-1000" /></p>
<p>With the polaroid layer select go to <strong>Edit>Transform>Warp</strong>.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/72.jpg" alt="Warping Polaroid Image" title="Warping Polaroid Image" width="610" height="325" class="aligncenter size-full wp-image-1001" /></p>
<p>Warp the polaroids image at the bottom left up, this will create the effect that the edge is slightly curled.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/82.jpg" alt="Adding A Drop Shadow" title="Adding A Drop Shadow" width="610" height="266" class="aligncenter size-full wp-image-1003" /></p>
<p>Next to add more depth and realism add yourself a drop shadow with an angle of <strong>35</strong>, opacity of <strong>50% </strong>and a distance of <strong>3px</strong>. </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/91.jpg" alt="Check Template" title="Check Template" width="610" height="267" class="aligncenter size-full wp-image-1005" /></p>
<p>Now just turn the visibility of the PSD Template back on just to check that everything is aligned okay at the standard screen res.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/101.jpg" alt="Add A Photo Of You" title="Add A Photo Of You" width="610" height="342" class="aligncenter size-full wp-image-1008" /></p>
<p>Make your twitter page personal to you and grab a photo of yourself and rescale and rotate it in position, then give it the same <b>Warp</b> we did with the polaroid frame.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/113.jpg" alt="Add Your Name" title="Add Your Name" width="610" height="345" class="aligncenter size-full wp-image-1009" /></p>
<p>Add your name to the bottom space of the polaroid frame, the font I have used here is called <a href="http://www.dafont.com/dear-joe.font">Dear Joe</a>.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/121.jpg" alt="coffee stain" title="coffee stain" width="610" height="370" class="aligncenter size-full wp-image-1010" /></p>
<p>Get yourself a <a href="http://designm.ag/resources/photoshop-stains-brushes/">Mug Stain Brush</a> and place it over the polaroid photo, set the blending mode to <b>Multiply</b>.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/131.jpg" alt="Social Icons" title="Social Icons" width="610" height="380" class="aligncenter size-full wp-image-1011" /></p>
<p>Download <a href="http://www.blog.spoongraphics.co.uk/freebies/free-hand-drawn-doodle-icon-set-for-bloggers">Free Hand Drawn Doodle Icon Set</a> bring the icons that you want or you are part of and desaturate them (SHIFT+CMD+U), rotate and scale them to your preference.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/141.jpg" alt="Nudge them into position" title="Nudge them into position" width="610" height="282" class="aligncenter size-full wp-image-1012" /></p>
<p>Next, take the desaturated social icons and nudge them into position behind the polaroid photo.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/151.jpg" alt="Spray" title="Spray" width="610" height="141" class="aligncenter size-full wp-image-1013" /></p>
<p>Using the same spray brush set as earlier bump the resolution up and set the colour to black, then spray some where over the header</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/171.jpg" alt="Change The Opacity" title="Change The Opacity" width="600" height="180" class="aligncenter size-full wp-image-1015" /></p>
<p>Next, change the opacity of this layer down to <strong>25%</strong>, this will add more of a textured feeling to the header.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/191.jpg" alt="Doodles" title="Doodles" width="610" height="225" class="aligncenter size-full wp-image-1016" /></p>
<p>Now find yourself some nice doodle brushes and place some around the design, then drop the opacity down to <b>35%</b> so they aren&#8217;t too intrusive to the design &#8211; yet making it more &#8216;personal&#8217;.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/221.jpg" alt="save for web" title="save for web" width="610" height="429" class="aligncenter size-full wp-image-1020" /></p>
<p>That&#8217;s pretty much the design side of it done, you want to keep your websites theme, make it more personal however you don&#8217;t want to clutter it as it&#8217;s only the top left corner you have to work with. Now crop the design to the smallest area possible and save for web and devices (OPT+CMD+SHIFT+S) &#8211; save it as a JPEG and tweak the file size so you get high quality with the smallest file size.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/241.jpg" alt="Upload To Twitter" title="Upload To Twitter" width="500" height="330" class="aligncenter size-full wp-image-1022" /></p>
<p>Login to your <a href="http://twitter.com/henrydurdan">Twitter</a> account and navigate to your <strong>settings page</strong>, click the tab that says <strong>design</strong>. Change the background image by uploading your new design remember not tile the background.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/25.jpg" alt="Colour Scheme" title="Colour Scheme" width="483" height="253" class="aligncenter size-full wp-image-1024" /></p>
<p>Next, change the colour scheme of the design so that it matches the overall colours used in the design. Use the eye dropper tool in Photoshop to get the hex colour and simply apply it to the desired section.</p>
<p><h2>Final Image</h2>
<p>
<img src="http://henryladcases.com/wp-content/uploads/2009/08/232.jpg" alt="Final Image" title="Final Image" width="610" height="281" class="aligncenter size-full wp-image-1025" /></p>
<p>With the design complete head over to your profile and check out your new design! If you enjoyed this don&#8217;t forget to <a href="http://twitter.com/henrydurdan">follow me on Twitter.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/how-to-create-a-twitter-background-that-flows-with-your-website-design/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Creating A Simple Landing Page From PSD For New Sites</title>
		<link>http://henryladcases.com/creating-a-simple-landing-page-from-psd-for-new-sites/</link>
		<comments>http://henryladcases.com/creating-a-simple-landing-page-from-psd-for-new-sites/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 15:32:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery hide show toggle]]></category>
		<category><![CDATA[jquery slide]]></category>
		<category><![CDATA[jquery toggle]]></category>
		<category><![CDATA[landing page]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[new sites]]></category>
		<category><![CDATA[photoshop tutorial]]></category>
		<category><![CDATA[PSD to CSS]]></category>
		<category><![CDATA[psd to html]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=851</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/creating-a-simple-landing-page-from-psd-for-new-sites/'><img height='140px' width='140px' id='hpt_9' class=''  title='Creating A Simple Landing Page From PSD For New Sites' alt='Creating A Simple Landing Page From PSD For New Sites Picture 23  Creating A Simple Landing Page From PSD For New Sites' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Creating-A-Simple-Landing-Page-From-PSD-For-New-Sites-Picture 23.png'/></a></div>So you have registered a new site and it&#8217;s no where near developed yet, however you want to promote the new site to your current blog readers or friends. What you need is a temporary landing page for visitors to go. These typically display a logo, some kind of design and some useful links. This [...]</div>]]></description>
			<content:encoded><![CDATA[<p>So you have registered a new site and it&#8217;s no where near developed yet, however you want to promote the new site to your current blog readers or friends.  What you need is a temporary landing page for visitors to go. These typically display a logo, some kind of design and some useful links. This tutorial will take you step by step from creating your PSD landing page to a XHTML &#038; CSS web page You will also learn some basic jQuery effects.<span id="more-851"></span></p>
<p><a href="http://thedesignersyard.com" target="blank">View Live Demo</a></p>
<p> <a href="http://henryladcases.com/how-to-a-create-logo-in-photoshop-the-designers-yard-design-process/" target="blank">View How To Create The Logo</a></p>
<p><h2>The Tutorial</h2>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/110.jpg" alt="The PSD" title="The PSD" width="610" height="497" class="aligncenter size-full wp-image-899" /></p>
<p>Create yourself a mock-up in Photoshop of how you want you landing page to be. As you can see I have added some contact links and a section to display my latest tweet. This will be later cutomized via jQuery. Learn how to create the logo <a href="http://henryladcases.com/how-to-a-create-logo-in-photoshop-the-designers-yard-design-process/">Click Here</a></p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/2.jpg" alt="Start By Cropping The PSD" title="Start By Cropping The PSD" width="610" height="429" class="aligncenter size-full wp-image-856" /></p>
<p>Firstly you want to crop the appropriate images from your PSD and save them for the web (SHIFT+ALT+CMD+S). Tweak the settings of your selected file type (.jpg) to reduce the size of the images, this will result in the images loading faster in the browser. </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/picture-15.png" alt="Index, CSS, &#038; jQuery" title="Index, CSS, &#038; jQuery" width="610" height="275" class="aligncenter size-full wp-image-902" /></p>
<p>Export the images into an images folder, also create youself two new folders &#8211; <b>CSS</b> in here create a blank style sheets. <b>JS</b> in here put the latest version of <a href="http://jquery.com">jQuery</a>. Finally create a new blank <strong>index.html</strong> file, open this and the style.css file you created.</p>
<pre class="brush: html">
&lt;html&gt;

	&lt;head&gt;

		&lt;title&gt;The Designers Yard - Coming Soon&lt;/title&gt;

		&lt;META name=&quot;keywords&quot; content=&quot;design, web design, design tutorial, graphic design, tutorials, design round-ups, design, freebies&quot;&gt;

		&lt;link rel=&quot;stylesheet&quot; href=&quot;css/style.css&quot; type=&quot;text/css&quot;&gt;
		&lt;script type=&quot;text/javascript&quot; src=&quot;/js/jquery-1.3.2.min.js&quot;&gt;&lt;/script&gt;

	&lt;/head&gt;

	&lt;body&gt;
	&lt;/body&gt;

&lt;/html&gt;
</pre>
<p>With your index.html file open make the DOCTYPE <strong>XHTML 1.0 Strict</strong> and throw in some basic html code, be sure to link to your <strong>Style.css</strong> and <strong>jQuery.js</strong> files.</p>
<pre class="brush: css">
	Resets
*/

*		{
		margin: 0;
		padding: 0;
}

img a	{
		border: none;
}

p		{
		font-family: Georgia;
		font-size: 14px;
		color: #0074AE;
}
</pre>
<p>Open up your <b>Style.css</b> file and set yourself some basic resets, make sure you set your <strong>margin</strong> and <strong>padding</strong> to <strong>0</strong>.</p>
<pre class="brush: html">
	&lt;div id=&quot;topsoil&quot;&gt;&lt;/div&gt;
	&lt;div id=&quot;content&quot;&gt;
		&lt;div id=&quot;logo&quot;&gt;&lt;/div&gt;
	&lt;/div&gt;
</pre>
<p>Back in your index.html file start to fill out your body tags with the <strong>topsoil</strong>, <strong>content</strong> and <strong>logo</strong> divs.</p>
<pre class="brush: css">
/*
	Top Section
*/

#topsoil	{
			height: 152px;
			width: auto;
			background: url(/images/topsoil.jpg) repeat-x;
}
#content	{
			width: auto;
			height: auto;
			background: white;
}
#logo 		{
			width: 592px;
			height: 191px;
			background: url(/images/TheDesignersYard.jpg) no-repeat;
			margin: 0 auto;
}
</pre>
<p>Now go back to your style sheet and start to style the divs we just put in. Setting the <strong>width</strong> and <strong>height</strong> to <strong>auto</strong> will let the div expand depending on what content is in the div &#8211; this is just what we need as we will be using some jQuery slide effects later on. Set the background images with appropriate repeats. Then Set the logo <strong>margin</strong> to <strong>0 auto;</strong> this will keep it centered in the browser. </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/81.jpg" alt="CSS Outcome" title="CSS Outcome" width="610" height="215" class="aligncenter size-full wp-image-877" /></p>
<p>Check that your code is how we want it in your default browser &#8211; this is exactly what it should be.</p>
<pre class="brush: html">
&lt;div id=&quot;logo&quot;&gt;&lt;/div&gt;
	 		&lt;div id=&quot;social&quot;&gt;
				&lt;a href=&quot;#&quot; class=&quot;click&quot;&gt;&lt;div id=&quot;twitter&quot;&gt;&lt;/div&gt;&lt;/a&gt;
				&lt;a href=&quot;mailto:henrydurdan@thedesignersyard.com&quot;&gt;&lt;div id=&quot;mail&quot;&gt;&lt;/div&gt;&lt;/a&gt;
			&lt;/div&gt;
</pre>
<p>Inside the <strong>content div</strong> under the <strong>logo div</strong> set yourself up a div with an ID of <b>social</b>, inside of this add yourself <strong>two</strong> HTML links, one with a dummy link <strong>(#)</strong> with a <strong>class</strong> of <strong>click</strong> &#8211; this will be used when we throw in some jQuery later, the other with a <strong>mailto</strong>: link. Inside of these links add two divs with the ID&#8217;s of <strong>twitter</strong> &#038; <strong>mail</strong>.</p>
<pre class="brush: css">
/*
	SOCIAL
*/

#social		{
			width: 170px;
			height: 60px;
			background: transparent;
			margin: -10px auto 0;
}
#twitter	{
			width: 77px;
			height: 60px;
			background: url(/images/twitter.jpg) no-repeat;
			float: left;
}
#mail		{
			width: 74px;
			height: 60px;
			background: url(/images/mail.jpg) no-repeat;
			float: left;
}
</pre>
<p>Next, head back to the style sheet to add some CSS to the new DIV&#8217;s. The <strong>social div</strong> will be the wrapper for the <strong>twitter</strong> and <strong>mail icons</strong>. Set the <strong>margin</strong> for this to <strong>-10px auto 0</strong>; this will ensure the div stays central at all times, the <strong>-10px</strong> is just to move the div more towards the logo. Give the twitter and social icons their dimensions and background images &#8211; remember to <strong>float</strong> them to the <strong>left</strong> so they stay in the social div side by side.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/111.jpg" alt="Social CSS outcome" title="Social CSS outcome" width="610" height="275" class="aligncenter size-full wp-image-921" /></p>
<p>Now check that the code we&#8217;ve just done is behaving as we want it to.</p>
<pre class="brush: html">
&lt;div id=&quot;tweet&quot;&gt;
	&lt;div id=&quot;twitterfeed&quot;&gt;
		&lt;div id=&quot;twitterul&quot;
			&lt;ul id=&quot;twitter_update_list&quot;&gt;&lt;/ul&gt;
			&lt;script type=&quot;text/javascript&quot; src=&quot;http://twitter.com/javascripts/blogger.js&quot;&gt;&lt;/script&gt;
			&lt;script type=&quot;text/javascript&quot; src=&quot;http://twitter.com/statuses/user_timeline/HenryDurdan.json?callback=twitterCallback2&amp;amp;amp;count=1&quot;&gt;&lt;/script&gt;
	&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>Now to add the latest twitter feed. This looks like a lot of code, however its really not in fact most of it you can get through your twitter admin area. Add a <b>tweet div</b> this will wrap the entire area where the latest tweet will sit and the follow me link. Next, add another div with the ID of <strong>twitterfeed</strong>, this is where the latest tweet will sin inside of.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/twittercode.jpg" alt="twittercode" title="twittercode" width="610" height="465" class="aligncenter size-full wp-image-928" /></p>
<p>To get the <strong>Twitter HTML Code</strong> login to your <strong>Twitter Profile</strong> and head over to &#8220;<strong>Settings</strong>&#8221; and click the link that says &#8220;<strong>You can also add Twitter to your site here</strong>&#8221; Grab the HTML code and paste it in between the <strong>twitterfeed</strong> div.</p>
<pre class="brush: css">
/*
	TWEET
*/

#tweet					{
						width: 960px;
						height: 90px;
						margin: 0 auto;
}
#twitterfeed			{
						height: 90px;
						width: 682px;
						background: url(/images/twitterfeed.jpg) no-repeat;
						float: left;
}
#twitterul ul li        {
						list-style: none;
						width: 470px;
						float:right;
						height: 60px;
						margin-top:
						25px;
						font-family: georgia;
						font-size: 14px;
						padding: 5px 15px 0px 0px;
						color: #0074AE;
}
#twitterul ul a         {
						list-style: none;
						color: #784829;
}
#twitterul ul a:hover	{
						border-bottom: dotted 1px;
}
</pre>
<p>Back in the style sheet lets start to style all those <strong>&#8216;tweet&#8217; divs</strong> we just put in. The CSS is really just basic stuff such as remove text decorations, list-styles, styling fonts and muscling it into shape with margins and paddings. </p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/outcome.jpg" alt="Latest Tweet CSS Outcome" title="Latest Tweet CSS Outcome" width="610" height="296" class="aligncenter size-full wp-image-934" /></p>
<p>Again lets check to make sure all the code and CSS has worked as we want it to. Which it has so it&#8217;s all good.</p>
<pre class="brush: html">
	&lt;/div&gt;
	&lt;a href=&quot;http://twitter.com/henrydurdan&quot;&gt;&lt;div id=&quot;followme&quot;&gt;&lt;/div&gt;&lt;/a&gt;
	&lt;/div&gt;
</pre>
<p>Next to add the <strong>followme</strong> div, outside of this add a HTML Link to your twitter profile. <a href="http://twitter.com/henrydurdan">My Twitter</a>.</p>
<pre class="brush: css">
#followme			    {
						height: 90px;
						width: 126px;
						background: url(/images/followme.jpg) no-repeat;
						float: left;
}
</pre>
<p>To finish off the latest tweet section style the <strong>followme div</strong>, set the height, width, background image and remember to float to the left.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/followme-css-outcome.jpg" alt="followme css outcome" title="followme css outcome" width="610" height="377" class="aligncenter size-full wp-image-941" /></p>
<p>Now the latest tweet section should look like this, my latest tweet in the bubble and the follow me bird to the right.</p>
<pre class="brush: html">
&lt;div id=&quot;bottomsoil&quot;&gt;
	&lt;div id=&quot;comingsoonwrap&quot;&gt;
		&lt;div id=&quot;comingsoon&quot;&gt;&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>Finally set yourself up three new divs at the bottom underneath our previous code, <strong>bottomsoil</strong>, <strong>comingsoonwrap</strong> and <strong>comingsoon</strong>.</p>
<pre class="brush: css">
/*
	BOTTOM SOIL
*/

#bottomsoil				{
						width: auto;
						height: 247px;
						background: url(/images/bottomsoil.jpg) repeat-x;
}
#comingsoonwrap			{
						width: 960px;
						height: 247px;
                                                margin: 0 auto;
                                                padding-top: 80px;
}
#comingsoon				{
						background: url(/images/comingsoon.jpg) no-repeat;
						width: 312px;
						height: 69px;
						margin: 0 auto;
}
</pre>
<p>Style the <strong>bottomsoil div</strong> with some basic background repeats, dimensions, margins and paddings.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/final-result.jpg" alt="final-result" title="final-result" width="610" height="513" class="aligncenter size-full wp-image-946" /></p>
<p>Check that what we&#8217;ve done works and all the CSS styling has behaved exactly how we want it.</p>
<p><h2>Add Some jQuery</h2>
<p>Now to throw in some jQuery to make it more dynamic, what we want to achieve is simple javascript &#8211; when the page loads the latest tweet is hidden and when the twitter bird is toggled the latest tweet will slide down and up.</p>
<pre class="brush: javascript">
		&lt;script type=&quot;text/javascript&quot;&gt;
			$(document).ready(function() {
 			 $(&#039;#tweet&#039;).hide();

  			 $(&#039;.click&#039;).click(function() {
    		 $(&#039;#tweet&#039;).slideToggle(&#039;slow&#039;);
   			 return false;
 			 });
 			 });
		&lt;/script&gt;
</pre>
<p>In the head tag add yourself some <a href="http://jquery.com">jQuery</a>. When the document is ready we want to hide the <strong>tweet div</strong>, then when the twitter bird (with the class &#8220;<strong>click</strong>&#8220;) is clicked we want it to preform the function of <strong>slideToggle</strong> which will hide and show the tweet section at a <strong>slow</strong> speed.</p>
<p>With this javascript in place when the page loads now the tweet div will be hidden and the coming soon section will be at a higher position. When the twitter bird is toggled the coming soon section will slide to reveal or hide the latest tweet. This is just a really nice and easy feature that makes the page feel more dynamic than a static html page.</p>
<p>There you have it, a very simple step by step tutorial with some easy CSS and jQuery to create a nice looking landing page for new websites. What do you think of this tutorial? Don&#8217;t hesitate to tell me, any feedback or sharing of this post will be appreciated.</p>
<p><a href="http://thedesignersyard.com">View Live Demo</a></p>
<p> <a href="http://henryladcases.com/how-to-a-create-logo-in-photoshop-the-designers-yard-design-process/">View How To Create The Logo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/creating-a-simple-landing-page-from-psd-for-new-sites/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Designers Yard Logo Design Process &#8211; Photoshop Tutorial</title>
		<link>http://henryladcases.com/how-to-a-create-logo-in-photoshop-the-designers-yard-design-process/</link>
		<comments>http://henryladcases.com/how-to-a-create-logo-in-photoshop-the-designers-yard-design-process/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 17:50:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Design Process]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to design]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[Logo Inspiration]]></category>
		<category><![CDATA[Make Logo]]></category>
		<category><![CDATA[Make logo in photoshop]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[TheDesignersYard]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://henryladcases.com/?p=768</guid>
		<description><![CDATA[<div class='hpt_container' style='width:100%;display:block;clear:both;height:172px;'><div class='hpt_element'><a href='http://henryladcases.com/how-to-a-create-logo-in-photoshop-the-designers-yard-design-process/'><img height='140px' width='140px' id='hpt_10' class=''  title='The Designers Yard Logo Design Process &#8211; Photoshop Tutorial' alt='Create Logo In Photoshop The Designers Yard Logo TheDesignersYardLogo  The Designers Yard Logo Design Process &#8211; Photoshop Tutorial' src='http://henryladcases.com/wp-content/plugins/hungred-post-thumbnail/images/live/Create-Logo-In-Photoshop--The-Designers-Yard-Logo-TheDesignersYardLogo.jpg'/></a></div>Recently I have registered a new domain, &#8220;TheDesignersYard.com&#8221; and with this I have been developing the site over the past weeks. To date I haven&#8217;t had time to focus on the creation of a logo due to my concentration on the general site design and coding, however this morning I decided to sit down and [...]</div>]]></description>
			<content:encoded><![CDATA[<p>Recently I have registered a new domain, &#8220;<a href="http://thedesignersyard.com/">TheDesignersYard.com</a>&#8221; and with this I have been developing the site over the past weeks. To date I haven&#8217;t had time to focus on the creation of a logo due to my concentration on the general site design and coding, however this morning I decided to sit down and create one &#8211; as you can see the final product is below, I have gone for a &#8216;grass &amp; soil&#8217; design with some nice texture within the logo. Here I have created a step by step tutorial on how I managed to get the end result.<span id="more-768"></span></p>
<p><a href="http://www.thedesignersyard.com"><img class="aligncenter size-full wp-image-769" title="thedesignersyard" src="http://henryladcases.com/wp-content/uploads/2009/08/thedesignersyard.jpg" alt="thedesignersyard" width="600" height="315" /></a></p>
<p><h2>The Step By Step Tutorial</h2>
<p>
<img src="http://henryladcases.com/wp-content/uploads/2009/08/1.jpg" alt="step 1 create new document" title="step 1 create new document" width="610" height="409" class="aligncenter size-full wp-image-772" /></p>
<p>Create yourself a new document with the dimensions 600x315px,  colour mode RGB Color &#8211; 8 Bit and set yourself a white background.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/3.jpg" alt="step 2 type the font" title="step 2 type the font" width="610" height="471" class="aligncenter size-full wp-image-775" /></p>
<p>Download and Install the font <a href="http://www.dafont.com/handvetica.font">HandVetica</a>. Type out the text &#8220;TheDesignersYard&#8221; at 70pt in black with the anti-aliasing method of crisp.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/4.jpg" alt="step 3 get paper texture" title="step 3 get paper texture" width="610" height="414" class="aligncenter size-full wp-image-778" /></p>
<p>Next, go and grab yourself a high res grungy paper texture from <a href="http://www.bittbox.com/freebies/free-high-res-grungy-paper-textures/">Bittbox</a>, I have used the last one on the page. Drag the paper texture onto the canvas and shrink it vertically &#8211; this will add a little more &#8216;crinkle&#8217; texture and lay the layer over the text.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/5.jpg" alt="step 4 text overlay" title="step 4 text overlay" width="610" height="305" class="aligncenter size-full wp-image-781" /></p>
<p>With the paper texture over the text layer, head to the layers palette, make sure the text and paper texture are next to each other in the palette &#8211; hold down the &#8220;alt&#8221; key whilst clicking inbetween the two layers. This will now overlay the paper texture right into the text. Nice and easy with no fuss.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/6.jpg" alt="step 5 another texture" title="step 5 another texture" width="610" height="400" class="aligncenter size-full wp-image-783" /></p>
<p>Go ahead and grab yourself another grunge paper texture from <a href="http://www.bittbox.com/freebies/free-high-res-grungy-paper-textures/">Bittbox</a> this time I chose the first one. Bring the texture onto the canvas and again shrink it vertically however this time down to the same height as the text.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/7.jpg" alt="step 6 select text" title="step 6 select text" width="610" height="405" class="aligncenter size-full wp-image-786" /></p>
<p>Once you&#8217;ve positioned the texture where you want it &#8211; shut the visibility of this layer off and lock it up. Switch to the magic wand tool (W) &#8211; on the text layer select the area outside of the text and the centers of the letters i.e. &#8216;e&#8217; &#8216;d&#8217;.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/8.jpg" alt="Step 7 cut pixel and desuturate" title="Step 7 cut pixel and desuturate" width="610" height="407" class="aligncenter size-full wp-image-787" /></p>
<p>Switch back to the second texture layer unlock it and turn the visibility back on, now cut the pixel that you have selected (CMD+X). Now you should be left with the text &#8220;TheDesignersYard&#8221; in the texture you had. Next, desaturate the layer (CMD+SHIFT+U).</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/9.jpg" alt="step 9 change layer type and opacity" title="step 9 change layer type and opacity" width="610" height="223" class="aligncenter size-full wp-image-788" /></p>
<p>Next, change the blending mode to overlay and whack the opacity down to around 70% &#8211; this just adds extra texture to the text.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/11.jpg" alt="step 10 desaturate cracked texture" title="step 10 desaturate cracked texture" width="610" height="412" class="aligncenter size-full wp-image-792" /></p>
<p>Find yourself a cracked &#8216;ground&#8217; texture or use the one I have from <a href="http://www.texturevault.net/Cracked_g62-Cracked_p224.html">TextureVault</a>. Duplicated the texture over the text or if the texture is high res shrink to fit. Next desaturate the layer (CMD+SHIFT+U).</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/12.jpg" alt="step 11 set layer styles and opacity cracked texture" title="step 11 set layer styles and opacity cracked texture" width="610" height="231" class="aligncenter size-full wp-image-795" /></p>
<p>With the layer desaturated set the blending mode to overlay and change the opacity down to 90%.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/13.jpg" alt="step 12 white overlay" title="step 12 white overlay" width="610" height="360" class="aligncenter size-full wp-image-796" /></p>
<p>Open yourself up a new layer and select a soft edged brush, set the colour to white and paint over the top half of the text.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/14.jpg" alt="step 13 delete excess" title="step 13 delete excess" width="610" height="361" class="aligncenter size-full wp-image-798" /></p>
<p>Select the outside of the text layer and delete this from the white overlay layer so you are left with just the top portion of the text in white.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/15.jpg" alt="white overlay change opacity" title="white overlay change opacity" width="610" height="211" class="aligncenter size-full wp-image-799" /></p>
<p>Change the blending mode to overlay and drop the opacity all the way down to 15%, to give the effect of light coming from above.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/vector-grass.jpg" alt="vector-grass" title="vector-grass" width="610" height="200" class="aligncenter size-full wp-image-831" /></p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/181.jpg" alt="duplicate to creat grass" title="duplicate to creat grass" width="610" height="281" class="aligncenter size-full wp-image-807" /></p>
<p>Next, start to make the grass &#8211; use the file above by duplicating the different varieties of strands to make your layer of grass.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/21.jpg" alt="grass complete" title="grass complete" width="610" height="332" class="aligncenter size-full wp-image-812" /></p>
<p>Now that you have perfected your grass and are happy with it, switch to the eraser tool (E) and select yourself a soft brush. Lightly soften the bottom edge of the grass, also erase some of the grass that covers the letters &#8211; for example you can see where I have made the &#8216;g&#8217; visible, this will help add more depth.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/soil.jpg" alt="soil" title="soil" width="610" height="100" class="aligncenter size-full wp-image-832" /></p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/22.jpg" alt="soil" title="soil" width="610" height="370" class="aligncenter size-full wp-image-816" /></p>
<p>Next, take my pre-made soil texture and position it under the grass. I achieved the soil look through a variety of different textures and colours. It&#8217;s just the way I want it, feel free to experiment with it.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/24.jpg" alt="start to erase soil" title="start to erase soil" width="610" height="380" class="aligncenter size-full wp-image-817" /></p>
<p>Switch to the eraser tool (E), change to a soft brush with a texture and start to shape the soil &#8211; whilst doing this remember that the effect you are trying to achieve is soil, so make it look crumbly and realistic.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/26.jpg" alt="finish soil off" title="finish soil off" width="610" height="275" class="aligncenter size-full wp-image-818" /></p>
<p>Now the soil is shaped and you&#8217;re happy with it duplicate the grass layer, flip it vertically and change the opacity down to 40%. Next shift the duplicated layer behind the soil leaving the tips showing. This will just finish the soil off and give it a more realistic feel.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/30.jpg" alt="finish off grass" title="finish off grass" width="610" height="347" class="aligncenter size-full wp-image-819" /></p>
<p>Now to finish off that soft edge we left on the grass earlier. Duplicate the grass layer and again flip in vertically, erase the majority of the grass leaving the tips. Next, shift this layer up to the soft edge to really add realism to the grass.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/28.jpg" alt="final view of grass and soil" title="final view of grass and soil" width="610" height="361" class="aligncenter size-full wp-image-820" /></p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/27.jpg" alt="twitter bird" title="twitter bird" width="610" height="406" class="aligncenter size-full wp-image-822" /></p>
<p>Next, Grab yourself a bird and place it in the top right corner of the text and add a white 1px outside stroke to the layer effect.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/33.jpg" alt="text stroke" title="text stroke" width="610" height="338" class="size-full wp-image-823" /></p>
<p>Finally open up the layer style panel for the text layer and add yourself a #87a20e 1px stroke to help blend the grass and text together whilst added a definitive line between the background. You can also go around the layers with the burn and dodge tool to make the image have some depth.</p>
<p><img src="http://henryladcases.com/wp-content/uploads/2009/08/thedesignersyard.jpg" alt="thedesignersyard" title="thedesignersyard" width="600" height="315" class="aligncenter size-full wp-image-769" /></p>
<p>There you have it, a step by step tutorial on how I created <a href="http://www.thedesignersyard.com">TheDesignersYard Logo</a>, granted I&#8217;m not sure if this will be the final logo, therefore it&#8217;s open to suggestions. Let me know if you like it, hate it or have a suggestions. Any feedback will be appreciated.</p>
<p>**Please do not steal this as your own and if you do make one with your own text be sure to give a link to this tutorial as it maybe the final logo for The Designers Yard. Thanks. </p>
<p><p><a href="http://henryladcases.com/creating-a-simple-landing-page-from-psd-for-new-sites/"><br />
<h2>Learn How To Make A Coming Soon Page &#8211; Including This Logo</h2>
<p></a><br />
<a href="http://henryladcases.com/creating-a-simple-landing-page-from-psd-for-new-sites/"><img src="http://henryladcases.com/wp-content/uploads/2009/08/final-result1.jpg" alt="Coming Soon" title="Coming Soon" width="610" height="513" class="aligncenter size-full wp-image-981" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://henryladcases.com/how-to-a-create-logo-in-photoshop-the-designers-yard-design-process/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.379 seconds -->
<!-- Cached page served by WP-Cache -->
