<?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>This Life of Brian &#187; Wordpress</title>
	<atom:link href="http://life-of-brian.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://life-of-brian.com</link>
	<description>My name is Brian.  Welcome to my life.</description>
	<lastBuildDate>Tue, 03 Jan 2012 03:09:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Modify WordPress to Accept New Filetypes as Uploads</title>
		<link>http://life-of-brian.com/2010/09/modify-wordpress-to-accept-new-filetypes-as-uploads/</link>
		<comments>http://life-of-brian.com/2010/09/modify-wordpress-to-accept-new-filetypes-as-uploads/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 00:39:07 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[CMS Tricks]]></category>
		<category><![CDATA[Nerds at Work]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1632</guid>
		<description><![CDATA[Ran into a new problem with WordPress today. I was working on my photography blog, and I wanted to upload a DNG file (a standardized RAW format) so that people could work along and edit the photo with the Lightroom tutorial. When I tried to upload the photo, I got the unsettling response: &#8220;File type [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into a new problem with WordPress today. I was working on my photography blog, and I wanted to upload a DNG file (a standardized RAW format) so that people could work along and <a href="http://digital-photography-howto.com/three-ways-to-brighten-images-in-lightroom-exposure-fill-light-and-brightness/">edit the photo with the Lightroom tutorial</a>. When I tried to upload the photo, I got the unsettling response: &#8220;File type does not meet security guidelines. Try another.&#8221;</p>
<p>Now I can understand if this was a WordPress.com blog and they had restricted certain filetypes (or another shared host). But this was my blog, gosh darnedit, and I was gonna upload that file if I wanted to&#8230;!</p>
<p>A quick search revealed just the type of WordPress hack that I needed. Read the full explanation of how to modify the <a href="http://chrismeller.com/2007/07/modifying-allowed-upload-types-in-wordpress">allowed upload types in WordPress</a> on Chris Meller&#8217;s blog. The gist of the solution is that WordPress uses a function, &#8220;upload_mimes&#8221; to check what file types are allowed. You can add a filter to hijack that function, add your own filetype, and pass that back to WordPress.</p>
<p>I followed Chris&#8217; directions, added &#8216;dng&#8217; to the array, and it worked like a charm. Awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2010/09/modify-wordpress-to-accept-new-filetypes-as-uploads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Spotlight: Google Analyticator</title>
		<link>http://life-of-brian.com/2010/08/wordpress-plugin-spotlight-google-analyticator/</link>
		<comments>http://life-of-brian.com/2010/08/wordpress-plugin-spotlight-google-analyticator/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 21:49:38 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Nerds at Work]]></category>
		<category><![CDATA[Online Publishing]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1614</guid>
		<description><![CDATA[For years, I&#8217;ve been working with WordPress websites. And, for years, I&#8217;ve been using Google Analytics to track visits to those websites. For whatever reason, I always just stuck the Google tracking tag into the footer in the template files. Recently, I found a great plug-in that eliminates this step. I went out and found [...]]]></description>
			<content:encoded><![CDATA[<p>For years, I&#8217;ve been working with WordPress websites. And, for years, I&#8217;ve been using Google Analytics to track visits to those websites. For whatever reason, I always just stuck the Google tracking tag into the footer in the template files.</p>
<p>Recently, I found a great plug-in that eliminates this step. I went out and found it because, somehow, I accidentally removed the code from the footer on this website. I don&#8217;t remember when or how I did that, but it became apparent when Google Analytics showed that I had 0 traffic for about two weeks.</p>
<p>The plug-in, <a href="http://wordpress.org/extend/plugins/google-analyticator/">Google Analyticator</a>, is great for two reasons: it&#8217;s entirely automatic and it puts a snapshot of your analytics report in your dashboard.</p>
<p>To set it up, you activate the plug-in and go to the settings section of the dashboard. There, you can log into your Google account and authenticate your WordPress installation so it can access the Google analytics information. The necessary code is automatically inserted, and you don&#8217;t have to worry about cutting and pasting anything.</p>
<p>The snapshot of the stats is also cool. It definitely isn&#8217;t the full-featured report you get on the Analytics page, but it&#8217;ll give you a simple graph of visits and let you know the top performing pages/searches for the past 30 days.</p>
<p>I love the plug-in so much that I&#8217;ve installed it on all three of my current sites: this one, <a href="http://olinda-gibbons.com">Olinda Gibbons Photography</a>, and <a href="http://digital-photography-howto">Digital Photography How To</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2010/08/wordpress-plugin-spotlight-google-analyticator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Create Thumbnails in Nextgen Gallery WordPress Plugin</title>
		<link>http://life-of-brian.com/2010/08/cant-create-thumbnails-in-nextgen-gallery-wordpress-plugin/</link>
		<comments>http://life-of-brian.com/2010/08/cant-create-thumbnails-in-nextgen-gallery-wordpress-plugin/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 14:57:19 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[CMS Tricks]]></category>
		<category><![CDATA[Nerds at Work]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Nextgen Gallery]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1610</guid>
		<description><![CDATA[Ran into some weird trouble with the Nextgen Gallery WordPress plugin. Couldn&#8217;t find a lot of information to help solve the problem, so I thought I&#8217;d write up the experience for anyone else having a similar problem. In the admin area, you can create custom thumbnails for your images. An image is supposed to pop [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into some weird trouble with the Nextgen Gallery WordPress plugin. Couldn&#8217;t find a lot of information to help solve the problem, so I thought I&#8217;d write up the experience for anyone else having a similar problem.</p>
<p>In the admin area, you can create custom thumbnails for your images. An image is supposed to pop up that you can drag a thumbnail over. But for some reason, when I opened up the window to create a thumbnail, the image didn&#8217;t appear. The image was coming up blank, like if you link to an image that isn&#8217;t there.</p>
<p>The actual image was there on the server, so that wasn&#8217;t a problem. I followed the trail a bit and figured out that the image for the thumbnail creation process was created by a script, nggshow.php (part of the Nextgen plugin). The script itself was working. It fetched all the information, put it in an object, and then it was supposed to spit out an image.</p>
<p>The problem was that the final output is supposed to be a jpeg. But, some white space was added at the top of the file, so the output was corrupted. The jpeg was there, but the browser couldn&#8217;t render it because of the added white space at the top of the file. I don&#8217;t know where exactly that was coming from, but it was added in somewhere in the Nextgen Gallery plugin files.</p>
<p>I tried to go through, eliminate any extra lines outside the php tags, and get rid of the white space. I eliminated one of the two newline characters that was in the output, but I couldn&#8217;t find the second. After pulling my hair for a while, I realized that I was working with an older version of Nextgen Gallery (1.5.3). I updated to the most recent (1.5.5), and it worked fine. Doh.</p>
<p>So&#8230; simple solution. Upgrade to the latest version of the plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2010/08/cant-create-thumbnails-in-nextgen-gallery-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Shortcodes Work in WordPress with the Excerpt</title>
		<link>http://life-of-brian.com/2010/08/how-to-make-shortcodes-work-in-wordpress-with-the-excerpt/</link>
		<comments>http://life-of-brian.com/2010/08/how-to-make-shortcodes-work-in-wordpress-with-the-excerpt/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 23:06:17 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[CMS Tricks]]></category>
		<category><![CDATA[Nerds at Work]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1605</guid>
		<description><![CDATA[I&#8217;m working on a new theme for another project (Olinda Gibbons Photography), and I ran into a little problem. I wanted to create an excerpt of each post for use in the index page, and I wanted the full post to appear in the single page (single.php). Simple enough. But, a key part of the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a new theme for another project (<a href="http://olinda-gibbons.com">Olinda Gibbons Photography</a>), and I ran into a little problem. I wanted to create an excerpt of each post for use in the index page, and I wanted the full post to appear in the single page (single.php). Simple enough.</p>
<p>But, a key part of the concept was to include a Nextgen Image Gallery in that excerpt. It&#8217;s a photography website, and the point of the blog posts is to show pictures. Seems kind of silly to show a <strong>text</strong> excerpt without the image gallery, eh? I love the Nextgen gallery because it lets me easily upload pictures to the server, organize them into galleries (i.e. job for clients) and then post them on a WordPress page/post with a single piece of shortcode.</p>
<p>The problem is that this shortcode will, by default, execute in the post (when you call the function <code>the_content()</code>), but it won&#8217;t execute in the excerpt (when you call the function <code>the_excerpt()</code>).</p>
<p>I searched around and found a simple solution. Open up (or create) a &#8220;functions.php&#8221; within the root folder of your theme. Insert these two lines of code&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_filter<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'the_excerpt'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'shortcode_unautop'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
add_filter<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'the_excerpt'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'do_shortcode'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>This tells WordPress to execute any shortcodes that it finds when you call <code>the_excerpt()</code>. Just what I was looking for&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2010/08/how-to-make-shortcodes-work-in-wordpress-with-the-excerpt/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Design Studio: Changing the Layout and Appearance of Your Site</title>
		<link>http://life-of-brian.com/2009/01/design-studio-changing-the-layout-and-appearance-of-your-site/</link>
		<comments>http://life-of-brian.com/2009/01/design-studio-changing-the-layout-and-appearance-of-your-site/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 21:06:29 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Online Resources]]></category>
		<category><![CDATA[Teach Them Well]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Class Site]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1357</guid>
		<description><![CDATA[So you&#8217;ve created your class website and published some information. You&#8217;re well on the way to having a functioning classroom website! But have you looked at what WordPress created for you yet? Do you think it looks a bit, umm, ugly? If you don&#8217;t, then I&#8217;m here to tell you: It&#8217;s ugly. Luckily you can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-standard-template.png"><img class="alignright" title="Wordpress Standard Template" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-standard-template-150x150.png" alt="Screenshot of the standard WordPress template." /></a>So you&#8217;ve <a href="http://life-of-brian.com/2009/01/how-to-create-a-class-website/">created your class website and published some information</a>. You&#8217;re well on the way to having a functioning classroom website!</p>
<p>But have you looked at what WordPress created for you yet? Do you think it looks a bit, umm, ugly?</p>
<p>If you don&#8217;t, then I&#8217;m here to tell you: It&#8217;s ugly.</p>
<p>Luckily you can make it look much prettier with <strong>absolutely no web design experience</strong>. Even if you <strong>do know</strong> how to design web sites, choosing a pre-designed theme from WordPress is <strong>much quicker</strong> than fiddling with the design yourself.</p>
<h3>Changing Your Site&#8217;s Theme</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-apperaance-button.png"><img class="alignright" title="Wordpress Appearance Button" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-apperaance-button-150x150.png" alt="Screenshot of the WordPress dashboard with the Appearance button highlighted." /></a>The appearance of your WordPress site is based on a <strong>theme</strong>. WordPress provides its users with several dozen free themes to choose from.</p>
<p>To view these themes, go to your Dashboard and click on the <strong>Appearance</strong> button on the left-hand menu.</p>
<p>This will bring up the Theme Browser. At the top of the page, you&#8217;ll see the theme that you are currently listed. The rest of the page is a list of available themes.</p>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-theme-viewer.png"><img class="alignright" title="Wordpress Theme Viewer" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-theme-viewer-300x166.png" alt="Screenshot of the WordPress theme viewer." /></a>Take note that that is only the <strong>first page</strong> of the available themes. There are five pages worth of themes to pick from &#8211; a total of 60+ themes! Not bad for a system that&#8217;s 100% free and completely point-and-click.</p>
<p>When you find a theme that you think you like, click on the picture. This will bring up a full size preview of your site with the new theme.</p>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-preview-theme.png"><img class="alignright" title="Wordpress Theme Preview" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-preview-theme-300x166.png" alt="Screenshot of the WordPress theme browser preview." /></a>Does it look good? If so, click the &#8220;Activate <strong>Theme Name Here</strong>&#8221; link in the upper right. Otherwise, click in the <strong>X</strong> in the top left and keep looking. There&#8217;s bound to be something in there that fits your tastes.</p>
<h3>Not All Themes Are Created Equally</h3>
<p>When choosing a theme, there are a couple things you should keep in mind.</p>
<p><strong>Sidebars Are Important. </strong>Some themes don&#8217;t have a sidebar &#8211; they just have a list of posts going down the center. This would be ok for a very simple site, but a sidebar is a <strong>very useful tool</strong> when it comes to navigating your site. I&#8217;d think twice about picking a theme that doesn&#8217;t have a sidebar on the side. (Note: Don&#8217;t worry about what&#8217;s <strong>in</strong> the sidebar. You can change that later)</p>
<p><strong>Wider Is Not Better.</strong> The main content area shouldn&#8217;t be too wide. About 500px (what you&#8217;re reading now) is a good size. Anything wider will make your lines of text too long &#8211; and reduce readability. This is especially a concern if you work with students that struggle with reading.</p>
<p><strong>Text Formatting Is Important. </strong>Pick a theme because it&#8217;s readable, not because it&#8217;s cool. Pay attention to the color of the text and the color of the background. Something like &#8220;Cutline&#8221; (featured in the screenshot above) is very simple, but it&#8217;s also <strong>very readable</strong>. Again, you&#8217;ll want to pay special attention to this if your students aren&#8217;t great readers. If your site is difficult for your students to read, they just won&#8217;t use it. Lose-lose situation.</p>
<h3>Play Around. Find Something You Like.</h3>
<p>There are <strong>a lot</strong> of options, so the only way to find the right one is to play around a bit. Take some time to try out different themes before you move on to the next step.</p>
<p>You may want to ask your students for some input. Remember that <strong>they</strong> are the ones that are going to be reading it regularly! At least we hope so&#8230;</p>
<h3>Navigation Links</h3>
<ul>
<li>Start Over: <a href="http://life-of-brian.com/2009/01/how-to-create-a-class-website/">Table of Contents</a></li>
<li>Next: Navigation: Setting Up the Sidebar of Your Class Website</li>
<li>Previous: <a href="http://life-of-brian.com/2009/01/publishing-information-posting-your-first-assignment/">Publishing Information: Posting Your First Assignment</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2009/01/design-studio-changing-the-layout-and-appearance-of-your-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Publishing Information: Posting Your First Assignment</title>
		<link>http://life-of-brian.com/2009/01/publishing-information-posting-your-first-assignment/</link>
		<comments>http://life-of-brian.com/2009/01/publishing-information-posting-your-first-assignment/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 12:00:29 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Online Resources]]></category>
		<category><![CDATA[Teach Them Well]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Class Site]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1274</guid>
		<description><![CDATA[Now that you&#8217;ve created your website, you need to start putting content on it. To explore how to create a new post, we&#8217;ll publish an assignment along with a set of class notes (power point slideshow).  Writing posts &#8211; like all administrative tasks on your blog &#8211; are performed through the dashboard. This is a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-dashboard.png"><img class="alignright" title="Wordpress: Dashboard" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-dashboard-150x150.png" alt="Screenshot of the WordPress dashboard." /></a>Now that you&#8217;ve created your website, you need to start putting content on it. To explore how to create a new post, we&#8217;ll publish an assignment along with a set of class notes (power point slideshow). </p>
<p>Writing posts &#8211; like all administrative tasks on your blog &#8211; are performed through the <strong>dashboard</strong>. This is a private area that only <strong>you</strong> can access. In the dashboard, you can add/edit/delete posts, re-organize your posts, and change your theme, among other things.</p>
<h3>Getting to the Dashboard</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-signin.png"><img class="alignright" title="Wordpress: Sign In" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-signin-300x209.png" alt="Screenshot of the WordPress front page with the sign in form highlighted." /></a>First thing we&#8217;ll need to do is log in and get to the dashboard.</p>
<p>Navigate to <a href="http://wordpress.com">WordPress.com</a>. You&#8217;ll see a log-in box to the left labeled, &#8220;Already hip?&#8221; Fill in your user name and password to log in.</p>
<p>Once you&#8217;re logged into WordPress.com, you&#8217;ll see a gray bar going across the top of the screen. This has a number of options &#8211; &#8220;My Account,&#8221; &#8220;My Dashboard(s),&#8221; &#8220;New Post.&#8221;</p>
<p>If you place the mouse over &#8220;My Dashboard(s),&#8221; you should see the name of your blog. Click on that to enter your blog&#8217;s dashboard.</p>
<p>You can also navigate directly to the dashboard for a particular site. Enter the blog&#8217;s domain name (i.e. mysite.wordpress.com) and then add &#8216;/wp-admin&#8217; at the end. For the mysite domain, the full url would be http://mysite.wordpress.com/wp-admin.</p>
<p>If you bookmark this URL, you can get back to your dashboard quickly in the future. If you aren&#8217;t already logged in, it will prompt you to do so when you try to access the wp-admin page.</p>
<h3>Creating a New Post</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-new-post.png"><img class="alignright" title="Wordpress: New Post" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-new-post-300x164.png" alt="Screenshot of WordPress with the &quot;Add Post&quot; button highlighted." /></a>In the dashboard, you&#8217;ll see a lot of options. You may want to take some time to poke around and explore. </p>
<p>When you&#8217;re ready to move on, find the <strong>Posts</strong> option in the column on the left. If you click on the little arrow, it will drop down a few options &#8211; <strong>Edit</strong>, <strong>Add New</strong>, <strong>Tags</strong>, and <strong>Categories</strong>. Click on <strong>Add New</strong> to bring up a blank post for you to edit.</p>
<p>To publish a basic post, fill in the <strong>Title</strong> box and type up your assignment in the main text area underneath the title. In the screenshot to the right, I just typed up a quick note that the students had a basic homework assignment.</p>
<p>When you&#8217;re satisfied with your work, click on the <strong>Publish</strong> button to the right. You&#8217;ll end up back on the same screen, but there will be a message up top that says, &#8220;Post published. View post.&#8221;</p>
<p>Click on the &#8220;View post<strong>&#8220;</strong> link and you&#8217;ll see your brand new post!</p>
<h3>Formatting Your Post</h3>
<p>Although you could manually create the HTML to format your post, WordPress does all of the hard work for you. By default, it just presents the information as plain text.</p>
<p>You can spice things up a bit with some extra formatting. Underneath the Title field are a handful of buttons to do so. These buttons make up the WYSIWYG (&#8220;What You See Is What You Get&#8221;) editor for WordPress.</p>
<p>For example, you can make a phrase <strong>boldface</strong> by highlighting the phrase and clicking the big &#8220;B&#8221; button. Hmm&#8230; does that seem familiar?</p>
<p>For the most part, these basic formatting options (Bold, Italic, Underline, Listing, etc) are done as if you were using a word processor. It should be fairly straightforward.</p>
<p>One button you&#8217;ll definitely want to take note of is the one that looks like a chain link. By highlighting a phrase and clicking this button, you can add a hyperlink to another webpage. All you have to do is copy the URL of the target page into the dialog box, and WordPress automatically formats the link for you.</p>
<h3>Uploading and Inserting Files</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-upload.png"><img class="alignright" title="Wordpress: Upload" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-upload-300x158.png" alt="Screenshot of the WordPress dashboard with the &quot;Upload media&quot; options hightlighted." /></a>Next, let&#8217;s upload a file to include in our post.</p>
<p>Look at the four buttons labeled <strong>Upload/Insert</strong>. From left to right, these allow you to upload a picture, a video file, a music file, &#8220;other&#8221; files (i.e. Word Documents, Excel Spreadsheets, pdf files, Power Point slideshows), and polls.</p>
<p>I&#8217;m going to add a Power Point slideshow, so I&#8217;ll click the fourth button from the left &#8211; the pointy sunburst icon.</p>
<p>This brings up an interactive form that lets me upload and label the file.</p>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-uploading.png"><img class="alignright" title="Wordpress: Uploading" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-uploading-150x150.png" alt="Screenshot of the WordPress upload files dialog box." /></a>Click on the &#8220;Select File&#8221; button and find the file on your computer using the standard Windows Open File dialog box.</p>
<p>You&#8217;ll definitely want to fill in the &#8220;Title&#8221; and &#8220;Caption&#8221; fields. The &#8220;Title&#8221; will be the text that WordPress uses when it creates a link to the file.</p>
<p>You can leave the &#8220;Description&#8221; box empty and leave the Link URL field alone. It defaults to &#8220;File URL,&#8221; which is what we want.</p>
<p>When you&#8217;re done, click &#8220;Insert into Post,&#8221; and a link will be created to your Power Point file (or other document).</p>
<p>Don&#8217;t worry about conserving space with these files. WordPress gives you 3gb of storage on the server. That&#8217;s enough to hold a lifetime&#8217;s worth of Power Point slides and Word documents. Halfway through the year, I haven&#8217;t even come close to using 1% of that allowance (30mb).</p>
<h3>Organizing Posts</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-categories.png"><img class="alignright" title="Wordpress: Categories" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-categories-150x150.png" alt="Screenshot of the WordPress post page with the categories box highlighted." /></a>There&#8217;s one last thing we&#8217;ll take a look at before we wrap up for the day: organizing your posts. </p>
<p>You could just publish information on a daily basis without any organization. A patient student would be able to follow your archives backwards (or use the search box) and eventually find the right piece of information.</p>
<p>Or, you could use ome standard WordPress features to help organize your information. The most important tool you have at your disposal for this is <strong>Categories</strong>.</p>
<p>While you&#8217;re writing up a post, there&#8217;s a box to the right labeled &#8220;Categories.&#8221; By default, there&#8217;s one category: Uncategorized.</p>
<p>You can create as many categories as you want to organize your posts, and you can put posts into multiple categories. Students can then view posts that are only in a selected category.</p>
<p>For example, you might want to create a category for your different types of assignments &#8211; Homework, Classwork, Projects, etc. You also might want to create a category for each Chapter or Unit.</p>
<h3><strong>Play Around. Explore.</strong></h3>
<p>We just explored some of the basic aspects of making a new post. However, you should play around with some of the other options &#8211; adding special formatting, embedding video files (like YouTube videos), uploading pictures, etc.</p>
<p>I&#8217;d also give some thought to how you want to organize your posts. Creating that organization structure ahead of time will help you stay organized later on.</p>
<p>When you done, move on to the next step and play around with the layout of your site.</p>
<h3>Navigation Links</h3>
<ul>
<li>Start Over: <a href="http://life-of-brian.com/2009/01/how-to-create-a-class-website/">Table of Contents</a></li>
<li>Next: <a href="http://life-of-brian.com/2009/01/design-studio-changing-the-layout-and-appearance-of-your-site/">Design Studio: Changing the Layout and Appearance of Your Site</a></li>
<li>Previous: <a href="http://life-of-brian.com/2009/01/creating-a-site-using-wordpress-to-build-your-class-website/">Creating a Site: Using WordPress to Build Your Class Website</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2009/01/publishing-information-posting-your-first-assignment/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Creating a Site: Using WordPress to Build Your Class Website</title>
		<link>http://life-of-brian.com/2009/01/creating-a-site-using-wordpress-to-build-your-class-website/</link>
		<comments>http://life-of-brian.com/2009/01/creating-a-site-using-wordpress-to-build-your-class-website/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 12:00:30 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Online Resources]]></category>
		<category><![CDATA[Teach Them Well]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Class Site]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1246</guid>
		<description><![CDATA[So you know what you want from your class website. You think that a blog will be an effective platform for you &#8211; or you believe that because I said so. The next question to surface is probably, &#8220;Where and how can I create one of these things?&#8221; If you want to spend some money, [...]]]></description>
			<content:encoded><![CDATA[<p>So you know what you want from your class website. You think that a blog will be an effective platform for you &#8211; or you believe that because I said so.</p>
<p>The next question to surface is probably, &#8220;<strong>Where</strong> and <strong>how</strong> can I create one of these things?&#8221;</p>
<p>If you want to spend some money, you&#8217;ve got plenty of options. If you&#8217;re like me, though, you&#8217;re on a slim budget. Don&#8217;t worry &#8211; there are a couple great, 100% free options!</p>
<p>The system I used to create Rockin&#8217; American History (the sample site from the previous page) is <a href="http://wordpress.com">WordPress.com</a>. It&#8217;s simple, elegant, and has a lot of beatiful themes for you to choose from.</p>
<p>Google offers free blogs through <a href="http://blogger.com">Blogger</a>. They are somewhat more simple and straightforward. I tend to find them uglier and more difficult to navigate, although there are some more options for customization.</p>
<p>A third option to consider is <a href="http://edublogs.com">Edublogs</a>. They are created using the WordPress software, so in that sense Edublogs is very similar to WordPress.com. However, the group that runs Edublogs has obviously targeted educators in particular. These were a great option for years, but recently they <a href="http://gwegner.edublogs.org/2008/12/21/sorry-james-but/">included some advertising</a> that makes the system somewhat less desirable.</p>
<p>For the rest of this guide, I&#8217;m going to assume that you&#8217;re using WordPress.com.</p>
<h3>Creating an Account</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-signup.png"><img class="alignright" title="Wordpress.com: Signup" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-signup-150x150.png" alt="Screenshot of the WordPress.com front page with the signup button highlighted." /></a>Step one. Create an account.</p>
<p>Go to WordPress.com. Click on the obnoxiously large button labeled, &#8220;Sign Up Now.&#8221; This will bring up a <strong>very short</strong> registration form.</p>
<p>One common mistake I&#8217;ve seen a lot is that people try to include things like dashes and underscores in the &#8220;Username&#8221; field. Letters and numbers only!</p>
<p>Also, don&#8217;t worry about making the &#8220;Username&#8221; short or easy to remember. This doesn&#8217;t necessarily have to be included in the URL of your new website.</p>
<p>You&#8217;ll be able to create as many blogs as you want with this one username, so you can continue to use this login next year (or use it for multiple blogs this year, if you need to create different sites for different classes).</p>
<h3>Create the Blog</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-create-blog.png"><img class="alignright" title="Wordpress: Create a New Blog" src="http://life-of-brian.com/wp-content/uploads/2009/01/wordpress-create-blog-150x150.png" alt="Screenshot of the form at WordPress.com to create a new blog." /></a>Once you complete the first page, you&#8217;ll be taken to a second short form that will allow you to physically create the website.</p>
<p>For the first field (Blog Domain), you should pick something short and easy to remember. I chose &#8220;rock08&#8243; for this year&#8217;s website &#8211; my last name plus &#8220;08&#8243; for the 2008-09 school year. Next year, I&#8217;ll use rock09, etc.</p>
<p>To get to your new site, the students will type in the phrase you see in the form (like rock09.wordpress.com). <strong>Short and easy to remember</strong> will make the site more accessible. Long and hard to remember just means that you&#8217;ll be working on the site and the students won&#8217;t bother to show up!</p>
<p>The second field, &#8220;Blog Title,&#8221; isn&#8217;t so important. Choose something catchy if you want. You can change that later without any trouble.</p>
<p>For the last option, Privacy, you may think it&#8217;s a good idea to keep your site out of search engines like Google. In theory, that increases privacy which you and/or your supervisor may desire.</p>
<p>I wouldn&#8217;t do that if I were you. After looking over my blogs stats, I&#8217;ve found that some students go to Google and type in things like &#8220;rock08&#8243; and &#8220;rock08.wordpress.com&#8221; to find my site.</p>
<p>I&#8217;ve never had trouble with non-students finding the site and spamming it &#8211; so allowing it to be indexed by Google is just another way for your students to find your site.</p>
<h3>And&#8230; You&#8217;re Done.</h3>
<p>After submitting the last form, your site will be created!</p>
<p>Painless, eh? Chances are it took longer for you to read this part of the guide than it did for you to fill out those two forms.</p>
<p>You&#8217;ll want to follow the instructions to validate your email address, but otherwise you&#8217;re all set. WordPress.com just set up a new site for you, and it&#8217;s waiting for you to make it pretty and brimming with content.</p>
<p>You may want to click on the &#8220;Login&#8221; link and poke around the dashboard for a bit. When you&#8217;re done exploring, the next part of this guide will show you how to write up a post and publish it to your site.</p>
<h3>Navigation Links</h3>
<ul>
<li>Start Over: <a href="http://life-of-brian.com/2009/01/how-to-create-a-class-website/">Table of Contents</a></li>
<li>Next: <a href="http://life-of-brian.com/2009/01/publishing-information-posting-your-first-assignment/">Publishing Information: Posting Your First Assignment on the Class Website</a></li>
<li>Previous: <a href="http://life-of-brian.com/2009/01/defining-goals-what-do-we-want-our-class-website-to-do/">Defining Goals: What Do We Want the Class Website to Do?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2009/01/creating-a-site-using-wordpress-to-build-your-class-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Defining Goals: What Do We Want Our Class Website to Do?</title>
		<link>http://life-of-brian.com/2009/01/defining-goals-what-do-we-want-our-class-website-to-do/</link>
		<comments>http://life-of-brian.com/2009/01/defining-goals-what-do-we-want-our-class-website-to-do/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:00:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Online Resources]]></category>
		<category><![CDATA[Teach Them Well]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Class Site]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=1228</guid>
		<description><![CDATA[So you want to make a website for your classroom, eh? First thing we need to do is define some goals: what do we want to do?  The site that we&#8217;re going to create will be both simple and flexible. We&#8217;ll start with some basic goals &#8211; giving students and parents access to information about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-overall.png"><img class="alignright" title="Sample Class Site: Rockin' American History" src="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-overall-300x220.png" alt="Screenshot of a class website for a US I course." /></a>So you want to make a website for your classroom, eh? First thing we need to do is define some goals: what do we want to do? </p>
<p>The site that we&#8217;re going to create will be both simple and flexible. We&#8217;ll start with some basic goals &#8211; giving students and parents access to information about the course &#8211; and you can build on that concept later.</p>
<p>As an example, take a look at the class website that I&#8217;m using for my US History course this year &#8211; <a href="http://rock08.wordpress.com">Rockin&#8217; American History</a>. I created the site with a few goals in mind:</p>
<ol>
<li>Provide a record of past assignments, for students that are absent or need to make up work.</li>
<li>Provide access to useful materials (test review, power point notes, assignment sheets, etc).</li>
<li>Provide an easy launching pad for computer-based activities, like webquests.</li>
<li>Provide parents with an alternate way to contact me and &#8220;check up&#8221; on their children.</li>
</ol>
<p>The easiest system that allows me to achieve these goals quickly and efficiently is a blog. You can create and host a free blog at <a href="http://wordpress.com">WordPress.com</a> &#8211; that&#8217;s the home of my class site.</p>
<p>If you&#8217;re feeling brave, you can hop over to WordPress and just play around with the site. If not, let&#8217;s take a closer look at how my site works. Then we&#8217;ll get into how <strong>you</strong> can easily build your own.</p>
<h3>What Is a Blog?</h3>
<p>If you&#8217;re new to the Web 2.0 scene, you might be thinking, &#8220;What is a blog?&#8221;</p>
<p>The simplest definition is that a blog is a collection of posts or articles that are displayed sequentially &#8211; according to the date that they are published. If the basic goal for our class website is to keep a record of past assignments &#8211; and allow students to easily access those records &#8211; this is perfect.</p>
<p>Think of a blog as an &#8220;Assignment Log&#8221; or &#8220;Assignment Notebook&#8221; on the Internet. And on steroids.</p>
<p>When you look around <a href="http://rock08.wordpress.com">the sample site</a> you&#8217;ll notice three main sections: the <strong>main content area</strong>, a <strong>sidebar</strong>, and a <strong>header</strong>.</p>
<h3>Main Content Area</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-content-area.png"><img class="alignright" title="Class Site: Content Area" src="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-content-area-150x150.png" alt="Screenshot of a class website with the main content area highlighted." /></a>The main content area is simply a list of all the posts that I&#8217;ve made to the site &#8211; displayed in reverse chronological order. The post that appears first is the post that I added last. More often than not, the first post on the list is therefore the most recent day of class.</p>
<p>Within these posts, you can include basic information as well as electronic documents. Do you have a pdf file or a slideshow you want to share with your students? You can upload that and include it in your daily post. Your students can then download the file later on.</p>
<p>This is more or less the backbone of the site. You type up information for the students, it&#8217;s published in this list, and the students can access it.</p>
<p>We could stop right here and achieve all four of our goals outlined above. Everything else (the sidebar and header) is just there to help you navigate this content.</p>
<h3>Sidebar</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-sidebar.png"><img class="alignright" title="Class Site: Sidebar" src="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-sidebar-150x150.png" alt="Screenshot of a class website with the sidebar outlined." /></a>The second most important part of our blog is the sidebar. In my case, it&#8217;s a thin band of information to the right of the main content area.</p>
<p>The sidebar includes a bunch of links and resources to help students navigate the site and find the information that they&#8217;re looking for.</p>
<p>The first item in the sidebar is a search box. If the student types in some information (like an assignment number), the search box will usually be able to bring up the information he or she is looking for.</p>
<p>The second item is probably the most useful item in the sidebar. It&#8217;s a custom list that I&#8217;ve created with links to a summary for each chapter. The link takes the student to a page that lists, succinctly, every assignment that should have been completed.</p>
<p>One of my colleagues asked me why I do this if all of the assignments are already in the Main Content Area. Because it makes things easier to find! The entire point of the class site is to make information <strong>more accessible</strong> to the students, so it only makes sense to take a few extra steps to make that information accessible with <strong>as few clicks as possible</strong>.</p>
<p>Other things in the sidebar include my contact information, a list of the most recent posts, a calendar so that students can find posts by a specific date, and a list of categories to help students sort through the information.</p>
<h3>Header</h3>
<p><a href="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-header.png"><img class="alignright" title="Class Site: Header" src="http://life-of-brian.com/wp-content/uploads/2009/01/class-site-header-150x150.png" alt="Screenshot of a sample class website with the header outlined." /></a>The Header is pretty sparse on my site, but it has it&#8217;s own role to play. Besides being home to a pretty logo, it also contains a list of pages. In my case, that means &#8220;Home&#8221; and &#8220;About This Site.&#8221;</p>
<p>In case you didn&#8217;t pick up on that slight variation, a &#8220;page&#8221; <strong>is different</strong> from a &#8220;post.&#8221; Not a huge difference, but an important one nonetheless.</p>
<p>For the moment, we&#8217;ll explain the difference as this: a post appears in the list in the main content area, while a page does not. Instead, pages are usually listed somewhere near the top of the site. When you create a new page, the website automatically creates a new link and adds it to that list.</p>
<p>Pages are great for sharing information that isn&#8217;t tied to a specific point in time. For example, you might include a general page about writing research papers &#8211; links to academic sources, information about MLA citations, and tips for editing.</p>
<h3>Let&#8217;s Start Building!</h3>
<p>With that, we conclude our guided tour of the Rockin&#8217; American History website. I hope it&#8217;s been informative.</p>
<p>All this techno-babble is probably boring you anyway, so let&#8217;s get to the good stuff. In the next step, we&#8217;ll create your very own website.</p>
<p>I promise it&#8217;ll be quick, easy, and painless.</p>
<h3>Navigation Links</h3>
<ul>
<li>Start Over: <a href="http://life-of-brian.com/2009/01/how-to-create-a-class-website/">Table of Contents</a></li>
<li>Next:<a href="http://life-of-brian.com/2009/01/creating-a-site-using-wordpress-to-build-your-class-website/"> Creating a Site: Using WordPress to Build Your Class Website</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2009/01/defining-goals-what-do-we-want-our-class-website-to-do/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Backup Your WordPress Database. Often.</title>
		<link>http://life-of-brian.com/2008/12/backup-your-wordpress-database-often/</link>
		<comments>http://life-of-brian.com/2008/12/backup-your-wordpress-database-often/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 15:09:03 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[CMS Tricks]]></category>
		<category><![CDATA[Nerds at Work]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=786</guid>
		<description><![CDATA[You do backup your Wordpress database... right? If you don't, it's time to start looking into how to do it. The simplest way is to get Wordpress-DB Backup and have a backup e-mailed to yourself daily.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://life-of-brian.com/wp-content/uploads/2008/12/fire.jpg"><img class="alignright" title="Fire" src="http://life-of-brian.com/wp-content/uploads/2008/12/fire-200x300.jpg" alt="Stock image of a large fire burning." /></a>You&#8217;ve spent countless hours over the past year building up your blog. Adding content, getting links, gaining recognition&#8230;</p>
<p>So what happens when you&#8217;re web host&#8217;s database gets fried, and much to your chagrin you don&#8217;t have a backup?</p>
<p>Well, hopefully that will never happen. Hopefully your web host backs up its databases regularly. But that doesn&#8217;t mean you should trust them &#8211; you should do your own backing up.</p>
<p>Now, you could go into phpmyadmin and do this manually. You&#8217;d then have to store the backup on your hard drive, clear out the old ones, and make sure you&#8217;ve got the most recent ones. Manageable, but annoying.</p>
<h3>One of the Most Useful WordPress Plugins&#8230; Ever.</h3>
<p>So get a WordPress plugin to do it for you: <a href="http://www.ilfilosofo.com/blog/wp-db-backup">WordPress Database Backup</a>.</p>
<p>I snagged this when I set up this blog, and I must say: It is awesome.</p>
<p>In the latest version of WordPress, I click on Tools -&gt; Backup in the dashboard to get to the WordPress-DB Backup settings.</p>
<p>From there, you can either manually backup the DB and store it on your computer, or set the plug-in up to automatically backup the database at a regular interval. I&#8217;ve got it set up to backup the database every day and e-mail me the backup file.</p>
<p>Every day around midnight, I get an e-mail containing a thoroughly compressed .sql file with the current backup. All of my current content (~3.6mb unzipped) is about 500kb when it&#8217;s compressed. At that rate, I can leave it in my <a href="http://gmail.com">gmail</a> archives forever and probably never have to worry about running out of space.</p>
<p>With the combination of WordPress DB Backup and Gmail, I can easily store and sort my backups. I never have to worry about cleaning them up to make more space. And the chances of my web host&#8217;s database server <strong>and</strong> Gmail blowing up at the same time are kind of slim. I&#8217;d say that&#8217;s some pretty comforting security.</p>
<p>So what are you waiting for? If you aren&#8217;t backing up your database on a daily basis, grab this plug-in and set a schedule. If you don&#8217;t have a <a href="http://gmail.com">Gmail</a> account, go sign up for one. It&#8217;s free, and I doubt you&#8217;ll ever run out of the 7gb+ storage space it provides.</p>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2008/12/backup-your-wordpress-database-often/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grr&#8230; Feedburner.</title>
		<link>http://life-of-brian.com/2008/12/grr-feedburner/</link>
		<comments>http://life-of-brian.com/2008/12/grr-feedburner/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 02:32:17 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[CMS Tricks]]></category>
		<category><![CDATA[Nerds at Work]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://life-of-brian.com/?p=726</guid>
		<description><![CDATA[Last week, I wrote a quick post about redirecting all my WordPress feeds to Feedburner. I thought everything was working properly&#8230; but it turns out it wasn&#8217;t. The redirects were being done by the .htaccess file and mod_rewrites. If anyone besides the Feedburner bot came to the feed&#8217;s URL, they would get redirected to the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I wrote a quick post about <a href="http://life-of-brian.com/2008/12/redirecting-wordpress-feeds-to-feedburner/">redirecting all my WordPress feeds to Feedburner</a>. I thought everything was working properly&#8230; but it turns out it wasn&#8217;t.</p>
<p>The redirects were being done by the .htaccess file and mod_rewrites. If anyone besides the Feedburner bot came to the feed&#8217;s URL, they would get redirected to the Feedburner feed.</p>
<p>It seemed to work fine. I double checked each of the feeds by following the links, and I was automatically redirected to the Feedburner feed. What could be wrong?</p>
<p>I just checked one of the category specific feeds, and didn&#8217;t show any of the posts from the past week. Odd.</p>
<p>As it turns out, the Feedburner bot was also being redirected. But the bot was <strong>only</strong> being redirected for the category feeds. For some reason, the mod_rewrite was working fine for the sitewide feed &#8211; allowing the bot through, and redirecting other people to Feedburner &#8211; but it was malfunctioning on the category specific feeds.</p>
<p>To be honest, I have no idea why it didn&#8217;t work, so I just scrapped the idea and worked out something else. I kept the one redirect for the sitewide feed, and I hard-coded the Feedburner URLs into the template for the category specific feeds. Not the most elegant method, but it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://life-of-brian.com/2008/12/grr-feedburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

