<?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>WM Weblog &#187; Web Design</title>
	<atom:link href="http://www.wmweblog.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wmweblog.com</link>
	<description>Webmaster Tips, Guides, Tutorials &#38; Discoveries</description>
	<lastBuildDate>Mon, 31 May 2010 04:31:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Any Font Online on Web Sites</title>
		<link>http://www.wmweblog.com/use-any-font-online-on-web-sites/</link>
		<comments>http://www.wmweblog.com/use-any-font-online-on-web-sites/#comments</comments>
		<pubDate>Wed, 26 May 2010 23:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=251</guid>
		<description><![CDATA[It can be really annoying knowing that all fonts you apply on a web site with css has to be on the local computer of every visitor for them not to see another font instead of the one you prefer.
Some fonts are even so rare that you are certain that most visitors will not have [...]]]></description>
			<content:encoded><![CDATA[<p>It can be really annoying knowing that all fonts you apply on a web site with css has to be on the local computer of every visitor for them not to see another font instead of the one you prefer.<span id="more-251"></span></p>
<p>Some fonts are even so rare that you are certain that most visitors will not have that font on their computer. (Please note that some fonts does not allow embedding on web sites . You can read more about this topic on the generator&#8217;s site)</p>
<p>I know this has bothered me before and luckily I&#8217;ve found a great way to do this without problems. With the <a href="http://cufon.shoqolate.com/generate/">cufon generator</a> you can work-around this problem and add mostly any font as embedded to any web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/use-any-font-online-on-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Drop Shadow for Text</title>
		<link>http://www.wmweblog.com/css-drop-shadow-for-text/</link>
		<comments>http://www.wmweblog.com/css-drop-shadow-for-text/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 07:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[drop shadow]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=193</guid>
		<description><![CDATA[Drop shadow is a pretty cool feature you can add to any text with CSS. It is supported by Opera, Firefox, Chrome and Safari but unfortunately not Internet Explorer (can&#8217;t say I got surprised) Since IE does not support it yet and a rough 50% of internet surfers are using the browser you should be [...]]]></description>
			<content:encoded><![CDATA[<p>Drop shadow is a pretty cool feature you can add to any text with CSS. It is supported by Opera, Firefox, Chrome and Safari but unfortunately not Internet Explorer (can&#8217;t say I got surprised) Since IE does not support it yet and a rough 50% of internet surfers are using the browser you should be careful and not use alot of drop shadow effects for your website.<span id="more-193"></span> Simply adding some shadow effects as a finishing touch for headings and not much more is a good way to go with it. At least do not make any functionality dependant on the effect.</p>
<p><strong>Here&#8217;s how to add the Drop Shadow Effect to Text with CSS:</strong></p>
<p><code>p.text-shadow {text-shadow:red 2px 2px 0px}</code></p>
<p class="text-shadow">This is how the text inside a paragraph with the class text-shadow looks like&#8230;</p>
<p><strong>Explanation:</strong></p>
<p>The property has 4 options. First you must specify what color you want the shadow to be, then how far right it should be aligned, then how far down it should be aligned and finally how much of a blur effect you want it to display.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/css-drop-shadow-for-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Matching Color Schemes</title>
		<link>http://www.wmweblog.com/find-matching-color-schemes/</link>
		<comments>http://www.wmweblog.com/find-matching-color-schemes/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 02:01:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[color combination]]></category>
		<category><![CDATA[colors]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=177</guid>
		<description><![CDATA[Finding the right combination of colors is always a big task. Luckily Adobe has released a solution to this problem with a website which has a huge community and great software for creating color combinations. With the Adobe kuler application you can select a base color that you want to work with and Kuler will [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-178" href="http://www.wmweblog.com/find-matching-color-schemes/color-combinations-adobe-kuler/"><img class="alignright size-thumbnail wp-image-178" title="color-combinations-adobe-kuler" src="http://www.wmweblog.com/wp-content/uploads/2009/11/color-combinations-adobe-kuler-150x150.png" alt="color-combinations-adobe-kuler" width="150" height="150" /></a>Finding the right combination of colors is always a big task. Luckily Adobe has released a solution to this problem with a website which has a huge community and great software for creating color combinations.<span id="more-177"></span> With the Adobe kuler application you can select a base color that you want to work with and Kuler will automatically find matching colors based on your requirements. If you are in a hurry and don&#8217;t got the time to create anything anyhow you can browse palettes that other users have created and shared. Palettes can be commented and rated by users. Check it out <a href="http://kuler.adobe.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/find-matching-color-schemes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Icons &#8211; Top 5 places to get them!</title>
		<link>http://www.wmweblog.com/free-icons-top-5-places-to-get-them/</link>
		<comments>http://www.wmweblog.com/free-icons-top-5-places-to-get-them/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 18:55:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[glossy]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=139</guid>
		<description><![CDATA[Looking for high quality free icons to use for your web design? Look no further!
Top 5 places to get Free Icons
DryIcons Free Icon Section
Updated about once a week with new free icons.
FamFamFam Icon Section
3 smooth icon sets for most uses. I&#8217;ve used these for the ZenPro wordpress theme.
Smashing Magazine&#8217;s Collection
35 free icon sets. Mostly consisting [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for high quality free icons to use for your web design? Look no further!<span id="more-139"></span></p>
<h3>Top 5 places to get Free Icons</h3>
<p><a href="http://dryicons.com/free-icons/">DryIcons Free Icon Section</a><br />
Updated about once a week with new free icons.</p>
<p><a href="http://famfamfam.com/lab/icons/">FamFamFam Icon Section</a><br />
3 smooth icon sets for most uses. I&#8217;ve used these for the ZenPro wordpress theme.</p>
<p><a href="http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/">Smashing Magazine&#8217;s Collection</a><br />
35 free icon sets. Mostly consisting of neat big and glossy icons.</p>
<p><a href="http://blog.iconspedia.com/icons/free-web-design-icons-282/">IconsPedia Collection</a><br />
Many free icon sets totaling 2379 free icons!</p>
<p><a href="http://webtoolkit4.me/category/design/icon-sets/">WebToolKit4me Icon Section</a><br />
Regularly updated with icons of which most a free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/free-icons-top-5-places-to-get-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4 Great Free Web Design Tools</title>
		<link>http://www.wmweblog.com/4-great-free-web-design-tools/</link>
		<comments>http://www.wmweblog.com/4-great-free-web-design-tools/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 16:55:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[reflections]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[tartan]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=64</guid>
		<description><![CDATA[I was looking around for some web design tools to help me create some nice backgrounds for our free WordPress Theme, EasyTheme, when I stumbled across a great free and very easy to use collection of web design tools. These tools will enable you to easily design high quality web 2.0 striped backgrounds, image reflections, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wmweblog.com/wp-content/uploads/2009/08/stripegenerator.png"><img class="size-thumbnail wp-image-65 alignright" title="Free web design stripe generator tool" src="http://www.wmweblog.com/wp-content/uploads/2009/08/stripegenerator-150x150.png" alt="stripegenerator" width="150" height="150" /></a>I was looking around for some web design tools to help me create some nice backgrounds for our free WordPress Theme, EasyTheme, when I stumbled across a great free and very easy to use collection of web design tools. These tools will enable you to easily design high quality web 2.0 <strong>striped backgrounds</strong>, <strong>image reflections</strong>, <strong>glossy navigation tabs</strong> and <strong>tartan patterns</strong> online without having to know anyhting about CSS.<span id="more-64"></span></p>
<h3>Striped Repeating Background Generator</h3>
<p>With this tool you can very easily create nice web 2.0 striped backgrounds, share them online or download premade backgrounds. It&#8217;s all free.</p>
<p><a href="http://www.stripegenerator.com">Stripe Generator</a></p>
<h3>Image Reflections Generator</h3>
<p>Easily create fancy image reflections online with this tool. You can even upload images directly to use for this tool without having to register! (max 200kb per image)</p>
<p><a href="http://www.reflectionmaker.com/">Reflection Maker</a></p>
<h3>CSS Navigation Tabs Generator<a href="http://www.wmweblog.com/wp-content/uploads/2009/08/tabgenerator.png"><img class="alignright size-thumbnail wp-image-71" title="tab generator" src="http://www.wmweblog.com/wp-content/uploads/2009/08/tabgenerator-150x150.png" alt="tab generator" width="150" height="150" /></a></h3>
<p>Create CSS navigation tabs easy and fast without having to know any CSS. Lots of options.</p>
<p><a href="http://www.tabsgenerator.com">Tabs Generator</a></p>
<h3>Tartan Repeating Background Generator<a href="http://www.wmweblog.com/wp-content/uploads/2009/08/tartangenerator.png"><img class="alignright size-thumbnail wp-image-74" title="tartan generator" src="http://www.wmweblog.com/wp-content/uploads/2009/08/tartangenerator-150x150.png" alt="tartan generator" width="150" height="150" /></a></h3>
<p>Easily create tartan repeating tartan design online with this tool. Of course free also!</p>
<p><a href="http://www.tartanmaker.com">Tartan Maker</a></p>
<p>I hope these online web design tools will provide as useful to you as to me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/4-great-free-web-design-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
