<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: project overview</title>
	<link>http://cleverhack.com/2006/09/23/project-overview/</link>
	<description>A Blog About Technology, Search Engine Optimization (SEO), Internet Marketing And More.</description>
	<pubDate>Thu, 04 Dec 2008 03:44:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: colson</title>
		<link>http://cleverhack.com/2006/09/23/project-overview/#comment-24847</link>
		<pubDate>Sat, 30 Sep 2006 01:38:18 +0000</pubDate>
		<guid>http://cleverhack.com/2006/09/23/project-overview/#comment-24847</guid>
					<description>If you get the chance, I strongly recommend trying out Inkscape for doing some design work. I am now a huge fan of svg and Inkscape in general! But I agree with you about Photoshop - almost overkill at times.</description>
		<content:encoded><![CDATA[<p>If you get the chance, I strongly recommend trying out Inkscape for doing some design work. I am now a huge fan of svg and Inkscape in general! But I agree with you about Photoshop - almost overkill at times.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: fluffy</title>
		<link>http://cleverhack.com/2006/09/23/project-overview/#comment-24803</link>
		<pubDate>Sat, 23 Sep 2006 19:26:09 +0000</pubDate>
		<guid>http://cleverhack.com/2006/09/23/project-overview/#comment-24803</guid>
					<description>Wow, I love how your comment autoformatting gets confused by *s.</description>
		<content:encoded><![CDATA[<p>Wow, I love how your comment autoformatting gets confused by *s.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: fluffy</title>
		<link>http://cleverhack.com/2006/09/23/project-overview/#comment-24802</link>
		<pubDate>Sat, 23 Sep 2006 19:25:41 +0000</pubDate>
		<guid>http://cleverhack.com/2006/09/23/project-overview/#comment-24802</guid>
					<description>It's actually better for usability to make the anchor cover the entire button anyway.  The changing color provides an affordance that indicates that if you click now, it'll do something.  So if you mouseover something and it changes color and then you click and nothing happens, it causes confusion and, eventually, annoyance when they finally figure out that they need to actually click on the little bit of underlined text in the middle.

On that note it's best to carry as much of the style as possible in the anchor itself.  When I do list-item link buttons I usually do something like:

ul { list-style-type: none; margin: 0px; padding: 0px; width: 10em; /* other declarations for the list itself */ }
li { margin: 0px; padding: 0px; border: solid black 3px; /* other declarations for the relationship between list items */ }
li &amp;#62;a { display: block; width: 100%; text-align: center; /* styling for the individual buttons */ }
li &amp;#62;a:hover { background: yellow; /* additional styling for the buttons in the active state */ }</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually better for usability to make the anchor cover the entire button anyway.  The changing color provides an affordance that indicates that if you click now, it&#8217;ll do something.  So if you mouseover something and it changes color and then you click and nothing happens, it causes confusion and, eventually, annoyance when they finally figure out that they need to actually click on the little bit of underlined text in the middle.</p>
<p>On that note it&#8217;s best to carry as much of the style as possible in the anchor itself.  When I do list-item link buttons I usually do something like:</p>
<p>ul { list-style-type: none; margin: 0px; padding: 0px; width: 10em; /* other declarations for the list itself <em>/ }<br />
li { margin: 0px; padding: 0px; border: solid black 3px; /</em> other declarations for the relationship between list items <em>/ }<br />
li &gt;a { display: block; width: 100%; text-align: center; /</em> styling for the individual buttons <em>/ }<br />
li &gt;a:hover { background: yellow; /</em> additional styling for the buttons in the active state */ }</p>
]]></content:encoded>
				</item>
</channel>
</rss>
