<?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>wpressurecooker.com</title>
	<atom:link href="http://wpressurecooker.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpressurecooker.com</link>
	<description></description>
	<lastBuildDate>Mon, 01 Aug 2011 14:07:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Recovering from a database crash</title>
		<link>http://wpressurecooker.com/recovering-from-a-database-crash/</link>
		<comments>http://wpressurecooker.com/recovering-from-a-database-crash/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 02:19:21 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Site Admin]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[wp database manager]]></category>

		<guid isPermaLink="false">http://wpressurecooker.com/?p=176</guid>
		<description><![CDATA[Well, I just recovered from a bit of a freak-out. One of my web hosts&#8217; databases crashed so a number of the WordPress sites I managed were coming up with &#8220;Database connection error.&#8221;  The web host techs were quick to &#8230; <a href="http://wpressurecooker.com/recovering-from-a-database-crash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, I just recovered from a bit of a freak-out.</p>
<p>One of my web hosts&#8217; databases crashed so a number of the WordPress sites I managed were coming up with &#8220;Database connection error.&#8221;  The web host techs were quick to fix the database so the sites would come back up, but on one of the sites, all the posts were gone.</p>
<p>My first thought was to restore from a backup. I use WP Database Manager by &#8230; so I thought it would be an easy fix&#8230; until I saw the most recent backup was from March &#8211; 3 months ago.</p>
<p>And my freakout entered into stage two.</p>
<p>After I remembered to breathe, I thought maybe there is an error in WordPress that is misreporting the number of posts.  So I logged in to the MySQL admin and found a message saying several of the tables were in need of repair due to a server crash.</p>
<p>So I ran the repair function in the WP Database Manager plugin (I could have used the MySQL admin&#8217;s) and all the posts returned!</p>
<p>I checked the backup settings in WP Database Manager next and just resaved the settings.  It started working again.</p>
<p>So the moral of the story is don&#8217;t freak out when all you posts turn up missing.  Check the database for errors.</p>
<p>And make sure your backup is working.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/recovering-from-a-database-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An error occured while updating a plug-in</title>
		<link>http://wpressurecooker.com/an-error-occured-while-updating-a-plug-in/</link>
		<comments>http://wpressurecooker.com/an-error-occured-while-updating-a-plug-in/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 22:09:41 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Site Admin]]></category>

		<guid isPermaLink="false">http://www.wpressurecooker.com/?p=171</guid>
		<description><![CDATA[I tried to update my plug-ins and one or more of the plug-ins gave me an error that looks like this: An error occurred while updating &#60;plug-in name&#62;: Could not create directory. &#60;full-real-path-of-folder&#62;. Then I went the plug-in page and &#8230; <a href="http://wpressurecooker.com/an-error-occured-while-updating-a-plug-in/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>I tried to update my plug-ins and one or more of the plug-ins gave me an error that looks like this:<br />
An error occurred while updating &lt;plug-in name&gt;: Could not create directory. &lt;full-real-path-of-folder&gt;.</p>
<p>Then I went the plug-in page and it says those plug-ins have been deactivated because they are not found.</p>
<p>Then I tried to reinstall those plug-ins, but that gave me an error.</p>
<p>Then I tried to upload the plug-ins using an FTP client, but I got  a &#8220;550 Access denied&#8221; error.</p>
<p>I logged into my Godaddy Windows shared hosting account.  When I tried to access those folders, I got another &#8220;Access denied&#8221; error.</p>
<p>To fix it, I went to the parent directory &#8220;wp-content/plugins&#8221; and reset its permissions.  I unchecked &#8220;inherit&#8221;, then checked &#8220;read&#8221;, &#8220;write&#8221; and &#8220;Reset all children to inherit&#8221; then clicked OK and waited for the operation to complete.  I looked in the plugins folder and found the problem folders were no longer there, but I could reinstall them successfully.</p>
<p>I wish I could remember where I heard how to fix this, because I would like to credit where it&#8217;s due.</p>
<p>On a another blog I maintain, I thought I could prevent the install error by resetting the folder permissions before updating.  Nope, didn&#8217;t work. The plugin folder did not have &#8220;inherit&#8221; checked, but did have &#8220;read&#8221; and &#8220;write&#8221; checked.  I checked &#8220;Reset all children to inherit&#8221; and click OK as before.  So I tried again, but this time click &#8220;inherit&#8221; for the &#8220;plugins&#8221; folder and checked the &#8220;Reset all children&#8230;&#8221; box, and it worked that time.</p>
<p>So it looks like if the &#8220;inherit&#8221; box is checked, you need to uncheck it and vice-versa.  Just as long as read and write permissions are getting set for the child folders.</p>
<p>The same plug-ins that gave error when updating on the first blog gave me an error on this blog.  Some plug-ins updated fine.  So I don&#8217;t know if the problem is with the server, the plug-ins, or a combination of both.</p></div>
<p>Anyone else having this problem on a Godaddy Windows server?</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/an-error-occured-while-updating-a-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new WordPress 3.1 Admin Bar</title>
		<link>http://wpressurecooker.com/the-new-wordpress-3-1-admin-bar/</link>
		<comments>http://wpressurecooker.com/the-new-wordpress-3-1-admin-bar/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 01:46:24 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Site Admin]]></category>
		<category><![CDATA[v3.1]]></category>

		<guid isPermaLink="false">http://www.wpressurecooker.com/?p=168</guid>
		<description><![CDATA[With the release of WordPress 3.1 comes a new admin bar that appears on your site if you are logged in. If you don&#8217;t like it, you can turn it off under your profile settings. I think I will stick &#8230; <a href="http://wpressurecooker.com/the-new-wordpress-3-1-admin-bar/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the release of WordPress 3.1 comes a new admin bar that appears on your site if you are logged in.</p>
<p>If you don&#8217;t like it, you can turn it off under your profile settings.</p>
<p>I think I will stick with my current admin bar plugin by <a href="http://www.viper007bond.com/wordpress-plugins/wordpress-admin-bar/" target="_blank">Viper007Bond</a> because it has more options.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/the-new-wordpress-3-1-admin-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide email addresses with emObA</title>
		<link>http://wpressurecooker.com/hide-email-addresses-with-emoba/</link>
		<comments>http://wpressurecooker.com/hide-email-addresses-with-emoba/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 23:18:11 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.wpressurecooker.com/?p=161</guid>
		<description><![CDATA[The spammers are out there, and they are relentless. You leave one unprotected email address in a post and they will find it. emOba does a nice job of hiding your email addresses whether you have the email address embedded &#8230; <a href="http://wpressurecooker.com/hide-email-addresses-with-emoba/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The spammers are out there, and they are relentless.</p>
<p>You leave one unprotected email address in a post and they will find it.</p>
<p><a href="http://wordpress.org/extend/plugins/emoba-email-obfuscator-advanced/" target="_blank">emOba</a> does a nice job of hiding your email addresses whether you have the email address embedded in a link or displayed as text.</p>
<p>If you are using a plugin like WP Touch to make your site mobile-device friendly, be sure to copy the CSS code from Emoba&#8217;s CSS file into the mobile theme&#8217;s file or the @s are going to appear huge.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/hide-email-addresses-with-emoba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$_SESSION variables in WordPress</title>
		<link>http://wpressurecooker.com/_session-variables-in-wordpress/</link>
		<comments>http://wpressurecooker.com/_session-variables-in-wordpress/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 21:09:09 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.wpressurecooker.com/?p=163</guid>
		<description><![CDATA[Using $_SESSION variables in WordPress?  You need to add this line to your wp-config.php file: if (!session_id()) session_start();]]></description>
			<content:encoded><![CDATA[<p>Using $_SESSION variables in WordPress?  You need to add this line to your wp-config.php file:</p>
<blockquote><p>if (!session_id()) session_start();</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/_session-variables-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloudflare</title>
		<link>http://wpressurecooker.com/cloudflare/</link>
		<comments>http://wpressurecooker.com/cloudflare/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 22:56:26 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[3rd Party Services]]></category>
		<category><![CDATA[Site Admin]]></category>

		<guid isPermaLink="false">http://www.wpressurecooker.com/?p=157</guid>
		<description><![CDATA[I just learned about Cloudflare.com today. From their overview page: CloudFlare protects and accelerates any website online. Once your website is a part of the CloudFlare community, its web traffic is routed through our intelligent global network. We automatically optimize &#8230; <a href="http://wpressurecooker.com/cloudflare/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just learned about <a href="http://www.cloudflare.com" target="_blank">Cloudflare.com</a> today.</p>
<p>From their <a href="https://www.cloudflare.com/overview.html" target="_blank">overview page</a>:</p>
<blockquote><p>CloudFlare protects and accelerates any website online. Once your website is a part of the CloudFlare community, its web traffic is routed through our intelligent global network. We automatically optimize the delivery of your web pages so your visitors get the fastest page load times and best performance. We also block threats and limit abusive bots and crawlers from wasting your bandwidth and server resources. The result: CloudFlare-powered websites see a significant improvement in performance and a decrease in spam and other attacks.</p></blockquote>
<p>I just set them up for this site under the free plan and plan to set up more.  The set up was fairly easy if you are used to changing DNS settings for your domain.</p>
<p>What are your experiences with Cloudflare?</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/cloudflare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain changed!</title>
		<link>http://wpressurecooker.com/domain-changed/</link>
		<comments>http://wpressurecooker.com/domain-changed/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 22:38:17 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Domains]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Site Admin]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google webmaster tools]]></category>
		<category><![CDATA[name change]]></category>

		<guid isPermaLink="false">http://www.wpressurecooker.com/plugins/2010/10/07/domain-changed/</guid>
		<description><![CDATA[So I changed the domain to WPressureCooker.com. I thought I’d share how I did it to show how to do it so you don’t have to worry about folks trying to get to your site through the old domain and &#8230; <a href="http://wpressurecooker.com/domain-changed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I changed the domain to WPressureCooker.com.</p>
<p>I thought I’d share how I did it to show how to do it so you don’t have to worry about folks trying to get to your site through the old domain and getting a 404/”file not found” message.</p>
<p>The first thing I did was some research to find the best way to do this.</p>
<p><strong>Quick disclaimer:</strong> This may not be the best way for your site.&#160; But this worked for me.&#160; Be sure to back up your database and files before proceeding.</p>
<p>I followed the <a href="http://yoast.com/move-wordpress-blog-domain-10-steps/" target="_blank">Yoast.com site’s advice and created a robots.txt file</a>, but ended there because I was not moving any files and he was giving instructions for an Apache server where I was using a Windows server hosting plan.</p>
<p>In my Godaddy hosting account, I set the new domain (wpressurecooker.com) to point to the same folder <em>wordpressurecooker.com</em> is pointing to, and waited for the status to go from <em>Pending</em> to <em>Setup</em>.</p>
<p>Logged in my site’s admin and went to the General settings.&#160; There I changed the Blog URL and Site URL to the new domain name.</p>
<p>I installed the plugin, <a href="http://www.webtoolol.com/2009/06/09/domain-change-is-released/" target="_blank">Domain-Change by Soz</a> which creates the 301 Redirect for you that automatically redirects folks from your old domain to the new.&#160; So if someone comes to your site by a link that goes to a specific article, the page comes up under the new domain.&#160; Even my shortened Pretty Links worked.</p>
<p>I deleted the robots.txt file from my site.</p>
<p>Next came the stat tracking.&#160; I use Google Analytics.&#160; I was hoping that the 301 redirect will take care of most of the problems, but just in case, I made a change to my Google Analytics account and the <a href="http://yoast.com/wordpress/analytics/#utm_source=wordpress&amp;utm_medium=plugin&amp;utm_campaign=google-analytics-for-wordpress&amp;utm_content=v407" target="_blank">Google Analytics for WordPress by Joost de Valk</a> settings.&#160; There is the possibility I did this wrong, but in Google Analytics for wordpressurecooker.com I set it to track “multiple top level domains”.&#160; I noticed the code (that you would paste in if you didn’t use the plugin) changed where <em>_gaq.push(['_setDomainName', 'none']);</em> so in the plugin settings, I set <em>Domain Tracking</em> (which sets _setDomainName) to “none”.</p>
<p>I also have WordPressurecooker.com registered under <a href="https://www.google.com/webmasters/tools" target="_blank">Google’s Webmaster Tools</a>.&#160; That required me to verify the wpressurecooker.com domain, then for wordpressurecooker.com, I clicked “Change of address” under “Site configuration” I set the New URL for wordpressurecooker.com to wpressurecooker.com.&#160; In the settings for wpressurecooker.com I set the sitemap URL.</p>
<p>It took me a lot longer to type this all out than to make the changes, so I think you will find it pretty easy.</p>
<p>So did I miss anything?</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/domain-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I need to change my domain name</title>
		<link>http://wpressurecooker.com/i-need-to-change-my-domain-name/</link>
		<comments>http://wpressurecooker.com/i-need-to-change-my-domain-name/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 23:33:09 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Comments]]></category>
		<category><![CDATA[domain name]]></category>

		<guid isPermaLink="false">http://www.wordpressurecooker.com/comments/2010/10/06/i-need-to-change-my-domain-name/</guid>
		<description><![CDATA[According to this, I need change my domain name because it contains the word “wordpress”. I understand why, but I don’t have to like it.&#160; I mean, c’mon… WordPressureCooker is pretty clever, IMNSHO. But I can change. If I have &#8230; <a href="http://wpressurecooker.com/i-need-to-change-my-domain-name/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://wordpress.org/about/domains/" target="_blank">this</a>, I need change my domain name because it contains the word “wordpress”.</p>
<p>I understand why, but I don’t have to like it.&#160; I mean, c’mon… WordPressureCooker is pretty clever, <a title="in my not so humble opinion" href="#">IMNSHO</a>.</p>
<p>But I can change. If I have to. I guess.</p>
<p>But to what?&#160; According to the article, I can use “WP” in my domain name.&#160; I have already registered “wpcooker.com” and “wpressurecooker.com”.&#160; I like “wpcooker.com” because it’s shorter, and “wpressurecooker.com” because it includes “pressure cooker”.&#160; Perhaps I can just use wpcooker.com as a URL shortener for my site.</p>
<p>What do you think? Which domain name should I go with? Please leave your suggestions in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/i-need-to-change-my-domain-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 3’s New Menus</title>
		<link>http://wpressurecooker.com/wordpress-3s-new-menus/</link>
		<comments>http://wpressurecooker.com/wordpress-3s-new-menus/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 17:31:08 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Menus]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.wordpressurecooker.com/general/2010/08/11/wordpress-3s-new-menus/</guid>
		<description><![CDATA[WordPress 3 has brought forth some new tricks like the customizable navigation menus which make it very easy to set up your own menus using a GUI. You can define and drag-and-drop the order of the menu items, and WordPress &#8230; <a href="http://wpressurecooker.com/wordpress-3s-new-menus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>WordPress 3 has brought forth some new tricks like the customizable navigation menus which make it very easy to set up your own menus using a <a title="Graphical User Interface" href="#">GUI</a>. You can define and drag-and-drop the order of the menu items, and WordPress will output them as an unordered list (&lt;ul&gt;&lt;li&gt;…&lt;/li&gt;&lt;/ul&gt;).</p>
<p>Rather than try to explain it myself, just head over to <a href="http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus" rel="nofollow" target="_blank">Justin Tadlock’s post about the menus</a>.</p>
<p>One missing piece was filled by <a href="http://www.johnthedeveloper.co.uk/tutorials/adding-class-li-generated-wpnavmenu/" rel="nofollow" target="_blank">John The Developer</a> where I needed to add a custom class to the last menu item.&#160; I was displaying a menu horizontally and using “margin-right” to space the menu items (inside &lt;li&gt; tags) apart, but I didn’t want that margin on the last item.&#160; <a href="http://www.johnthedeveloper.co.uk/tutorials/adding-class-li-generated-wpnavmenu/" rel="nofollow" target="_blank">Here is John’s 8 lines of code solution</a>.</p>
<p>Then in my CSS file, I defined “last-item” class as:</p>
<blockquote><p>li.last-item {      <br />&#160;&#160;&#160;&#160; margin-right: 0 !important;       <br />}</p>
</blockquote>
<p>I did try using the pseudo-class of li:last-child which worked fine in Chrome and Firefox, but it did not work for Internet Explorer because IE has yet to recognize pseudo-classes.</p>
<p><strong>Update Bonus:</strong> Want to add some collapsing menu goodness? Check out <a href="http://daneomatic.com/wp/2009/02/28/collapsing-navigation-in-jquery/" rel="nofollow" target="_blank">Daneomatic.com’s post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/wordpress-3s-new-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaps in emailed HTML table rows</title>
		<link>http://wpressurecooker.com/gaps-in-emailed-html-table-rows/</link>
		<comments>http://wpressurecooker.com/gaps-in-emailed-html-table-rows/#comments</comments>
		<pubDate>Tue, 18 May 2010 22:52:54 +0000</pubDate>
		<dc:creator>Jeff Heck</dc:creator>
				<category><![CDATA[Aweber]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[line-height]]></category>
		<category><![CDATA[row height]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.wordpressurecooker.com/?p=112</guid>
		<description><![CDATA[This post has nothing to do directly with WordPress, but this is a little tip I need to post to remind me how I fixed this particular problem. Because of restrictions in certain email clients, I still rely on HTML &#8230; <a href="http://wpressurecooker.com/gaps-in-emailed-html-table-rows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post has nothing to do directly with WordPress, but this is a little tip I need to post to remind me how I fixed this particular problem.</p>
<p>Because of restrictions in certain email clients, I still rely on HTML tables for newsletter layouts.  When I cut up an image and place the image slices in individual table cells, the result looks fine in a browser by itself, but when sent and viewed in Gmail, there is a noticeable gap between the rows.</p>
<p>The browser&#8217;s element inspector says the row height is computed to 2 pixels larger than the image size despite entering the correct height in the row and cell.</p>
<p>I found entering the line-height attribute set to zero fixes the problem.  In each row tag enter</p>
<p style="padding-left: 30px;">style=&#8221;line-height:0;&#8221;</p>
<p>so your row tag looks like &lt;tr style=&#8221;line-height:0;&#8221;&gt;</p>
<p>You will also need to add line-height attribute to a &lt;p&gt; or &lt;span&gt; tag around your text so it&#8217;s not all bunched up together.  Setting line-height to equal or greater than the pixel height of your font-size should do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpressurecooker.com/gaps-in-emailed-html-table-rows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://wordpressurecooker.com/IRTL.mov" length="4044133" type="video/quicktime" />
		</item>
	</channel>
</rss>

