<?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>Jennifer Perrin</title>
	<atom:link href="http://jenniferperrin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jenniferperrin.com</link>
	<description>Building Up</description>
	<lastBuildDate>Sat, 06 Mar 2010 18:43:57 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Today&#8217;s Business Cards</title>
		<link>http://jenniferperrin.com/2010/03/todays-business-cards/</link>
		<comments>http://jenniferperrin.com/2010/03/todays-business-cards/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:20:52 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=387</guid>
		<description><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-392" title="business_cards" src="http://jenniferperrin.com/wp-content/uploads/2010/03/business_cards11.jpg" alt="" width="455" height="150" /></p>
Does your companies business card look plain or a little too "corporate"? Now maybe it is time to change your business card. Today, cards that are not different or memorable are simply tossed away. You want your business card to be one that a person will keep, even if they don't need your companies services. You want your card to have that strong of an impact.]]></description>
			<content:encoded><![CDATA[<p><a href="http://jenniferperrin.com/wp-content/uploads/2010/03/business_cards11.jpg"><img class="aligncenter size-full wp-image-395" title="business_cards1" src="http://jenniferperrin.com/wp-content/uploads/2010/03/business_cards11.jpg" alt="" width="455" height="150" /></a></p>
<p>Does your companies business card look plain or a little too &#8220;corporate&#8221;? Now maybe it is time to change your business card. Today, cards that are not different or memorable are simply tossed away. You want your business card to be one that a person will keep, even if they don&#8217;t need your companies services. You want your card to have that strong of an impact.</p>
<p>How do you know if your card is working? Take a look at your card. If you don&#8217;t keep looking at it for more than a few seconds, chances are your clients are not either.</p>
<p>There are multiple ways to get your business card to stand out, even on a small budget. Different sizes, special paper or coating, embossing or even using a die cut. Make sure you, your company and your business card stands above all the rest with a business card refresh.</p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/03/todays-business-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Border Radius</title>
		<link>http://jenniferperrin.com/2010/03/border-radius/</link>
		<comments>http://jenniferperrin.com/2010/03/border-radius/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 02:23:08 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=381</guid>
		<description><![CDATA[I came across this nice little tool for setting border radius in CSS.]]></description>
			<content:encoded><![CDATA[<p><a href="http://border-radius.com/" target="_blank"><img class="size-medium wp-image-382  alignnone" style="margin-left: 10px; margin-right: 10px;" title="Border Radius Tool" src="http://jenniferperrin.com/wp-content/uploads/2010/03/border_radius-300x221.jpg" alt="Border Radius Tool" width="300" height="221" /></a></p>
<p><strong><a href="http://border-radius.com/" target="_blank">Border Radius</a></strong> by <a href="http://jacobbijani.com/">Jacob Bijani</a></p>
<p>I came across this nice little tool for setting border radius in CSS. Had to share!</p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/03/border-radius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Media Types</title>
		<link>http://jenniferperrin.com/2010/03/css-media-types/</link>
		<comments>http://jenniferperrin.com/2010/03/css-media-types/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:50:35 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=379</guid>
		<description><![CDATA[A list of the media types you can target Stylesheets to.]]></description>
			<content:encoded><![CDATA[<h3>CSS Media Types</h3>
<p>A list of the media types you can target Stylesheets to.</p>
<ul>
<li>all &#8211; Suitable for all devices.</li>
<li>braille &#8211; Intended for braille  tactile feedback devices.</li>
<li>embossed  &#8211; Intended for paged braille printers.</li>
<li>handheld &#8211; Intended for handheld  devices (typically small screen, limited bandwidth).</li>
<li>print &#8211; Intended for paged material  and for documents viewed on screen in print preview mode.</li>
<li>projection &#8211; Intended for projected  presentations, for example projectors.</li>
<li>screen &#8211; Intended primarily for color computer screens.</li>
<li>speech &#8211; Intended for speech  synthesizers.</li>
<li>tty &#8211;  Intended for media using a fixed-pitch character grid (such as  teletypes, terminals, or portable devices with limited display  capabilities). Authors should not use pixel units with the &#8220;tty&#8221; media  type.</li>
<li>tv &#8211; Intended for  television-type devices (low resolution, color, limited-scrollability  screens, sound available).</li>
</ul>
<p>Source: <a href="http://www.veign.com/blog/2010/02/css-media-types.html" target="_blank">www.veign.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/03/css-media-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Online Resources</title>
		<link>http://jenniferperrin.com/2010/02/css-resources/</link>
		<comments>http://jenniferperrin.com/2010/02/css-resources/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:29:08 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=376</guid>
		<description><![CDATA[More bookmarks on CSS I have collected over my years in Web Development.
These are great resources for any skill level.]]></description>
			<content:encoded><![CDATA[<p>More bookmarks on CSS I have collected over my years in Web Development.<br />
These are great resources for any skill level.</p>
<p style="border-bottom: 1px gray dotted; font-size: 14px;"><strong>Cascading Style Sheets (CSS) Online Resources</strong></p>
<ul>
<li><a href="http://codepunk.hardwar.org.uk/bcss.htm">&lt;Code_Punk&gt;&acute;s Beginning CSS Index</a></li>
<li><a href="http://www.htmldog.com/reference/cssproperties/">HTML Dog</a></li>
<li><a href="http://meyerweb.com/eric/css/">Eric Meyers &#8211; meyerweb.com</a></li>
<li><a href="http://www.alvit.de/handbook/">Web Developer&acute;s Handbook</a></li>
<li><a href="http://www.thenoodleincident.com/tutorials/css/index.html">CSS Panic Guide</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/">W3C CSS Validation Service</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/02/css-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Biggest Graphic Design Mistakes That a Designer Should Avoid</title>
		<link>http://jenniferperrin.com/2010/02/the-biggest-graphic-design-mistakes-that-a-designer-should-avoid/</link>
		<comments>http://jenniferperrin.com/2010/02/the-biggest-graphic-design-mistakes-that-a-designer-should-avoid/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 15:04:21 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=369</guid>
		<description><![CDATA[Here is a list of the biggest design mistakes that a graphic designer should try to avoid at all costs. If you make these mistakes your printed materials will turn out ruined. Good luck and make sure to save this article.]]></description>
			<content:encoded><![CDATA[<p>I enjoyed reading this article. Some great information to keep in mind.</p>
<blockquote><p>Here is a list of the biggest design mistakes that a graphic designer should try to avoid at all costs. If you make these mistakes your printed materials will turn out ruined. Good luck and make sure to save this article.</p></blockquote>
<p>Source: <a href="http://www.graphicsngraphicdesign.com/the-biggest-graphic-design-mistakes-that-a-designer-should-avoid/" target="_blank">www.graphicsngraphicdesign.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/02/the-biggest-graphic-design-mistakes-that-a-designer-should-avoid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
