<?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>I Was Cured All Right &#187; Internet Stuff</title>
	<atom:link href="http://www.iwascuredallright.com/category/internet-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwascuredallright.com</link>
	<description>Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?</description>
	<lastBuildDate>Thu, 10 Nov 2011 16:11:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Photo Blogging with your iPhone</title>
		<link>http://www.iwascuredallright.com/2011/03/10/photo-blogging-with-your-iphone/</link>
		<comments>http://www.iwascuredallright.com/2011/03/10/photo-blogging-with-your-iphone/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 14:33:52 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Internet Stuff]]></category>
		<category><![CDATA[camera+]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[photo blogging]]></category>
		<category><![CDATA[Postie]]></category>

		<guid isPermaLink="false">http://www.iwascuredallright.com/?p=382</guid>
		<description><![CDATA[I have finally figured out how to photo blog with my new iPhone 4 and you can do it too. First make sure you have the newest version of WordPress installed on your website. If you need to find a web host go to www.cheaphostingcompared.com After you have WordPress installed, install the plugin called Postie. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_383" class="wp-caption alignleft" style="width: 224px;"><a rel="attachment wp-att-383" href="http://www.iwascuredallright.com/?attachment_id=383"><img class="size-medium wp-image-383" title="Photo11" alt="" src="http://www.iwascuredallright.com/wp-content/uploads/2011/03/Photo11-224x300.jpg" /> </a>
<p class="wp-caption-text"></p>
</div>
<p></p>
<p>I have finally figured out how to photo blog with my new iPhone 4 and you can do it too.</p>
<p>First make sure you have the newest version of WordPress installed on your website. If you need to find a web host go to <a href="http://www.cheaphostingcompared.com" >www.cheaphostingcompared.com</a></p>
<p>After you have WordPress installed, install the plugin called Postie. You&#8217;ll need to install and setup Postie to use your email server and special email address that&#8217;s used only for sending posts to your blog.</p>
<p>If you try to use Postie and your default camera app on your iPhone now, the photo will probably have its orientation out of whack.  To fix this, and to be able to take much better photos, you have to buy the Camera+ app.</p>
<p>The photo in this post was taken with Camera+ and this post was added through Postie.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwascuredallright.com/2011/03/10/photo-blogging-with-your-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess from one subdomain to another subdomain</title>
		<link>http://www.iwascuredallright.com/2008/02/28/htaccess-from-one-subdomain-to-another-subdomain/</link>
		<comments>http://www.iwascuredallright.com/2008/02/28/htaccess-from-one-subdomain-to-another-subdomain/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 15:54:16 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet Stuff]]></category>

		<guid isPermaLink="false">http://www.iwascuredallright.com/2008/02/28/htaccess-from-one-subdomain-to-another-subdomain/</guid>
		<description><![CDATA[I had a problem that I&#8217;ve solved that I&#8217;d like to share with all 1 of my readers. I maintain a website that has 2 subdomains with one of the subdomains existing for the sole purpose of catching a typing error. I want all traffic on that subdomain redirected to another subdomain of the same [...]]]></description>
			<content:encoded><![CDATA[<p>I had a problem that I&#8217;ve solved that I&#8217;d like to share with all 1 of my readers.  I maintain a website that has 2 subdomains  with one of the subdomains existing for the sole purpose of catching a typing error.  I want all traffic on that subdomain redirected to another subdomain of the same site.  I&#8217;m using .htaccess to solve the problem.</p>
<p>sub.domain.com redirected to subs.domain.com</p>
<p>Use this in your .htaccess file:</p>
<p>Options +FollowSymlinks<br />
RewriteEngine On<br />
RewriteCond %{HTTP_HOST} !^subs\.domain\.com<br />
RewriteRule ^(.*)$ http://subs.domain.com/$1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwascuredallright.com/2008/02/28/htaccess-from-one-subdomain-to-another-subdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

