<?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>Mike / Michael Fogel &#187; wordpress</title>
	<atom:link href="http://www.fogel.ca/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fogel.ca</link>
	<description>soapbox and search engine spam</description>
	<lastBuildDate>Sat, 07 Aug 2010 19:25:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The New Site</title>
		<link>http://www.fogel.ca/2010/03/30/the-new-site/</link>
		<comments>http://www.fogel.ca/2010/03/30/the-new-site/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 03:42:55 +0000</pubDate>
		<dc:creator>Mike Fogel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fogel.ca/?p=913</guid>
		<description><![CDATA[Only a short two years into its budding existence, blog.fogel.ca has been consumed by www.fogel.ca.
Don&#8217;t worry, not much is going to change.  All blog.fogel.ca permalinks should still work &#8211; seamlessly and correctly redirecting to www.fogel.ca.  You&#8217;ll still get the same ramblings about transit, travel and tech here that you used to get from [...]]]></description>
			<content:encoded><![CDATA[<p>Only a short two years into its budding existence, <em>blog.fogel.ca</em> has been consumed by <em>www.fogel.ca</em>.</p>
<p>Don&#8217;t worry, not much is going to change.  All <em>blog.fogel.ca</em> permalinks should still work &#8211; seamlessly and correctly redirecting to <em>www.fogel.ca</em>.  You&#8217;ll still get the same ramblings about <a href="http://www.fogel.ca/tag/transit/">transit</a>, <a href="http://www.fogel.ca/tag/travel/">travel</a> and <a href="http://www.fogel.ca/tag/tech/">tech</a> here that you used to get from <em>blog.fogel.ca</em>.</p>
<p>I also used the move as an opportunity to switch up my hosting from a shared <a href="http://www.dreamhost.com/r.cgi?314813">Dreamhost</a> machine to a full VPS with <a href="http://www.linode.com/?r=4f3153e4f47f13a7e788f246d9e1809ef07c0979">Linode</a>.  (BTW, Linode is the third VPS provider I&#8217;ve been with &#8211; and they&#8217;re the best I&#8217;ve found.  Definitely recommended.)  And I moved some of my image hosting to my <a href="http://www.flickr.com/photos/mfogel">Flickr</a> account&#8230; which was working great until I discovered their active-image limit of 204 images.  Doh!  Wish I had known that 204 images ago.</p>
<p>I&#8217;m still using Wordpress, and I&#8217;m using the <a href="http://wordpress.org/extend/themes/constructor">constructor</a> theme, with some custom mods.  Hope you like orange!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fogel.ca/2010/03/30/the-new-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade to Wordpress 2.6(.2)</title>
		<link>http://www.fogel.ca/2008/09/10/upgrade-to-wordpress-262/</link>
		<comments>http://www.fogel.ca/2008/09/10/upgrade-to-wordpress-262/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 16:39:47 +0000</pubDate>
		<dc:creator>Mike Fogel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.fogel.ca/?p=71</guid>
		<description><![CDATA[Only about 3 months late getting up to the 2.6 line&#8230; nothing wrong with letting someone else find the biggest security holes &#038; bugs anyway.
Please let me know if you see anything that doesn&#8217;t look quite right.
The upgrade process from 2.5 was relatively painless.  This isn&#8217;t actually what I did, but if I was [...]]]></description>
			<content:encoded><![CDATA[<p>Only <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">about 3 months late</a> getting up to the 2.6 line&#8230; nothing wrong with letting someone else find the biggest security holes &#038; bugs anyway.</p>
<p>Please let me know if you see anything that doesn&#8217;t look quite right.</p>
<p>The upgrade process from 2.5 was relatively painless.  This isn&#8217;t actually what I did, but if I was going to do it again, this is how I&#8217;d do it.  I did all this stuff, just out of order and with needless downtime.</p>
<ol>
<li>Full backup (cp -rp) of the wordpress filesystem, full mysqldump of the database.  Copied both to remote server.</li>
<li>Updated all my plugins to the latest and greatest.  Spotcheck that all is good, another round of backups.</li>
<li>Disabled caching, cleared the cache.</li>
<li>In wp-content/plugins/, did
<pre>svn pd svn:externals</pre>
</li>
<li>In wordpress&#8217; root dir, did
<pre>svn sw <a href="http://svn.automattic.com/wordpress/tags/2.6.2/">http://svn.automattic.com/wordpress/tags/2.6.2/</a> ./</pre>
</li>
<li>Fixed up permissions by doing
<pre>
find ./ -type f -exec chmod XXX {} \;
find ./ -type d -exec chmod YYY {} \;
</pre>
<p>from wordpress root dir, where XXX and YYY are the minimum permissions required by your webserver configuration for files and directories.</li>
<li>Added some more random permission fixes, like webserver write to wp-content/cache/, etc.</li>
</ol>
<p>And&#8230; wordpress upgraded the db for me on the first administrator login, I re-enabled my plugins without incident, made another round of backups, and it looks all good to go.  Plz let me know if you notice anything a little wack!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fogel.ca/2008/09/10/upgrade-to-wordpress-262/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to Wordpress 2.5.1</title>
		<link>http://www.fogel.ca/2008/04/25/upgrade-to-wordpress-251/</link>
		<comments>http://www.fogel.ca/2008/04/25/upgrade-to-wordpress-251/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 01:22:56 +0000</pubDate>
		<dc:creator>Mike Fogel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.fogel.ca/?p=31</guid>
		<description><![CDATA[Finally time to upgrade to 2.5, cause 2.5.1 is out.
Also, some hacking to get the little subtitle under the post title to display the tags, not the category, which I don&#8217;t really use.
Really, just an excuse to try out the new tripped out admin interface.  Silky smooth.
]]></description>
			<content:encoded><![CDATA[<p>Finally time to upgrade to 2.5, cause <a href="http://wordpress.org/development/2008/04/wordpress-251/">2.5.1 is out</a>.</p>
<p>Also, some hacking to get the little subtitle under the post title to display the tags, not the category, which I don&#8217;t really use.</p>
<p>Really, just an excuse to try out the new tripped out admin interface.  Silky smooth.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fogel.ca/2008/04/25/upgrade-to-wordpress-251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>¡Hola mundo!</title>
		<link>http://www.fogel.ca/2007/11/16/%c2%a1hola-mundo/</link>
		<comments>http://www.fogel.ca/2007/11/16/%c2%a1hola-mundo/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 00:39:02 +0000</pubDate>
		<dc:creator>Mike Fogel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.fogel.ca/2007/11/16/%c2%a1hola-mundo/</guid>
		<description><![CDATA[And with that one more random wordpress blog, the internet reached the critical density of (connections)*rms(bits transferred/cpu cycle)/(nodes)^2 and became self-aware&#8230;
¡Y hablaba español!
]]></description>
			<content:encoded><![CDATA[<p>And with that one more random <a href="http://wordpress.org">wordpress</a> blog, the internet reached the critical density of (connections)*rms(bits transferred/cpu cycle)/(nodes)^2 and became <a href="http://www.imdb.com/title/tt0088247/">self</a>-<a href="http://www.kubrick2001.com/">aware</a>&#8230;</p>
<p>¡Y hablaba español!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fogel.ca/2007/11/16/%c2%a1hola-mundo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
