<?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>BarneyBlog &#187; aside</title>
	<atom:link href="http://www.barneyb.com/barneyblog/category/aside/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Mon, 02 Mar 2020 13:20:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Holy Cock Pants, Batman!</title>
		<link>https://www.barneyb.com/barneyblog/2011/03/17/holy-cock-pants-batman/</link>
		<comments>https://www.barneyb.com/barneyblog/2011/03/17/holy-cock-pants-batman/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 06:33:17 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1648</guid>
		<description><![CDATA[So after getting my dose of bagpipes for the evening, I was playing on Kim's computer and discovered there is exactly one page in Google's index containing the phrase ""holy cock pants, batman!"
Aside from the obvious awesomeness of the phrase, I was rather surprised to find a relatively short phrase with exactly one instance in [...]]]></description>
			<content:encoded><![CDATA[<p>So after getting my dose of bagpipes for the evening, I was playing on Kim's computer and discovered there is exactly one page in Google's index containing the phrase ""holy cock pants, batman!"</p>
<p>Aside from the obvious awesomeness of the phrase, I was rather surprised to find a relatively short phrase with exactly one instance in Google's index on my first try.</p>
<p>Unfortunately, by telling the story of my triumph I'm also ensuring no one else can ever experience the same triumph. Â It's sort of sad.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2011/03/17/holy-cock-pants-batman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wow Am I UGLY!!</title>
		<link>https://www.barneyb.com/barneyblog/2010/03/01/wow-am-i-ugly/</link>
		<comments>https://www.barneyb.com/barneyblog/2010/03/01/wow-am-i-ugly/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:08:30 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1271</guid>
		<description><![CDATA[Yeah, so apparently WordPress 2.9 totally broke K2.Â  My apologies for the horrific appearance of the site, though I'm delighted to say the admin area still looks awesome!Â  Or something.Â  I'll get it fixed here shortly, I promise&#8230;.
UPDATE: apparently WordPress not only deprecated `attribute_escape`, they also changed it's functionality (despite it's widespread use in the [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, so apparently WordPress 2.9 totally broke K2.Â  My apologies for the horrific appearance of the site, though I'm delighted to say the admin area still looks awesome!Â  Or something.Â  I'll get it fixed here shortly, I promise&#8230;.</p>
<p><strong>UPDATE:</strong> apparently WordPress not only deprecated `attribute_escape`, they also changed it's functionality (despite it's widespread use in the app) to no longer correctly process arrays.Â  I don't know.Â  In any case, replacing a couple instances of it within K2 with an `array_map` application of `esc_attr` fixed it.Â  The actual problem was that the BODY classes weren't being correctly generated, thereby throwing off all the CSS selectors.</p>
<p><strong>UPDATE 2:</strong> I've been wanting to get away from K2 for a while.Â  It was awesome, but now it's kind of broken.Â  And upgrading to 1.0.3 left me with all kinds of weirdness.Â  So I kicked it to the curb, and am going to be starting afresh.Â  Should be good.</p>
<p><strong>UPDATE 3:</strong> So I've obviously reskinned.Â  For an hour of hakcing a previously-unknown theme's CSS I'm pretty happy, but definitely still pretty rough around the edges.Â  But it's good enough, so now it's time for dinner.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2010/03/01/wow-am-i-ugly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subclipse 1.6&#039;s AWESOME New Commit Dialog</title>
		<link>https://www.barneyb.com/barneyblog/2010/01/25/subclipse-commit-dialog/</link>
		<comments>https://www.barneyb.com/barneyblog/2010/01/25/subclipse-commit-dialog/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:48:12 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1192</guid>
		<description><![CDATA[I just upgrade to Subclipse 1.6 and it has an awesome new feature: diffs right in the commit dialog.Â  It seemed a common use case for myself that when it came time to commit, I'd open my commit dialog and cycle through the files writing my commit message in Kate because I couldn't type while [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgrade to Subclipse 1.6 and it has an <strong>awesome </strong>new feature: diffs right in the commit dialog.Â  It seemed a common use case for myself that when it came time to commit, I'd open my commit dialog and cycle through the files writing my commit message in Kate because I couldn't type while looking at the diffs.Â  Then I'd paste the message into the commit dialog and hit OK.Â  With the 1.6 release you can now see your commits right next to your message, and switch back and forth directly.Â  Kick ASS!</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2010/01/25/subclipse-commit-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irish Tunes means Irish Whiskey</title>
		<link>https://www.barneyb.com/barneyblog/2009/05/03/irish-tunes-means-irish-whiskey/</link>
		<comments>https://www.barneyb.com/barneyblog/2009/05/03/irish-tunes-means-irish-whiskey/#comments</comments>
		<pubDate>Mon, 04 May 2009 05:04:28 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=894</guid>
		<description><![CDATA[At least according to Pandora.Â  I've not noticed music-tuned ads before, so maybe it's just a coincidence, but interesting none the less.Â  Or I'm just drunk and wishing I'd gone to Lacuna Coil and Disturbed with certain other CF guys.
]]></description>
			<content:encoded><![CDATA[<p>At least according to Pandora.Â  I've not noticed music-tuned ads before, so maybe it's just a coincidence, but interesting none the less.Â  Or I'm just drunk and wishing I'd gone to Lacuna Coil and Disturbed with certain other CF guys.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2009/05/03/irish-tunes-means-irish-whiskey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#039;t Forget to Bounce Sendmail</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/26/dont-forget-to-bounce-sendmail/</link>
		<comments>https://www.barneyb.com/barneyblog/2009/04/26/dont-forget-to-bounce-sendmail/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 16:00:57 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=884</guid>
		<description><![CDATA[When you change the hostname of your computer, you need to do two things: add a local alias to Sendmail's config and restart sendmail.Â  I'm pretty sure I've forgotten step two every time I've set up a new box, and my new server was no exception.Â  Fortunately, I finally remembered that that was the problem [...]]]></description>
			<content:encoded><![CDATA[<p>When you change the hostname of your computer, you need to do two things: add a local alias to Sendmail's config and restart sendmail.Â  I'm pretty sure I've forgotten step two every time I've set up a new box, and my new server was no exception.Â  Fortunately, I finally remembered that that was the problem this morning, and now it's forwarding local mail like a champ.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2009/04/26/dont-forget-to-bounce-sendmail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Watch Your Column Types</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/15/watch-your-column-types/</link>
		<comments>https://www.barneyb.com/barneyblog/2009/04/15/watch-your-column-types/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:03:30 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=842</guid>
		<description><![CDATA[I've been bit by this twice in the past few months: comparing database columns that aren't the same type is really really expensive.Â  If you've only got a few rows, no big deal, but if you've got a few hundred thousand (or a few tens of millions) it makes a huge difference.Â  And varchar is [...]]]></description>
			<content:encoded><![CDATA[<p>I've been bit by this twice in the past few months: comparing database columns that aren't the same type is <em>really really</em> expensive.Â  If you've only got a few rows, no big deal, but if you've got a few hundred thousand (or a few tens of millions) it makes a huge difference.Â  And varchar is NOT the same as nvarchar on SQL Server.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2009/04/15/watch-your-column-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OBD is On The Ball</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/15/obd-is-on-the-ball/</link>
		<comments>https://www.barneyb.com/barneyblog/2009/04/15/obd-is-on-the-ball/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 16:24:34 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[bluedragon]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=840</guid>
		<description><![CDATA[Both of the bugs I found in Open BlueDragon while working on CFGroovy have been fixed.Â  Yay for being on the ball.Â  The bugs were that CFDIRECTORY didn't recurse if you used a filter and that numberFormat didn't accept java.math.BigDecimal as a valid number.
]]></description>
			<content:encoded><![CDATA[<p>Both of the bugs I found in Open BlueDragon while working on CFGroovy have been fixed.Â  Yay for being on the ball.Â  The bugs were that CFDIRECTORY didn't recurse if you used a filter and that numberFormat didn't accept java.math.BigDecimal as a valid number.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2009/04/15/obd-is-on-the-ball/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Pandora</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/20/open-pandora/</link>
		<comments>https://www.barneyb.com/barneyblog/2009/03/20/open-pandora/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 05:24:29 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=732</guid>
		<description><![CDATA[Based on several suggestions after my last post, I gave OpenPandora another try.Â  So far it's been pretty stable and handles the new player layout correctly.Â  Nice to have my keyboard shortcuts back, though it does occasionally throw up "do you want to debug this error" dialogs (from Visual Studio, I'm guessing?).Â  But working well [...]]]></description>
			<content:encoded><![CDATA[<p>Based on several suggestions after my last post, I gave <a href="http://openpandora.googlepages.com/">OpenPandora</a> another try.Â  So far it's been pretty stable and handles the new player layout correctly.Â  Nice to have my keyboard shortcuts back, though it does occasionally throw up "do you want to debug this error" dialogs (from Visual Studio, I'm guessing?).Â  But working well enough to keep at it for now.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2009/03/20/open-pandora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pandora Bookmarklet</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/18/pandora-bookmarklet/</link>
		<comments>https://www.barneyb.com/barneyblog/2009/03/18/pandora-bookmarklet/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:10:49 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=730</guid>
		<description><![CDATA[Ever since Pandora prevented accessing the miniplayer directly a few months ago, I've been using a little bookmarklet to fake it.Â  Set http://pandora.com/ as my IE homepage (about the only thing I use IE for) and put the bookmarklet in my links bar to click immediately after launch.Â  Net result: a perfectly sized window, hiding [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since Pandora prevented accessing the miniplayer directly a few months ago, I've been using a little bookmarklet to fake it.Â  Set <a href="http://pandora.com/">http://pandora.com/</a> as my IE homepage (about the only thing I use IE for) and put the bookmarklet in my links bar to click immediately after launch.Â  Net result: a perfectly sized window, hiding all the non-player crap.</p>
<pre>javascript:window.resizeTo(641,416);window.scrollTo(58,130);</pre>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2009/03/18/pandora-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Awesomest Code Ever</title>
		<link>https://www.barneyb.com/barneyblog/2009/01/30/awesomest-code-ever/</link>
		<comments>https://www.barneyb.com/barneyblog/2009/01/30/awesomest-code-ever/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 19:03:09 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[cfml]]></category>

		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=672</guid>
		<description><![CDATA[I found this uncommitted change to a file on one of our shared dev servers today:
&#60;CFIF IsDefined("request.traceactive")&#62;&#60;CFELSE&#62;&#60;CFSET request.traceactive = "false"/&#62;&#60;/CFIF&#62;
&#60;CFSET request.traceactive = 'false'/&#62;
I don't even know where to start&#8230;
]]></description>
			<content:encoded><![CDATA[<p>I found this uncommitted change to a file on one of our shared dev servers today:</p>
<pre>&lt;CFIF IsDefined("request.traceactive")&gt;&lt;CFELSE&gt;&lt;CFSET request.traceactive = "false"/&gt;&lt;/CFIF&gt;
&lt;CFSET request.traceactive = 'false'/&gt;</pre>
<p>I don't even know where to start&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2009/01/30/awesomest-code-ever/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
