<?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>Robot Forest &#187; Web</title>
	<atom:link href="http://blog.robotforest.com/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robotforest.com</link>
	<description></description>
	<lastBuildDate>Tue, 12 Jan 2010 22:56:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Emboss Text With CSS</title>
		<link>http://blog.robotforest.com/2009/08/10/emboss-text-with-css/</link>
		<comments>http://blog.robotforest.com/2009/08/10/emboss-text-with-css/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 14:00:55 +0000</pubDate>
		<dc:creator>gjunkie</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.robotforest.com/?p=1926</guid>
		<description><![CDATA[Ever wonder how some websites achieve an amazing level of design? If you look closely, sometimes all it takes is a subtle emboss on your text.

Related Posts<ol>
<li><a href='http://blog.robotforest.com/2009/09/23/my-journey-through-the-x-files-saga/' rel='bookmark' title='Permanent Link: My Journey Through The X-Files Saga'>My Journey Through The X-Files Saga</a> <small>Two years ago I set out on a long journey;...</small></li>
<li><a href='http://blog.robotforest.com/2009/07/17/add-quote-boxes-to-emphasize-text-in-wordpress/' rel='bookmark' title='Permanent Link: Add Quote Boxes To Show Off Quotes In Wordpress'>Add Quote Boxes To Show Off Quotes In Wordpress</a> <small>Ever wonder how online publications like Wired and Engadget have...</small></li>
<li><a href='http://blog.robotforest.com/2009/05/25/get-hi-res-icons-of-any-mac-app-in-seconds/' rel='bookmark' title='Permanent Link: Get Hi-Res Icons Of Any Mac App In Seconds'>Get Hi-Res Icons Of Any Mac App In Seconds</a> <small>I just learned this trick and was completely blown away....</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Embossing your text is quite simple. The hard part is choosing the right type of emboss. Is it more of a drop shadow, or inner shadow? This all depends on the color of the background.</p>
<p>If you have a lighter background you&#8217;ll want to do an outer drop shadow to give the illusion of an emboss and vice versa. There are many sites that do this, and sometimes it&#8217;s so subtle you don&#8217;t even notice it but it adds so much to your design. Here&#8217;s a good example:</p>
<p><a href="http://ego-app.com/" target="blank">Ego</a>:<br />
<a href="http://blog.robotforest.com/wp-content/uploads/2009/08/Picture-12.png"><img class="alignnone size-full wp-image-2116" title="Picture 1" src="http://blog.robotforest.com/wp-content/uploads/2009/08/Picture-12.png" alt="Picture 1" width="429" height="271" /></a></p>
<p>The CSS to achieve this is actually quite simple. The trick is to make sure that your background color and text color don&#8217;t conflict, otherwise you won&#8217;t see the effect. Here&#8217;s what you need to apply to your text declaration.</p>
<blockquote><p>Light text on a dark background:<br />
text-shadow: 0px -1px 0px #668337;</p>
<p>Dark text on a light background:<br />
text-shadow: 0px 1px 0px #e1e1e8;</p></blockquote>
<p>Using more than one pixel will increase the thickness of the emboss, but I recommend keeping it at 1px, otherwise it tends to look funky.</p>


Related Posts<ol><p><li><a href='http://blog.robotforest.com/2009/09/23/my-journey-through-the-x-files-saga/' rel='bookmark' title='Permanent Link: My Journey Through The X-Files Saga'>My Journey Through The X-Files Saga</a> <small>Two years ago I set out on a long journey;...</small></li>
<li><a href='http://blog.robotforest.com/2009/07/17/add-quote-boxes-to-emphasize-text-in-wordpress/' rel='bookmark' title='Permanent Link: Add Quote Boxes To Show Off Quotes In Wordpress'>Add Quote Boxes To Show Off Quotes In Wordpress</a> <small>Ever wonder how online publications like Wired and Engadget have...</small></li>
<li><a href='http://blog.robotforest.com/2009/05/25/get-hi-res-icons-of-any-mac-app-in-seconds/' rel='bookmark' title='Permanent Link: Get Hi-Res Icons Of Any Mac App In Seconds'>Get Hi-Res Icons Of Any Mac App In Seconds</a> <small>I just learned this trick and was completely blown away....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.robotforest.com/2009/08/10/emboss-text-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Your PSDs Into Wordpress Themes</title>
		<link>http://blog.robotforest.com/2009/08/01/convert-your-psds-into-wordpress-themes/</link>
		<comments>http://blog.robotforest.com/2009/08/01/convert-your-psds-into-wordpress-themes/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 21:36:51 +0000</pubDate>
		<dc:creator>gjunkie</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.robotforest.com/?p=2081</guid>
		<description><![CDATA[If you're the type that doesn't necessarily like to code all those crazy CSS and PHP things but you love designing on Photoshop, take a look at this.

Related Posts<ol>
<li><a href='http://blog.robotforest.com/2009/05/23/adding-new-badges-to-your-wordpress-posts/' rel='bookmark' title='Permanent Link: Adding &#8216;New&#8217; Badges To Your Wordpress Posts'>Adding &#8216;New&#8217; Badges To Your Wordpress Posts</a> <small>After recently redesigning Robot Forest Photography and having a fancy...</small></li>
<li><a href='http://blog.robotforest.com/2009/07/17/add-quote-boxes-to-emphasize-text-in-wordpress/' rel='bookmark' title='Permanent Link: Add Quote Boxes To Show Off Quotes In Wordpress'>Add Quote Boxes To Show Off Quotes In Wordpress</a> <small>Ever wonder how online publications like Wired and Engadget have...</small></li>
<li><a href='http://blog.robotforest.com/2009/07/05/automatically-add-images-to-wordpress-posts/' rel='bookmark' title='Permanent Link: Automatically Add Images To Wordpress Posts'>Automatically Add Images To Wordpress Posts</a> <small>If you want to maintain a sexy blog adding images...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is an interesting concept. Design your entire website just how you like it in Photoshop, then use <a href="http://www.divine-project.com/" target="blank">Divine</a> to convert that PSD file into a full blown Wordpress theme. This comes especially handy for those that either hate coding CSS/PHP or simply don&#8217;t have the experience to do so.</p>
<p>Divine only works on Windows machines for now, so for those of you designing on a Mac you&#8217;ll simply have to wait it out.</p>
<p>How it works<br />
Basically you&#8217;ll have to design your theme with fake text all over and exactly how you would like it to look. Once you get the design exactly how you like, you can open the file with Divine and assign each element in your design as a specific type; Post Title, Comments, Post Text, etc.</p>
<p>An interesting idea to say the least. If any of you get a chance to try this free product let me know what you think.</p>


Related Posts<ol><p><li><a href='http://blog.robotforest.com/2009/05/23/adding-new-badges-to-your-wordpress-posts/' rel='bookmark' title='Permanent Link: Adding &#8216;New&#8217; Badges To Your Wordpress Posts'>Adding &#8216;New&#8217; Badges To Your Wordpress Posts</a> <small>After recently redesigning Robot Forest Photography and having a fancy...</small></li>
<li><a href='http://blog.robotforest.com/2009/07/17/add-quote-boxes-to-emphasize-text-in-wordpress/' rel='bookmark' title='Permanent Link: Add Quote Boxes To Show Off Quotes In Wordpress'>Add Quote Boxes To Show Off Quotes In Wordpress</a> <small>Ever wonder how online publications like Wired and Engadget have...</small></li>
<li><a href='http://blog.robotforest.com/2009/07/05/automatically-add-images-to-wordpress-posts/' rel='bookmark' title='Permanent Link: Automatically Add Images To Wordpress Posts'>Automatically Add Images To Wordpress Posts</a> <small>If you want to maintain a sexy blog adding images...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.robotforest.com/2009/08/01/convert-your-psds-into-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
