<?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>Braxton in Austin</title>
	<atom:link href="http://braxtoninaustin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://braxtoninaustin.com</link>
	<description>A Tech-Savvy Realtor</description>
	<lastBuildDate>Sun, 14 Feb 2010 05:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails respond_to issues when using IE</title>
		<link>http://braxtoninaustin.com/2010/02/rails-respond_to-issues-when-using-ie/</link>
		<comments>http://braxtoninaustin.com/2010/02/rails-respond_to-issues-when-using-ie/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 03:28:17 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[iesux]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=38</guid>
		<description><![CDATA[I was experiencing a bug in IE7 where my Rails app would return js when I was asking for html and vice-versa.  It worked fine in other browsers but just not IE.  It seems a few other people were having this issue long ago but I could not find any recent info or a complete [...]]]></description>
			<content:encoded><![CDATA[<p>I was experiencing a bug in IE7 where my Rails app would return js when I was asking for html and vice-versa.  It worked fine in other browsers but just not IE.  It seems a few <a href="http://garrickvanburen.com/archive/workaround-for-ie-overly-accepting-in-rails-respond_to-format">other</a> <a href="http://rituonrails.wordpress.com/2006/12/10/strane-behaviour-of-respond_to-in-ie/">people</a> were having this issue long ago but I could not find any recent info or a complete solution.  I quickly figured out that the order of my format statements in my respond_to block affected the result that I got from my reqeust.  So I could rearrange those and get the result I wanted.  But the problem was that I needed both at different times in my app.  That&#8217;s why you have them right?  Anyway, after reading over  a <a href="http://info.michael-simons.eu/2007/08/06/rails-respond_to-method/">related post at info.michael-simons.eu</a> I discovered that IE was sending the wrong accept-headers.  So I checked out the Prototype API and learned that I could set my accept-header for my ajax requests.  So I added  <code>accept:'text/javascript'</code> to my ajax options and it worked.  This was a real stickler for me so I wanted to document it here for others that were stuck on it.</p>
<p>Here is what my ajax request looked like:</p>
<p><code><br />
new Ajax.Request(url, {<br />
method: 'get',<br />
accept:'text/javascript',<br />
parameters: params,<br />
onCreate: function() {<br />
$('listLoader').addClassName('on')<br />
$('mapLoader').addClassName('on')<br />
}<br />
});<br />
</code></p>
<p>Update: Looks like Paul Stadig might have <a href="http://paul.stadig.name/2009/02/rails-respondto-ie6-and-accept-header.html">a cleaner option</a>. I haven&#8217;t tried it, but it looks like it might be the better way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2010/02/rails-respond_to-issues-when-using-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to the cloud</title>
		<link>http://braxtoninaustin.com/2009/06/moving-to-the-cloud/</link>
		<comments>http://braxtoninaustin.com/2009/06/moving-to-the-cloud/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:03:21 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=34</guid>
		<description><![CDATA[I am working on a rails-based project that we have decided to host in the cloud.  We have decided to go with Amazon Web Services.  We will be using EC2 and with an Elastic IP.  We are looking into Cloudfront as well.  So far I have created my account and launched my instance which was [...]]]></description>
			<content:encoded><![CDATA[<p>I am working on a rails-based project that we have decided to host in the cloud.  We have decided to go with <a href="http://aws.amazon.com/">Amazon Web Services</a>.  We will be using EC2 and with an Elastic IP.  We are looking into Cloudfront as well.  So far I have created my account and launched my instance which was based on <a href="http://www.webficient.com/2009/05/03/help-test-our-new-amazon-ec2-images">Webficients prebuilt Ubuntu image</a>.  It is geared towards rails apps with <a href="http://www.modrails.com/">Passenger</a> and MySQL already installed.  It also has enterprise ruby which I will look into when I have more time.  So after configuring my keys, I was able to ssh into the server and poke around.  My next step is to get the command line tools installed and configured.  Then I hope to my image customized and save it.  Since server admin isn&#8217;t really my expertise, I am hoping this image will help me automate a lot of it.  I can simply relaunch a new instance as needed with my preconfigured AMI and off I go.  At least I hope it will be that easy, we shall see.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2009/06/moving-to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just auto-upgraded Wordpress to 2.8</title>
		<link>http://braxtoninaustin.com/2009/06/just-auto-upgraded-wordpress-to-2-8/</link>
		<comments>http://braxtoninaustin.com/2009/06/just-auto-upgraded-wordpress-to-2-8/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:49:49 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=32</guid>
		<description><![CDATA[I just ran the auto-upgrade for this blog to bring it to 2.8.  This is the first time I have ever used the built-in auto-upgrade.  Most of my sites and clients&#8217; sites are hosted on Dreamhost so I have always used their one-click installers which have been awesome.  Then Wordpress came out with the built-in [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran the auto-upgrade for this blog to bring it to 2.8.  This is the first time I have ever used the built-in auto-upgrade.  Most of my sites and clients&#8217; sites are hosted on Dreamhost so I have always used their one-click installers which have been awesome.  Then Wordpress came out with the built-in upgrader which makes it even easier.  Well it worked perfectly.  It&#8217;s as easy as upgrading your modules.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2009/06/just-auto-upgraded-wordpress-to-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excellent Service by Data Robotics</title>
		<link>http://braxtoninaustin.com/2009/01/excellent-service-by-data-robotics/</link>
		<comments>http://braxtoninaustin.com/2009/01/excellent-service-by-data-robotics/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 05:07:52 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=26</guid>
		<description><![CDATA[Today I had a near crisis on my hands.  We use a Drobo to hold most of our day to day files.  It contains roughly a terabyte of data.  We have been using for well over a year now, actually probably closer to two.  It has worked great for us thus far [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had a near crisis on my hands.  We use a <a href="http://www.drobo.com/">Drobo</a> to hold most of our day to day files.  It contains roughly a terabyte of data.  We have been using for well over a year now, actually probably closer to two.  It has worked great for us thus far with no problems at all.  In fact, we just finished a server migration and the fact that most of the data was stored externally on the Drobo made the transition much easier.</p>
<p>One of the great features of the Drobo is that you can add or upgrade the drives easily.  Well today I finally decided to add a little extra storage to the Drobo.  So I simply took the new drive and inserted it into the empty bay of the Drobo.  It was most of the way in but wouldn&#8217;t quite seat completely.  So I just gave it a little push and as soon as I did, I heard a pop and all the lights on the Drobo went blank.  I immediately thought, &#8220;Oh Shit, I hope I just didn&#8217;t just lose all our data.&#8221;  The main idea of a Drobo is to have redundant data in case a drive fails, but I never consideered what would happen if the Drobo failed.  So I tried everything I could think of to get the Drobo to come back up.  It finally got power again but didn&#8217;t do anything else.</p>
<p>I finally called support and Wanda was very helpful and walked me through all the normal procedures and eventually came to the conclusion that it was dead.  She also politely reminded me that my Drobo was out of warranty.  So I thought I would just have to bite the bullet and buy a new one.  But then she told me she could sell me an extended warranty for about half the price of a new Drobo.  Then I could use that warranty to get a replacement for no cost.  Sounded great to me.  She said she would talk to her senior support engineers and get back to me.  Within minutes, Steven called me back and told me that they wanted to send me a new Drobo at no charge whatsoever.  I didn&#8217;t even have to buy the extended warranty.  All I had to pay for was the overnight shipping, and he even apologized profusely for that.</p>
<p>So tomorrow I should have a new Drobo that I can just pop my existing drives into and power up and be back in business.  Now that is what I call service.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2009/01/excellent-service-by-data-robotics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Default Wordpress Plugins</title>
		<link>http://braxtoninaustin.com/2008/12/my-default-wordpress-plugins/</link>
		<comments>http://braxtoninaustin.com/2008/12/my-default-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 00:11:10 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=21</guid>
		<description><![CDATA[I maintain several Wordpress installations and always use most of the same plugins.  I can&#8217;t ever remember which ones I need to install when I setup a new one, so this is mainly a reference for myself.  I use some different ones here and there, but these are the main ones I use.

Akismet
Google Analytics for [...]]]></description>
			<content:encoded><![CDATA[<p>I maintain several Wordpress installations and always use most of the same plugins.  I can&#8217;t ever remember which ones I need to install when I setup a new one, so this is mainly a reference for myself.  I use some different ones here and there, but these are the main ones I use.</p>
<ul>
<li>Akismet</li>
<li>Google Analytics for WordPress</li>
<li>Lucia&#8217;s Linky Love</li>
<li>OpenID</li>
<li>Optimal Title</li>
<li>Post-Plugin Library</li>
<li>reCAPTCHA</li>
<li>ShareThis</li>
<li>Similar Posts</li>
<li>Subscribe To Comments</li>
<li>WordPress Database Backup</li>
<li>WP Super Cache</li>
<li>wp-cache</li>
</ul>
<p>I would provide links to all these but as of  WP 2.7 you can just search for them by title right from within your admin panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2008/12/my-default-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slowly but Surely.  IE6 brought closer to EOL</title>
		<link>http://braxtoninaustin.com/2008/07/slowly-but-surely-ie6-brought-closer-to-eol/</link>
		<comments>http://braxtoninaustin.com/2008/07/slowly-but-surely-ie6-brought-closer-to-eol/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 16:19:47 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=13</guid>
		<description><![CDATA[Just wanted to point out this bit of great news.  37Signals will soon be dropping support for IE6.  Kudos to them.  IE6 has been a thorn in web developers&#8217; sides for years.  It is time that we put it out to pasture.  You can help by adding a notice to your site that users should [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to point out this bit of great news.  37Signals will soon be <a href="http://37signals.blogs.com/products/2008/07/basecamp-phasin.html">dropping support for IE6</a>.  Kudos to them.  IE6 has been a thorn in web developers&#8217; sides for years.  It is time that we put it out to pasture.  You can help by adding a notice to your site that users should upgrade.  Grab a badge from <a href="http://www.savethedevelopers.com/">Save the Developers</a> and add it to your site like I have.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2008/07/slowly-but-surely-ie6-brought-closer-to-eol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trulia Blatantly Ignores Googles TOS &#8211; Cloaks Sites</title>
		<link>http://braxtoninaustin.com/2008/06/trulia-blatantly-ignores-googles-tos-cloaks-sites/</link>
		<comments>http://braxtoninaustin.com/2008/06/trulia-blatantly-ignores-googles-tos-cloaks-sites/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 14:41:49 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=12</guid>
		<description><![CDATA[Eric Bramlett, a local seo expert, discoverd that Trulia, a popular real estate search site, has been cloaking their partner pages.  This is clearly against Google&#8217;s TOS and there is a good chance they will get penalized by Google.  Well after eading his post, I did a little more snooping my self and found they [...]]]></description>
			<content:encoded><![CDATA[<p>Eric Bramlett, a local <a href="http://www.bramblog.com/trulia-caught-cloaking-red-handed/">seo expert</a>, discoverd that Trulia, a popular real estate search site, has been cloaking their partner pages.  This is clearly against Google&#8217;s TOS and there is a good chance they will get penalized by Google.  Well after eading his post, I did a little more snooping my self and found they were cloaking the of the following pages as well:</p>
<ul>
<li>http://www.americantowns.com/ct/fairfield-real-estate</li>
<li>http://www.kiplinger.com/money/realestate/</li>
<li>http://www.silvar.org/</li>
</ul>
<p><strong>Update</strong>: Trulia has <a href="http://www.bramblog.com/trulia-pulls-down-its-user-agent-cloak/">taken down their cloaks</a>.  It&#8217;s amazing what a little peer pressure will do.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2008/06/trulia-blatantly-ignores-googles-tos-cloaks-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Awesome new PDF Plugin for Firefox</title>
		<link>http://braxtoninaustin.com/2008/06/awesome-new-pdf-plugin-for-firefox/</link>
		<comments>http://braxtoninaustin.com/2008/06/awesome-new-pdf-plugin-for-firefox/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 12:44:08 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=11</guid>
		<description><![CDATA[I used to use the PDF Browser Plugin from http://www.schubert-it.com/pluginpdf/ but it does not work on Intel Macs.  And since I have been on Intel Macs for a couple of years now, I have been very frustratetd with this situation.  Safari now has buil-in PDF viewing capabililty but Firefox has been lacking.  It is extremely [...]]]></description>
			<content:encoded><![CDATA[<p>I used to use the PDF Browser Plugin from http://www.schubert-it.com/pluginpdf/ but it does not work on Intel Macs.  And since I have been on Intel Macs for a couple of years now, I have been very frustratetd with this situation.  Safari now has buil-in PDF viewing capabililty but Firefox has been lacking.  It is extremely annoying to view PDFs in Firefox.  You click on the llink to the PDF and then you have to save it.  Then you have to find the file and open it only to realize it is not what you needed.  So then you have to go and delete the file so your computer doesn&#8217;t get littered with stray PDFs.  Well, finally, there is an answer. Someone has released a new <a href="http://code.google.com/p/firefox-mac-pdf/">PDF plugin for Firefox</a> that is completely open-source.  It allows you to quickly and easily view a PDF right in your browser window.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2008/06/awesome-new-pdf-plugin-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Austin Real Estate Search Has Moved</title>
		<link>http://braxtoninaustin.com/2008/06/austin-real-estate-search-has-moved/</link>
		<comments>http://braxtoninaustin.com/2008/06/austin-real-estate-search-has-moved/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 14:38:37 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[Real Estate]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=10</guid>
		<description><![CDATA[I have been making some changes to my Austin Real Estate site recently.  One of the things I have done is moved the property search to a subdomain.  So from now on, to search for Austin properties go to search.braxtonbeyer.com and continue to go to braxtonbeyer.com for all the real estate news and tips.
]]></description>
			<content:encoded><![CDATA[<p>I have been making some changes to my Austin Real Estate site recently.  One of the things I have done is moved the property search to a subdomain.  So from now on, to search for Austin properties go to <a href="http://search.braxtonbeyer.com">search.braxtonbeyer.com</a> and continue to go to <a href="http://braxtonbeyer.com">braxtonbeyer.com</a> for all the real estate news and tips.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2008/06/austin-real-estate-search-has-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passenger, Memory and mod_rewrite</title>
		<link>http://braxtoninaustin.com/2008/06/passenger-memory-and-mod_rewrite/</link>
		<comments>http://braxtoninaustin.com/2008/06/passenger-memory-and-mod_rewrite/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 14:18:55 +0000</pubDate>
		<dc:creator>Braxton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://braxtoninaustin.com/?p=9</guid>
		<description><![CDATA[Well, as I stated in my previous post, I enabled Passenger for my Austin Real Estate site.  Well, everything seemed fine for the first few days.  But then I noticed that my memory usage was steadily creeping up.  I killed my ruby processes and that helped but then it just started creeping up again.  After [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as I stated in my <a href="http://braxtoninaustin.com/2008/05/optimizing-rails-server-performance-on-dreamhost/">previous post</a>, I enabled Passenger for my <a href="http://braxtonbeyer.com">Austin Real Estate site</a>.  Well, everything seemed fine for the first few days.  But then I noticed that my memory usage was steadily creeping up.  I killed my ruby processes and that helped but then it just started creeping up again.  After working with Dreamhost, they discovered there was a bug in that version of Passenger and they upgraded it for me and now my memory usage is much lower and holding steady.  However, I have another problem.  Apparently Passenger disables mod_rewrite.  This is fine since Passenger doeesn&#8217;t need it to run your Rails app.  However, I also had a wordpress instance on my domain.  I used a mod_rewrite to redirect users to the blog instead of Rails trying to interpret the url.  This no longer works and now my blog is dead.  I have several options to fix this.  After much deliberating, I have decided to move my Rails app to a subdomain, <a title="Search Austin Real Estate" href="http://search.braxtonbeyer.com">search.braxtonbeyer.com</a>.  I will keep the blog on the main domain as it has most of the content. So, all in all, I am still satisfied with Passenger, but it does pay to do a little research before making major changes to your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://braxtoninaustin.com/2008/06/passenger-memory-and-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.317 seconds -->
