<?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>INTE@CapU &#187; css</title>
	<atom:link href="http://north.interactivedesignlab.com/archives/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://north.interactivedesignlab.com</link>
	<description>(Interactive Design Program at Capilano University)</description>
	<lastBuildDate>Mon, 15 Mar 2010 00:44:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Custom Font-Face</title>
		<link>http://north.interactivedesignlab.com/archives/587</link>
		<comments>http://north.interactivedesignlab.com/archives/587#comments</comments>
		<pubDate>Fri, 12 Feb 2010 03:36:34 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[HTML & CSS Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dynamic text]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[interactive design]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://north.interactivedesignlab.com/?p=587</guid>
		<description><![CDATA[On the request of my friends, this post will show you how to simply add your own font face to your website using CSS. This comes in handy when you want to display dynamic text on a webpage when the user does not have the font installed on their system. This is a very old <a href="http://north.interactivedesignlab.com/archives/587" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>On the request of my friends, this post will show you how to simply add your own font face to your website using CSS. This comes in handy when you want to display dynamic text on a webpage when the user does not have the font installed on their system. This is a very old CSS trick that is not used very much and is not even CSS3. It will work in all browsers but Internet Explorer. The reason being is that Internet Explorer uses a different font-face type. For this tutorial we will be using the &#8220;True Type&#8221; format for our fonts and has the &#8220;.ttf&#8221; file extension, you can download any True Type font and use it.</p>
<p>Get started on my tutorial by clicking the link below! It literally takes 10mins or less to learn!</p>
<p><a title="CSS Custom Font-Face Tutorial" href="http://interactivetm.com/?p=138" target="_blank">View the Full Tutorial Here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://north.interactivedesignlab.com/archives/587/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coda</title>
		<link>http://north.interactivedesignlab.com/archives/81</link>
		<comments>http://north.interactivedesignlab.com/archives/81#comments</comments>
		<pubDate>Sun, 31 Jan 2010 09:07:34 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[BBEdit]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://north.interactivedesignlab.com/?p=81</guid>
		<description><![CDATA[There are a TON of different text editors out there, everything from Windows&#8217; NOTEPAD.EXE to BBEdit to Coda. BBEdit is great as far as simple text editors go, but it lacks specialization. While it does have autocorrect features, Coda has a comprehensive CSS editor as well as the autocorrect. It also has an organizational feature <a href="http://north.interactivedesignlab.com/archives/81" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://north.interactivedesignlab.com/wp-content/uploads/2010/01/coda_logo.png"><img class="alignright size-full wp-image-83" title="Coda" src="http://north.interactivedesignlab.com/wp-content/uploads/2010/01/coda_logo.png" alt="CODA" width="114" height="117" /></a>There are a TON of different text editors out there, everything from Windows&#8217; NOTEPAD.EXE to <a title="BBEdit" href="http://www.barebones.com/products/bbedit/" target="_blank">BBEdit</a> to <a title="Coda" href="http://www.panic.com/coda/" target="_blank">Coda</a>. BBEdit is great as far as simple text editors go, but it lacks specialization. While it does have autocorrect features, Coda has a comprehensive CSS editor as well as the autocorrect. It also has an organizational feature which, a lot like <a title="Dreamweaver" href="http://www.adobe.com/products/dreamweaver/" target="_blank">Dreamweaver</a>, but what Coda has over Dreamweaver is that it is simple, uncluttered, and easy to figure out.</p>
<p>So give Coda a shot if you want to build your alternative suite of tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://north.interactivedesignlab.com/archives/81/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Rounded Corners with CSS</title>
		<link>http://north.interactivedesignlab.com/archives/79</link>
		<comments>http://north.interactivedesignlab.com/archives/79#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:02:07 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[HTML & CSS Tutorials]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://north.interactivedesignlab.com/?p=79</guid>
		<description><![CDATA[Using DreamWeaver CS4 this video tutorial will teach you how to create rounded corners on webpages using CSS.
Click Here for the Tutorial
]]></description>
			<content:encoded><![CDATA[<p>Using <a title="DreamWeaver CS4" href="http://www.adobe.com/products/dreamweaver/" target="_blank">DreamWeaver CS4</a> this video tutorial will teach you how to create rounded corners on webpages using CSS.</p>
<p><a title="CSS Rounded Corners" href="http://tutvid.com/tutorials/dreamweaver/tutorials/cssRoundedCorners.php" target="_blank">Click Here for the Tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://north.interactivedesignlab.com/archives/79/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

