<?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>Ask Salomon &#187; Web Development</title>
	<atom:link href="http://www.asksalomon.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asksalomon.com</link>
	<description>Just Ask Salomon</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:01:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Exclude categories from sidebar in WordPress 2.7+</title>
		<link>http://www.asksalomon.com/exclude-categories-from-sidebar-in-wordpress-27/</link>
		<comments>http://www.asksalomon.com/exclude-categories-from-sidebar-in-wordpress-27/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 12:56:38 +0000</pubDate>
		<dc:creator>Ask Salomon</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.asksalomon.com/?p=439</guid>
		<description><![CDATA[How to Exclude specific categories from being displayed in the sidebar in WordPress 2.7 and beyond. In the following simple solution, I show you How to keep select categories from displaying in your sidebar on your WordPress pages and posts. This is very useful if you have a lot of categories, or have changed the [...]


Related posts:<ol><li><a href='http://www.asksalomon.com/icondock-selects-wordpress/' rel='bookmark' title='Permanent Link: IconDock Selects WordPress'>IconDock Selects WordPress</a></li>
<li><a href='http://www.asksalomon.com/wordpresstv/' rel='bookmark' title='Permanent Link: WordPress.tv'>WordPress.tv</a></li>
<li><a href='http://www.asksalomon.com/ourlife-selects-wordpress/' rel='bookmark' title='Permanent Link: Ourlife Selects WordPress'>Ourlife Selects WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Exclude specific categories from being displayed in the sidebar in WordPress 2.7 and beyond. In the following simple solution, I show you How to keep select categories from displaying in your sidebar on your WordPress pages and posts. This is very useful if you have a lot of categories, or have changed the content of your blog, have been indexed for the content and no longer wish to use or display specific categories on your WordPress site. Upon completion of this tutorial, the permalink structure of the hidden categories are still made available to the search engines, however, the categories you have chosen to hide are no longer displayed from your blog sidebar to the visitor.</p>
<p>Exclude Categories from displaying in the Sidebar &#8211; WordPress 2.7</p>
<ol>
<li>Locate which categories you would like to hide from displaying in the sidebar. Category ID&#8217;s can be found from the WordPress Admin Panel under Manage-> Categories. Simply hover over a category and the cat_ID=# will be listed at the bottom of your browser window.
</li>
<li>
Using an FTP client, FTP to your WordPress installation
</li>
<li>
Navigate to wp-includes/widgets.php and copy widgets.php to your desktop</li>
<li>
Open widgets.php with a text editor and find the following line:</li>
<blockquote><p>$d = $options[$number]['dropdown'] ? &#8217;1&#8242; : &#8217;0&#8242;;</p></blockquote>
<li>Under this line, add the following line:</li>
<blockquote><p>$ex = &#8220;1,2,3&#8243;;</p></blockquote>
<li>Change 1,2,3 to reflect the category ID&#8217;s you would like to exclude</li>
<li>Next, find the following line:</li>
<blockquote><p>$cat_args = array(&#8216;orderby&#8217; => &#8216;name&#8217;, &#8216;show_count&#8217; => $c, &#8216;hierarchical&#8217; => $h);</p></blockquote>
<li>Replace it with the following line,</li>
<blockquote><p>$cat_args = array(&#8216;orderby&#8217; => &#8216;name&#8217;, &#8216;show_count&#8217; => $c, &#8216;hierarchical&#8217; => $h, &#8216;exclude&#8217; => $ex );</p></blockquote>
<li>Save the widgets.php file and upload it to your wp-includes directory on your server</li>
<li>Go view your site. Your sidebar category widget should now be displaying all but the excluded categories.</li>
</ol>
<p>That was it. Enjoy it <img src='http://www.asksalomon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Don&#8217;t miss any future posts. Subscribe now to the <a title="Ask Salomon" href="http://feeds2.feedburner.com/AskSalomon" target="_self">Ask Salomon Feeds</a> (It’s free!).</p>
<p>Are you a Webmaster? If the answer is yes, you might be interested in the following:</p>
<p><a title="Webmaster News" href="http://www.bevyhost.com" target="_self">Latest Webmaster News</a><br />
<a title="Webmaster Forum" href="http://www.bevyhost.com/forum" target="_self">Webmaster Forum</a><br />
<a title="Free Directory" href="http://www.bevyhost.com/dir" target="_self">Free Submission Directory</a></p>
<p>Where Webmasters from all over the World help each other with their Online Ventures.</p>


<p>Related posts:<ol><li><a href='http://www.asksalomon.com/icondock-selects-wordpress/' rel='bookmark' title='Permanent Link: IconDock Selects WordPress'>IconDock Selects WordPress</a></li>
<li><a href='http://www.asksalomon.com/wordpresstv/' rel='bookmark' title='Permanent Link: WordPress.tv'>WordPress.tv</a></li>
<li><a href='http://www.asksalomon.com/ourlife-selects-wordpress/' rel='bookmark' title='Permanent Link: Ourlife Selects WordPress'>Ourlife Selects WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asksalomon.com/exclude-categories-from-sidebar-in-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Icon Pack: Bevel Dark Social Icons</title>
		<link>http://www.asksalomon.com/free-icon-pack-bevel-dark-social-icons/</link>
		<comments>http://www.asksalomon.com/free-icon-pack-bevel-dark-social-icons/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 19:12:13 +0000</pubDate>
		<dc:creator>Ask Salomon</dc:creator>
				<category><![CDATA[Useful Web Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webmaster blogs]]></category>

		<guid isPermaLink="false">http://www.asksalomon.com/?p=414</guid>
		<description><![CDATA[This Free Icon Pack is for use in your personal and commercial projects, and can be used without attribution. It may not be redistributed. Bevel Dark is a Social Bookmark Icon Pack created exclusively for the viewers of Tutorial9. A few weeks ago we released our Free Social Icon Pack, &#34;Bevel Lite&#34;, which this set [...]


Related posts:<ol><li><a href='http://www.asksalomon.com/minimalism-around-the-web-design-inspiration-wordpress-themes/' rel='bookmark' title='Permanent Link: Minimalism Around the Web: Design Inspiration &amp; WordPress Themes'>Minimalism Around the Web: Design Inspiration &amp; WordPress Themes</a></li>
<li><a href='http://www.asksalomon.com/create-a-vector-based-zune-with-photoshop/' rel='bookmark' title='Permanent Link: Create a Vector-Based Zune with Photoshop'>Create a Vector-Based Zune with Photoshop</a></li>
<li><a href='http://www.asksalomon.com/icondock-selects-wordpress/' rel='bookmark' title='Permanent Link: IconDock Selects WordPress'>IconDock Selects WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This Free Icon Pack is for use in your personal and commercial projects, and can be used without attribution. It may not be redistributed.</p>
<p><strong>Bevel Dark  is a Social Bookmark Icon Pack</strong> created exclusively for the viewers of Tutorial9. A few weeks ago we released our Free Social Icon Pack, &quot;<a href="http://www.tutorial9.net/resources/free-social-icon-pack-bevel-lite/">Bevel Lite</a>&quot;, which this set compliments nicely for darker themed websites and projects.</p>
<p>The set includes <strong>10 icons</strong> featuring the logos of popular social bookmarking sites.<em> Bevel Dark </em>includes <strong>512×512, 256×256, 128×128, and 64×64</strong> icons in <strong>.png</strong> format.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/49121_bevel-dark.jpg" alt="Social Icon Pack: Nurture" /></div>
<div><a href="http://www.tutorial9.net/wp-content/uploads/2009/02/bevel-dark-icon-pack.zip">Download Icon Pack (394 KB)</a></div>
<div>
<a href="http://feedproxy.google.com/tutorial9" title="Subscribe to Tutorial9"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/49121_big-subscribe.jpg" /></a></p>
<p><small><a href="http://tutorial9.net/subscription-options/">Email &#038; Other Subscription Options</a></small></p>
</div>
<p><a href="http://feedads.googleadservices.com/~a/2cZskAsV0lWHmKqCLlzN79aH9Hs/a"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/49121_i" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds2.feedburner.com/~f/tutorial9?a=wL4UIRoX"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a8872_tutorial9?i=wL4UIRoX" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=snd71wnw"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a8872_tutorial9?i=snd71wnw" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=iRPKIhqv"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a8872_tutorial9?i=iRPKIhqv" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=aWssVknl"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a8872_tutorial9?i=aWssVknl" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=lFWSYy98"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a8872_tutorial9?d=52" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=bDpOhS8N"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a8872_tutorial9?d=43" border="0"></img></a>
</div>
<p><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a8872_up7qex6Hppg" height="1" width="1"/></p>
<p>Source: www.tutorial9.net</p>
<p>Visit <a title=Ask Salomon href=http://www.asksalomon.com target=_self>Ask Salomon</a> to read more</p>
<p>Are you a Webmaster?</p>
<p><a title=Webmaster News href=http://www.bevyhost.com target=_self>Latest Webmaster News</a><br />
<a title=Webmaster Forum href=http://www.bevyhost.com/forum target=_self>Webmaster Forum</a><br />
<a title=Free Submission Directory href=http://www.bevyhost.com/dir target=_self>Free Submission Directory</a></p>
<p>Where Webmasters from all over the World help each other.</p>


<p>Related posts:<ol><li><a href='http://www.asksalomon.com/minimalism-around-the-web-design-inspiration-wordpress-themes/' rel='bookmark' title='Permanent Link: Minimalism Around the Web: Design Inspiration &amp; WordPress Themes'>Minimalism Around the Web: Design Inspiration &amp; WordPress Themes</a></li>
<li><a href='http://www.asksalomon.com/create-a-vector-based-zune-with-photoshop/' rel='bookmark' title='Permanent Link: Create a Vector-Based Zune with Photoshop'>Create a Vector-Based Zune with Photoshop</a></li>
<li><a href='http://www.asksalomon.com/icondock-selects-wordpress/' rel='bookmark' title='Permanent Link: IconDock Selects WordPress'>IconDock Selects WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asksalomon.com/free-icon-pack-bevel-dark-social-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Vector-Based Zune with Photoshop</title>
		<link>http://www.asksalomon.com/create-a-vector-based-zune-with-photoshop/</link>
		<comments>http://www.asksalomon.com/create-a-vector-based-zune-with-photoshop/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 19:12:12 +0000</pubDate>
		<dc:creator>Ask Salomon</dc:creator>
				<category><![CDATA[Useful Web Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webmaster blogs]]></category>

		<guid isPermaLink="false">http://www.asksalomon.com/?p=415</guid>
		<description><![CDATA[Quick Nav: Design a Zune in Adobe Photoshop Download the PSD What We&#8217;re Making Step 1: Creating the Background Since our Zune is going to be a nice sleek back, let&#8217;s setup a light blue background that will compliment the black. Create a new document that is 400&#215;600px. Set your foreground color to a nice [...]


Related posts:<ol><li><a href='http://www.asksalomon.com/25-tutorials-for-using-illustrator-and-photoshop-together-for-outstanding-results/' rel='bookmark' title='Permanent Link: 25 Tutorials for Using Illustrator and Photoshop Together for Outstanding Results'>25 Tutorials for Using Illustrator and Photoshop Together for Outstanding Results</a></li>
<li><a href='http://www.asksalomon.com/25-photoshop-tutorials-for-poster-design/' rel='bookmark' title='Permanent Link: 25+ Photoshop Tutorials for Poster Design'>25+ Photoshop Tutorials for Poster Design</a></li>
<li><a href='http://www.asksalomon.com/search-engine-optimization-seo-is-it-based-on-keywords-only/' rel='bookmark' title='Permanent Link: Search Engine Optimization: SEO : Is It Based On Keywords Only?'>Search Engine Optimization: SEO : Is It Based On Keywords Only?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div>
<p><span>Quick Nav:</span></p>
<ul>
<li><a href="http://www.tutorial9.net/#1">Design a Zune in Adobe Photoshop</a></li>
<li><a href="http://www.tutorial9.net/#2">Download the PSD</a></li>
</ul>
</div>
<h3>What We&#8217;re Making</h3>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/7d660_zunefinal.jpg" alt="Zune Vector Graphic" width="400" height="600" /></div>
<h3>Step 1: Creating the Background</h3>
<p>Since our Zune is going to be a nice sleek back, let&#8217;s setup a light blue background that will compliment the black.<br />
<strong>Create a new document</strong> that is <strong>400&#215;600px</strong>. Set your foreground color to a nice light blue (#b5efff) and your background color to a darker blue (#00bef3). Grab your <strong>Gradient Tool</strong> and drag a radial gradient starting at the top right corner and ending at the bottom left corner of the document.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/7d660_background.jpg" alt="background" width="400" height="600" /></div>
<p>Make a selection about <strong>125px</strong> high starting at the bottom of your document using the <strong>Rectangle Marquee Tool</strong>. Set your foreground color to white and create a <strong>Foreground to Transparent</strong> gradient starting at the top of the selection running to the bottom. Then set the layer blending mode to <strong>Soft Light</strong>.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/7d660_backgroundhighlight.jpg" alt="backgroundhighlight" width="400" height="600" /></div>
<h3>Step 2: Creating the Body of the Zune</h3>
<p>Set your foreground color to black. Grab your <strong>Rounded Rectangle Tool</strong> which is located underneath the rectangle tool. <em>When a shape is made with the rounded rectangle tool, it is made with a path. The path around the object is what makes the shape a vector</em>. Set the <strong>Radius </strong>of your tool to <strong>7px</strong> and then draw a rectangle that nearly covers your canvas. Then apply the following <strong>Gradient Overlay</strong>.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/7d660_zunebody2.jpg" alt="zunebody2" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/08e0b_zunebody3.jpg" alt="zunebody3" width="419" height="459" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/08e0b_zunebody1.jpg" alt="zunebody1" width="400" height="600" /></div>
<p><strong>Duplicate </strong>your rounded rectangle by right clicking on it and selecting <strong>Duplicate Layer</strong>. Change the color of the rectangle to <strong>#1e1e1e</strong> by double clicking the color thumbnail in the layer. Enter free transform by going to <strong>Edit &gt; Free Transform</strong>. Then drag the top, left, and right sides about <strong>10px </strong>into the body (<em>each done separately</em>). Now drag the bottom side a good <strong>120px </strong>up from the bottom and complete your transform.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/08e0b_zunebody4.jpg" alt="zunebody4" width="400" height="600" /></div>
<p>Then apply the following layer styles:</p>
<h4>Outer Glow</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/08e0b_zunebody4_outer.jpg" alt="zunebody4_outer" width="592" height="414" /></div>
<h4>Inner Glow</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/08e0b_zunebody4_inner.jpg" alt="zunebody4_inner" width="592" height="414" /></div>
<h4>Stroke</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/08e0b_zunebody4_stroke_colors.jpg" alt="zunebody4_stroke_colors" width="421" height="79" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/4f5a0_zunebody4_stroke.jpg" alt="zunebody4_stroke" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/4f5a0_zunebody5.jpg" alt="zunebody5" width="400" height="600" /></div>
<p><strong>Duplicate </strong>your newest rectangle. Go to free transform, and while holding <strong>alt+shift</strong>, drag the one of the corners inward. Drag it so it is about <strong>10-15px</strong> smaller than the previous rectangle. <em>Holding alt makes the transform go to the center of the object and holding shift makes the object maintain its proportions.</em> Change the color to <strong>#0f0f0f</strong>. Then apply the following <strong>Inner Shadow</strong>.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/4f5a0_zunebody6_shadow.jpg" alt="zunebody6_shadow" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/4f5a0_zunebody6.jpg" alt="zunebody6" width="400" height="600" /></div>
<h3>Step 3: Adding Highlights to the Body</h3>
<p>Since we want our Zune to have a shiny more reflective appearance, like a real one, we are going to add a nice highlight layer. <strong>Duplicate </strong>your bottom most rectangle, this should be your largest one. Drag it above all of your layers and set the <strong>Fill </strong>of the layer to <strong>0%</strong>.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/4f5a0_zunehighlight_colors.jpg" alt="zunehighlight_colors" width="394" height="175" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/4f5a0_zunehighlight.jpg" alt="zunehighlight" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/908b3_zunebody7.jpg" alt="zunebody7" width="400" height="600" /></div>
<h3>Step 4: Creating the Pad</h3>
<p>Alright, we now have the main body of our Zune complete! The only problem now is that it doesn&#8217;t have any buttons on it. We need to add the touch sensitive pad and the buttons that fall on each side.</p>
<p>Set your foreground to black and grab the <strong>Rounded Rectangle Tool </strong>with a radius of <strong>30-40px</strong>. While holding shift, drag a rounded rectangle onto the Zune until it appears to be the correct size. Place it in the horizontal center at the bottom of the pad, but make sure it is closer to the screen than it is to the bottom of the Zune, since it is like that on the real thing. Then apply the following <strong>Outer Glow</strong>.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/908b3_zunepad1_outerglow.jpg" alt="zunepad1_outerglow" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/908b3_zunepad1.jpg" alt="zunepad1" width="400" height="600" /></div>
<p><strong>Duplicate </strong>your previous rectangle. Right click the layer and select <strong>Clear Layer Style</strong>, which will remove the out glow. Change the color to <strong>#070707</strong>. Then start a transform on it and hold <strong>alt+shift</strong> and make it about <strong>2px </strong>smaller.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/908b3_zunepad2.jpg" alt="zunepad2" width="592" height="414" /></div>
<p>Now apply the following layer styles:</p>
<h4>Inner Glow</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/dcb6a_zunepad2_innerglow.jpg" alt="zunepad2_innerglow" width="592" height="414" /></div>
<h4>Stroke</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/dcb6a_zunepad2_stroke_colors.jpg" alt="zunepad2_stroke_colors" width="393" height="73" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/59d37_zunepad2_stroke.jpg" alt="zunepad2_stroke" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/59d37_zunepad3.jpg" alt="zunepad3" width="400" height="600" /></div>
<p><strong>Duplicate </strong>your latest rectangle and clear the layer styles like we did before. Change the color to black and make it about <strong>2px </strong>smaller.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/59d37_zunepad4.jpg" alt="zunepad4" width="592" height="414" /></div>
<p>Once again, duplicate your latest rectangle and clear the layer styles. Make it 2px smaller just like we did before. Then apply the following layer styles:</p>
<h4>Gradient Overlay</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/59d37_zunepad5_gradientoverlay_colors.jpg" alt="zunepad5_gradientoverlay_colors" width="393" height="73" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/59d37_zunepad5_gradientoverlay.jpg" alt="zunepad5_gradientoverlay" width="592" height="414" /></div>
<h4>Stroke</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/59d37_zunepad5_stroke_colors.jpg" alt="zunepad5_stroke_colors" width="393" height="73" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/3fdaa_zunepad5_stroke.jpg" alt="zunepad5_stroke" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/3fdaa_zunepad5.jpg" alt="zunepad5" width="400" height="600" /></div>
<h3>Step 5: Creating the Circular Buttons</h3>
<p>Only two buttons to go before we have our Zune!</p>
<p>Create a <strong>new layer group</strong> by clicking the folder icon at the bottom of the layers panel. Grab the <strong>Ellipse Tool</strong> underneath the rectangle tool. While holding shift, drag a new circle onto the Zune for the arrow button. Place it to the left of the pad and apply the following layer styles:</p>
<h4>Outer Glow</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/3fdaa_zunearrow1_outer.jpg" alt="zunearrow1_outer" width="592" height="414" /></div>
<h4>Stroke</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/3fdaa_zunearrow_stroke.jpg" alt="zunearrow_stroke" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/3fdaa_zunearrow1.jpg" alt="zunearrow1" width="400" height="600" /></div>
<p><strong>Duplicate </strong>your previous layer and clear the layer styles. Make it <strong>2-3px </strong>smaller and apply the following layer styles:</p>
<h4>Gradient Overlay</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/3fdaa_zunearrow2_gradientoverlay_colors.jpg" alt="zunearrow2_gradientoverlay_colors" width="393" height="73" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a999c_zunearrow2_gradientoverlay.jpg" alt="zunearrow2_gradientoverlay" width="592" height="414" /></div>
<h4>Stroke</h4>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a999c_zunearrow2_stroke_colors.jpg" alt="zunearrow2_stroke_colors" width="393" height="73" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a999c_zunearrow2_stroke.jpg" alt="zunearrow2_stroke" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a999c_zunearrow2.jpg" alt="zunearrow2" width="400" height="600" /></div>
<p>Now that we have the actual button made, lets duplicate it for the other side. Right click your group and select <strong>Duplicate Group</strong>. Then, while holding shift, drag it to the right side of the pad.  <em>Holding shift makes it move in a straight line</em>.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a999c_zunebuttons.jpg" alt="zunebuttons" width="400" height="600" /></div>
<h3>Step 6: Creating the Icons for the Buttons</h3>
<p>Now that we have out buttons, we need to create some icons for them. Turn your grid on by going to <strong>View &gt; Show &gt; Grid</strong> You can change the options for your grid by going to <strong>Edit &gt; Preferences &gt; Guids, Grids, &amp; Slices</strong>.</p>
<p>Grab your <strong>Pen Tool</strong> and create an arrow like the one shown below.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/a999c_zunearrow_grid.jpg" alt="zunearrow_grid" width="592" height="414" /></div>
<p>Set the fill of the layer to <strong>0%</strong> and then add a <strong>Stroke</strong>. The fill of the layer will change the opacity of the actual pixels in the layer while leaving any layer effects applied to it alone.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/6b120_zunebuttons_arrow_stroke.jpg" alt="zunebuttons_arrow_stroke" width="592" height="414" /></div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/6b120_zunebuttons_arrow.jpg" alt="zunebuttons_arrow" width="400" height="600" /></div>
<p>Repeat the process for the right button using a triangle and two rectangles.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/6b120_zunebuttons_both.jpg" alt="zunebuttons_both" width="400" height="600" /></div>
<h3>We Now Have a Vector Zune Graphic!</h3>
<p>Place all of your Zune layers into a layer group. Re-size the group to be small and big so that you can see you won&#8217;t lose any quality due to the fact that everything is vectorized. Feel free to add a shadow under your final result by creating a new layer underneath your Zune and making a black oval with the <strong>Elliptical Marquee Tool</strong> and applying a <strong>Gaussian Blur</strong>.</p>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/6b120_zunefinal2.jpg" alt="zunefinal2" width="400" height="600" /></div>
<h3>Download the PSD</h3>
<div>
<a href="http://www.tutorial9.net/wp-content/uploads/2009/02/zune-t9.psd">Download the PSD</a>
</div>
<p><strong>Looking for more <a href="http://www.tutorial9.net/category/photoshop/">Photoshop Tutorials</a>?</strong></p>
<p><a href="http://feedads.googleadservices.com/~a/2GM_qFrw_PN6HDza9WPUvWNl04w/a"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/827cd_i" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds2.feedburner.com/~f/tutorial9?a=whv02dE2"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/827cd_tutorial9?i=whv02dE2" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=Jtl4nsaD"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/827cd_tutorial9?i=Jtl4nsaD" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=rlrD7e4Y"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/827cd_tutorial9?i=rlrD7e4Y" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=gqPFXBUw"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/fbe7e_tutorial9?i=gqPFXBUw" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=c8Zx6Mud"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/fbe7e_tutorial9?d=52" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=3bdRc5cT"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/fbe7e_tutorial9?d=43" border="0"></img></a>
</div>
<p><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/fbe7e_GNtOyVB-v2Q" height="1" width="1"/></p>
<p>Source: www.tutorial9.net</p>
<p>Visit <a title=Ask Salomon href=http://www.asksalomon.com target=_self>Ask Salomon</a> to read more</p>
<p>Are you a Webmaster?</p>
<p><a title=Webmaster News href=http://www.bevyhost.com target=_self>Latest Webmaster News</a><br />
<a title=Webmaster Forum href=http://www.bevyhost.com/forum target=_self>Webmaster Forum</a><br />
<a title=Free Submission Directory href=http://www.bevyhost.com/dir target=_self>Free Submission Directory</a></p>
<p>Where Webmasters from all over the World help each other.</p>


<p>Related posts:<ol><li><a href='http://www.asksalomon.com/25-tutorials-for-using-illustrator-and-photoshop-together-for-outstanding-results/' rel='bookmark' title='Permanent Link: 25 Tutorials for Using Illustrator and Photoshop Together for Outstanding Results'>25 Tutorials for Using Illustrator and Photoshop Together for Outstanding Results</a></li>
<li><a href='http://www.asksalomon.com/25-photoshop-tutorials-for-poster-design/' rel='bookmark' title='Permanent Link: 25+ Photoshop Tutorials for Poster Design'>25+ Photoshop Tutorials for Poster Design</a></li>
<li><a href='http://www.asksalomon.com/search-engine-optimization-seo-is-it-based-on-keywords-only/' rel='bookmark' title='Permanent Link: Search Engine Optimization: SEO : Is It Based On Keywords Only?'>Search Engine Optimization: SEO : Is It Based On Keywords Only?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asksalomon.com/create-a-vector-based-zune-with-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimalism Around the Web: Design Inspiration &amp; WordPress Themes</title>
		<link>http://www.asksalomon.com/minimalism-around-the-web-design-inspiration-wordpress-themes/</link>
		<comments>http://www.asksalomon.com/minimalism-around-the-web-design-inspiration-wordpress-themes/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 19:12:11 +0000</pubDate>
		<dc:creator>Ask Salomon</dc:creator>
				<category><![CDATA[Useful Web Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webmaster blogs]]></category>

		<guid isPermaLink="false">http://www.asksalomon.com/?p=416</guid>
		<description><![CDATA[This post showcases minimalist design from around the web, and briefly explains the ideology of minimalism. It is to be used as inspiration for anyone, and as a resource for web designers. Quick Nav: What is Minimalism? Minimalist Web Design Showcase Minimal WordPress Themes Minimalism. Underappreciated by Nature Minimalism used in Website Design is under [...]


Related posts:<ol><li><a href='http://www.asksalomon.com/3d-design-inspiration/' rel='bookmark' title='Permanent Link: 3D Design Inspiration'>3D Design Inspiration</a></li>
<li><a href='http://www.asksalomon.com/platinum-games-selects-wordpresscom-vip/' rel='bookmark' title='Permanent Link: Platinum Games Selects WordPress.com VIP'>Platinum Games Selects WordPress.com VIP</a></li>
<li><a href='http://www.asksalomon.com/ourlife-selects-wordpress/' rel='bookmark' title='Permanent Link: Ourlife Selects WordPress'>Ourlife Selects WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This post showcases minimalist design from around the web, and briefly explains the ideology of minimalism. It is to be used as inspiration for anyone, and as a resource for web designers.</p>
<div>
<p><span>Quick Nav:</span></p>
<ul>
<li><a href="http://www.tutorial9.net/#1">What is Minimalism?</a></li>
<li><a href="http://www.tutorial9.net/#2">Minimalist Web Design Showcase</a></li>
<li><a href="http://www.tutorial9.net/#3">Minimal WordPress Themes</a></li>
</ul>
</div>
<h3>Minimalism. Underappreciated by Nature</h3>
<p><strong>Minimalism</strong> used in Website Design is under appreciated, as in so many other areas of design. Considering its nature, this isn&#8217;t so surprising. <em>Minimal</em> is a term used to describe work that is stripped to its most fundamental features. In other words only the basic and necessary elements are used, making it easy to miss the true beauty of minimalist works.</p>
<p><em>How can something be beautiful if there is nothing there?</em> The real beauty of minimalist works comes from what is not there, and perhaps more importantly the functions each basic element serves. A minimalist reduces multiple elements that each serve different purposes into single units that have many visual and functional responsibilities.</p>
<p>It was first said by Robert Browning that &#8220;<em>Less is more,</em>&#8221; and since then his idea became a fundamental philosophy for minimalist ideology. His saying was later adopted by German Industrial Designer Dieter Rams &#8220;<em>Less, but better,</em>&#8221; which beautifully summarizes what Minimalist design is really all about. <strong>It&#8217;s using less, and creating a more fulfilling experience.</strong> Since then minimalism has been an idea that has influenced many of todays most renown designers, including  people like Johnathan Ive (<em>Designer of iMac, iPod, iPhone</em>) and <a href="http://www.johnpawson.com/" target="_blank">John Pawson</a>.</p>
<h3>Minimal Web Design Showcase</h3>
<div>
<div><a href="http://www.behinddesign.co.uk/home.php?/Home" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/b4ea5_behind-design.jpg" width="600" height="300" /></a></a></div>
<p>The bare, sleek appearance of <a href="http://www.behinddesign.co.uk/home.php?/Home" target="_blank">Behind Design</a> is complimented nicely by its focus-on-hover content areas. </p>
<div><a href="http://bureau-va.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/b4ea5_bureau-va.jpg" width="600" height="300" /></a></div>
<p><a href="http://bureau-va.com/" target="_blank">Bureau for Visual Affairs</a> uses simple elements like lines, numbers, and blocks of color to create a simple yet totally cohesive website. Minimal use of color draws the eye to desired locations in an instant, while a single image is of upmost importance to the viewer.</p>
<div><a href="http://www.designhaus-berlin.de/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/b4ea5_designhaus-berlin.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.designhaus-berlin.de/" target="_blank">designhaus berlin</a> isn&#8217;t just a portfolio. It <em>feels</em> like a portfolio. And it does so with hardly any visual cues aside from a typographic grid. Many of the pages display with separate background colors which resembles flipping through a creative portfolio in a more tangible sense.</p>
<div><a href="http://erraticwisdom.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/55346_erratic-wisdom.jpg" width="600" height="300" /></a></div>
<p><a href="http://erraticwisdom.com/" target="_blank">Erratic Wisdom</a> adheres to grid. How do we know? The whole background of the site is a dot grid with simple labels instructing viewers how to use the site.</p>
<div><a href="http://www.gilesrevell.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/55346_giles-revell.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.gilesrevell.com/" target="_blank">Giles Revell&#8217;s</a> Portfolio is straight to the point. Images featuring Giles work are even spread out across the page, and are identified in the page header when hovered over. No happy text, all very nice looking.</p>
<div><a href="http://www.minimalweb.de/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/55346_maurice-kuhlborn.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.minimalweb.de/" target="_blank">Maurice Kuhlborn&#8217;s</a> site is split into horizontal bars, each with it&#8217;s own content. One of the bars doubles as a navigation, and a description of the current page being viewed.</p>
<div><a href="http://www.non-format.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/55346_non-format.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.non-format.com/" target="_blank">Non-Format&#8217;s</a> uses a splash page of sorts , which immediately gives you an idea of the caliber of work the rest of the site contains. Navigation expands and collapses as needed, always retaining interest on the incredible creative work this Norwegian/British team is responsible for.</p>
<div><a href="http://www.oskaarchitects.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/55346_olson-sundberg.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.oskaarchitects.com/" target="_blank">Olson Sundberg Kundig Allen Architects</a> might be a hard name to swallow, but the presentation of their projects is elegant as it is simple. The entire background of the homepage doubles as a photo from one of their projects, while the rest of their site manages to keep identical navigation structure despite heavy style changes. The text feels minimal, and emphasis is very much on the photographs.</p>
<div><a href="http://www.parsley.pl/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/98c79_parsley.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.parsley.pl/" target="_blank">Parsley Studio</a> uses a collection of simple images that fill a background to make it stand out, and these images function as a navigation system for their portfolio. Actually, if you try browsing their full portfolio, you&#8217;ll notice they don&#8217;t use any text whatsoever until hovered over.</p>
<div><a href="http://www.qlear.nl/hello.php" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/98c79_qlear.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.qlear.nl/hello.php" target="_blank">qlear</a> is a much darker site than many other minimalist sites featured here, but the display of content remains simple and inventive. Browsing through the portfolio is a seamless, smooth, intuitive process. The header doubles as a place to get to know the creator, Kevin Kalle.</p>
<div><a href="http://reinh.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/98c79_reinh.jpg" width="600" height="300" /></a></div>
<p><a href="http://reinh.com/" target="_blank">ReinH</a> is a personal blog/journal that hops right into the latest post. Aside from a faded background image, it&#8217;s a layout composed of only text, but the different shades create a distinguishable content hierarchy.</p>
<div><a href="http://www.baseref.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/98c79_tim-jarvis.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.baseref.com/" target="_blank">Tim Jarvis &#8211; A Base Reference</a> contains very little text, as the primary content are the beautiful photos. The home page loads a different work everytime it&#8217;s loaded, each bringing it&#8217;s own mood to the entire site.</p>
<div><a href="http://www.tsbooth.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/98c79_tom-booth.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.tsbooth.com/" target="_blank">Tom Booth&#8217;s</a> portfolio is divided until multicolored categories. Clicking a category expands it allowing the viewer to quickly navigate to a specific work.</p>
<div><a href="http://twistori.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/98c79_twistori.jpg" width="600" height="300" /></a></div>
<p><a href="http://twistori.com/" target="_blank">Twistori</a> is a unique concept that uses Twitter to display different emotions from around the web as they are <em>posted</em>. The navigation also acts as the means of separating posts. The page automatically updates, and there is even a screensaver that can be downloaded to use it on the go (<em>For Mac OS X</em>).</p>
<div><a href="http://www.janreichle.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/98c79_janreichle.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.janreichle.com/" target="_blank">Jan Reichle</a> uses the background of the site as a clever logo type. The site functions in a similar manner to a file structure on a PC or Mac, effectively showing what is available, and precisely where the user currently is.</p>
<div><a href="http://www.hellomuller.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/40e0b_muller.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.hellomuller.com/" target="_blank">Muller</a> is formated to feel like a catalogue, and a catalogue it feels like. The block grid makes the content easy to parse, and the simple display of work communicates the work effectively.</p>
<div><a href="http://si10.shauninman.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/40e0b_shauninman.jpg" width="600" height="300" /></a></div>
<p><a href="http://si10.shauninman.com/" target="_blank">Shaun Inman</a> uses an animated flash background, but it all feels so simple and right. Outstanding grid work in play here. You may know Shaun from his work with <a href="http://www.haveamint.com/" target="_blank">Mint</a>.</p>
<div><a href="http://www.vlourenco.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/40e0b_vitorlourenco.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.vlourenco.com/" target="_blank">Vitor Lourenco</a> puts on a wonderful display of what a perfect web interface may look like. Aside from working on Twitter, Vitor&#8217;s portfolio contains some impressive work.</p>
<div><a href="http://www.johnpawson.com/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/40e0b_johnpawson.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.johnpawson.com/" target="_blank">John Pawson</a> may be one of the most highly respected minimal designers of this day an age, with quite a portfolio under his belt. His site is clearly demonstrates his beliefs of trying to achieve simplicity in art.</p>
</div>
<h3>Minimal WordPress Themes</h3>
<p>If you&#8217;re a WordPress user, you may take interest in some of these themes with a minimalist aesthetic.  </p>
<div>
<div><a href="http://cardeo.ca/2008/cardeo-minimal-wordpress-theme/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/40e0b_cardeo-minimal.jpg" width="600" height="300" /></a></div>
<p><a href="http://cardeo.ca/2008/cardeo-minimal-wordpress-theme/" target="_blank">&#8220;Cardeo Minimal WordPress Theme&#8221;</a> &#8211; This simple WordPress theme is split into 3 columns on a white background with hardly any noise. Images are given upmost prominence.</p>
<div><a href="http://warpspire.com/hemingway/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/40e0b_hemingway.jpg" width="600" height="300" /></a></div>
<p><a href="http://warpspire.com/hemingway/" target="_blank">&#8220;Hemingway&#8221;</a> &#8211; A dark, simple, and elegant WordPress theme split into several columns and rows. The entire layout is divided and organized by nothing more than blocks of text and simple lines.</p>
<div><a href="http://www.themelab.com/2008/04/25/just-lucid-free-wordpress-theme-54/" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/24b96_just-lucid.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.themelab.com/2008/04/25/just-lucid-free-wordpress-theme-54/" target="_blank">&#8220;Just Lucid&#8221;</a> &#8211; Not quite as elegant as Hemingway or Cardeo, Just Lucid does offer a wider post format for WordPress users that need the extra width, but want to keep things clean.</p>
<div><a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-modicus" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/24b96_modicus.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-modicus" target="_blank">&#8220;Modicus&#8221;</a> &#8211; Minimal with a hint of attitude is how I would describe Modicus. It has a few unique quirks to itself, but Modicus is definitely a theme worth experimenting with if you need a minimal layout. It&#8217;s fast, ad friendly, and includes an optional homepage.</p>
<div><a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-minim" target="_blank"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/24b96_upstart-blogger-minim.jpg" width="600" height="300" /></a></div>
<p><a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-minim" target="_blank">&#8220;Minim&#8221;</a> &#8211; Another theme by Upstart Blogger that feels a bit more clean. It&#8217;s lightweight giving it the speed advantage over other sites, and formatted to accept standard ad formats.</p>
<h4>Minimal WordPress Themes elsewhere on the Web:</h4>
<ul>
<li><a href="http://www.plaintxt.org/2006/06/the-best-minimalist-wordpress-themes/" target="_blank">The Best Minimalist WordPress Themes</a></li>
<li><a href="http://www.wptmp.com/browse/category/minimal/" target="_blank">Minimal WordPress Theme Archive</a></li>
<li><a href="http://wordpress.org/extend/themes/tags/minimal" target="_blank">WordPress Theme Directory: Themes Tagged with Minimal</a></li>
</ul>
</div>
<h3>Slightly Unrelated, but You Might Also Like This</h3>
<div>
<div>
<div><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/24b96_product-design.jpg" /></div>
<h4><a href="http://www.tutorial9.net/resources/phenomenal-packaging-design-inspiration/">Creative Package Design</a></h4>
<p>Again, websites certainly aren&#8217;t the only place minimalist ideas are put into practice (it could be argued that web design was minimalist trends last compared to most forms of design). Check out this incredible collection of well crafted products after you finish up here.</p>
</div>
</div>
<div>
<a href="http://feedproxy.google.com/tutorial9" title="Subscribe to Tutorial9"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/24b96_big-subscribe.jpg" /></a></p>
<p><small><a href="http://tutorial9.net/subscription-options/">Email &#038; Other Subscription Options</a></small></p>
</div>
<p><a href="http://feedads.googleadservices.com/~a/-Zoa3zyQ-ZcSMtXxSWqHFb4c4B4/a"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/24b96_i" border="0" ismap="true"></img></a></p>
<div>
<a href="http://feeds2.feedburner.com/~f/tutorial9?a=otGlOjLK"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/90ce2_tutorial9?i=otGlOjLK" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=BDp1kfl4"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/90ce2_tutorial9?i=BDp1kfl4" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=a6unYtQs"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/90ce2_tutorial9?i=a6unYtQs" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=trEhSyBx"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/90ce2_tutorial9?i=trEhSyBx" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=Y6tp67Ys"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/90ce2_tutorial9?d=52" border="0"></img></a> <a href="http://feeds2.feedburner.com/~f/tutorial9?a=0fp45qFA"><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/90ce2_tutorial9?d=43" border="0"></img></a>
</div>
<p><img src="http://www.asksalomon.com/wp-content/plugins/wp-o-matic/cache/30b8c_C0afpTyC8gY" height="1" width="1"/></p>
<p>Source: www.tutorial9.net</p>
<p>Visit <a title=Ask Salomon href=http://www.asksalomon.com target=_self>Ask Salomon</a> to read more</p>
<p>Are you a Webmaster?</p>
<p><a title=Webmaster News href=http://www.bevyhost.com target=_self>Latest Webmaster News</a><br />
<a title=Webmaster Forum href=http://www.bevyhost.com/forum target=_self>Webmaster Forum</a><br />
<a title=Free Submission Directory href=http://www.bevyhost.com/dir target=_self>Free Submission Directory</a></p>
<p>Where Webmasters from all over the World help each other.</p>


<p>Related posts:<ol><li><a href='http://www.asksalomon.com/3d-design-inspiration/' rel='bookmark' title='Permanent Link: 3D Design Inspiration'>3D Design Inspiration</a></li>
<li><a href='http://www.asksalomon.com/platinum-games-selects-wordpresscom-vip/' rel='bookmark' title='Permanent Link: Platinum Games Selects WordPress.com VIP'>Platinum Games Selects WordPress.com VIP</a></li>
<li><a href='http://www.asksalomon.com/ourlife-selects-wordpress/' rel='bookmark' title='Permanent Link: Ourlife Selects WordPress'>Ourlife Selects WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.asksalomon.com/minimalism-around-the-web-design-inspiration-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

