<?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>The Well and the Cathedral</title>
	<atom:link href="http://www.bwesty.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bwesty.com</link>
	<description>Brook Westheimer writes about libraries, user experience, open source, graphic design</description>
	<lastBuildDate>Tue, 22 Jun 2010 19:16:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Upgrading to WordPress 3.0</title>
		<link>http://www.bwesty.com/upgrading-to-wordpress-3-0/</link>
		<comments>http://www.bwesty.com/upgrading-to-wordpress-3-0/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 19:16:54 +0000</pubDate>
		<dc:creator>Brook Westheimer</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.bwesty.com/?p=206</guid>
		<description><![CDATA[Jason Griffey writes about his experience updating to WordPress 3.0. Worth repeating: Moving to WordPress 3.0 Since I’ve already taken the plunge and moved over to WordPress 3.0 and consolidated my various separate WordPress 2.X installs to it, I thought it would be good to document the process I used to try and help others who [...]]]></description>
			<content:encoded><![CDATA[<div>Jason Griffey writes about his experience updating to WordPress 3.0. Worth repeating:</p>
<blockquote>
<h1>Moving to WordPress 3.0</h1>
<p>Since I’ve already taken the plunge and moved over to <a id="voz5" title="WordPress 3.0" href="http://wordpress.org/">WordPress  3.0</a> and consolidated my various separate WordPress 2.X installs to it, I thought it would be good to document the process I used to try and help others who might be wary of taking the plunge. There are unlimited ways that you may have your particular install set up, so this may or may not apply. Do not fold, spindle, or mutilate.</p>
<p>It may be obvious, but before you do ANYTHING with your WP install, back up your files and your database. Backing up your files is as easy as downloading your install directory locally via FTP, and if you aren’t familiar with how to back up your database (YOU SHOULD BE BACKING UP YOUR DATABASE REGULARLY) there are <a id="d.df" title="good instructions here" href="http://codex.wordpress.org/Backing_Up_Your_Database">good instructions here</a>. Go back up  your site, and come back when you’re done.</p>
<p>Everything safe? Ok, now…you want to go to your WordPress dashboard, hit Tools, and Export. What you’ll get is an XML file of all the content from your blog: posts, categories, tags, authors, etc. Save this in a very, very safe place. This is the file that you will use to import your blog into your new WP 3.0 site. Repeat this step for every blog you hope to move, renaming the Export file into something recognizable.</p>
<p>In my particular instance, I had a site set up that went like this: at the root level of my website, I had just a flat HTML file that was my homepage. I had two different WordPress 2.X installs in subdirectories (/wp and /eliza). What I wanted to do was to install WP3.0 in my root directory, and then use the Multisite functionality built in to WP3.0 to re-create the /wp and /eliza blogs, running in the single root-level install.</p>
<p>After backing everything up, I went ahead and installed WP3.0 in the root directory. There is then one bit of manual code you have to add in order to enable multisite capabilities. In your wp-config.php file, just before the line</p>
<p><code>/* That's all, stop  editing! Happy blogging. */</code></p>
<p>You need to add the line</p>
<p><code>define('WP_ALLOW_MULTISITE',  true);</code></p>
<p>This enables multisite capabilities. You’ll have to do a little bit of copy/paste into your .htaccess file, but WP walks you through it. When you log into your install again, you’ll see a new set of controls in your dashboard relating to these new capabilities.</p>
<p>One more bit of editing is needed before you move on to creating new blogs and importing your XML files into them…by default, WordPress filters imported XML by removing possible troublesome tags…unfortunateely, including things like &lt;embed&gt; and &lt;iframe&gt; and other instances where you’ve included content in your posts. WordPress does so via a file you can find in /wp-includes called kses.php. In kses.php, you’ll want to scroll down to line 1309 and comment out the three lines under <code>//Post filtering</code> so that they look like this:</p>
<p><code>// Post  filtering<br />
#add_filter('content_save_pre', 'wp_filter_post_kses');<br />
#add_filter('excerpt_save_pre', 'wp_filter_post_kses');<br />
#add_filter('content_filtered_save_pre', 'wp_filter_post_kses');</code></p>
<p>This will prevent the filter from removing all your youtube videos, slideshare embed, scribd documents, etc. Once you’ve altered the filter and saved it, you’re ready to create your new blogs, hit the Tools menu, and import your XML from your exports above. After the process completes, you should have a working blog with all of your previous content in place exactly as before.</p>
<p>For my particular case, it was important for me to maintain the existing directory paths for /wp and /eliza so as to not break tons of incoming links…WP3.0 handles that perfectly. After all this, I now have WordPress running at the root level of <a id="iabm" title="jasongriffey.net" href="http://www.jasongriffey.net/">jasongriffey.net</a>, <a id="um:0" title="Pattern  Recognition" href="http://www.jasongriffey.net/wp">Pattern Recognition</a> and <a id="ap00" title="Brand New  World" href="http://www.jasongriffey.net/eliza">Brand New World</a> working exactly as they were with the separate installs (including permalinks!), and will be moving my previously flat-file homepage into WordPress pages. I’ve got my whole site running on WordPress, and the ability to create new blogs at will in order to expand my setup.</p>
<p>I’m chuffed about the setup, and really, really excited about the possibilities with WordPress 3.0.</p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bwesty.com/upgrading-to-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weapon of Mass Instruction</title>
		<link>http://www.bwesty.com/weapon-of-mass-instruction/</link>
		<comments>http://www.bwesty.com/weapon-of-mass-instruction/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 17:47:56 +0000</pubDate>
		<dc:creator>Brook Westheimer</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[open access]]></category>

		<guid isPermaLink="false">http://www.bwesty.com/?p=201</guid>
		<description><![CDATA[This is such an amazing project! Inspirational art.]]></description>
			<content:encoded><![CDATA[<p>This is such an amazing project! Inspirational art.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yFi27PQ2bxo&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/yFi27PQ2bxo&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bwesty.com/weapon-of-mass-instruction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Experience from a Psychologist</title>
		<link>http://www.bwesty.com/user-experience-from-a-psychologist/</link>
		<comments>http://www.bwesty.com/user-experience-from-a-psychologist/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:21:23 +0000</pubDate>
		<dc:creator>Brook Westheimer</dc:creator>
				<category><![CDATA[user experience]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.bwesty.com/?p=199</guid>
		<description><![CDATA[This is a great, pointed article about user experience from the perspective of a psychologist. I love how it opens with a qualifier about inter/multidisciplinary thinking about UX. UX Magazine: The Psychologist&#8217;s View of UX Design I&#8217;ve read many other good articles about UX design. More here.]]></description>
			<content:encoded><![CDATA[<p>This is a great, pointed article about user experience from the perspective of a psychologist. I love how it opens with a qualifier about inter/multidisciplinary thinking about UX.</p>
<p><a href="http://uxmag.com/design/the-psychologists-view-of-ux-design" target="_blank">UX Magazine: The Psychologist&#8217;s View of UX Design</a></p>
<p>I&#8217;ve read many other good articles about UX design. <a href="http://www.bwesty.com/resources/">More here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bwesty.com/user-experience-from-a-psychologist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
