<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="0.92">
<channel>
	<title>fluidBlog</title>
	<link>http://www.fluidblog.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 02 Nov 2007 23:23:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>MySQL Replication</title>
		<description>This post will walk you through setting up replication for a MySQL database which has existing data.

Why Replication?


Backups. As part of a backup strategy, replication avoids shutting down the master if backups are made from the slave.
Scale-out. Replication can allow the distribution of reads over multiple replication slaves.
Reliability. Replication can ...</description>
		<link>http://www.fluidblog.com/archives/18</link>
			</item>
	<item>
		<title>Syntax Highlighting for the Web using Vim</title>
		<description>Brian Reindel wrote a review of syntax highlighters for blog code samples.  One of the comments on his post caught my attention.  Dan wrote that he uses vim and vividchalk for his blog. I love it when I learn about an existing solution using familiar tools. I gave ...</description>
		<link>http://www.fluidblog.com/archives/15</link>
			</item>
	<item>
		<title>Wordpress vs. Typo in one sentence.</title>
		<description>After struggling with Typo for several months, I've switched this blog to WordPress.  In one sentence, here's why.

You won't be seeing a "How-to install WordPress" post on this blog in the style of Installing Typo on Fedora 6 slice from Slicehost because installing WordPress is just plain simple, and ...</description>
		<link>http://www.fluidblog.com/archives/14</link>
			</item>
	<item>
		<title>Website Backup Strategies, Part IV</title>
		<description>Introduction

For backing up the database we won't benefit from the snapback technique
because the data will change often enough that a compressed archive will
be more efficient then hard links (see analysis in Website Backup Strategies). Because the script archives and compresses the dump files, rsync will treat them as changed even ...</description>
		<link>http://www.fluidblog.com/archives/13</link>
			</item>
	<item>
		<title>Website Backup Strategy, Part III</title>
		<description>Web Accessible Files

In Part II Revision Control I mentioned my preference for git over other revision control systems.  One reason is that git is guaranteed to give you back what you put into it because it computes sha1 and notices things like disk corruption.  Recall, I mentioned in ...</description>
		<link>http://www.fluidblog.com/archives/12</link>
			</item>
	<item>
		<title>Website Backup Strategies, Part II</title>
		<description>The second part of this series will take a look at revision control strategies for the core Drupal source.

CVS

Drupal is maintained in cvs. So cvs seems like a natural option. Pro Drupal Development covers this quite well in Chapter 21 "Development Best Practices". There is a very short paragraph in ...</description>
		<link>http://www.fluidblog.com/archives/11</link>
			</item>
	<item>
		<title>Website Backup Strategy</title>
		<description>Introduction

In previous posts, I've covered installation of Rails and Drupal, and also some rudimentary security.  But running a successful site requires a strategy for upgrades and backups.  In this post I'm going to introduce some initial concepts for a web site
backup strategy that will also touch on upgrades. ...</description>
		<link>http://www.fluidblog.com/archives/10</link>
			</item>
	<item>
		<title>Installing Drupal on Fedora 6</title>
		<description>In this post I'm going to walk you through the steps to create a Drupal based web site from the ground up starting with a newly minted Fedora 6 slice from Slicehost.

Secure the Slice

The first steps are exactly the same as my previous post,  Securing a new Fedora 6 ...</description>
		<link>http://www.fluidblog.com/archives/9</link>
			</item>
	<item>
		<title>The Hiring Process, Bayes Theorem and American Idol</title>
		<description>It seems there is no shortage of blog posts about how to hire great workers.  Most focus on the interview technique. If you are looking for a job, you should read as many of these blog posts as you can.

Here are two of the best ones ...


Marc Andreesen
Joel Spolsky


In ...</description>
		<link>http://www.fluidblog.com/archives/8</link>
			</item>
	<item>
		<title>Changing a Drupal Site&#8217;s Domain</title>
		<description>I recently needed to change a Drupal installation from www.example.com to subdomain.example.com.  Here's how I did it.  There is probably a shorter way, but these steps leave the current site untouched until you are sure the new one works.


Get ready
Clear Drupal cache
Dump current Drupal database to a backup ...</description>
		<link>http://www.fluidblog.com/archives/7</link>
			</item>
</channel>
</rss>
