<?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>Buddy Brewer&#039;s Blog</title>
	<atom:link href="http://buddybrewer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://buddybrewer.com</link>
	<description>Programming, web performance, sometimes other things</description>
	<lastBuildDate>Tue, 13 Jul 2010 23:11:01 +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>New site &#8211; rockthequote.com</title>
		<link>http://buddybrewer.com/2010/01/28/new-site-rockthequote-com/</link>
		<comments>http://buddybrewer.com/2010/01/28/new-site-rockthequote-com/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:29:58 +0000</pubDate>
		<dc:creator>Buddy Brewer</dc:creator>
				<category><![CDATA[Rock the Quote]]></category>

		<guid isPermaLink="false">http://buddybrewer.com/?p=43</guid>
		<description><![CDATA[Ever see a quote out of context and wonder if it was twisted to manipulate the truth? I just put up a new web site called &#8220;Rock the Quote&#8221; aimed at solving this problem. It&#8217;s a searchable collection of speeches &#8230; <a href="http://buddybrewer.com/2010/01/28/new-site-rockthequote-com/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ever see a quote out of context and wonder if it was twisted to manipulate the truth?</p>
<p>I just put up a new web site called &#8220;<a title="Rock the Quote" href="http://rockthequote.com">Rock the Quote</a>&#8221; aimed at solving this problem. It&#8217;s a searchable collection of speeches and remarks from Presidents and other famous people in American politics, with an extra feature that lets you share quotes without losing their original context. Each speech lets you select text, highlight it, and share links with people that go directly to the quote surrounded by the original speech text. I&#8217;m hoping that people will use this to reduce confusion and disagreement about what somebody meant when discussing politics online.</p>
<p>The URL is <a title="Rock the Quote" href="http://rockthequote.com">http://rockthequote.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddybrewer.com/2010/01/28/new-site-rockthequote-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Six ways to improve web performance across browsers</title>
		<link>http://buddybrewer.com/2009/10/09/six-ways-to-improve-web-performance-across-browsers/</link>
		<comments>http://buddybrewer.com/2009/10/09/six-ways-to-improve-web-performance-across-browsers/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 19:36:45 +0000</pubDate>
		<dc:creator>Buddy Brewer</dc:creator>
				<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://buddybrewer.com/?p=40</guid>
		<description><![CDATA[I recently returned from The Ajax Experience 2009, where I presented a session this year on cross-browser performance.  I&#8217;ve distilled the key points of our session into six things you can start doing today to make your site perform better.  &#8230; <a href="http://buddybrewer.com/2009/10/09/six-ways-to-improve-web-performance-across-browsers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently returned from The Ajax Experience 2009, where I presented a session this year on cross-browser performance.  I&#8217;ve distilled the key points of our session into six things you can start doing today to make your site perform better.  Check it out on the <a href="http://blog.gomez.com/2009/10/the-ajax-experience-2009-wrap-up-web-compatibility-and-performance-testing-in-a-multi-browser-world/">Gomez Blog</a>.<a href="http://blog.gomez.com/2009/10/the-ajax-experience-2009-wrap-up-web-compatibility-and-performance-testing-in-a-multi-browser-world/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://buddybrewer.com/2009/10/09/six-ways-to-improve-web-performance-across-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Statically compiled subversion on a shared host</title>
		<link>http://buddybrewer.com/2006/05/01/statically-compiled-subversion-on-a-shared-host/</link>
		<comments>http://buddybrewer.com/2006/05/01/statically-compiled-subversion-on-a-shared-host/#comments</comments>
		<pubDate>Tue, 02 May 2006 00:09:10 +0000</pubDate>
		<dc:creator>Buddy Brewer</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://buddybrewer.com/2006/05/01/statically-compiled-subversion-on-a-shared-host/</guid>
		<description><![CDATA[Ever log into a shell account as a non-root user and find it lacking a subversion client? I ran into this recently while setting up capistrano on my current hosting provider. I found the config options I wanted scattered across &#8230; <a href="http://buddybrewer.com/2006/05/01/statically-compiled-subversion-on-a-shared-host/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ever log into a shell account as a non-root user and find it lacking a subversion client?  I ran into this recently while setting up <a title="Capistrano deploy tool" href="http://manuals.rubyonrails.com/read/book/17">capistrano</a> on my current <a title="BlueHost.com" href="http://www.bluehost.com">hosting provider</a>. I found the config options I wanted scattered across a few different web pages, so for posterity here are the steps I followed to get a statically compiled subversion client on my path:</p>
<ol>
<li>fetch the latest subversion tarball from <a class="ext-link" href="http://subversion.tigris.org/"><span class="icon">http://subversion.tigris.org</span></a></li>
<li><code>./configure --enable-all-static --with-ssl --with-zlib</code></li>
<li><code>make</code></li>
<li><code>cp subversion/clients/cmdline/svn ~/bin/svn</code> (mkdir ~/bin if needed)</li>
<li>add ~/bin to your $PATH</li>
</ol>
<p>You can tune the options to ./configure as neccessary, but my goals were to get an svn binary that would work against a subversion repository fronted by Apache, accessed via HTTPS, with support for compression.</p>
]]></content:encoded>
			<wfw:commentRss>http://buddybrewer.com/2006/05/01/statically-compiled-subversion-on-a-shared-host/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
