<?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>Custom Design Tools &#187; Classes</title>
	<atom:link href="http://customdesigntools.com/category/classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://customdesigntools.com</link>
	<description>Tips, tricks and tutorials by request</description>
	<lastBuildDate>Mon, 26 Jul 2010 20:52:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Drupal 6 register_globals is enabled</title>
		<link>http://customdesigntools.com/installing-drupal-6/</link>
		<comments>http://customdesigntools.com/installing-drupal-6/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 00:40:18 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[register_globals]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=683</guid>
		<description><![CDATA[I am learning Drupal finally. As a person who learns by doing, I have three separate Drupal installs going at once and I expect to have two working websites out of the deal within a month. Don&#8217;t worry, I&#8217;ll keep you updated. I am using Drupal 6.16. First thing I ran into is the register_globals [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://customdesigntools.com/installing-drupal-6/" title="Permanent link to Drupal 6 register_globals is enabled"><img class="post_image alignnone remove_bottom_margin" src="http://customdesigntools.com/wp-content/uploads/2010/05/Screen-shot-2010-05-31-at-7.29.03-PM.png" width="268" height="89" alt="Post image for Drupal 6 register_globals is enabled" /></a>
</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I am learning <a rel="nofollow" target="_blank" href="http://drupal.org/" target="_blank">Drupal</a> finally.</p>
<p>As a person who learns by doing, I have three separate Drupal installs going at once and I expect to have two working websites out of the deal within a month.</p>
<p>Don&#8217;t worry, I&#8217;ll keep you updated.</p>
<p>I am using Drupal 6.16.</p>
<p>First thing I ran into is the <em>register_globals</em> is enabled issue. To correct this, you need to add a line of code to the php.ini file. You might not have one of those. You can create one if you are feeling especially creative. I tried. It broke my site. I am using Hostgator hosting which I highly recommend [<a rel="nofollow" target="_blank" href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=smkorby" target="_blank">affiliate link</a>]. To get a php.ini file that works, just hop onto the Hostgator chat and request one.</p>
<p>Once you have that php.ini file, just add this to the end of the php.ini file:</p>
<p><code>php_flag register_globals 0</code></p>
<p>I usually use <a rel="nofollow" target="_blank" href="http://www.panic.com/coda/" target="_blank">Coda</a> for code editing. I know there are better apps out there for this, but I really like the ftp editing abilities. I save, the file is uploaded and done. No download and change, upload, etc. It&#8217;s easy and I like it.</p>
<p>The point is, you can&#8217;t use Coda for this. You have to log in to the cpanel and select FILE MANAGER. Select the newly added php.ini and edit.</p>
<p>Add that one line of code to the end and save. Problem solved.</p>
<p>Note: this works for <a rel="nofollow" target="_blank" href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=smkorby" target="_blank">Hostgator</a> hosting. If you are on another web host there are other options available. Here are a few: <a rel="nofollow" target="_blank" href="http://drupal.org/node/216882" target="_blank">http://drupal.org/node/216882</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/4-wordpress-tips-to-optimize-performance/" rel="bookmark" class="crp_title">4 WordPress Tips to Optimize Performance</a></li><li><a href="http://customdesigntools.com/how-to-add-a-transparent-favicon/" rel="bookmark" class="crp_title">How to add a transparent favicon</a></li><li><a href="http://customdesigntools.com/organizing-photoshop-files/" rel="bookmark" class="crp_title">Organizing Photoshop Files</a></li><li><a href="http://customdesigntools.com/digital-graphic-design-essentials/" rel="bookmark" class="crp_title">Digital Graphic Design Essentials</a></li><li><a href="http://customdesigntools.com/save-form-in-adobe-reader/" rel="bookmark" class="crp_title">How do you save a form in Adobe Reader?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F&amp;title=Drupal+6+register_globals+is+enabled" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F&amp;title=Drupal+6+register_globals+is+enabled" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F&amp;title=Drupal+6+register_globals+is+enabled" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F&amp;headline=Drupal+6+register_globals+is+enabled" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Drupal+6+register_globals+is+enabled&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Drupal+6+register_globals+is+enabled&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Drupal+6+register_globals+is+enabled&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Drupal+6+register_globals+is+enabled&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Drupal+6+register_globals+is+enabled&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F&amp;title=Drupal+6+register_globals+is+enabled&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Finstalling-drupal-6%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/installing-drupal-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating a selector&#8217;s specificity</title>
		<link>http://customdesigntools.com/calculating-a-selectors-specificity/</link>
		<comments>http://customdesigntools.com/calculating-a-selectors-specificity/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:39:13 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[specificity]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/calculating-a-selectors-specificity/</guid>
		<description><![CDATA[(from http://www.w3.org/TR/CSS21/cascade.html#specificity) A selector&#8217;s specificity is calculated as follows: * count 1 if the declaration is from is a &#8216;style&#8217; attribute rather than a rule with a selector, 0 otherwise (= a) (In HTML, values of an element&#8217;s &#8220;style&#8221; attribute are style sheet rules. These rules have no selectors, so a=1, b=0, c=0, and d=0.) [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>(from http://www.w3.org/TR/CSS21/cascade.html#specificity)</p>
<p>A selector&#8217;s specificity is calculated as follows:</p>
<p>    * count 1 if the declaration is from is a &#8216;style&#8217; attribute rather than a rule with a selector, 0 otherwise (= a) (In HTML, values of an element&#8217;s &#8220;style&#8221; attribute are style sheet rules. These rules have no selectors, so a=1, b=0, c=0, and d=0.)<br />
    * count the number of ID attributes in the selector (= b)<br />
    * count the number of other attributes and pseudo-classes in the selector (= c)<br />
    * count the number of element names and pseudo-elements in the selector (= d) </p>
<p>The specificity is based only on the form of the selector. In particular, a selector of the form &#8220;[id=p33]&#8221; is counted as an attribute selector (a=0, b=0, c=1, d=0), even if the id attribute is defined as an &#8220;ID&#8221; in the source document&#8217;s DTD.</p>
<p>Concatenating the four numbers a-b-c-d (in a number system with a large base) gives the specificity.</p>
<p>Example(s):</p>
<p>Some examples:</p>
<p> *             {}  /* a=0 b=0 c=0 d=0 -> specificity = 0,0,0,0 */<br />
 li            {}  /* a=0 b=0 c=0 d=1 -> specificity = 0,0,0,1 */<br />
 li:first-line {}  /* a=0 b=0 c=0 d=2 -> specificity = 0,0,0,2 */<br />
 ul li         {}  /* a=0 b=0 c=0 d=2 -> specificity = 0,0,0,2 */<br />
 ul ol+li      {}  /* a=0 b=0 c=0 d=3 -> specificity = 0,0,0,3 */<br />
 h1 + *[rel=up]{}  /* a=0 b=0 c=1 d=1 -> specificity = 0,0,1,1 */<br />
 ul ol li.red  {}  /* a=0 b=0 c=1 d=3 -> specificity = 0,0,1,3 */<br />
 li.red.level  {}  /* a=0 b=0 c=2 d=1 -> specificity = 0,0,2,1 */<br />
 #x34y         {}  /* a=0 b=1 c=0 d=0 -> specificity = 0,1,0,0 */<br />
 style=&#8221;"          /* a=1 b=0 c=0 d=0 -> specificity = 1,0,0,0 */</p>
<p><HEAD><br />
<STYLE type="text/css"><br />
  #x97z { color: red }<br />
</STYLE><br />
</HEAD><br />
<BODY><br />
<P ID=x97z style="color: green"><br />
</BODY></p>
<p>In the above example, the color of the P element would be green. The declaration in the &#8220;style&#8221; attribute will override the one in the STYLE element because of cascading rule 3, since it has a higher specificity. </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/how-to-add-a-transparent-favicon/" rel="bookmark" class="crp_title">How to add a transparent favicon</a></li><li><a href="http://customdesigntools.com/the-blue-and-the-green/" rel="bookmark" class="crp_title">The blue and the green</a></li><li><a href="http://customdesigntools.com/4-wordpress-tips-to-optimize-performance/" rel="bookmark" class="crp_title">4 WordPress Tips to Optimize Performance</a></li><li><a href="http://customdesigntools.com/should-you-design-in-rgb-or-cmyk/" rel="bookmark" class="crp_title">Should You Design in RGB or CMYK?</a></li><li><a href="http://customdesigntools.com/get-rid-of-ugly-yellow-form-fields/" rel="bookmark" class="crp_title">Get rid of ugly yellow form fields with CSS</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F&amp;title=Calculating+a+selector%27s+specificity" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F&amp;title=Calculating+a+selector%27s+specificity" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F&amp;title=Calculating+a+selector%27s+specificity" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F&amp;headline=Calculating+a+selector%27s+specificity" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Calculating+a+selector%27s+specificity&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Calculating+a+selector%27s+specificity&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Calculating+a+selector%27s+specificity&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Calculating+a+selector%27s+specificity&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Calculating+a+selector%27s+specificity&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F&amp;title=Calculating+a+selector%27s+specificity&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fcalculating-a-selectors-specificity%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/calculating-a-selectors-specificity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 things web design taught me in 2009</title>
		<link>http://customdesigntools.com/10-things-web-design-taught-me-in-2009/</link>
		<comments>http://customdesigntools.com/10-things-web-design-taught-me-in-2009/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:39:50 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[top 10]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=592</guid>
		<description><![CDATA[The thing I love about web design is getting to learn something new everyday. There are a few lessons this past year that stand out. Maybe you can relate. Do not buy software that does not have a manual or help files. If a company doesn&#8217;t take time to write out a FAQ or help [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://customdesigntools.com/10-things-web-design-taught-me-in-2009/" title="Permanent link to 10 things web design taught me in 2009"><img class="post_image alignnone remove_bottom_margin" src="http://customdesigntools.com/wp-content/uploads/2009/12/top-10.jpg" width="347" height="346" alt="Post image for 10 things web design taught me in 2009" /></a>
</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The thing I love about web design is getting to learn something new everyday. There are a few lessons this past year that stand out. Maybe you can relate.</p>
<ol>
<li><strong>Do not buy software that does not have a manual or help files.<br />
</strong>If a company doesn&#8217;t take time to write out a FAQ or help page, how well do you think the software is written?</li>
<li><strong>Do not deal with Hostway. </strong><br />
There is no nice way to say that. Hostway has perfected the art of pissing people off.</li>
<li><strong>Do not buy web design from a pawn shop. </strong><br />
Seriously. Don&#8217;t. They use Hostway.</li>
<li><strong>Always get the user manual and read it from cover to cover. </strong><br />
Even if it&#8217;s an eBook. I know it hurts to read a book sized PDF, but sometimes it&#8217;s worth it.</li>
<li><strong>Say no to jobs that are outside of your business plan. </strong><br />
Sometimes even long time customers have to be cut loose if the project will take time away from reaching your goals.</li>
<li><strong>If someone wants flash drive graphics, refer them to your least favorite competitor. </strong><br />
They also probably want a one page website that just shows different things when you click. They might also want 40 high res graphics that load fast and look exactly the same on every monitor. They also probably know everything about websites so they don&#8217;t need to listen to you.</li>
<li><strong>Test new software for at least a month before paying for it. </strong><br />
See also #1.</li>
<li><strong>Accomplish something every day. </strong><br />
Taking on large projects means a project will not be finished or checked off the list every day. Try to have a few small projects that can be checked off because finishing a project feels like progress and progress = happy.</li>
<li><strong>Help someone everyday and expect nothing in return.</strong><br />
It&#8217;s good for your Karma. Check twitter. There are always people asking for help on something or other.<strong><br />
</strong></li>
<li><strong>Clients do not make the rules. </strong><br />
Just because a client really, really wants this website live ASAP does not mean you have to spend every day and night working on it. One client is not worth burning yourself out on. Steady pace wins the race.</li>
</ol>
<p>What have you learned this year?</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/get-rid-of-ugly-yellow-form-fields/" rel="bookmark" class="crp_title">Get rid of ugly yellow form fields with CSS</a></li><li><a href="http://customdesigntools.com/absolute-vs-relative-links/" rel="bookmark" class="crp_title">Absolute vs. Relative Links</a></li><li><a href="http://customdesigntools.com/i-learned-something-today/" rel="bookmark" class="crp_title">I learned something today</a></li><li><a href="http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/" rel="bookmark" class="crp_title">Set Bookmarks Panel to Open When the PDF Opens</a></li><li><a href="http://customdesigntools.com/4-wordpress-tips-to-optimize-performance/" rel="bookmark" class="crp_title">4 WordPress Tips to Optimize Performance</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F&amp;title=10+things+web+design+taught+me+in+2009" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F&amp;title=10+things+web+design+taught+me+in+2009" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F&amp;title=10+things+web+design+taught+me+in+2009" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F&amp;headline=10+things+web+design+taught+me+in+2009" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=10+things+web+design+taught+me+in+2009&amp;url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=10+things+web+design+taught+me+in+2009&amp;u=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=10+things+web+design+taught+me+in+2009&amp;url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=10+things+web+design+taught+me+in+2009&amp;url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=10+things+web+design+taught+me+in+2009&amp;url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F&amp;title=10+things+web+design+taught+me+in+2009&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2F10-things-web-design-taught-me-in-2009%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/10-things-web-design-taught-me-in-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in an Illustrator file?</title>
		<link>http://customdesigntools.com/whats-in-an-illustrator-file/</link>
		<comments>http://customdesigntools.com/whats-in-an-illustrator-file/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 18:30:48 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[Illustrator]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=590</guid>
		<description><![CDATA[Mordy explains it best, so I will let him. http://rwillustrator.blogspot.com/2006/11/whats-in-file.html Related Posts:Adobe Illustrator ClassDrupal 6 register_globals is enabled4 WordPress Tips to Optimize PerformanceDigital Graphic Design EssentialsIllustrator Swirl BrushesPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Mordy explains it best, so I will let him.</p>
<p><a rel="nofollow" target="_blank" href="http://rwillustrator.blogspot.com/2006/11/whats-in-file.html">http://rwillustrator.blogspot.com/2006/11/whats-in-file.html</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/adobe-illustrator-class/" rel="bookmark" class="crp_title">Adobe Illustrator Class</a></li><li><a href="http://customdesigntools.com/installing-drupal-6/" rel="bookmark" class="crp_title">Drupal 6 register_globals is enabled</a></li><li><a href="http://customdesigntools.com/4-wordpress-tips-to-optimize-performance/" rel="bookmark" class="crp_title">4 WordPress Tips to Optimize Performance</a></li><li><a href="http://customdesigntools.com/digital-graphic-design-essentials/" rel="bookmark" class="crp_title">Digital Graphic Design Essentials</a></li><li><a href="http://customdesigntools.com/illustrator-swirl-brushes/" rel="bookmark" class="crp_title">Illustrator Swirl Brushes</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F&amp;title=What%27s+in+an+Illustrator+file%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F&amp;title=What%27s+in+an+Illustrator+file%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F&amp;title=What%27s+in+an+Illustrator+file%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F&amp;headline=What%27s+in+an+Illustrator+file%3F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=What%27s+in+an+Illustrator+file%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=What%27s+in+an+Illustrator+file%3F&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=What%27s+in+an+Illustrator+file%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=What%27s+in+an+Illustrator+file%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=What%27s+in+an+Illustrator+file%3F&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F&amp;title=What%27s+in+an+Illustrator+file%3F&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fwhats-in-an-illustrator-file%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/whats-in-an-illustrator-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I learned something today</title>
		<link>http://customdesigntools.com/i-learned-something-today/</link>
		<comments>http://customdesigntools.com/i-learned-something-today/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 01:12:08 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=503</guid>
		<description><![CDATA[I have a new server now, so I am in the process of transferring all of my sites and my customer&#8217;s sites from the old hosting account to the new server. The old Dreamweaver sites all went smoothly as expected. The newer WordPress sites on the other hand, have been a little more challenging. What [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://customdesigntools.com/wp-content/uploads/2009/07/WP-logo.png"><img class="alignleft size-full wp-image-585" title="WP-logo" src="http://customdesigntools.com/wp-content/uploads/2009/07/WP-logo.png" alt="" width="111" height="130" /></a>I have a new server now, so I am in the process of transferring all of my sites and my customer&#8217;s sites from the old hosting account to the new server. The old Dreamweaver sites all went smoothly as expected. The newer WordPress sites on the other hand, have been a little more challenging.</p>
<p>What I learned is there is a proper order for <strong>transferring WordPress sites to a new hosting account</strong>. It goes like this:</p>
<blockquote><p>- Clean up existing Blog<br />
- Use <strong>EXPORT</strong> tool from old wordpress<br />
- Apply for new hosting (transfer existing domain)<br />
- <em>Propagate DNS nameservers</em><br />
- Fresh install of WordPress (via Fantastico/Simplescripts/Independent) on new hosting<br />
- Adjust permalinks on new hosting<br />
- Use <strong>IMPORT</strong> tool in new wordpress<br />
- <strong>Transfer via FTP images from wp_content/uploads</strong><br />
- Upload/Transfer current theme to new hosting<br />
- Install new plugins to new hosting<br />
- If necessary, meddle with .htaccess on new hosting</p></blockquote>
<p>Thanks to Pigduck over at wordpress.org for that information.</p>
<p>Even if you do everything right and in the correct order, sometimes the themes cannot transfer correctly. Notice Custom Design Tool&#8217;s new design? It&#8217;s not the only site that is looking a tad bare today. This is my own custom child theme based on the <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/themes/hybrid">Hybrid Theme</a> framework.</p>
<p>Another thing I learned is that if you and tech support are having communication problems of any sort, get off the line with tech support immediately. It is just not worth the headache to try to work through it.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/4-wordpress-tips-to-optimize-performance/" rel="bookmark" class="crp_title">4 WordPress Tips to Optimize Performance</a></li><li><a href="http://customdesigntools.com/add-a-clickable-header-in-hybrid/" rel="bookmark" class="crp_title">Add a clickable header in Hybrid</a></li><li><a href="http://customdesigntools.com/10-things-web-design-taught-me-in-2009/" rel="bookmark" class="crp_title">10 things web design taught me in 2009</a></li><li><a href="http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/" rel="bookmark" class="crp_title">Set Bookmarks Panel to Open When the PDF Opens</a></li><li><a href="http://customdesigntools.com/illustrator-cs4-tools-panel-overview/" rel="bookmark" class="crp_title">Illustrator CS4 Tools Panel Overview</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F&amp;title=I+learned+something+today" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F&amp;title=I+learned+something+today" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F&amp;title=I+learned+something+today" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F&amp;headline=I+learned+something+today" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=I+learned+something+today&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=I+learned+something+today&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=I+learned+something+today&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=I+learned+something+today&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=I+learned+something+today&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F&amp;title=I+learned+something+today&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fi-learned-something-today%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/i-learned-something-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of ugly yellow form fields with CSS</title>
		<link>http://customdesigntools.com/get-rid-of-ugly-yellow-form-fields/</link>
		<comments>http://customdesigntools.com/get-rid-of-ugly-yellow-form-fields/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:30:44 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[form field]]></category>
		<category><![CDATA[yellow]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=487</guid>
		<description><![CDATA[Why do some fields in the online form have an ugly yellow background? The culprit is the the Google toolbar that people often install in their browser. Part of the AutoFill feature is to highlight in yellow, #FFFF80, the fields that AutoFill can fill. These are form fields with names like &#8220;Name&#8221; and &#8220;Email&#8221;. How [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Why do some fields in the online form have an ugly yellow background?</strong></p>
<p>The culprit is the the Google toolbar that people often install in their browser. Part of the AutoFill feature is to highlight in yellow, #FFFF80, the fields that AutoFill can fill. These are form fields with names like &#8220;Name&#8221; and &#8220;Email&#8221;.</p>
<p><strong>How do I get rid of the yellow?</strong></p>
<p>You can specify a background color to the form field. Not just specify, but really, really specify with the !important css hack.</p>
<p>Add this code to your css:</p>
<p>/* non-yellow autocomplete */<br />
input { background-color: #ffffff !important; }</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/save-form-in-adobe-reader/" rel="bookmark" class="crp_title">How do you save a form in Adobe Reader?</a></li><li><a href="http://customdesigntools.com/calculating-a-selectors-specificity/" rel="bookmark" class="crp_title">Calculating a selector&#8217;s specificity</a></li><li><a href="http://customdesigntools.com/should-you-design-in-rgb-or-cmyk/" rel="bookmark" class="crp_title">Should You Design in RGB or CMYK?</a></li><li><a href="http://customdesigntools.com/color-links/" rel="bookmark" class="crp_title">Color Links</a></li><li><a href="http://customdesigntools.com/10-things-web-design-taught-me-in-2009/" rel="bookmark" class="crp_title">10 things web design taught me in 2009</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F&amp;title=Get+rid+of+ugly+yellow+form+fields+with+CSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F&amp;title=Get+rid+of+ugly+yellow+form+fields+with+CSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F&amp;title=Get+rid+of+ugly+yellow+form+fields+with+CSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F&amp;headline=Get+rid+of+ugly+yellow+form+fields+with+CSS" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Get+rid+of+ugly+yellow+form+fields+with+CSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Get+rid+of+ugly+yellow+form+fields+with+CSS&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Get+rid+of+ugly+yellow+form+fields+with+CSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Get+rid+of+ugly+yellow+form+fields+with+CSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Get+rid+of+ugly+yellow+form+fields+with+CSS&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F&amp;title=Get+rid+of+ugly+yellow+form+fields+with+CSS&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fget-rid-of-ugly-yellow-form-fields%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/get-rid-of-ugly-yellow-form-fields/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Typography Links</title>
		<link>http://customdesigntools.com/typography-links/</link>
		<comments>http://customdesigntools.com/typography-links/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 12:00:06 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[free font]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=208</guid>
		<description><![CDATA[Design with type I Love Typography The Font Game. Fun! Typography Resources Know Your Type Identifont &#8211; identify fonts What The Font &#8211; identify fonts Max Kerning How to Design a Font A lovely wedding invite &#8211; all typography Where to Buy Fonts MyFonts VEER Font Diner Letterhead Fonts P22 Garage Fonts Fonts.com Heoffler &#38; [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<h4><a rel="nofollow" target="_blank" href="http://www.backtoessentials.com/inspiration/70-minimalist-typography-examples/" target="_blank">Design with type</a></h4>
<div id="attachment_219" class="wp-caption aligncenter" style="width: 563px">
	<a rel="nofollow" target="_blank" href="http://www.backtoessentials.com/inspiration/70-minimalist-typography-examples/"><img class="size-full wp-image-219" title="Draw With Type" src="http://customdesigntools.com/wp-content/uploads/2009/01/draw-with-type1.gif" alt="Draw with type" width="563" height="90" /></a>
	<p class="wp-caption-text">Draw with type</p>
</div>
<h4><a rel="nofollow" target="_blank" href="http://ilovetypography.com/" target="_blank">I Love Typography</a></h4>
<h4><a rel="nofollow" target="_blank" href="http://ilovetypography.com/fontgame/" target="_blank">The Font Game. Fun!</a></h4>
<h4>
<p><div id="attachment_223" class="wp-caption aligncenter" style="width: 563px">
	<a rel="nofollow" target="_blank" href="http://ilovetypography.com/"><img class="size-full wp-image-223" title="I Love Typography" src="http://customdesigntools.com/wp-content/uploads/2009/01/i-love-type.gif" alt="I Love Typography" width="563" height="90" /></a>
	<p class="wp-caption-text">I Love Typography</p>
</div></h4>
<h4>Typography Resources</h4>
<ul>
<li><a rel="nofollow" target="_blank" href="http://www.istockphoto.com/article_view.php?ID=153" target="_blank">Know Your Type</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.identifont.com/" target="_blank">Identifont</a> &#8211; identify fonts</li>
<li><a rel="nofollow" target="_blank" href="http://www.myfonts.com/WhatTheFont/" target="_blank">What The Font</a> &#8211; identify fonts</li>
<li><a rel="nofollow" target="_blank" href="http://www.maxkerning.com/" target="_blank">Max Kerning</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.gomediazine.com/tutorials/part-4-finishing-touches/" target="_blank">How to Design a Font</a></li>
<li><a rel="nofollow" target="_blank" href="http://metalmother.com/motherboard/wp-content/uploads/2008/11/invite_scan_fnl.gif" target="_blank">A lovely wedding invite &#8211; all typography</a></li>
</ul>
<h4>Where to Buy Fonts</h4>
<ul>
<li><a rel="nofollow" target="_blank" href="http://new.myfonts.com/" target="_blank">MyFonts</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.veer.com/products/type/" target="_blank">VEER</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.fontdiner.com/" target="_blank">Font Diner</a></li>
<li><a rel="nofollow" target="_blank" href="http://letterheadfonts.com/" target="_blank">Letterhead Fonts</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.p22.com/" target="_blank">P22</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.garagefonts.com" target="_blank">Garage Fonts</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.fonts.com/" target="_blank">Fonts.com</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.typography.com/home/index.php" target="_blank">Heoffler &amp; Frere-Jones</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.typography.com/home/index.php?affiliateID=">FontFont</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.houseind.com/">House Industries</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.itcfonts.com/">ITC</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.fontshop.com/">Font Shop</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.linotype.com/">Linotype</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.fontbureau.com/">Font Bureau</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.t26.com/">T26</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.emigre.com/">Emigre</a><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} --> <!--[endif]--></li>
</ul>
<h4>Free Fonts</h4>
<p>You will find a lot of free fonts on the internet. Be careful using these for print without converting them to outlines first. You may get very unexpected results. If you have suggestions for free quality fonts, leave a link in the comments.</p>
<ul>
<li><a rel="nofollow" target="_blank" href="http://www.dafont.com/" target="_blank">DaFont</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.fontsquirrel.com/fonts/list/category/Calligraphic" target="_blank">Font Squirrel</a></li>
<li><a rel="nofollow" target="_blank" href="http://www2.wind.ne.jp/maniackers/pico.html" target="_blank">The twitter font: Pico Alphabet</a></li>
</ul>
<p><a rel="nofollow" target="_blank" href="http://vectips.com/tutorials/turn-any-font-into-a-sketch-font/" target="_blank">Tutorial: Turn any font into a sketch font</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><param name="AllowScriptAccess" value="true" /><param name="src" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1823766&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1823766&amp;fullscreen=1" allowscriptaccess="true" wmode="transparent" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0pt; text-align: center; width: 640px;">See more <a rel="nofollow" target="_blank" href="http://www.collegehumor.com/videos">funny videos</a> and <a rel="nofollow" target="_blank" href="http://www.collegehumor.com/pictures">funny pictures</a> at <a rel="nofollow" target="_blank" href="http://www.collegehumor.com/">CollegeHumor</a>.</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/what-is-your-favorite-font-today/" rel="bookmark" class="crp_title">What is your favorite font today?</a></li><li><a href="http://customdesigntools.com/font-management/" rel="bookmark" class="crp_title">Font Management</a></li><li><a href="http://customdesigntools.com/digital-graphic-design-essentials/" rel="bookmark" class="crp_title">Digital Graphic Design Essentials</a></li><li><a href="http://customdesigntools.com/everything-you-need-to-design-a-website/" rel="bookmark" class="crp_title">Everything you need to design a website</a></li><li><a href="http://customdesigntools.com/how-to-subscribe-to-rss/" rel="bookmark" class="crp_title">How to subscribe to RSS</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F&amp;title=Typography+Links" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F&amp;title=Typography+Links" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F&amp;title=Typography+Links" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F&amp;headline=Typography+Links" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Typography+Links&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Typography+Links&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Typography+Links&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Typography+Links&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Typography+Links&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F&amp;title=Typography+Links&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Ftypography-links%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/typography-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything you need to design a website</title>
		<link>http://customdesigntools.com/everything-you-need-to-design-a-website/</link>
		<comments>http://customdesigntools.com/everything-you-need-to-design-a-website/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:00:09 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=414</guid>
		<description><![CDATA[Assuming you have basic HTML/CSS skills, you can find everything you need on the web available at no cost to design a nice looking, professional website. First we will start with some web design tutorials. Next you need a grid system to hold up your site structure. Try the 960 Grid. Very good, very free. [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Assuming you have basic HTML/CSS skills, you can find everything you need on the web available at no cost to design a nice looking, professional website.</p>
<p>First we will start with some <a rel="nofollow" target="_blank" href="http://dzineblog.com/2009/06/best-photoshop-web-layout-design-tutorials.html" target="_blank">web design tutorials</a>.</p>
<p>Next you need a grid system to hold up your site structure. Try <a rel="nofollow" target="_blank" href="http://960.gs/" target="_blank">the 960 Grid</a>. Very good, very free.</p>
<div id="attachment_419" class="wp-caption aligncenter" style="width: 194px">
	<img class="size-full wp-image-419" title="960 Grid" src="http://customdesigntools.com/wp-content/uploads/2009/06/960-grid.jpg" alt="960 Grid" width="194" height="130" />
	<p class="wp-caption-text">960 Grid</p>
</div>
<p>Then you need a color palate. For the best custom color palates that always look good, use the <a rel="nofollow" target="_blank" href="http://colorschemedesigner.com" target="_blank">Color Scheme Designer</a>.</p>
<div id="attachment_447" class="wp-caption alignnone" style="width: 500px">
	<img class="size-full wp-image-447" title="Color Scheme Designer" src="http://customdesigntools.com/wp-content/uploads/2009/06/color-scheme-designer1.png" alt="Color Scheme Designer" width="500" height="104" />
	<p class="wp-caption-text">Color Scheme Designer</p>
</div>
<p>Now some graphics. Now that you have an awesome color theme, find some graphics to match. Some <a href="http://customdesigntools.com/free-stock-images/">free stock photo resources are listed here</a>.</p>
<p>Maybe you want a drop down menu. Try the <a rel="nofollow" target="_blank" href="http://www.alistapart.com/articles/dropdowns/" target="_blank">suckerfish</a> family. It has been built on and improved so many times, you should easily find something suitable. Here is a link to <a rel="nofollow" target="_blank" href="http://www.htmldog.com/articles/suckerfish/dropdowns/" target="_blank">Son of Suckerfish</a>.</p>
<p>How about some cute icons? RSS, twitter birds, download, etc. can all be found by the hundreds from any graphic or web designer that is trying to get web traffic. Smashing Magazine has a post with some really <a rel="nofollow" target="_blank" href="http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/" target="_blank">high quality free icons</a>. Here is another good resource for <a rel="nofollow" target="_blank" href="http://sixrevisions.com/resources/40-beautiful-free-icon-sets/" target="_blank">free icons</a>.</p>
<div id="attachment_425" class="wp-caption aligncenter" style="width: 480px">
	<img class="size-full wp-image-425" title="Free Icons" src="http://customdesigntools.com/wp-content/uploads/2009/06/icons1.jpg" alt="Free Icons" width="480" height="99" />
	<p class="wp-caption-text">Free Icons</p>
</div>
<p>If your graphics and icons are looking a little clunky next to each other, you can edit them with Gimp.  <a rel="nofollow" target="_blank" href="http://www.gimp.org/" target="_blank">Gimp</a> is a free image editing program along the lines of <a rel="nofollow" target="_blank" href="http://tryit.adobe.com/us/cs4/photoshopcs4/p/?sdid=EPTDG" target="_blank">Photoshop</a>.</p>
<div id="attachment_421" class="wp-caption aligncenter" style="width: 478px">
	<img class="size-full wp-image-421" title="Gimp" src="http://customdesigntools.com/wp-content/uploads/2009/06/gimp.jpg" alt="Gimp" width="478" height="143" />
	<p class="wp-caption-text">Gimp</p>
</div>
<p>At this point, you have everything you need to be able to put together a reasonable looking, <a rel="nofollow" target="_blank" href="http://validator.w3.org/" target="_blank">valid xhtml/css</a>-based website.</p>
<p style="text-align: center;">
<div id="attachment_424" class="wp-caption aligncenter" style="width: 456px">
	<img class="size-full wp-image-424" title="W3C Validation Service" src="http://customdesigntools.com/wp-content/uploads/2009/06/w3c.png" alt="W3C Validation Service" width="456" height="70" />
	<p class="wp-caption-text">W3C Validation Service</p>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/save-form-in-adobe-reader/" rel="bookmark" class="crp_title">How do you save a form in Adobe Reader?</a></li><li><a href="http://customdesigntools.com/free-stock-images/" rel="bookmark" class="crp_title">Free Stock Images</a></li><li><a href="http://customdesigntools.com/orange/" rel="bookmark" class="crp_title">Orange</a></li><li><a href="http://customdesigntools.com/should-you-design-in-rgb-or-cmyk/" rel="bookmark" class="crp_title">Should You Design in RGB or CMYK?</a></li><li><a href="http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/" rel="bookmark" class="crp_title">Set Bookmarks Panel to Open When the PDF Opens</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F&amp;title=Everything+you+need+to+design+a+website" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F&amp;title=Everything+you+need+to+design+a+website" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F&amp;title=Everything+you+need+to+design+a+website" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F&amp;headline=Everything+you+need+to+design+a+website" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Everything+you+need+to+design+a+website&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Everything+you+need+to+design+a+website&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Everything+you+need+to+design+a+website&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Everything+you+need+to+design+a+website&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Everything+you+need+to+design+a+website&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F&amp;title=Everything+you+need+to+design+a+website&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Feverything-you-need-to-design-a-website%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/everything-you-need-to-design-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illustrator CS4 Tools Panel Overview</title>
		<link>http://customdesigntools.com/illustrator-cs4-tools-panel-overview/</link>
		<comments>http://customdesigntools.com/illustrator-cs4-tools-panel-overview/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:59:16 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Illustrator CS4]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=353</guid>
		<description><![CDATA[Related Posts:Set Bookmarks Panel to Open When the PDF OpensHow do you save a form in Adobe Reader?Everything you need to design a websiteI learned something todayRed wine themed holiday cardPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_354" class="wp-caption alignleft" style="width: 276px">
	<a href="http://customdesigntools.com/wp-content/uploads/2009/05/illcs4tools.png"><img src="http://customdesigntools.com/wp-content/uploads/2009/05/illcs4tools-276x300.png" alt="Illustrator CS4 Tool Panel Overview" title="Illustrator CS4 Tool Panel Overview" width="276" height="300" class="size-medium wp-image-354" /></a>
	<p class="wp-caption-text">Illustrator CS4 Tool Panel Overview</p>
</div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/set-bookmark-panel-to-open-with-a-pdf/" rel="bookmark" class="crp_title">Set Bookmarks Panel to Open When the PDF Opens</a></li><li><a href="http://customdesigntools.com/save-form-in-adobe-reader/" rel="bookmark" class="crp_title">How do you save a form in Adobe Reader?</a></li><li><a href="http://customdesigntools.com/everything-you-need-to-design-a-website/" rel="bookmark" class="crp_title">Everything you need to design a website</a></li><li><a href="http://customdesigntools.com/i-learned-something-today/" rel="bookmark" class="crp_title">I learned something today</a></li><li><a href="http://customdesigntools.com/red-wine-themed-holiday-card/" rel="bookmark" class="crp_title">Red wine themed holiday card</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F&amp;title=Illustrator+CS4+Tools+Panel+Overview" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F&amp;title=Illustrator+CS4+Tools+Panel+Overview" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F&amp;title=Illustrator+CS4+Tools+Panel+Overview" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F&amp;headline=Illustrator+CS4+Tools+Panel+Overview" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Illustrator+CS4+Tools+Panel+Overview&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Illustrator+CS4+Tools+Panel+Overview&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Illustrator+CS4+Tools+Panel+Overview&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Illustrator+CS4+Tools+Panel+Overview&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Illustrator+CS4+Tools+Panel+Overview&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F&amp;title=Illustrator+CS4+Tools+Panel+Overview&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fillustrator-cs4-tools-panel-overview%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/illustrator-cs4-tools-panel-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a transparent favicon</title>
		<link>http://customdesigntools.com/how-to-add-a-transparent-favicon/</link>
		<comments>http://customdesigntools.com/how-to-add-a-transparent-favicon/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:00:33 +0000</pubDate>
		<dc:creator>CDT</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://customdesigntools.com/?p=332</guid>
		<description><![CDATA[Your favicon should be viewable across multiple browsers. Different browsers read things differently, so using two separate favicon images will assure the graphic will have a transparent background in all of them. Create a new 16&#215;16 pixel document with a transparent background in Photoshop. Draw or paste a graphic into the space. Part of a [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F&amp;source=korbyimagery&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Your favicon should be viewable across multiple browsers. Different browsers read things differently, so using two separate favicon images will assure the graphic will have a transparent background in all of them.</p>
<p>Create a new 16&#215;16 pixel document with a transparent background in Photoshop. Draw or paste a graphic into the space. Part of a logo or image that carries the brand is best.</p>
<p>Save the file as Windows .ico format into the images folder of the website. In Photoshop CS4, the save as .ico format option is built in. CS3 and below requires an additional <a rel="nofollow" target="_blank" href="http://www.telegraphics.com.au/sw/" target="_blank">free plugin</a> to have .ico as an available format.</p>
<p>Next, use the same imge and save for web. This time use a .png 8 format and 16 colors. Put it in the images folder again.</p>
<p>Put this code in the between the head tags of each page you want the favicon to show up on. If you are using a template or include file, better yet. You only have to do this once.</p>
<pre id="line1">&lt;<span class="start-tag">link</span><span class="attribute-name"> rel</span>=<span class="attribute-value">"shortcut icon" </span><span class="attribute-name">href</span>=<span class="attribute-value">"/http://yourdomain.com/images/favicon.png" </span><span class="attribute-name">
type</span>=<span class="attribute-value">"image/x-icon" </span><span class="error"><span class="attribute-name">/</span></span>&gt;
&lt;<span class="start-tag">link</span><span class="attribute-name"> rel</span>=<span class="attribute-value">"shortcut icon" </span><span class="attribute-name">href</span>=<span class="attribute-value">"http://yourdomain.com/images/favicon.ico" </span><span class="error"><span class="attribute-name">/</span></span>&gt;</pre>
<p>That&#8217;s it! You have a new transparent favicon. If it isn&#8217;t working, make sure you uploaded all of the images and the pages.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a rel="nofollow" target="_blank" href="http://customdesigntools.com/4-wordpress-tips-to-optimize-performance/" rel="bookmark" class="crp_title">4 WordPress Tips to Optimize Performance</a></li><li><a href="http://customdesigntools.com/save-form-in-adobe-reader/" rel="bookmark" class="crp_title">How do you save a form in Adobe Reader?</a></li><li><a href="http://customdesigntools.com/calculating-a-selectors-specificity/" rel="bookmark" class="crp_title">Calculating a selector&#8217;s specificity</a></li><li><a href="http://customdesigntools.com/holiday-gift-tag-graphic-download/" rel="bookmark" class="crp_title">Holiday Gift Tag Graphic Download</a></li><li><a href="http://customdesigntools.com/digital-graphic-design-essentials/" rel="bookmark" class="crp_title">Digital Graphic Design Essentials</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F&amp;title=How+to+add+a+transparent+favicon" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F&amp;title=How+to+add+a+transparent+favicon" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F&amp;title=How+to+add+a+transparent+favicon" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F&amp;headline=How+to+add+a+transparent+favicon" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=How+to+add+a+transparent+favicon&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=How+to+add+a+transparent+favicon&amp;u=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=How+to+add+a+transparent+favicon&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=How+to+add+a+transparent+favicon&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=How+to+add+a+transparent+favicon&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F&amp;title=How+to+add+a+transparent+favicon&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fcustomdesigntools.com%2Fhow-to-add-a-transparent-favicon%2F" ><img class="lightsocial_img" src="http://customdesigntools.com/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://customdesigntools.com/how-to-add-a-transparent-favicon/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
