<?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>WP Garage &#187; Design</title>
	<atom:link href="http://wpgarage.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to add images and styles to the WordPress custom menu</title>
		<link>http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/</link>
		<comments>http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/#comments</comments>
		<pubDate>Tue, 24 May 2011 09:59:06 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[css styles]]></category>
		<category><![CDATA[custom menu]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[screen options]]></category>

		<guid isPermaLink="false">http://?p=978</guid>
		<description><![CDATA[<p>There are lots of good plugins out there for displaying social media profiles on your site, but what if you want to use your own icons? And you want your client to be able to easily manage the links to these social profiles? The solution is to create a custom menu in WordPress with unique [...]</p><p>This post was originally published at <a href="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/">How to add images and styles to the WordPress custom menu</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="How to add images and styles to the WordPress custom menu" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/"></g:plusone></div></div><p>There are lots of good plugins out there for displaying social media profiles on your site, but what if you want to use your own icons? And you want your client to be able to easily manage the links to these social profiles? The solution is to create a custom menu in WordPress with unique CSS styles assigned to each of those menu items. But how?</p>
<p>Here&#8217;s what we worked on: A custom menu with unique icons for Twitter, YouTube and Facebook:</p>
<p><a href="http://wpgarage.com/wp-content/uploads/2011/05/connecticons.png"><img class="alignnone size-full wp-image-984" title="connecticons" src="http://wpgarage.com/wp-content/uploads/2011/05/connecticons.png" alt="" width="263" height="237" /></a></p>
<p>&nbsp;</p>
<p>After searching the web for how to add images to the WordPress custom menu, we tried the <a href="http://wordpress.org/extend/plugins/custom-menu-images/">Custom Menu Images</a> plugin with no success. We even tried some crazy <a href="http://wpveda.com/how-to-add-images-inside-wordpress-3-0-custom-menu">workarounds</a> like trying to put the image path inside the navigation label! WTW?!  Crazy, but true. And it didn&#8217;t even work in the end. It printed out the  character tag &amp;lt;  reading the HTML instead of rendering it.</p>
<p>And then, we saw the light! In the form of the Screen Options pull down tab right there in the Custom Menu screen in front of our faces! Well, actually the light came from this <a href="http://www.ivorpadilla.net/cuztomizing-wordpress-custom-menu-icons/">post</a> that told us where to look. How did we ever miss it? It was so obvious! Once you know where to look, that is. So here&#8217;s what to do:</p>
<ol>
<li>Go into your Custom Menu (functionality added in WordPress 3.0) under Appearance &gt; Menus</li>
<li>Click on Screen Options in the top right corner of your screen</li>
<li>Check the checkbox next to CSS Styles in the Show Advanced Menu Properties</li>
<li>Create your menu</li>
<li>In your menu item, in the CSS Classes field, enter the name of the CSS style you want to associate with that menu item. Just the name of the class without the period. Ex. &#8220;twitterstyle&#8221;</li>
<li>Go into your CSS file and add the style and add images and/or styles as you see fit.</li>
</ol>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-981" title="wpcssstyles" src="http://wpgarage.com/wp-content/uploads/2011/05/wpcssstyles1-e1305816663856.png" alt="" /></p>
<p>That&#8217;s it. More coolness that Screen Options can do, <a href="news-views/quicktip-show-more-pages-in-your-wordpress-screen/">Show more pages in your WordPress Dashboard</a>.</p>
<p>This post was originally published at <a href="http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/">How to add images and styles to the WordPress custom menu</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/css/how-to-add-images-and-styles-to-the-wordpress-custom-menu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add SWFir to WordPress for nice rounded corners, shadows and other effects</title>
		<link>http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/</link>
		<comments>http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 09:42:16 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[image replacement]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[swfir]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">?p=623</guid>
		<description><![CDATA[<p>While collaborating with our colleagues at Red Door on a project, we came across SWFir,  an amazing way to add some nice subtle effects to WordPress site images. SWFir automatically adds a flash layer on top of images that can round the corners, add a shadow, rotate, or add a border.  I found the directions [...]</p><p>This post was originally published at <a href="http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/">Add SWFir to WordPress for nice rounded corners, shadows and other effects</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Add SWFir to WordPress for nice rounded corners, shadows and other effects" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/"></g:plusone></div></div><p>While collaborating with our colleagues at <a href="http://www.reddoor.biz/">Red Door</a> on a project, we came across <a href="http://www.swfir.com/">SWFir</a>,  an amazing way to add some nice subtle effects to WordPress site images. SWFir automatically adds a flash layer on top of images that can round the corners, add a shadow, rotate, or add a border.  I found the directions on their site a little skimpy for WordPress users so I thought I&#8217;d share how to integrate SWFir for WordPress users.</p>
<p>CSS3 is also great for rounded <a href="http://www.smashingmagazine.com/2009/01/08/push-your-web-design-into-the-future-with-css3/">corners and shadows</a>, but unfortunately we still need to keep in mind people using all different versions of Internet Explorer.</p>
<p><img title="swfir" src="http://wpgarage.com/wp-content/uploads/2010/02/swfir.png" alt="" width="400" height="370" /></p>
<ol>
<li>Download <a href="http://www.swfir.com/mint/pepper/tillkruess/downloads/download.php?uri=/files/swfir_v1.zip">SWFir</a></li>
<li>Upload <code>swfir.js</code> and <code>swfir.swf</code> into a folder called swfir into  your theme directory</li>
<li>Include the swfIR JavaScript file in the <code>&lt;head&gt;</code> of your document like this:<code><br />
</code><code>&lt;script type="text/javascript" src="swfir.js"&gt;&lt;/script&gt;</code></li>
<li>Add this to footer.php just before the closing body tag&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
// swfIR<br />
window.onload = function() {<br />
var sir = new swfir();<br />
sir.specify(&#8220;border-radius&#8221;, &#8220;15&#8243;);<br />
sir.specify(&#8220;src&#8221;, &#8220;&lt;?php bloginfo(&#8216;stylesheet_directory&#8217;); ?&gt;/swfir/swfir.swf&#8221;);<br />
sir.swap(&#8220;.latest-posts-center img&#8221;);<br />
sir.swap(&#8220;.latest-posts-center a img&#8221;);<br />
sir.swap(&#8220;img.rounded&#8221;);<br />
&lt;/script&gt;</p>
<p>You may choose from any of these parameters:</p>
<ul>
<li>border-radius</li>
<li>border-width</li>
<li>border-color</li>
<li>shadow-offset</li>
<li>shadow-angle</li>
<li>shadow-alpha</li>
<li>shadow-blur</li>
<li>shadow-blur-x</li>
<li>shadow-blur-y</li>
<li>shadow-strength</li>
<li>shadow-color</li>
<li>shadow-quality</li>
<li>shadow-inner</li>
<li>shadow-knockout</li>
<li>shadow-hide</li>
<li>rotate</li>
<li>overflow</li>
<li>link</li>
<li>elasticity</li>
</ul>
</li>
<li><strong>Add this in the loop somewhere </strong><strong> </strong>Note: this is assuming that your images are not organized by month and day under Settings &gt; Miscellaneous &#8211; the box is unchecked.<br />
Also, you can change the width to whatever you want and it will resize automatically</p>
<p>&lt;?php if ( get_post_meta($post-&gt;ID, &#8217;rounded_img&#8217;, true) ) {<br />
$postimg = get_post_meta($post-&gt;ID, &#8217;rounded_img&#8217;, $single = true);<br />
if((stristr($postimg,&#8217;http&#8217;)===FALSE) &amp;&amp; (stristr($postimg,&#8217;wp-content&#8217;)===FALSE)) {<br />
$postimg = get_bloginfo(&#8216;siteurl&#8217;).&#8221;/wp-content/uploads/&#8221;.$postimg;<br />
} ?&gt;<br />
&lt;div&gt;<br />
&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;&#8221; rel=&#8221;bookmark&#8221; title=&#8221;Permanent Link to &lt;?php the_title(); ?&gt;&#8221;&gt;<br />
&lt;img src=&#8221;&lt;?php echo $postimg; ?&gt;&#8221; alt=&#8221;" width=&#8221;140&#8243;  /&gt;&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;?php } ?&gt;</li>
<li>When you create a post, upload an image and copy the Link URL. Create a custom fields key rounded_img and paste the Link URL in the Value Box.<strong><br />
</strong></li>
</ol>
<p>This post was originally published at <a href="http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/">Add SWFir to WordPress for nice rounded corners, shadows and other effects</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/add-swfir-to-wordpress-for-nice-rounded-corners-shadows-and-other-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Interface Icons in three different sizes</title>
		<link>http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/</link>
		<comments>http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 13:17:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/user-interface-icons-in-three-different-sizes/</guid>
		<description><![CDATA[<p>User Interface Icons.com has released 140 very pretty icons in .png format, and in 3 different sizes: 48&#215;48 pixels, 32&#215;32 pixels, and 24&#215;24 pixels. Definitely worth adding to your icon arsenal.</p><p>This post was originally published at <a href="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/">User Interface Icons in three different sizes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="User Interface Icons in three different sizes" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/"></g:plusone></div></div><p><a href="http://www.userinterfaceicons.com/" title="User Interface Icons.com">User Interface Icons.com</a> has released 140 very pretty icons in .png format, and in 3 different sizes: 48&#215;48 pixels, 32&#215;32 pixels, and 24&#215;24 pixels. Definitely worth adding to your<a href="tag/icons/" title="Icons on WordPressGarage"> icon arsenal</a>.</p>
<p><a href="http://www.userinterfaceicons.com/" title="User Interface Icons.com"><img src="http://wpgarage.com/wp-content/uploads/2007/11/croppercapture65.Jpg" alt="User Interface Icons.com" /></a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/">User Interface Icons in three different sizes</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/user-interface-icons-in-three-different-sizes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More feed icons</title>
		<link>http://wpgarage.com/design/more-feed-icons/</link>
		<comments>http://wpgarage.com/design/more-feed-icons/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 22:24:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/more-feed-icons/</guid>
		<description><![CDATA[<p>iLemoned points us to Zeusbox Studio&#8217;s update to their Feedicons icon pack.</p><p>This post was originally published at <a href="http://wpgarage.com/design/more-feed-icons/">More feed icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/more-feed-icons/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="More feed icons" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/more-feed-icons/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/more-feed-icons/"></g:plusone></div></div><p><a href="http://www.ilemoned.com/archives/feedicons2" title="Feedicons 2">iLemoned</a> points us to Zeusbox Studio&#8217;s update to their <a href="http://www.zeusboxstudio.com/blog/feedicons-2" title="Feedicons 2">Feedicons icon pack</a>.</p>
<p><a href="http://www.ilemoned.com/archives/feedicons2" title="Feedicons 2"><img src="http://wpgarage.com/wp-content/uploads/2007/10/feedicons2.jpg" alt="feedicons2.jpg" /></a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/more-feed-icons/">More feed icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/more-feed-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Case study: How blog design contributed to Blogsolid&#8217;s success</title>
		<link>http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/</link>
		<comments>http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 09:00:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/</guid>
		<description><![CDATA[<p>Blogging seems to be all about content. It&#8217;s about what you write, how you write it, who you link to, etc. So how does design come into play? Most people say that design is important, and that you should have a professional design that is easy on the eyes, and simple to navigate. It is [...]</p><p>This post was originally published at <a href="http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/">Case study: How blog design contributed to Blogsolid&#8217;s success</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Case study: How blog design contributed to Blogsolid&#8217;s success" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/"></g:plusone></div></div><p>Blogging seems to be all about content. It&#8217;s about what you write, how you write it, who you link to, etc. So how does design come into play? Most people say that design is important, and that you should have a professional design that is easy on the eyes, and simple to navigate. It is generally agreed that a bad blog design may have a negative impact on your blog readership.</p>
<p>But I&#8217;ve rarely heard people say that a fantastic blog design will be the key to blogging success. Well, <a href="http://blogsolid.com" title="Blogsolid">Blogsolid</a> is a good case study of how a unique and beautiful design can bring in torrents of readers.</p>
<p>Blogsolid officially launched on July 31st. The content on the site is pretty good, but not anything out of the ordinary. By August 9, the blog was picked up by a bunch of web design galleries. The onslaught of visitors <a href="http://blogsolid.com/ideas/2007/1-day-623-visitors-crash-heres-how/" title="1 Day. 623 Visitors. Crash! Here’s How…">crashed the poor guy&#8217;s servers for 12 hours</a>.</p>
<p>Blogsolid&#8217;s design and architecture are brilliant. The blog has three categories, which appear on the home page as options for entering the blog. You can also enter the general blog by clicking on the header (this should probably be made clearer somehow &#8211; I think there should be four options for entering the blog, i.e. the three categories plus the blog with everything).</p>
<p><a href="http://blogsolid.com" title="Blogsolid"></a></p>
<p style="text-align: center"><a href="http://blogsolid.com" title="Blogsolid"><img src="http://wpgarage.com/wp-content/uploads/2007/09/blogsolid.jpg" alt="Blogsolid homepage" /></a></p>
<p>Of course, the guy/gal behind Blogsolid is a graphic designer, and it shows. As we&#8217;re not all graphic designers, we can theoretically pay someone for a unique design. However, blogging is not always the most profitable of activities, so this is often not viable. But this case study just goes to show how significant design can be in the success of your blog. So try to make sure your blog is presentable and professional, either by creating your own design, or carefully selecting and customizing an existing theme.</p>
<p>(I am working on customizing a new theme for WordPressGarage as we speak &#8211; even I can&#8217;t stand the way this blog looks anymore!)</p>
<p>This post was originally published at <a href="http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/">Case study: How blog design contributed to Blogsolid&#8217;s success</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/case-study-how-blog-design-contributed-to-blogsolids-success/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Crystal icon set &#8211; free beautiful icons</title>
		<link>http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/</link>
		<comments>http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 10:42:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/crystal-icon-set-free-beautiful-icons/</guid>
		<description><![CDATA[<p>Everaldo has a few icon sets available for download. They are really beautiful: Download the Crystal Icon Set&#62;&#62;</p><p>This post was originally published at <a href="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/">Crystal icon set &#8211; free beautiful icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Crystal icon set &#8211; free beautiful icons" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/"></g:plusone></div></div><p><a href="http://everaldo.com/" title="Everaldo">Everaldo</a> has a few icon sets available for download. They are really beautiful:</p>
<p><img src="http://wpgarage.com/wp-content/uploads/2007/07/crystal1.jpg" alt="Crystal icon set - free beautiful icons" /></p>
<p><a href="http://everaldo.com/crystal/?action=downloads" title="Download Crystal Icons">Download the Crystal Icon Set&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/">Crystal icon set &#8211; free beautiful icons</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/crystal-icon-set-free-beautiful-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iconlet &#8211; the icon search engine</title>
		<link>http://wpgarage.com/design/iconlet-the-icon-search-engine/</link>
		<comments>http://wpgarage.com/design/iconlet-the-icon-search-engine/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 11:43:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/design/iconlet-the-icon-search-engine/</guid>
		<description><![CDATA[<p>I love icons. They&#8217;re just so&#8230;cute. I also find that, when used in the right places, they really add a nice touch to blogs. Iconlet is an icon search engine. It&#8217;s minimalist home page has a search field, and you enter the type of icon you are looking for. I did some test searches for [...]</p><p>This post was originally published at <a href="http://wpgarage.com/design/iconlet-the-icon-search-engine/">Iconlet &#8211; the icon search engine</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/iconlet-the-icon-search-engine/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Iconlet &#8211; the icon search engine" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/iconlet-the-icon-search-engine/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/iconlet-the-icon-search-engine/"></g:plusone></div></div><p>I love icons. They&#8217;re just so&#8230;cute. I also find that, when used in the right places, they really add a nice touch to blogs.</p>
<p><a href="http://www.iconlet.com/home" title="Iconlet - icon search engine">Iconlet</a> is an icon search engine. It&#8217;s minimalist home page has a search field, and you enter the type of icon you are looking for. I did some test searches for &#8220;save,&#8221; &#8220;search,&#8221; &#8220;rss,&#8221; and &#8220;emoticons, with great results.</p>
<p><a href="http://www.iconlet.com/home" title="Iconlet - icon search engine">Iconlet&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/iconlet-the-icon-search-engine/">Iconlet &#8211; the icon search engine</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/iconlet-the-icon-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More CSS Layouts</title>
		<link>http://wpgarage.com/design/more-css-layouts/</link>
		<comments>http://wpgarage.com/design/more-css-layouts/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 21:45:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/design/more-css-layouts/</guid>
		<description><![CDATA[<p>If you are looking for CSS layouts to use as a foundation for your blog or site, you can find a whole range of layouts here. You&#8217;ve got 750px width, 950px, 100%, and under each width you have 56 different layouts, with 1, 2, 3 and four columns, all with different widths and in different [...]</p><p>This post was originally published at <a href="http://wpgarage.com/design/more-css-layouts/">More CSS Layouts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/more-css-layouts/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="More CSS Layouts" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/more-css-layouts/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/more-css-layouts/"></g:plusone></div></div><p>If you are looking for CSS layouts to use as a foundation for your blog or site, you can find a <a href="http://layouts.ironmyers.com/" title="CSS Layouts">whole range of layouts</a> here. You&#8217;ve got 750px width, 950px, 100%, and under each width you have 56 different layouts, with 1, 2, 3 and four columns, all with different widths and in different places.</p>
<p><a href="http://layouts.ironmyers.com/" title="CSS Layouts">CSS Layouts&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/more-css-layouts/">More CSS Layouts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/more-css-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you want to be inspired, you have to see this site!</title>
		<link>http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/</link>
		<comments>http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 09:36:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News & Views]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/news-views/if-you-want-to-be-inspired-you-have-to-see-this-site/</guid>
		<description><![CDATA[<p>CSS Import&#8217;s latest entry in its gallery is one of the most amazing sites I&#8217;ve seen. It is the online CV and portfolio of Danny Blackman, a 3rd year BA Communications &#38; New Media student at University of Leeds, UK and a freelance designer &#38; developer. This is a one page site that has amazing [...]</p><p>This post was originally published at <a href="http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/">If you want to be inspired, you have to see this site!</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="If you want to be inspired, you have to see this site!" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/"></g:plusone></div></div><p><a href="http://www.cssimport.com/" title="CSS Import">CSS Import&#8217;s</a> latest entry in its gallery is one of the most amazing sites I&#8217;ve seen. It is the <a href="http://www.dannyblackman.com/" title="Danny Blackman">online CV and portfolio of Danny Blackman</a>, a 3rd year BA Communications &amp; New Media student at University of Leeds, UK and a freelance designer &amp; developer. This is a one page site that has amazing design elements and scrolls down for you where required. I&#8217;d hire this guy&#8230;if I could afford to&#8230;and I lived in England&#8230;</p>
<p><a href="http://www.dannyblackman.com/" title="Danny Blackman">Danny Blackman&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/">If you want to be inspired, you have to see this site!</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/if-you-want-to-be-inspired-you-have-to-see-this-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Another CSS gallery &#8211; CSS Impress</title>
		<link>http://wpgarage.com/design/another-css-gallery-css-impress/</link>
		<comments>http://wpgarage.com/design/another-css-gallery-css-impress/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 21:46:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/design/another-css-gallery-css-impress/</guid>
		<description><![CDATA[<p>Waynne sent in a comment recommending CSS Impress as another CSS gallery worth checking out. Thanks Waynne! CSS Impress&#62;&#62; </p><p>This post was originally published at <a href="http://wpgarage.com/design/another-css-gallery-css-impress/">Another CSS gallery &#8211; CSS Impress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/design/another-css-gallery-css-impress/" data-url="http://RATE_LIMIT_EXCEEDED" data-text="Another CSS gallery &#8211; CSS Impress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/design/another-css-gallery-css-impress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/design/another-css-gallery-css-impress/"></g:plusone></div></div><p>Waynne sent in a comment recommending <a href="http://www.cssimpress.com/" title="CSS Impress">CSS Impress</a> as another CSS gallery worth checking out. Thanks Waynne!</p>
<p><a href="http://www.cssimpress.com/" title="CSS Impress">CSS Impress&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/design/another-css-gallery-css-impress/">Another CSS gallery &#8211; CSS Impress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/design/another-css-gallery-css-impress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

