<?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>DesignBash</title>
	<atom:link href="http://www.designbash.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designbash.com</link>
	<description>web magazine and more...</description>
	<lastBuildDate>Wed, 17 Mar 2010 20:57:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make a Favicon for your Blog &#8211; An Easy How To&#8230;</title>
		<link>http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to/</link>
		<comments>http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 20:27:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=303</guid>
		<description><![CDATA[
In the world of modern web design, Favicons are considered one of the most important aspects of your website. Although it may only be 16px by 16px, the importance of this icon should not be underestimated. This is the type of polish that puts your site in a whole new league.
But really, they are kinda [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to"><img src="http://www.designbash.com/wp-content/uploads/2010/03/favicon-guide.jpg" alt="" title="favicon-guide" width="500" height="150" class="aligncenter size-full wp-image-319" /></a><br />
In the world of modern web design, Favicons are considered one of the most important aspects of your website. Although it may only be 16px by 16px, the importance of this icon should not be underestimated. This is the type of polish that puts your site in a whole new league.<span id="more-303"></span></p>
<p>But really, they are kinda nice and having one makes your site seem just a little more professional. So today the gloves come off and we&#8217;re going to make a sweet favicon for an application I&#8217;ve been working on.</p>
<h2>But Where do I Start?</h2>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-304" title="new-favicon-psd" src="http://www.designbash.com/wp-content/uploads/2010/03/new-favicon-psd.png" alt="" width="462" height="198" /><br />
The first step I like to take when making a favicon is to create a 16px by 16px Photoshop document &#8211; which is the standard favicon size. For this quick tutorial I already have a nice little logo created &#8211; and I&#8217;ll be using that to make my favicon.</p>
<h2>Keep it Simple, Stupid</h2>
<p>Because there is so little space to work with, it&#8217;s important to keep your favicon as simple as possible. My starting logo is a bit too busy to make into a favicon, plus favicons need to be square &#8211; so what I&#8217;ll probably do is lose the text and use either just the envelope edges and the heart.</p>
<div id="attachment_305" class="wp-caption aligncenter" style="width: 387px"><img class="size-full wp-image-305" title="my-logo-example" src="http://www.designbash.com/wp-content/uploads/2010/03/my-logo-example.png" alt="" width="377" height="196" /><p class="wp-caption-text">My Starting Logo, I&#39;ll be losing the text and keep just the envelope and heart.</p></div>
<h2 style="text-align: left;">Some Playing Around</h2>
<p>After playing around for 10-minutes in Photoshop, I quickly realized that 16-pixels is just too small to preserve the definition of the actual envelope. What I&#8217;ve ended up doing instead is using just the edges (red and blue stripes) of my envelope with a heart in the middle. A couple things I noticed as I did this:</p>
<ol>
<li>When transforming things down in size, <strong>blacks will sometimes become a little too gray and need to be darkened</strong> (using the Photoshop burn tool).</li>
<li>Whatever you end up with, <strong>run the sharpen tool over it a few times</strong>. It really helps clear up any blurry edges that resulted from such a dramatic size reduction.</li>
</ol>
<p>The final result looks something like this:</p>
<h2><img class="aligncenter size-full wp-image-307" title="my-favicon" src="http://www.designbash.com/wp-content/uploads/2010/03/my-favicon.png" alt="cool favicon" width="97" height="58" /></h2>
<h2>Next Up, Turn that PNG into an ICO file&#8230;</h2>
<p>Now comes the easy part. First, save your favicon as a PNG file. PNG is better than JPG because it is a lossless format, and with such a small image, you cannot afford to lose any quality. <strong>Next, head over to this <a href="http://www.dagondesign.com/tools/favicon-generator-tool/">sweet favicon generator</a> &#8211; the best tool I&#8217;ve found for converting images to the ICO favicon format</strong>. To be honest, I tried a few different sites and they all gave me problems except for this one.</p>
<h2>Making it Display on Your Blog or Site</h2>
<p>Once you have the ICO file on your computer, you need to <strong>rename it &#8220;favicon.ico&#8221;</strong>, anything else and it simply won&#8217;t work. Next you need to <strong>upload the icon to your public_html directory</strong> (it won&#8217;t work anywhere else). Finally, you&#8217;ll also need to include this small snippet of code in the &lt;head&gt; of your HTML files:</p>
<pre class="brush:html">
<link rel="shortcut icon" href="/favicon.ico" />
</pre>
<p>If everything is setup properly you should now see a favicon when you refresh your site. I should mention that I did have a problem with Firefox not displaying the icon, but I think it was a caching issue because I verified it with this <a href="http://www.seositecheckup.com/favicon.php">seositecheckup</a> tool and everything seemed good!</p>
<p>Here is what it looks like using Safari<br />
<img src="http://www.designbash.com/wp-content/uploads/2010/03/favicon-example.png" alt="Nice Favicon Example" title="favicon-example" width="240" height="29" class="aligncenter size-full wp-image-316" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded CSS Corners &#8211; The Basics</title>
		<link>http://www.designbash.com/css/rounded-css-corners-the-basics/</link>
		<comments>http://www.designbash.com/css/rounded-css-corners-the-basics/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 21:04:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=284</guid>
		<description><![CDATA[For those of us who no longer want to support Microsoft's lagging browsers, the best and fastest way to create rounded corners is by using CSS. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.designbash.com/css/rounded-css-corners-the-basics/"><img src="http://www.designbash.com/wp-content/uploads/2010/02/rounded-corners-CSS.jpg" alt="CSS Rounded Corners" title="rounded-corners-CSS" width="500" height="120" class="aligncenter size-full wp-image-297" /></a><br />
For those of us who no longer want to support Microsoft&#8217;s lagging browsers the best <em>(and fastest)</em> way to create rounded corners is by using CSS3. Using CSS corners will dramatically reduce your development time while keeping your markup clean and flexible.<span id="more-284"></span></p>
<p>As it stands, rounded corners are currently supported in modern versions of <strong>Firefox, Safari, and Chrome</strong>. Unfortunately, you&#8217;ll need to use two different declarations to get all these browsers working. The basic declarations should look something like this:</p>
<pre class="brush:css">

/* Supported in Firefox */
-moz-border-radius
-moz-border-radius-topleft
-moz-border-radius-topright
-moz-border-radius-bottomleft
-moz-border-radius-bottomright

/* Supported in Chrome and Safari */
-webkit-border-radius
-webkit-border-top-left-radius
-webkit-border-top-right-radius
-webkit-border-bottom-left-radius
-webkit-border-bottom-right-radius
</pre>
<h3>The Rounded Example</h3>
<p>Below you will find an example of rounded corners in action. If you&#8217;re using a modern browser you should see the grey box with rounded corners. <em>(if using IE, I&#8217;ve put in a screenshot of what things look like when using a respectable browser)</em></p>
<pre class="brush:css">
.rounded {
width: 500px;
padding: 30px 0px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
</pre>
<div style="background: #ffffff; padding: 30px 0; border: 1px solid #cccccc; margin-bottom: 15px;">
<div style="background: #cccccc; width: 450px; margin: 15px auto; padding: 30px 0; -moz-border-radius: 10px; -webkit-border-radius: 10px;">
<p style="text-align: center; margin: 0; padding: 0;">This paragraph is inside a rounded DIV</p>
</div>
</div>
<h3>Screenshot Example For Internet Explorer <em>(sigh&#8230;)</em></h3>
<p><img style="border: 1px solid #cccccc;" src="http://www.designbash.com/wp-content/uploads/2010/02/ie-rounded-css.png" alt="ie Rounded Rectangle CSS Example" title="ie-rounded-css" width="558" height="170" class="aligncenter size-full wp-image-292" /></p>
<h3>But What Does the W3C Say?</h3>
<p>Due to the fact that border-radius is not officially supported by any browser, it might be a good idea to check out what the W3C has to say about the subject. I was surprised to see how detailed they were and I highly recommend <strong><a href="http://www.w3.org/TR/css3-background/#the-border-radius">checking out their official specs</a></strong>. As a reference, the official (but currently unsupported) declarations are:</p>
<pre class="brush:css">
border-radius
border-top-right-radius
border-bottom-right-radius
border-bottom-left-radius
border-top-left-radius
</pre>
<p>There are tons of neat variations you can do, but they go a little beyond the scope of this article. Check out the W3C specs for the full explanation, or, check out some of these links that do a good job documenting css rounded corners:</p>
<ul>
<li><a href="http://www.css3.info/preview/rounded-border/">CSS3 Info</a></li>
<li><a href="http://www.the-art-of-web.com/css/border-radius/">The Art of Web</a></li>
<li><a href="http://www.zenelements.com/blog/css3-border-radius-rounded-corners/">Zen Elements</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/css/rounded-css-corners-the-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Development Log &#8211; Live Environment</title>
		<link>http://www.designbash.com/rails/rails-development-log-live-environment/</link>
		<comments>http://www.designbash.com/rails/rails-development-log-live-environment/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 17:49:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=281</guid>
		<description><![CDATA[I learned a little trick today that's going to make my rails development much easier than before. I can now see my development log on ]]></description>
			<content:encoded><![CDATA[<p>I learned a little trick today that&#8217;s going to make my rails development <strong>much</strong> much easier than before. While I generally like to develop my applications on a local machine &#8211; I&#8217;ve recently started developing in a live <em>(eg. www.myapp.com)</em> environment.<span id="more-281"></span></p>
<p>One thing I was really missing was my faithful server output that I would constantly monitor. I could check every SQL query, which actions were getting triggered, and most importantly <em>(IMO)</em> &#8211; the params that were getting passed into my controllers.</p>
<p>Well finally I&#8217;ve found a solution (<a href="http://stackoverflow.com/questions/1015739/how-can-we-watch-the-rails-development-log" target="_blank">thanks to this link</a>)!</p>
<p>Long story short &#8211; all you need to do is SSH into your hosting and then run the following command (from your application directory):</p>
<pre class="brush:bash">tail -f log/development.log
</pre>
<p>This will allow you to see the standard development.log in real time. Hope this helps someone as much as it helped me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/rails/rails-development-log-live-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to SSH using OSX and Terminal</title>
		<link>http://www.designbash.com/quickie/how-to-ssh-using-osx-and-terminal/</link>
		<comments>http://www.designbash.com/quickie/how-to-ssh-using-osx-and-terminal/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 16:56:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quickie]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=275</guid>
		<description><![CDATA[I know for many people this is a really really simple task, but I constantly find myself looking this up online and it usually takes me 5-10 minutes before I find a useful result. With this in mind, please enjoy the following snippet.]]></description>
			<content:encoded><![CDATA[<p>I know for many people this is a really <strong>really</strong> simple task, but I constantly find myself looking this up online and it usually takes me 5-10 minutes before I find a useful result. With this in mind, please enjoy the following snippet.<span id="more-275"></span></p>
<h3>SSH, OSX and Terminal</h3>
<p>I&#8217;ll retrace my exact steps here, including hot-keys. First we need to open up the terminal &#8211; a basic prompt interface that lives beneath all the bling of OSX. Rather than digging around in your applications folder, just hit <strong>apple-spacebar </strong>to open spotlight. Type &#8220;<strong>terminal</strong>&#8221; and it should show up right away.</p>
<p><img class="aligncenter size-full wp-image-276" title="spotlight" src="http://www.designbash.com/wp-content/uploads/2010/01/spotlight.png" alt="spotlight terminal" width="342" height="165" /></p>
<h3>Inside the Matrix (Terminal)</h3>
<p>Now you can start to feel like a hacker. Thankfully, OSX ships with SSH pre-installed, which makes this tutorial very easy. To connect using SSH you need to type:</p>
<p><strong>&#8220;SSH username@www.yourwebsite.com&#8221;</strong></p>
<p><img class="aligncenter size-full wp-image-277" title="ssh-terminal" src="http://www.designbash.com/wp-content/uploads/2010/01/ssh-terminal.png" alt="" width="583" height="74" /></p>
<p>After pressing enter you&#8217;ll be prompted for two things&#8230; <strong>a password and a yes/no question</strong> asking if you want to add a record of the SSH connection (or something like that). While typing your password you can&#8217;t actually see the characters, but it is really working. Also, you need to write a <strong>full &#8220;yes&#8221; or &#8220;no&#8221;</strong> in response to the question&#8230;</p>
<h3><strong>That&#8217;s It</strong>!</h3>
<p>You should be connected and ready to go. There are many different SSH commands, so I won&#8217;t go through those right now, but here are a few to get you started:</p>
<ul>
<li><strong>ls</strong> &#8211; Used to list the contents of a directory</li>
<li><strong>cd ..</strong> &#8211; Used to go back (or up) one directory</li>
<li><strong>cd directory/name</strong> &#8211; Used to navigate to a directory</li>
<li><strong>exit</strong> &#8211; Used to end the SSH session</li>
<li><strong>pwd</strong> &#8211; Prints the working directory</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/quickie/how-to-ssh-using-osx-and-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Simplicity Revolution</title>
		<link>http://www.designbash.com/inspiration/the-simplicity-revolution/</link>
		<comments>http://www.designbash.com/inspiration/the-simplicity-revolution/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=271</guid>
		<description><![CDATA[After posting a scathing review of the American Airlines website, Dustin Curtis received a personal response from one of the user experience architects who works on the AA design team. The response letter, titled "Dear Dustin Curtis", tries to explain why the American Airlines website is so bad. ]]></description>
			<content:encoded><![CDATA[<p>After posting a scathing review of the American Airlines website, <a href="http://dustincurtis.com/" target="_blank">Dustin Curtis </a>received a personal response from one of the user experience architects who works on the AA design team. The response letter, titled &#8220;<a href="http://dustincurtis.com/dear_dustin_curtis.html" target="_blank">Dear Dustin Curtis</a>&#8220;, tries to explain why the American Airlines website is so bad. The designer essentially blames the problems on the massive corporate infrastructure surrounding any design choices, and laments about the reviews and revisions that accompany all their work.<span id="more-271"></span></p>
<p>I would highly recommend reading this article, especially if you work in a large corporate environment. The follow-up response by Dustin is also really interesting, asking designers to take an introspective look at their taste, as well as blaming poor corporate leadership for bad design (taste).</p>
<p>But don&#8217;t take my word for it&#8230;.</p>
<p><strong><a href="http://dustincurtis.com/dear_dustin_curtis.html" target="_blank">Prepare for your mind to be blown by reading Dear Dustin Curtis&#8230;</a></strong></p>
<p><strong>An Aside</strong></p>
<p>This article also ended up leading me to the <a href="http://gettingreal.37signals.com/toc.php" target="_blank">manifesto of 37signals</a>, another life changing read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/inspiration/the-simplicity-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Offset Filter &#8211; Making Seamless Textures</title>
		<link>http://www.designbash.com/photoshop/photoshop-offset-filter-making-seamless-textures/</link>
		<comments>http://www.designbash.com/photoshop/photoshop-offset-filter-making-seamless-textures/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:40:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Pattern]]></category>
		<category><![CDATA[Seamless]]></category>
		<category><![CDATA[Texture]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=250</guid>
		<description><![CDATA[Today we will be working with the offset filter in Photoshop to help create a seamless textured pattern. If you ever find yourself trying to make repeatable patterns for the web, then you'll definitely want to follow this quick tutorial.]]></description>
			<content:encoded><![CDATA[<p>Today we will be working with the offset filter in Photoshop to help create a seamless textured pattern. If you ever find yourself trying to make repeatable patterns for the web, then you&#8217;ll definitely want to follow this quick tutorial.<span id="more-250"></span> I&#8217;ll be using a random texture that I found somewhere on the internet, you can grab it here (click on the thumb for the full size):</p>
<div id="attachment_251" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/jute-texture.jpg"><img class="size-medium wp-image-251" title="jute-texture" src="http://www.designbash.com/wp-content/uploads/2010/01/jute-texture-300x212.jpg" alt="Jute Texture" width="300" height="212" /></a><p class="wp-caption-text">Download Jute Texture</p></div>
<h3>Step 1 &#8211; Setup Your Photoshop Document</h3>
<p>Go ahead and create a new photoshop document that is <strong>600px by 600px</strong>. Choosing a large tile size will make our background seem less tiled, but may require a little more work depending on the image your trying to make repeatable. Specifically, if your source image has a lot of color variation you might want to choose a smaller tile size to make things easier on yourself. The image we are using has a very consistent color scope, so our 600&#215;600 tile size should be easy enough to work with.</p>
<p><img class="aligncenter size-full wp-image-253" title="seamless-document" src="http://www.designbash.com/wp-content/uploads/2010/01/seamless-document-e1264003762422.png" alt="" width="500" height="282" /></p>
<h3>Step 2 &#8211; Paste in the Jute Texture</h3>
<p>Next you need to paste in the jute texture. I&#8217;ve oriented mine to the top left and scaled it down until it just fits the canvas. You&#8217;ll end up cutting off the right side of the image.</p>
<h3><img class="aligncenter size-full wp-image-254" title="scale-down-texture" src="http://www.designbash.com/wp-content/uploads/2010/01/scale-down-texture-e1264004340229.png" alt="" width="500" height="357" /></h3>
<h3>Step 3 &#8211; Using the Offset Filter</h3>
<p>Now comes the fun part! With your texture layer selected, goto the top menu and choose <strong>Filter &gt; Other &gt; Offset</strong>. We want to offset our image horizontally and vertically by <strong>300-pixels,</strong> allowing us to see where our pattern has its seams. After applying the filter you should see your texture now has 4 defined quadrants. In the next step we are going to clean those up and make our pattern seamless.</p>
<p><img class="aligncenter size-full wp-image-255" title="choose-offset" src="http://www.designbash.com/wp-content/uploads/2010/01/choose-offset-e1264005566588.png" alt="" width="498" height="215" /></p>
<p><img class="aligncenter size-full wp-image-256" title="offset-settings" src="http://www.designbash.com/wp-content/uploads/2010/01/offset-settings-e1264005600492.png" alt="" width="499" height="265" /></p>
<h3>Step 4 &#8211; Smooth the Divisions</h3>
<p>This is the hardest part of making seamless textures. We need to smooth out the dividing lines using photoshop&#8217;s many helpful tools. I&#8217;ve found two different ways to do this, but the method you use ultimately depends on the texture you&#8217;re working with. Some textures are really easy to turn into a pattern, other textures are almost impossible. This jute texture is relatively easy thanks to the consistent color, but there are a few tricks I used to get things just right.</p>
<p><strong>Method #1 &#8211; </strong><em>(I found this works better for this texture)</em></p>
<ol>
<li>Copy areas of the texture that have no seam and paste them (in a new layer) <strong>on top of the seams</strong>. Adding some feathering to your selection <em>(around 5px)</em> will make things a little smoother.</li>
<li>Use the eraser tool (using a soft &amp; small setting) and <strong>erase the edges of your new layer</strong>.</li>
<li>You&#8217;ll find that the edges of your new layer look a little blurred and don&#8217;t really fit in&#8230; to fix this use the <strong>sharpen tool along the edge</strong>.</li>
</ol>
<p><img class="aligncenter size-full wp-image-259" title="copy-and-paste" src="http://www.designbash.com/wp-content/uploads/2010/01/copy-and-paste.jpg" alt="" width="500" height="300" /></p>
<p><strong>Method #2</strong></p>
<ol>
<li>Use the clone tool to remove the seams</li>
<li>If you find things are blurry use the sharpen tool to make things fit properly.</li>
</ol>
<p><strong>TIP</strong>: <em>When you have a relativity seamless pattern you can use the </em><strong><em>burn</em></strong><em> and </em><strong><em>darken</em></strong><em> tools to make the lighting more standard&#8230;</em></p>
<p>It definitely takes a little time to get things perfect, but it&#8217;s worth it in the end. It took me around 20-minutes before I had a semi-perfect seamless texture. Below you&#8217;ll find the final image:</p>
<div id="attachment_267" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/seamless-jute1.jpg"><img class="size-medium wp-image-267" title="seamless-jute" src="http://www.designbash.com/wp-content/uploads/2010/01/seamless-jute1-300x300.jpg" alt="Seamless Jute Texture" width="300" height="300" /></a><p class="wp-caption-text">Download Seamless Jute Texture</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/photoshop/photoshop-offset-filter-making-seamless-textures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wooden Texture Pack &#8211; High Res</title>
		<link>http://www.designbash.com/freebies/wooden-texture-pack-high-res/</link>
		<comments>http://www.designbash.com/freebies/wooden-texture-pack-high-res/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 02:22:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[textures]]></category>
		<category><![CDATA[wood]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=236</guid>
		<description><![CDATA[Nothing to see here folks, just another entry in the wooden texture department. As always, please use these textures for anything you want, commercial or otherwise.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a rel="wp-att-243" href="http://www.designbash.com/freebies/wooden-texture-pack-high-res"><img class="aligncenter size-full wp-image-243" title="wood" src="http://www.designbash.com/wp-content/uploads/2010/01/wood.jpg" alt="" width="500" height="220" /></a></p>
<p>Nothing to see here folks, just another entry in the <strong>wooden texture department</strong>. As always, please use these textures for anything you want, commercial or otherwise. They were taken in my home with my girlfriends Rebel and a sweet German tripod.<span id="more-236"></span></p>
<h3>Enough talk, more wood texture!?! (click for full size)</h3>
<p style="text-align: center;"><a href="http://www.designbash.com/wp-content/uploads/2010/01/bamboo-texture.jpg"><img class="aligncenter size-full wp-image-237" title="free-wooden-texture" src="http://www.designbash.com/wp-content/uploads/2010/01/bamboo-texture.jpg" alt="Free Wooden Texture" width="432" height="324" /></a></p>
<p style="text-align: center;"><a href="http://www.designbash.com/wp-content/uploads/2010/01/wicker-texture.jpg"><img class="aligncenter size-full wp-image-239" title="wicker-texture" src="http://www.designbash.com/wp-content/uploads/2010/01/wicker-texture.jpg" alt="Wicker Texture Free" width="432" height="324" /></a></p>
<p style="text-align: left;">If you make something out of these textures and want to share, I&#8217;d love to see your work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/freebies/wooden-texture-pack-high-res/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CSS Image Button &#8211; How To Make a Rollover</title>
		<link>http://www.designbash.com/tutorials/the-css-image-button-how-to-make-a-rollover/</link>
		<comments>http://www.designbash.com/tutorials/the-css-image-button-how-to-make-a-rollover/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:24:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=193</guid>
		<description><![CDATA[Today we will be talking about CSS image buttons, something that every web developer absolutely needs to know and understand. Thankfully, these buttons are really easy to create and only require a few lines of CSS.]]></description>
			<content:encoded><![CDATA[<p>Today we will be talking about <strong>CSS image buttons</strong>, something that every web developer needs to know and understand. It&#8217;s really amazing how much of a difference a simple button can make on your conversion rate. In fact, I came across this comprehensive post that deals with that particular subject, <a href="http://www.jonnyhardwick.com/archives/2009/09/06/7-elements-of-a-high-converting-order-button/">check it out</a>. This post won&#8217;t focus so much on the particulars of a high-converting button, but it will teach you how to slap together a quick CSS button that uses an image as a background.<span id="more-193"></span></p>
<h3>Step 1 &#8211; Make or Find a Button</h3>
<p>For this tutorial I&#8217;ll be using my <a href="http://www.designbash.com/freebies/some-green-buttons/" target="_blank">green glossy buttons</a> from a previous freebie post. Feel free to download the source PSD and follow along, or just make your own button style.</p>
<h3>Step 2 &#8211; Prepare the Button</h3>
<p>Before we really get started, it&#8217;s important to know what size we want to make our button. For this example I&#8217;ll create a button that is quite large, I&#8217;m thinking around <strong>300px by 60px</strong> in size. So go ahead and crate a new Photoshop document with the dimensions you want.</p>
<p><img class="aligncenter size-full wp-image-194" title="css-button-tut1" src="http://www.designbash.com/wp-content/uploads/2010/01/css-button-tut1.jpg" alt="" width="500" height="250" /></p>
<p>After you&#8217;ve created the document, import my button (or yours) and scale it up so that it fills almost the entire document. If you have a little extra space on the sides it&#8217;s not the end of the world, just make sure that your button is perfectly centred on the canvas. To centre somthing perfectly you just need to:</p>
<ol>
<li>With your button folder/layer selected, use the marquee tool (<em>m-key</em>)  to select the entire canvas (<em>apple-a</em>)</li>
<li>Without deselecting anything, choose the Move tool (<em>v-key</em>) and use the alignment tools in the top panel to centre your button vertically and horizontally.</li>
</ol>
<p><br class="spacer_" /></p>
<p><img class="aligncenter size-full wp-image-195" title="css-alignment-tools" src="http://www.designbash.com/wp-content/uploads/2010/01/css-alignment-tools.jpg" alt="" width="500" height="250" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_196" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-196" title="cssbutton2" src="http://www.designbash.com/wp-content/uploads/2010/01/cssbutton2.jpg" alt="" width="500" height="196" /><p class="wp-caption-text">A Perfectly Centred Button</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Step 3 &#8211; Create a Rollover State</h3>
<p>Next up we need to create a <strong>rollover state</strong>. Basically, we need to <strong>double our canvas size (vertically) and duplicate our button. </strong>From the top menu select <strong>Image &gt; Canvas Size&#8230; </strong>and double the height of your canvas (120px if you&#8217;re following my example). Once your canvas size is doubled, divide it vertically with a horizontal guide.</p>
<p><img class="aligncenter size-full wp-image-200" title="css-button-double" src="http://www.designbash.com/wp-content/uploads/2010/01/css-button-double.png" alt="" width="479" height="345" /></p>
<p><img class="aligncenter size-full wp-image-201" title="doublebutton" src="http://www.designbash.com/wp-content/uploads/2010/01/doublebutton.jpg" alt="" width="500" height="250" /></p>
<p>Now you need to duplicate your button and centre it perfectly in the top section. The top button will be what our button looks like when you rollover, for now it looks the same as the bottom.</p>
<p><img class="aligncenter size-full wp-image-204" title="rollover-top01" src="http://www.designbash.com/wp-content/uploads/2010/01/rollover-top011.jpg" alt="" width="500" height="215" /></p>
<p>Next we add a rollover effect. If you&#8217;re using my buttons, you can open up the layer styles of the top button and slide the <strong>inner glow up to 75%</strong>. This will give our button a subtle glow effect when we hover over it.</p>
<p><img class="aligncenter size-full wp-image-205" title="effects" src="http://www.designbash.com/wp-content/uploads/2010/01/effects.jpg" alt="" width="500" height="250" /></p>
<p><img class="aligncenter size-full wp-image-207" title="effect-example" src="http://www.designbash.com/wp-content/uploads/2010/01/effect-example.jpg" alt="" width="500" height="201" /></p>
<p>With your button and rollover effect ready to go, you can now &#8220;<strong>save for web</strong>.&#8221; One important thing to consider here is what your background will be like. For my example I&#8217;ve made the background transparent and s<strong>aved my buttons in PNG format</strong>. This means my buttons are not supported in IE6, but you could just as easily choose a background color and ditch the transparency, making your buttons IE6 friendly.</p>
<h3>Step 4 &#8211; CSS Sprites and Some Basic HTML</h3>
<p>Now comes the fun part, creating the button. First, we&#8217;ll start with some markup, a simple and humble link:</p>
<pre class="brush:html"> &lt;a href="#" class="button"&gt;My Glossy Button&lt;/a&gt; </pre>
<p>I&#8217;ve given this link a class so that I can target it easier, but other than that it&#8217;s just a plain old link. Moving on let&#8217;s do some CSS magic. The basic idea is that we hide the link text using the text-indent property and give the link a background-image that only shows the non-rollover state. On hover we simply shift the background to show hover state, avoiding any loading time that is typical of CSS/Javascript image swaps.</p>
<pre class="brush:css">a.button {
display: block;
width: 300px;
height: 60px;
text-indent: -999em;
background: url(css-glossy-rollover.png) 0px -60px no-repeat;
}

a.button:hover {
background-position: 0px 0px;
}</pre>
<p>If you&#8217;ve done everything right the button should look something like this:</p>
<style type="text/css">
a.button {
display: block;
width: 300px;
height: 60px;
text-indent: -999em;
background: url(http://www.designbash.com/wp-content/uploads/2010/01/css-glossy-rollover.png) 0px -60px no-repeat;
}
a.button:hover {
background-position: 0px 0px;
}
</style>
<p><a href="#" class="button">My Glossy Button</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/tutorials/the-css-image-button-how-to-make-a-rollover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Background &#8211; How to Make a Custom Background</title>
		<link>http://www.designbash.com/tutorials/twitter-background-how/</link>
		<comments>http://www.designbash.com/tutorials/twitter-background-how/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 19:18:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=181</guid>
		<description><![CDATA[This quick tutorial will run through the basic task of creating a custom twitter background. It's really easy to do and makes your twitter page stand out from crowd. Whether you're a business or an individual, if you use twitter at all it's probably worth your time to make a custom background.]]></description>
			<content:encoded><![CDATA[<p>This quick tutorial will run through the basic task of creating a custom twitter background. It&#8217;s really easy to do and makes your twitter page stand out from crowd. Whether you&#8217;re a business or an individual, if you use twitter at all it&#8217;s probably worth your time to make a custom background.<span id="more-181"></span></p>
<h3>Step 1 &#8211; Size it Up</h3>
<p>Before making a background we need to think about the dimensions of the twitter site. Basically, your background will be sitting behind a container that is<strong> 763 pixels wide</strong>. Furthermore, we need to remember to keep our <strong>background image under 800k </strong>in size.</p>
<p><img class="aligncenter size-full wp-image-182" title="twitter-background-size" src="http://www.designbash.com/wp-content/uploads/2010/01/twitter-background-size.jpg" alt="Twitter Background Dimension" width="500" height="250" /></p>
<h3>Step 2 &#8211; Prepare the Photoshop Document</h3>
<p>With our size restrictions in mind, lets go ahead and start creating a background. First, create a new document that is <strong>1600px by 1200px in size at 72 DPI</strong>.</p>
<p><img class="aligncenter size-full wp-image-183" title="background-settings" src="http://www.designbash.com/wp-content/uploads/2010/01/background-settings.jpg" alt="" width="500" height="250" /></p>
<h3>Step 3 &#8211; Put in Some Guides</h3>
<p>The first thing I do when working in Photoshop is to place my guides. I first create a shape that is exactly 763-pixels and place it on the left side of the photoshop document. Twitter will justify (stick) your background to the left of the screen while allowing the main container to remain centred relative to your browser window. This makes it hard to know where to place your background elements, but you&#8217;ll probably want to place any important background elements within 150-pixels of the left side of the canvas.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-186" title="twitter-background-placement" src="http://www.designbash.com/wp-content/uploads/2010/01/twitter-background-placement.jpg" alt="" width="525" height="297" /></p>
<p><br class="spacer_" /></p>
<h3>Step 4 &#8211; Create a Mind Blowing Background</h3>
<p>This tutorial is more about the technical aspects of making a twitter background, not so much the actual design work. But when creating your background it&#8217;s important to remember that your background should fade to a solid color, otherwise people with large screens could end up seeing unattractive &#8220;cut&#8221; lines. Here are the steps that I took to make my background &#8220;work&#8221;:</p>
<ol>
<li>Created a nice background that has a radial gradient at the top</li>
<li>Applied a subtile background pattern</li>
<li>Used a masking layer to &#8220;fade out&#8221; the <strong>right</strong> and <strong>bottom</strong> edges of my pattern/gradient layers</li>
<li>Made a note of the solid color at the edges of my background (#481904 in my example).</li>
</ol>
<h3>Step 5 &#8211; Setup Twitter</h3>
<p>After logging into twitter, head over to <strong>settings/design </strong>area. You&#8217;ll need to set your background color to whatever you noted in the last step and then upload your new fancy image.</p>
<p>I know this background isn&#8217;t &#8220;mind blowing&#8221;, but it&#8217;s cute and simple and a good example of what you can do.</p>
<p><a href="https://twitter.com/emerson_lackey"><img class="aligncenter size-full wp-image-187" title="my-twitter-background" src="http://www.designbash.com/wp-content/uploads/2010/01/my-twitter-background.png" alt="" width="500" height="250" /></a></p>
<p><br class="spacer_" /></p>
<p>If you&#8217;re interested, feel free to download the blank background and add your own name.</p>
<p><br class="spacer_" /></p>
<div id="attachment_188" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/Twitter-Background-blank.png"><img class="size-medium wp-image-188" title="Twitter-Background-blank" src="http://www.designbash.com/wp-content/uploads/2010/01/Twitter-Background-blank-300x225.png" alt="Blank Twitter Background" width="300" height="225" /></a><p class="wp-caption-text">Click for the full size version</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/tutorials/twitter-background-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving Backgrounds Texture</title>
		<link>http://www.designbash.com/quickie/giving-backgrounds-texture/</link>
		<comments>http://www.designbash.com/quickie/giving-backgrounds-texture/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:20:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quickie]]></category>
		<category><![CDATA[Gradient]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Quickies]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=167</guid>
		<description><![CDATA[This quick example will use some simple noise to give a gradient background some extra depth]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.designbash.com/quickie/giving-backgrounds-texture/"><img class="size-full wp-image-179 aligncenter" title="make-some-noise" src="http://www.designbash.com/wp-content/uploads/2010/01/make-some-noise.png" alt="Make Some Noise" width="480" height="120" /></a></p>
<p>There is a neat little trick that most good web designers know and love, and it has to do with <strong>background textures and noise</strong>. I remember when I first started designing for the web, I would never use textures in my designs and was always left feeling like something was missing.<span id="more-167"></span> A textured background, even when it&#8217;s very subtile, will give your site much more depth and feeling than a plan flat color or gradient. This quick example will use some simple noise to give a gradient background some extra depth. So let&#8217;s get started!</p>
<h2>First Example &#8211; A Noisy Gradient</h2>
<h3>Step 1 &#8211; Create a New Document</h3>
<p>Create a new web document that is <strong>1200px by 1000px.</strong></p>
<p><strong><img class="aligncenter size-full wp-image-169" title="noise-background" src="http://www.designbash.com/wp-content/uploads/2010/01/noise-background1-e1263506466581.png" alt="" width="500" height="281" /><br />
 </strong></p>
<p><strong> </strong></p>
<h3><strong>Step 2 &#8211; Choose a Nice Gradient Background</strong></h3>
<p>For this example I decided to do a nice bright-dark green gradient. Make sure it&#8217;s linear to make it easier to slice into HTML/CSS afterwards.</p>
<p style="text-align: center;"><a href="http://www.designbash.com/wp-content/uploads/2010/01/green-gradient.png"><img class="aligncenter size-large wp-image-170" title="green-gradient" src="http://www.designbash.com/wp-content/uploads/2010/01/green-gradient-1024x853.png" alt="green-gradient" width="430" height="358" /></a></p>
<h3>Step 3 &#8211; Add the Noise Layer</h3>
<p>Next, add a new layer on top of your background layer. This will be our noise layer. Fill it in with <strong>total black</strong> and then go up to <strong>Filter &gt; Noise &gt; Add Noise.</strong> Use roughly the same settings that I use below:</p>
<p><img class="aligncenter size-full wp-image-171" title="noise-settings" src="http://www.designbash.com/wp-content/uploads/2010/01/noise-settings.png" alt="noise-settings-photoshop" width="329" height="421" /></p>
<p>You should end up with a really <strong>really</strong> noisy background.</p>
<h3>Step 4 &#8211; Blending and Opacity</h3>
<p>Next we need to change the <strong>blending mode</strong> and <strong>opacity</strong> to make our noise layer more palatable. First set the blending of the noise layer to <strong>Overlay</strong>. Next you need to bring the opacity down to somewhere between 1% and 20%, depending on how much noise you want. In my Example I used  <strong>5% opacity</strong>.</p>
<p><img class="aligncenter size-full wp-image-172" title="blending_and_opacity" src="http://www.designbash.com/wp-content/uploads/2010/01/blending_and_opacity.png" alt="" width="211" height="154" /></p>
<p>Your final background should end up looking something like this:</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/green-noise-background.png"><img class="size-medium wp-image-173" title="green-noise-background" src="http://www.designbash.com/wp-content/uploads/2010/01/green-noise-background-300x250.png" alt="Green Background with Noise" width="300" height="250" /></a><p class="wp-caption-text">Click to See Full Size</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/quickie/giving-backgrounds-texture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
