<?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>{ speaking in styles } &#187; CSS</title>
	<atom:link href="http://www.speaking-in-styles.com/index.php/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.speaking-in-styles.com</link>
	<description>The Fundamentals of CSS for Web Designers</description>
	<lastBuildDate>Wed, 27 Jan 2010 14:19:46 +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>Web Typography 2009: What Was…</title>
		<link>http://www.speaking-in-styles.com/index.php/2010/01/17/web-typography-2009-what-was/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2010/01/17/web-typography-2009-what-was/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 04:58:26 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[SXSW]]></category>
		<category><![CDATA[Voices That Matter]]></category>
		<category><![CDATA[Web typography]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/?p=421</guid>
		<description><![CDATA[Last night On Slideshare.com, I posted an edited version of the slides I used in my Web Typography lectures last year, and they seem to have gotten some notice. Slide share featured the slides on their main page, resulting in several hundred views.
I&#8217;m currently working on a new revised lecture for 2010 to present at [...]]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2010/01/17/web-typography-2009-what-was/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using WEFT to Create EOT Font Files for Internet Explorer</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/12/01/using-weft-to-create-eot-font-files-for-internet-explorer/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/12/01/using-weft-to-create-eot-font-files-for-internet-explorer/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:00:00 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[true type]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/12/01/using-weft-to-create-eot-font-files-for-internet-explorer/</guid>
		<description><![CDATA[<p>Until recently, the only method for creating the EOT was to convert TrueType fonts (<em>not</em> OpenType) files was using The WEFT application, created by Microsoft in the late 1990&#8217;s and not updated in almost 10 years. If you need to do things the hard way, here are instructions for using Microsoft Weft.</p>
]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/12/01/using-weft-to-create-eot-font-files-for-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Pixels or Ems in Your Web Designs</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/11/23/using-pixels-or-ems-in-your-web-designs/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/11/23/using-pixels-or-ems-in-your-web-designs/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:05:03 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/11/27/using-pixels-or-ems-in-your-web-designs/</guid>
		<description><![CDATA[Q:What is the practical difference between px (pixel) and em (pronounced m)? When is it best to use one over the other?

The short answer is that pixels measure dimensions relative to the screen while ems measure dimensions relative to type size.]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/11/23/using-pixels-or-ems-in-your-web-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To CSS Reset or Not to CSS Reset</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/11/14/to-css-reset-or-not-to-css-reset/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/11/14/to-css-reset-or-not-to-css-reset/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 10:18:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS Reset]]></category>
		<category><![CDATA[design by default]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/?p=322</guid>
		<description><![CDATA[<h3>Q: Which global reset for CSS should I use?</h3>
<p>The short answer is the simplest one possible.</p>

<p>The slightly longer answer is that you should reset some styles, but do so with a good reason.</p>]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/11/14/to-css-reset-or-not-to-css-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win a treat, learn some CSS tricks: #SISContest02</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/10/30/win-a-treat-learn-some-css-tricks-siscontest02/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/10/30/win-a-treat-learn-some-css-tricks-siscontest02/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 14:37:17 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/10/28/win-a-treat-and-learn-some-tricks-win-a-copy-of-speaking-in-styles-siscontest02/</guid>
		<description><![CDATA[CONTEST IS OVER. Winners »

Fluid Web Typography is finished, it's my favorite holiday, and I feel like giving something away. This is the first time in forever that I'm really going to get to sit back and enjoy Halloween without some meta project hanging over my head.]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/10/30/win-a-treat-learn-some-css-tricks-siscontest02/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fluid Web Typography is Done!</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/10/28/fluid-web-typography-is-done/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/10/28/fluid-web-typography-is-done/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:57:23 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[New Riders]]></category>
		<category><![CDATA[peachpit]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/10/29/fluid-web-typography-is-done/</guid>
		<description><![CDATA[<img style="float:left; margin-right:10px; margin-bottom:10px;" title="FWT-icon.psd" src="http://www.speaking-in-styles.com/wp-content/uploads/2009/10/FWT-icon.png" alt="FWT-icon.psd" width="144" height="144" />I just finished reading back over the last chapter of Fluid Web Typography, and—for the first time in my writing career—I didn't mind.]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/10/28/fluid-web-typography-is-done/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Designers and CSS3 Tricks</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/08/13/web-designers-and-css3-tricks/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/08/13/web-designers-and-css3-tricks/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 04:16:34 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Inform IT]]></category>
		<category><![CDATA[Opera Web Browser]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[web designers]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/08/13/web-designers-and-css3-tricks/</guid>
		<description><![CDATA[<img src="http://www.speaking-in-styles.com/wp-content/uploads/2009/08/7-rotate.jpg" width="210" height="210" alt="7-rotate.jpg" title="7-rotate.jpg" style="float:left; padding-right:10px; padding-bottom:10px;" />The long answer is that a good Web designer is a good design, and this can come &#8220;naturally&#8221; or from training, but is not medium dependent. However, a <i>professional</i> Web designer has to understand the medium well enough to know it&#8217;s strengths and limitations.]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/08/13/web-designers-and-css3-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let Me See Your Typographic Inspirations</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/07/30/let-me-see-your-typographic-inspirations/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/07/30/let-me-see-your-typographic-inspirations/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 15:14:56 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[questions]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/07/30/let-me-see-your-typographic-inspirations/</guid>
		<description><![CDATA[<p>I've been collecting a lot of Web sites to use in the new book to show off the best in Web typography, but I'm looking for more. If you have a site you are particularly proud of, or can suggest one, take a look at my criteria below, and then add a comment with a link to the site below or (if you want to keep it private) use my contact form to send me the link.</p>
]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/07/30/let-me-see-your-typographic-inspirations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Web-Safe Fonts Desktop</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/07/27/free-web-safe-fonts-desktop/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/07/27/free-web-safe-fonts-desktop/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 14:55:33 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[web designers]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[Web Safe Fonts]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/07/27/free-web-safe-fonts-desktop/</guid>
		<description><![CDATA[
A little present to brighten up your dull Monday morning. I&#8217;ve created a new desktop wall paper listing the 62 cross-OS Web safe fonts, based on my list of Web-safe fonts. These are the fonts that are most likely to be on both Mac and Windows computers, making them prime candidates for incorporating into your [...]]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/07/27/free-web-safe-fonts-desktop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Win a Copy of Speaking in Styles! #SISContest01</title>
		<link>http://www.speaking-in-styles.com/index.php/2009/07/10/rt-get-a-book-win-a-copy-of-speaking-in-styles-siscontest01/</link>
		<comments>http://www.speaking-in-styles.com/index.php/2009/07/10/rt-get-a-book-win-a-copy-of-speaking-in-styles-siscontest01/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 15:00:27 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Excerpt]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[contest]]></category>

		<guid isPermaLink="false">http://www.speaking-in-styles.com/index.php/2009/07/10/rt-get-a-book-win-a-copy-of-speaking-in-styles-siscontest01/</guid>
		<description><![CDATA[<p>To celebrate the publication, I have 3 copies to give away today. Be either the <i>first</i>, <i>fifth</i> or <i>tenth</i> person to <a href="http://www.twitter.com/" title="Twitter">tweet</a> a link to this page with the code #SISContest01, and I will send you a copy of <i>Speaking In</i> <i>Styles</i>. It's that easy. I'll check the key word <a href="http://twitter.com/#search?q=SISContest01">#SISContest01</a> to find the winners. Only one tweet per person will be counted, my tweets are not counted, and the judge's decisions (mine) are final.<br /></p>
]]></description>
		<wfw:commentRss>http://www.speaking-in-styles.com/index.php/2009/07/10/rt-get-a-book-win-a-copy-of-speaking-in-styles-siscontest01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
