<?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>Tue, 22 Jun 2010 13:38:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=2036</generator>
		<item>
		<title>The 10 HTML Tags Beginners Aren’t Using</title>
		<link>http://jenniferperrin.com/2010/06/the-10-html-tags-beginners-aren%e2%80%99t-using/</link>
		<comments>http://jenniferperrin.com/2010/06/the-10-html-tags-beginners-aren%e2%80%99t-using/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:38:17 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=411</guid>
		<description><![CDATA[I came across this post over on NetTuts+. Great article that explains 10 of the least used HTML tags. I know there are a few there I have not used enough in the past. Source: http://net.tutsplus.com]]></description>
			<content:encoded><![CDATA[<p>I came across this post over on NetTuts+. Great article that explains 10 of the least used HTML tags. I know there are a few there I have not used enough in the past.</p>
<p>Source: <a href="http://net.tutsplus.com/tutorials/html-css-techniques/the-10-html-tags-beginners-arent-using/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+nettuts+(NETTUTS)&#038;utm_content=Google+Reader">http://net.tutsplus.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/06/the-10-html-tags-beginners-aren%e2%80%99t-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Where is the fold?&#8221;</title>
		<link>http://jenniferperrin.com/2010/04/where-is-the-fold/</link>
		<comments>http://jenniferperrin.com/2010/04/where-is-the-fold/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 15:22:15 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=408</guid>
		<description><![CDATA[I came across this nice little tool to check out how a site is seen at different screen resolutions. Great for developers.]]></description>
			<content:encoded><![CDATA[<p>I came across this nice little tool to check out how a site is seen at different screen resolutions. Great for developers.</p>
<p>Source: <a href="http://whereisthefold.com">www.whereisthefold.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/04/where-is-the-fold/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guide to CSS support in email clients</title>
		<link>http://jenniferperrin.com/2010/03/email_css/</link>
		<comments>http://jenniferperrin.com/2010/03/email_css/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 14:01:46 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=401</guid>
		<description><![CDATA[Designing an HTML email that renders consistently across the major email clients can be very time consuming. Support for even simple CSS varies considerably between clients, and even different versions of the same client.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-404" title="Guide to CSS Support in Email Clients" src="http://jenniferperrin.com/wp-content/uploads/2010/03/email_css.png" alt="" width="455" height="150" /></p>
<blockquote><p>Designing an HTML email that renders consistently across the major email clients can be very time consuming. Support for even simple CSS varies considerably between clients, and even different versions of the same client.</p></blockquote>
<p>Great resource to have bookmarked. I know this has been an issue for my email template designs in the past.</p>
<p>Source: <a href="http://www.campaignmonitor.com/css/" target="_blank">www.campaignmonitor.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/03/email_css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid source HTML in IE</title>
		<link>http://jenniferperrin.com/2010/03/invalid-source-html-in-ie/</link>
		<comments>http://jenniferperrin.com/2010/03/invalid-source-html-in-ie/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:31:20 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[Stufftz]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://jenniferperrin.com/?p=397</guid>
		<description><![CDATA[Basically in IE you can't insert a block element into a non-block element using innerHTML. But it's not as consistent as that. Inside a form it get's hazy. You can insert a div for the error but you can't insert a div inside a p tag inside a form element, or it will throw that error.]]></description>
			<content:encoded><![CDATA[<p>Today while developing a CMS for a freelance project I encountered an issue which works fine in Firefox but gives an error in Internet Explorer. In IE, the error I encountered is<strong>&#8220;Error: Invalid source HTML for this operation</strong>&#8220;. When I open the same CMS in Firefox, it renders properly without any warnings or errors in the JavaScript console.</p>
<p>After searching Google I found some answers in various technical forums. This error is caused by &#8220;Inserting a block element inside a non-block element&#8221;<strong> example:</strong> document.getElementById(‘inserting’).innerHTML=&#8221;&lt;span&gt;&lt;div&gt;Inserting a block element inside a non-block element&lt;/div&gt;&lt;/span&gt;&#8221;</p>
<p>Basically in IE you can&#8217;t insert a block element into a non-block element using innerHTML. But it&#8217;s not as consistent as that. Inside a form it get&#8217;s hazy. You can insert a div for the error but you can&#8217;t insert a div inside a p tag inside a form element, or it will throw that error.</p>
]]></content:encoded>
			<wfw:commentRss>http://jenniferperrin.com/2010/03/invalid-source-html-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[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>
	</channel>
</rss>
