<?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>Mark Bain Design</title>
	<atom:link href="http://markbaindesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://markbaindesign.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 Feb 2012 20:43:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MIT Media Lab&#8217;s New Visual Identity</title>
		<link>http://markbaindesign.com/2011/04/mit-media-labs-new-visual-identity/</link>
		<comments>http://markbaindesign.com/2011/04/mit-media-labs-new-visual-identity/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 20:26:20 +0000</pubDate>
		<dc:creator>markcbain</dc:creator>
				<category><![CDATA[Graphic]]></category>

		<guid isPermaLink="false">http://design.markcbain.com/?p=202</guid>
		<description><![CDATA[MIT Media Lab Identity from thegreeneyl on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/20488585" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/20488585">MIT Media Lab Identity</a> from <a href="http://vimeo.com/user1878962">thegreeneyl</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://markbaindesign.com/2011/04/mit-media-labs-new-visual-identity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using .htaccess to redirect individual WordPress posts</title>
		<link>http://markbaindesign.com/2011/02/using-htaccess-to-redirect-individual-wordpress-posts/</link>
		<comments>http://markbaindesign.com/2011/02/using-htaccess-to-redirect-individual-wordpress-posts/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 10:01:19 +0000</pubDate>
		<dc:creator>markcbain</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://design.markcbain.com/?p=177</guid>
		<description><![CDATA[I thought this would be a common thing to do, what with the number of WordPress-based sites around nowadays, but I found it surprisingly hard to get any helpful information. Oh, there&#8217;s lots of sites with info about how to use .htaccess to redirect one html page to another, but WordPress URLs are a little [...]]]></description>
			<content:encoded><![CDATA[<p>I thought this would be a common thing to do, what with the number of WordPress-based sites around nowadays, but I found it surprisingly hard to get any helpful information.</p>
<p>Oh, there&#8217;s lots of sites with info about how to use .htaccess to redirect one html page to another, but WordPress URLs are a little different:</p>
<p>i.e.<br />
<code>http://lessonstream.org/2010/06/27/what-happens-next-i/</code></p>
<p>See? No <code>.html</code> at the end. And so, if you set up a redirect using the usual method, it doesn&#8217;t work.</p>
<p>I eventually found the answer on this forum post: <a href="http://forum.modrewrite.com/viewtopic.php?f=4&amp;t=42413">http://forum.modrewrite.com/viewtopic.php?f=4&amp;t=42413</a></p>
<p>The code is as follows:</p>
<p><code>Options +FollowSymLinks</code></p>
<p><code>&lt;IfModule mod_rewrite.c&gt;</code><br />
<code>RewriteEngine On</code></p>
<p><code>RewriteCond %{QUERY_STRING} ^(.*&amp;)?p=306(&amp;.*)?$ [NC]</code><br />
<code>RewriteRule ^(index\.php)?$ http://www.yournewsite.com/newpage/? [R=301,L]</code></p>
<p>Stick this code (with the appropriate changes) into your .htaccess file before the default WordPress rewrite code. You can, as I did, repeat the las two lines as often as you need for each page. </p>
]]></content:encoded>
			<wfw:commentRss>http://markbaindesign.com/2011/02/using-htaccess-to-redirect-individual-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why not design your own theme?</title>
		<link>http://markbaindesign.com/2010/12/why-not-design-your-own-theme/</link>
		<comments>http://markbaindesign.com/2010/12/why-not-design-your-own-theme/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 18:09:49 +0000</pubDate>
		<dc:creator>markcbain</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://localhost/portfolio/?p=133</guid>
		<description><![CDATA[The observant amongst you will have noticed that this WordPress theme is not my own. There is a simple reason for that. I am a part-time web designer. I am currently in the middle of several projects, one of which is my own design site&#8217;s theme. However, due to other commitments, it isn&#8217;t finished yet. [...]]]></description>
			<content:encoded><![CDATA[<p>The observant amongst you will have noticed that this WordPress theme is not my own. There is a simple reason for that. I am a part-time web designer. I am currently in the middle of several projects, one of which is my own design site&#8217;s theme. However, due to other commitments, it isn&#8217;t finished yet. In the meantime, I intend to use this excellent theme from <a href="http://wpshower.com/">Wpshower</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://markbaindesign.com/2010/12/why-not-design-your-own-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the design stuff</title>
		<link>http://markbaindesign.com/2010/11/hello-world/</link>
		<comments>http://markbaindesign.com/2010/11/hello-world/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 13:13:27 +0000</pubDate>
		<dc:creator>markcbain</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://localhost/portfolio/?p=1</guid>
		<description><![CDATA[At the time of writing, this is the first and, for the moment, only post on my design-focused blog. I shall try to post more.]]></description>
			<content:encoded><![CDATA[<p>At the time of writing, this is the first and, for the moment, only post on my design-focused blog. I shall try to post more.</p>
]]></content:encoded>
			<wfw:commentRss>http://markbaindesign.com/2010/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

