<?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>gHacks technology news &#187; design</title>
	<atom:link href="http://www.ghacks.net/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Agave to create color schemes</title>
		<link>http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/</link>
		<comments>http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/#comments</comments>
		<pubDate>Thu, 28 May 2009 17:39:07 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[color palette]]></category>
		<category><![CDATA[complimentary colors]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13131</guid>
		<description><![CDATA[If you do any web design, interior design, painting, graphic arts you know the importance of using complimentary color schemes. For many this is as simple as eying a color. For others it always seems an exercise in futility. Thankfully there are applications out there to help you out with your color schemes. These tools [...]]]></description>
			<content:encoded><![CDATA[<p>If you do any web design, interior design, painting, graphic arts you know the importance of using complimentary color schemes. For many this is as simple as eying a color. For others it always seems an exercise in futility. Thankfully there are applications out there to help you out with your color schemes. These tools are generally single-purpose tools so they are lightweight and require very little in thought.</p>
<p>Of course Linux and web design go hand in hand. So it makes perfect sense that there be a tool for the Linux operating system that can handle this task. There is, and that tool is called Agave.</p>
<p><span id="more-13131"></span><a title="Agave" href="http://home.gna.org/colorscheme/" target="_blank">Agave</a> does one thing: It helps you create color schemes that match. But like any good Linux application it takes this a few steps further by giving nods to web designers with Hexadecimal and interior/graphics designers with RGB and HSV color equivalents. Agave is as simple as it is helpful. Once you start using this tool, you will quickly grow to depend upon it. Let&#8217;s get it installed and see how it is used.</p>
<p><strong>Getting and installing</strong></p>
<p>Agave should be in your distributions repository. You can either fire up your Add/Remove Software utility, do a search for &#8220;agave&#8221; (no quotes), select the results, and click Apply. Or you can open up a terminal window and issue a command like:</p>
<p><em>sudo apt-get install agave</em></p>
<p>or</p>
<p><em>yum install agave</em></p>
<p>Once installed you can fire up Agave by issuing the command <em>agave</em> or you can find a menu entry in the Graphics submenu of your Main (KDE) or Applications (GNOME) menu.</p>
<p><strong>Using Agave</strong></p>
<div id="attachment_13135" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/agave_main1.png"><img class="size-medium wp-image-13135" src="http://www.ghacks.net/wp-content/uploads/2009/05/agave_main1-500x363.png" alt="Figure 1" width="300" height="218" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>When you first start Agave you will be greeted by a random triad of complimentary colors (see Figure 1). NOTE: When you start Agave the second time it will start up with the last color you used.</p>
<p>There are a few tools to take advantage of in Agave. The first thing you will notice is the dropdown. This dropdown allows you to select from various types of compliments. You can select from:</p>
<ul>
<li>Compliments: This will show you the complimentary color of the color you have chosen.</li>
<li>Split Compliments: Colors that are on either side and exclusive of the true color.</li>
<li>Triads:  Three colors equidistent from each other on the color wheel.</li>
<li>Tetrads: Color harmony based on four colors.</li>
<li>Analogous: Three colors adjacent to one another on the color wheel.</li>
<li>Monochromatic: Three hues of the same color.</li>
</ul>
<p>With those different color types you can pretty easily create schemes for any design. So how do you choose a color? One of the easiest methods is to click the Random button. This will give you a random color and, based on your color type selection, will scheme to that color. This tool is great if you&#8217;re trying to design something, from the ground up, but are a facing a block when trying to choose a color scheme.</p>
<div id="attachment_13138" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/agave_palette.png"><img class="size-medium wp-image-13138" src="http://www.ghacks.net/wp-content/uploads/2009/05/agave_palette-500x266.png" alt="Figure 2" width="300" height="160" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>If you know your starting color you can click on the color button (this is the small square of color to the left of the dropdown) which will open up the color palette. From within the palette you can choose a specific color in a number of ways:</p>
<ul>
<li>Change Hue/Saturation/Value/RGB:  Either enter the number for the value or click the up or down arrow.</li>
<li>Color Name: Enter the Hex of the color you want.</li>
<li>Color Wheel: Drag the color wheel around to find the color you want.</li>
<li>Dropper: Is there a color on your screen you want to use? Click the dropper tool and then click on that color you want &#8211; it will automatically appear in the palette.</li>
</ul>
<p>Once your color has been chosen, click OK and your color scheme will update on the main window. If you need more colors (or different scheme types) change the dropdown to select the scheme you want.</p>
<p><strong>Color type</strong></p>
<p>You can also switch from Web-safe colors, Visibone colors, Tango icon theme palette, or GNOME icon theme palette. To change the type simple click on the dropdown at the bottom of the window.</p>
<p><strong>Save your color</strong></p>
<p>Once you have found a color you like you can save that color by clicking the &#8220;+&#8221; symbol at the bottom right. You can also rename the saved colors by right clicking a saved color. This will come in handy when you are working with color palettes for different design projects.</p>
<p><strong>Final thoughts</strong></p>
<p>If you do any design work, you need to use Agave. Not only will it save you crucial design time, it will ensure that all of your color schemes are, at least, pleasing to the eye.</p>

	Tags: <a href="http://www.ghacks.net/tag/color-palette/" title="color palette" rel="tag">color palette</a>, <a href="http://www.ghacks.net/tag/complimentary-colors/" title="complimentary colors" rel="tag">complimentary colors</a>, <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/web-design/" title="web design" rel="tag">web design</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/31/kompozer-a-free-open-source-and-half-decent-wysiwyg-web-editor/" title="KompoZer, a free, open-source and half-decent WYSIWYG web editor (December 31, 2008)">KompoZer, a free, open-source and half-decent WYSIWYG web editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/" title="Create a 3D logo with The GIMP (May 22, 2009)">Create a 3D logo with The GIMP</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/07/11/a-standard-compliant-web-browser-and-editor-amaya/" title="A standard compliant web browser and editor: Amaya (July 11, 2009)">A standard compliant web browser and editor: Amaya</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a 3D logo with The GIMP</title>
		<link>http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/</link>
		<comments>http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/#comments</comments>
		<pubDate>Fri, 22 May 2009 15:36:22 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[logos]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/</guid>
		<description><![CDATA[Any of you that do any graphic design or web development know how important it is to have tools at your disposal to handle just about any task that might come your way. And even if you don&#8217;t have graphic design skills you will, someday, have to create something quickly to use for a web [...]]]></description>
			<content:encoded><![CDATA[<p>Any of you that do any graphic design or web development know how important it is to have tools at your disposal to handle just about any task that might come your way. And even if you don&#8217;t have graphic design skills you will, someday, have to create something quickly to use for a web site, or presentation, or just about any other media. When that day comes, and you need to create a quick, professional looking logo, be glad you have <a title="The GIMP" href="http://www.gimp.org" target="_blank">The GIMP</a>.</p>
<p>With The GIMP, creating rudimentary 3D logos is painless&#8230;if you know the steps. And with a good collection of fonts you can make your clients think you have far more skills than you might actually have. With that in mind, let&#8217;s take a look and see just how simple it is to create a 3D logo with The GIMP.</p>
<p><span id="more-13018"></span><strong>How it works</strong></p>
<p>The GIMP has a built in feature that helps you to create these logos. We will be working with version 2.6 &#8211; which is actually important because the engine that creates these has changed as well as the location of the submenu has changed. So if you don&#8217;t have 2.6, give upgrading a go.</p>
<p>The process is pretty simple.</p>
<ul>
<li>Select the type of logo you want to create from the Create menu.</li>
<li>Enter all of the necessary information and select the configurations to suit your needs.</li>
<li>Click OK</li>
<li>Edit the image to suit your needs.</li>
<li>Save the file.</li>
</ul>
<p>Now let&#8217;s take a look at the process with a bit more detail.</p>
<p><strong>The logo tool</strong></p>
<div id="attachment_13014" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_menu.png"><img class="size-medium wp-image-13014" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_menu-500x268.png" alt="Figure 1" width="300" height="161" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>To open up the logo tool go to the File menu and select the Create submenu. From with the Create submenu you will see the Logos submenu, click on that to reveal the different types of logos you can create (see Figure 1).</p>
<p>The different types of logos range from the cartoonish, to the professional, to the nearly-fantastical. There are quite a few choices so your best bet is to play around with them until you find the type of logo you prefer to work with.</p>
<div id="attachment_13015" class="wp-caption alignright" style="width: 166px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_window.png"><img class="size-medium wp-image-13015" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_window-260x499.png" alt="Figure 2" width="156" height="299" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Once you click on the logo type you want to create a new window will open. It is within this window that the logo is created. The good news is, you really need zero artistic skills to tackle this task.</p>
<p>Figure 2 shows all of the configuration options you will have to deal with to create a logo. Don&#8217;t let amount of options fool you, you really only need to work with a minimum of these to create your logo. Here&#8217;s what you&#8217;ll need to work with:</p>
<p><strong>Text</strong>: This is what your logo will say.</p>
<p><strong>Font</strong>: This is the font you want to use for your logo.</p>
<p><strong>Blend Gradient(s)</strong>: These will be the gradient colors you will use for your logo. You can create new gradients as well. The included gradients should be plenty to get you started.</p>
<p><strong>Background Color</strong>: If you know the color of the background your logo will be going over you can change this here. I usually delete the background color so the logo is surrounded by a transparent border.</p>
<div id="attachment_13016" class="wp-caption alignleft" style="width: 365px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_ghacks.png"><img class="size-full wp-image-13016" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_ghacks.png" alt="Figure 3" width="355" height="163" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>And that is the bare minimum you need. Once you have all of that filled out, click OK and the logo will be created.</p>
<p>Figure 3 shows a sample logo created using the Glossy logo tool, the Biometric Joe font,  and the Cold Steel 2 gradient.</p>
<p>Of course there are plenty more options to configure for your logo &#8211; but getting the hang of the basics will give you plenty to do with this tool.</p>
<p><strong></p>
<div id="attachment_13017" class="wp-caption alignright" style="width: 310px"><strong><a href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_layers.png"><img class="size-medium wp-image-13017" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_layers-500x311.png" alt="Figure 4" width="300" height="187" /></a></strong><p class="wp-caption-text">Figure 4</p></div>
<p>TIP</strong>: As I mentioned I tend to remove the background in this logos. What this does is allow my logos to be placed on any color background. To do this go to the layer window of your new logo, select the background layer, and click the delete button in the layer window. When you save this image you will now want to make sure you save it in a format that supports transparency (such as .gif or .png.)</p>
<p><strong>Final thoughts</strong></p>
<p>I have used this method to create logos for plenty of clients. Not only does this make you a more versatile web designer, it also adds to the bottom line as you can now charge design fees.</p>

	Tags: <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/fonts/" title="fonts" rel="tag">fonts</a>, <a href="http://www.ghacks.net/tag/gimp/" title="gimp" rel="tag">gimp</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/logos/" title="logos" rel="tag">logos</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/" title="Use Agave to create color schemes (May 28, 2009)">Use Agave to create color schemes</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/16/9-high-quality-free-fonts/" title="9 high quality free fonts (November 16, 2008)">9 high quality free fonts</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Get professional Logo designs for free</title>
		<link>http://www.ghacks.net/2008/12/30/get-professional-logo-designs-for-free/</link>
		<comments>http://www.ghacks.net/2008/12/30/get-professional-logo-designs-for-free/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 06:15:04 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9432</guid>
		<description><![CDATA[I&#8217;m not a huge fan of free web design stuff, mostly because its either hard to modify, or low quality, or if you can tailor it to your needs, you can probably do whatever you need yourself. I also prefer not to use others&#8217; designs since it takes away my sense of identity, but in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a huge fan of free web design stuff, mostly because its either hard to modify, or low quality, or if you can tailor it to your needs, you can probably do whatever you need yourself. I also prefer not to use others&#8217; designs since it takes away my sense of identity, but in some cases I&#8217;m willing to be more flexible, like in the case of <a href="http://www.logoinstant.com/" target="_blank">LogoInstant.com</a>.</p>
<p>They offer 25 designs right now, not a big deal quantity-wise, but the designs are extremely good and nice and web 2.0 in a good way. You also get layered PSD files, which means you can modify these images easily (and freely). Plus, they say new ones will be added periodically, which seems to be true, since earlier today when I checked they only had 23 designs I think (a new page was definitely added).</p>
<p>As a web designer I hate using pre-fabricated termplates, but I have to say this is an exception and I&#8217;ll be looking into some logos for my own stuff, it&#8217;s rare that you get such high quality in this area of the open source market, enjoy!</p>
<p><span id="more-9432"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/logo/" title="logo" rel="tag">logo</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/" title="Use Agave to create color schemes (May 28, 2009)">Use Agave to create color schemes</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/14/the-most-awesome-datacenter-ever/" title="The most awesome datacenter ever! (November 14, 2008)">The most awesome datacenter ever!</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/04/started-something-too-big/" title="Started something too big (June 4, 2008)">Started something too big</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/30/reveal-the-font-that-has-been-used-in-an-image/" title="Reveal the Font that has been used in an image (May 30, 2008)">Reveal the Font that has been used in an image</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/01/20/resources-for-web-designers/" title="Resources  for web designers (January 20, 2008)">Resources  for web designers</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/30/get-professional-logo-designs-for-free/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>9 high quality free fonts</title>
		<link>http://www.ghacks.net/2008/11/16/9-high-quality-free-fonts/</link>
		<comments>http://www.ghacks.net/2008/11/16/9-high-quality-free-fonts/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 12:51:59 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8316</guid>
		<description><![CDATA[Sometimes I find a free resource wich is just so much higher quality than most paid sources it&#8217;s astounding. I mean if someone can design 9 free fonts that look this good, how does his commercial work look like? Judging from the webpage and the fonts, this person truly loves typography, and the free fonts [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I find a free resource wich is just so much higher quality than most paid sources it&#8217;s astounding. I mean if someone can design <a title="free Fonts" href="http://www.josbuivenga.demon.nl/index.html" target="_blank">9 free fonts</a> that look this good, how does his commercial work look like? Judging from the webpage and the fonts, this person truly loves typography, and the free fonts are his children, which are truly amazing.</p>
<p>You don&#8217;t only get one font weight with only a few extra characters. You get the full deal, with different font weights, characters, and in some cases all characters have a unique shape (Delicious font). There are also some nice descriptions, which make me realize how hard font design must be. Apparently &#8220;The Delicious italic is not a slanted roman, but a true italic.&#8221;&#8230; No comment from me, I have no idea what he&#8217;s talking about, but the font looks awesome!</p>
<p>My favorite one is Museo and Diavolo. I love the elegance that the narrow Museo offers, especially in its thinner variants. Diavolo is probably one of the coolest fonts I&#8217;ve ever seen. Put a bold heading on any page in Diavolo and the font itself makes a statement instantly. My only problem is now that I can&#8217;t use these fonts in my web pages because few people have them, let&#8217;s hope css3 changes this and enables embedding of fonts properly. Anyway, these fonts are awesome, check them out and download them right now!</p>
<p><span id="more-8316"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/fonts/" title="fonts" rel="tag">fonts</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/22/create-a-3d-logo-with-the-gimp/" title="Create a 3D logo with The GIMP (May 22, 2009)">Create a 3D logo with The GIMP</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/05/29/web-development-realtime-fonts-changer/" title="Web Development: Realtime Fonts Changer (May 29, 2009)">Web Development: Realtime Fonts Changer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/03/08/use-windows-vista-fonts-in-windows-xp/" title="Use Windows Vista fonts in Windows XP (March 8, 2008)">Use Windows Vista fonts in Windows XP</a> (22)</li>
	<li><a href="http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/" title="Use Agave to create color schemes (May 28, 2009)">Use Agave to create color schemes</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/14/the-most-awesome-datacenter-ever/" title="The most awesome datacenter ever! (November 14, 2008)">The most awesome datacenter ever!</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/16/9-high-quality-free-fonts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The most awesome datacenter ever!</title>
		<link>http://www.ghacks.net/2008/11/14/the-most-awesome-datacenter-ever/</link>
		<comments>http://www.ghacks.net/2008/11/14/the-most-awesome-datacenter-ever/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 18:49:53 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8282</guid>
		<description><![CDATA[I came across the coolest looking datacenter today, and probably the coolest looking place, bar none, ever built (thanks to Royal Pingdom). It was built by one of Sweedens largest ISP&#8217;s as a new high profile datacenter, and yes, it&#8217;s under ground, made to look like Dr. Evil&#8217;s mountain of extreme doom, with fog machines [...]]]></description>
			<content:encoded><![CDATA[<p>I came across the coolest looking datacenter today, and probably the coolest looking place, bar none, ever built (thanks to Royal Pingdom). It was built by one of Sweedens largest ISP&#8217;s as a new high profile datacenter, and yes, it&#8217;s under ground, made to look like Dr. Evil&#8217;s mountain of extreme doom, with fog machines and all inside the workplace!</p>
<p>If you&#8217;ve ever seen something you&#8217;ve really wanted in your cubicle I&#8217;m sure you&#8217;ll find it here. The workplace looks like a paintball arena, there are weird waterfall things, colors, lights, and of course it&#8217;s in a cavern. I always thought Google was the best place to work, now I&#8217;m having second thoughts!</p>
<p>The place has backup power from two submarine engines, a &#8220;small&#8221; 1.5 megawatts of energy are used on cooling the servers, and there is just so much coolness to this I can&#8217;t begin to explain. Oh, by the way, you could supposedly hurl a hydrogen bomn very near the place and it would withstand the effects! Now that&#8217;s a safe datacenter! Take a look at <a href="http://royal.pingdom.com/2008/11/14/the-worlds-most-super-designed-data-center-fit-for-a-james-bond-villain/" target="_blank">Royal Pingdom</a> for some pics and an interview the CEO of the company who built the place.</p>
<p><span id="more-8282"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/architecture/" title="architecture" rel="tag">architecture</a>, <a href="http://www.ghacks.net/tag/cool/" title="Cool" rel="tag">Cool</a>, <a href="http://www.ghacks.net/tag/datacenter/" title="datacenter" rel="tag">datacenter</a>, <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/13/weather-forecast-for-your-ipod/" title="Weather Forecast for your iPod (January 13, 2007)">Weather Forecast for your iPod</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/" title="Use Agave to create color schemes (May 28, 2009)">Use Agave to create color schemes</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/06/04/started-something-too-big/" title="Started something too big (June 4, 2008)">Started something too big</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/10/skype-emoticons/" title="Skype Emoticons (January 10, 2007)">Skype Emoticons</a> (19)</li>
	<li><a href="http://www.ghacks.net/2008/01/20/resources-for-web-designers/" title="Resources  for web designers (January 20, 2008)">Resources  for web designers</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/14/the-most-awesome-datacenter-ever/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Microsoft Design Direction</title>
		<link>http://www.ghacks.net/2008/10/30/new-microsoft-design-direction/</link>
		<comments>http://www.ghacks.net/2008/10/30/new-microsoft-design-direction/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 03:07:40 +0000</pubDate>
		<dc:creator>joshua</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows live]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/10/30/new-microsoft-design-direction/</guid>
		<description><![CDATA[Operating Systems and web design took a turn for the better around the beginning of this century, Apple introduced OSX 10, Microsoft brought out Windows XP and CSS began to be increasingly adopted.
It would be fair to say that Google and Apple have provided the most unique design directions over the last 10 years, Google [...]]]></description>
			<content:encoded><![CDATA[<p>Operating Systems and web design took a turn for the better around the beginning of this century, Apple introduced OSX 10, Microsoft brought out Windows XP and CSS began to be increasingly adopted.</p>
<p>It would be fair to say that Google and Apple have provided the most unique design directions over the last 10 years, Google with it’s minimalist user interfaces and Apple with it’s glossy Aqua theme. While I think Vista stands on it’s own design-wise there are definite Apple inspired decisions made.</p>
<p>Over the last few months however I’ve been noticing the new direction Microsoft design has been going in and I’m really liking it a lot. The first indication was the <a href="http://microsoft.com">Microsoft.com</a> redesign which I noticed went to a much more minimal design than previously and was followed by redeisgns across <a href="http://www.microsoft.com/windows/windows-vista/default.aspx">most</a> of <a href="http://www.microsoft.com/windows/early-versions.aspx">the</a> <a href="http://www.microsoft.com/windows/default.aspx">Microsoft</a> <a href="http://www.microsoft.com/windowsmobile/en-us/default.mspx">websites</a>. Next the <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> 8 beta 2 came out and notably has lost the ‘gloss’ of IE7. The&#160; Windows Live wave 3 followed and introduced a similar but more toned-down interface with no icons and was predominantly white, finally the online services began to be updated and introduced a great new theme which can <a href="http://download.live.com">be seen here</a>. The <a href="http://www.microsoft.com/softwareplusservices/software-plus-services-looking-ahead.aspx?vid=ray">Microsoft Software + Services strategy</a> website also got a nice minimal theme.</p>
<p> <span id="more-7946"></span>
<p>I personally love this direction, the design is minimal, perhaps inspired by Google and yet much more attractive while avoiding the glossy, ‘web 2.0’ look which has so dominated design for the last decade and was present in the previous wave 2.0 incarnation of Windows Live.</p>
<p>What do you think about this change in design?</p>

	Tags: <a href="http://www.ghacks.net/tag/apple/" title="apple" rel="tag">apple</a>, <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/windows-live/" title="windows live" rel="tag">windows live</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/09/windows-live-writer-portable/" title="Windows Live Writer Portable (September 9, 2008)">Windows Live Writer Portable</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/10/29/windows-live-skydrive-explorer/" title="Windows Live SkyDrive Explorer (October 29, 2009)">Windows Live SkyDrive Explorer</a> (63)</li>
	<li><a href="http://www.ghacks.net/2007/10/21/windows-live-photo-gallery/" title="Windows Live Photo Gallery (October 21, 2007)">Windows Live Photo Gallery</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/07/10/why-google-chrome-os-will-have-no-huge-impact/" title="Why Google Chrome OS Will Have No Huge Impact (July 10, 2009)">Why Google Chrome OS Will Have No Huge Impact</a> (20)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/the-reinventing-of-the-operating-system/" title="The reinventing of the Operating System (August 5, 2009)">The reinventing of the Operating System</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/30/new-microsoft-design-direction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colour Schemes</title>
		<link>http://www.ghacks.net/2008/06/23/colour-schemes/</link>
		<comments>http://www.ghacks.net/2008/06/23/colour-schemes/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 17:13:12 +0000</pubDate>
		<dc:creator>joshua</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[color schemes]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5087</guid>
		<description><![CDATA[I have spent this week struggling with colour schemes for my blog.
I found deciding on a colour scheme to be an incredibly frustrating process, and what I finally settled on was fairly safe but not very original or exciting either. However here are a few of the tools that I used to help me locate [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent this week struggling with colour schemes for my blog.</p>
<p>I found deciding on a colour scheme to be an incredibly frustrating process, and what I <a href="http://notwavingblog.com/">finally settled on</a> was fairly safe but not very original or exciting either. However here are a few of the tools that I used to help me locate colours, palettes and inspiration, hopefully this can be useful to you too.</p>
<p>  <strong>Adobe Kulur</strong>
<p>My favorite because of the great community. A lot of really good palettes here and plenty of things to help you designing. Kulur refers to both <a href="http://kuler.adobe.com/">the website</a> and the <a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=1429018">AIR application</a> which you can download here.</p>
<p>The AIR application has a useful feature of letting you drag schemes separately onto your desktop to compare various palettes. Once you have decided you can copy the RGB values straight onto the clipboard.</p>
<p><span id="more-5087"></span> <strong>Colour Browser</strong>
<p>Another <a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;extid=1315018">AIR application,</a> this one doesn’t need to be connected to the Internet and is useful as a desktop tool for storing various palettes and schemes. This tool is for creating your own palettes, not finding other peoples and is pretty simple but useful.</p>
<p>  <strong>Color Scheme Generator 2</strong>
<p><a href="http://www.wellstyled.com/tools/colorscheme2/index-en.html">A color wheel</a> you can use to create a palette from, has a number of options such as pastel, dark pastel, contrast pale etc. </p>
<p>  <strong>ColorSchemer ColorPix</strong>
<p><a href="http://www.colorschemer.com/colorpix_info.php">ColorPix</a> is great. Install it and you can use it to find out what color anything on your screen is. Perfect for stealing someone else’s great scheme or creating variations. If used in conjunction with the <a href="http://www.colorschemer.com/schemes/">Colour Schemer Gallery</a> then you can really find some great ideas.</p>

	Tags: <a href="http://www.ghacks.net/tag/adobe/" title="adobe" rel="tag">adobe</a>, <a href="http://www.ghacks.net/tag/color/" title="color" rel="tag">color</a>, <a href="http://www.ghacks.net/tag/color-schemes/" title="color schemes" rel="tag">color schemes</a>, <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/06/youd-be-stupid-not-to/" title="You&rsquo;d be Stupid Not To&hellip; (September 6, 2008)">You&rsquo;d be Stupid Not To&hellip;</a> (31)</li>
	<li><a href="http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/" title="Use Agave to create color schemes (May 28, 2009)">Use Agave to create color schemes</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/24/unofficial-adobe-reader-patch-released/" title="Unofficial Adobe Reader Patch Released (February 24, 2009)">Unofficial Adobe Reader Patch Released</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/11/14/the-most-awesome-datacenter-ever/" title="The most awesome datacenter ever! (November 14, 2008)">The most awesome datacenter ever!</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/08/22/the-best-way-to-create-pdf-documents/" title="The best way to create pdf documents (August 22, 2007)">The best way to create pdf documents</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/23/colour-schemes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Started something too big</title>
		<link>http://www.ghacks.net/2008/06/04/started-something-too-big/</link>
		<comments>http://www.ghacks.net/2008/06/04/started-something-too-big/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 13:06:21 +0000</pubDate>
		<dc:creator>joshua</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[long zheng]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4812</guid>
		<description><![CDATA[Windows 7 will be the Microsoft’s 7th incarnation of their OS kernel, hence the name (yep, pretty clever). As it evolved with time each successive Windows release still contained many UI elements from previous versions.
You’ve all seen them, the icon from XP, the interface left over from Windows 3.1… sometimes you wonder what’s so hard [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.windows7news.com/">Windows 7</a> will be the Microsoft’s 7th incarnation of their OS kernel, hence the name (yep, pretty clever). As it evolved with time each successive Windows release still contained many UI elements from previous versions.</p>
<p>You’ve all seen them, the icon from XP, the interface left over from Windows 3.1… sometimes you wonder what’s so hard about simply updating a few icons here and there?</p>
<p>Well&#160; it obviously bugged Long Zheng because last week he wrote a blog post entitled <a href="http://www.istartedsomething.com/20080531/windows-ui-taskforce-your-help-wanted/">Windows UI taskforce: your help wanted</a>. In it he suggested that he knows someone on the development team who may be able to follow some suggestion through.</p>
</p>
<p><span id="more-4812"></span><br />
<blockquote>
<p>With the development of Windows 7 speeding full-steam ahead, I thought this might be an opportunity as good as ever to make these problems known to Microsoft and hopefully get them all resolved.</p>
</blockquote>
<p>The idea was to find the UI quirks, take a screenshot and post them to the blog. Two days and over a 100 submissions later <a href="http://istartedsomething.com">Long Zheng</a> had given up and decided it easier to create an <a href="http://www.istartedsomething.com/taskforce/">entire new site</a> dedicated to the issue. </p>
<blockquote><p>The way I originally imagined it was to go through each of the suggestions by hand and add them to my post along with a pretty screenshot. Needless to say, I got tired about 20 entries in and couldn’t imagine doing 140 more. I had to come up with something more manageable.</p>
<p>With PHP in one hand, MySQL in another and some duct tape in my mouth, I’ve put together a voting-centric community feedback portal over at <a href="http://www.istartedsomething.com/taskforce/"><strong>www.istartedsomething.com/taskforce</strong></a>.</p>
</blockquote>
<p>This will work great <em>if</em> Microsoft actually uses it and people submit only quirks which need to be modified to fit the existing theme. The problem will be that some people seem to think it’s just a general suggestion box which really won’t achieve much.</p>
<blockquote><p><strong>Problem:</strong> The sound panel requires too many clicks to change the volume for the recording and playback channels.       <br /><strong>Solution:</strong> Make it much easier to change volume.       <br /><strong>Severity:</strong> High       <br /><strong>Impact:</strong> High       <br /><strong>Status:</strong> Not fixed</p>
</blockquote>
<blockquote><p><strong>Problem:</strong> UAC Prompts too much       <br /><strong>Solution:</strong> Two options       <br />1) Allow the application to list all of its actions at once and you check mark them.       <br />2) Allow a time limit when the UAC prompts. when a specific process is given full access say for 30 sec.       <br /><strong>Severity:</strong> High       <br /><strong>Impact:</strong> High       <br /><strong>Status:</strong> Not fixed</p>
</blockquote>
<p>So if you’ve noticed some elements inconsistent with the Windows design this is as good a place as any to submit it. I’ll be interested to see if Microsoft pays attention and something does get done.</p>

	Tags: <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/long-zheng/" title="long zheng" rel="tag">long zheng</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/ui/" title="UI" rel="tag">UI</a>, <a href="http://www.ghacks.net/tag/ux/" title="UX" rel="tag">UX</a>, <a href="http://www.ghacks.net/tag/vista/" title="vista" rel="tag">vista</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/18/windows-vista-sp1-download/" title="Windows Vista SP1 Download (March 18, 2008)">Windows Vista SP1 Download</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/02/22/windows-vista-sp1-breaks-applications/" title="Windows Vista SP1 breaks applications (February 22, 2008)">Windows Vista SP1 breaks applications</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/04/windows-vista-editions-do-you-know-the-differences/" title="Windows Vista Editions &#8211; Do you know the differences ? (December 4, 2006)">Windows Vista Editions &#8211; Do you know the differences ?</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/06/18/windows-longhorn-blog/" title="Windows Longhorn Blog (June 18, 2008)">Windows Longhorn Blog</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/will-microsoft-ever-learn/" title="Will Microsoft ever learn ? (December 7, 2006)">Will Microsoft ever learn ?</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/04/started-something-too-big/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easy and free isometric art designer</title>
		<link>http://www.ghacks.net/2008/05/18/easy-and-free-isometric-art-designer/</link>
		<comments>http://www.ghacks.net/2008/05/18/easy-and-free-isometric-art-designer/#comments</comments>
		<pubDate>Sun, 18 May 2008 07:18:21 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[isometric]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4173</guid>
		<description><![CDATA[I was always intrigued by isometric art for some reason. perhaps the simplicity of it all is the thing that gets to me, I don&#8217;t know. To create it though, you either need some appropriate apps, or some wicked Photoshop skills and I have neither. While poking around at Lifehacker today I found a post [...]]]></description>
			<content:encoded><![CDATA[<p>I was always intrigued by isometric art for some reason. perhaps the simplicity of it all is the thing that gets to me, I don&#8217;t know. To create it though, you either need some appropriate apps, or some wicked Photoshop skills and I have neither. While poking around at <a title="Life Hacker" href="http://lifehacker.com" target="_blank">Lifehacker</a> today I found a post on <a title="Isometric art designer" href="http://www.themaninblue.com/experiment/Cubescape/" target="_blank">Cubespace</a>, a great online tool helping you live the isometric dream.</p>
<p>The tool isn&#8217;t too complicated, you can see an isometric world with the ability to drop various colored cubes into the field. You can also delete cubes, replay the animation (showing the design in progress, and you can save the art. Not a whole lot to it, but very effective. In fact, the only thing I was missing was a tool to create objects, or strands of cubes, it would be so much easier to create big shapes this way. The editor features some cool building animations like when you put down a cube, or when you delete it. Not very useful, but nevertheless cool.</p>
<p>On the main page there is also a nice gallery of recent and popular art and you can see that some people are really talented. While browsing through, you can even click and view their animations, although it&#8217;s a shame you can&#8217;t edit and save for yourself. If you have some designer veins in you, take a look at Cubespace, it&#8217;s a fun tool!</p>
<p><span id="more-4173"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/art/" title="art" rel="tag">art</a>, <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/isometric/" title="isometric" rel="tag">isometric</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/28/use-agave-to-create-color-schemes/" title="Use Agave to create color schemes (May 28, 2009)">Use Agave to create color schemes</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/14/the-most-awesome-datacenter-ever/" title="The most awesome datacenter ever! (November 14, 2008)">The most awesome datacenter ever!</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/04/started-something-too-big/" title="Started something too big (June 4, 2008)">Started something too big</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/01/20/resources-for-web-designers/" title="Resources  for web designers (January 20, 2008)">Resources  for web designers</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/30/new-microsoft-design-direction/" title="New Microsoft Design Direction (October 30, 2008)">New Microsoft Design Direction</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/18/easy-and-free-isometric-art-designer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Resources  for web designers</title>
		<link>http://www.ghacks.net/2008/01/20/resources-for-web-designers/</link>
		<comments>http://www.ghacks.net/2008/01/20/resources-for-web-designers/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 09:25:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[web designer]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/20/resources-for-web-designers/</guid>
		<description><![CDATA[I'd like to point out three websites offering varied stuff to the professional as well as amateur web-designer and summarize their purpose and properties.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to point out three websites offering varied stuff to the professional as well as amateur web-designer and summarize their purpose and properties.</p>
<p>The first one became my favorite as soon as I came across it not long ago. Called <a href="http://www.designfloat.com">Design Float</a>, this website is based on digging system (honestly a clone) but with the content range limited to design only. Despite being aimed at design in general rather than web design only, most of the content published till present is related to the web and computer graphics.</p>
<p>Especially often people publish different sorts of useful lists of services you would normally hardly hit on by accident, like a <a href="http://www.designfloat.com/Resources/15-best-color-tools-for-web-designers">list of online color tools</a> for example. So far I&#8217;ve found quite a bunch of interesting resources thanks to the filtering that shows the best content. Watching this web grow in size slowly, I wish it wouldn&#8217;t get spoiled by the not-so-perfect digging (or floating in this case) system during longer time period. RSS feeds for different categories are available.</p>
<p><span id="more-2928"></span>Another useful website is actually a simple list called <a href="http://www.forwebdesigners.com">For Web Designers</a> rather than a complex site. Although it was IMHO built especially for the purpose of earning money using 4 small-size banners sitting right at the top, it still does provide links that may be eventually found useful by many. Tutorials, tools, free resources, validators and generators, all at your disposal in one place. Over 500 links so far, tag cloud for easier search is present as well.</p>
<p>The last one, <a href="http://www.cleancss.com/index.php">Clean CSS</a> is an online CSS optimizer and formatter (not a validator though). Upload your style sheet, select options and level of &#8220;compression&#8221; and get the result in a downloadable form. Light-weight code, more satisfied surfers.</p>

	Tags: <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/resources/" title="resources" rel="tag">resources</a>, <a href="http://www.ghacks.net/tag/web-designer/" title="web designer" rel="tag">web designer</a>, <a href="http://www.ghacks.net/tag/webmaster/" title="webmaster" rel="tag">webmaster</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/18/yahoo-server-monitor-widget/" title="Yahoo Server Monitor Widget (July 18, 2008)">Yahoo Server Monitor Widget</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/08/30/xml-escape-tool/" title="XML Escape Tool (August 30, 2009)">XML Escape Tool</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/24/wordpress-broken-link-checker/" title="Wordpress Broken Link Checker (July 24, 2009)">Wordpress Broken Link Checker</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/08/31/widgetize-you-website-with-yourminis/" title="Widgetize you website with Yourminis (August 31, 2007)">Widgetize you website with Yourminis</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/05/website-optimization-page-speed-for-firebug/" title="Website Optimization: Page Speed For Firebug (June 5, 2009)">Website Optimization: Page Speed For Firebug</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/20/resources-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Design</title>
		<link>http://www.ghacks.net/2006/06/08/new-design/</link>
		<comments>http://www.ghacks.net/2006/06/08/new-design/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 21:50:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ghacks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/08/new-design/</guid>
		<description><![CDATA[I created a new design for my baby and would like to know how you like the new look of my site. Do you miss something from the old design or like something from the new one ? Would you like some additional features at ghacks ? Do you have other wishes that I could try to make true ?]]></description>
			<content:encoded><![CDATA[<p>I created a new design for my baby and would like to know how you like the new look of my site. Do you miss something from the old design or like something from the new one ? Would you like some additional features at ghacks ? Do you have other wishes that I could try to make come true ?</p>
<p>Let me know, your opinion matters ;)</p>
<p>Just filling up some space here..</p>
<p><span id="more-548"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.ghacks.net/tag/ghacks/" title="ghacks" rel="tag">ghacks</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/15/wordpress-26/" title="Wordpress 2.6 (July 15, 2008)">Wordpress 2.6</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/03/29/wordpress-25-released/" title="Wordpress 2.5 released (March 29, 2008)">Wordpress 2.5 released</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/11/16/wiredtree-review-after-four-months/" title="Wiredtree Review After Four Months (November 16, 2009)">Wiredtree Review After Four Months</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/12/win-domain-and-1-year-free-hosting/" title="Win Domain and 1 Year free hosting (January 12, 2007)">Win Domain and 1 Year free hosting</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/10/01/who-is-hosting-ghacks/" title="Who is hosting ghacks ? (October 1, 2006)">Who is hosting ghacks ?</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/08/new-design/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
