<?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>Scott Bush</title>
	<atom:link href="http://scottbush.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottbush.net</link>
	<description>Notes on web development (and a few other topics)</description>
	<lastBuildDate>Wed, 02 May 2012 19:37:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Disneyland mobile website wins a Webby Award!</title>
		<link>http://scottbush.net/design/disneyland-mobile-website-wins-a-webby-award/</link>
		<comments>http://scottbush.net/design/disneyland-mobile-website-wins-a-webby-award/#comments</comments>
		<pubDate>Wed, 02 May 2012 19:30:27 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Disney]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[javascript]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1954</guid>
		<description><![CDATA[Everyone loves Disneyland, right? Well turns out the judges at the 2012 Webby Awards do, too! The mobile version of the site, which I was one of three developers on, was recently recognized as an "Official Honoree" in the Travel category. In this post I talk about what the project's scope was, what we wanted to accomplish, and how we did it (successfully, I might add!)]]></description>
		<wfw:commentRss>http://scottbush.net/design/disneyland-mobile-website-wins-a-webby-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS issue: first selector ignored with @charset</title>
		<link>http://scottbush.net/web-dev/css-issue-first-selector-ignored-with-charset/</link>
		<comments>http://scottbush.net/web-dev/css-issue-first-selector-ignored-with-charset/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 05:45:00 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1946</guid>
		<description><![CDATA[Most developers have a story of some browser oddity that defied their every attempt to resolve, costing hours of wasted productivity. This is one such story, and I share it here to—I hope—save someone similar wasted time. But lets cut to the chase: if you've got an @charset declaration in your external CSS file, it might be messing up the first style defined in that file.]]></description>
		<wfw:commentRss>http://scottbush.net/web-dev/css-issue-first-selector-ignored-with-charset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why bother training in the martial arts?</title>
		<link>http://scottbush.net/martial-arts/why-bother-training-in-the-martial-arts/</link>
		<comments>http://scottbush.net/martial-arts/why-bother-training-in-the-martial-arts/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 20:18:22 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Martial Arts]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1931</guid>
		<description><![CDATA[Why do we bother to train in martial arts, anyway? We don't face constant physical danger (most of us at least), so there's got to be other reasons. After training for nearly five years, and with so many other demands on my time, I've started to ask myself why do I continue to go to the dojo?]]></description>
		<wfw:commentRss>http://scottbush.net/martial-arts/why-bother-training-in-the-martial-arts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seasonally-adjusted revenue</title>
		<link>http://scottbush.net/misc/seasonally-adjusted-revenue/</link>
		<comments>http://scottbush.net/misc/seasonally-adjusted-revenue/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 18:28:38 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Music]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1918</guid>
		<description><![CDATA[A non-scientific look at the annual royalty revenue breakdown of everyone's favorite holiday prog-rock band.]]></description>
		<wfw:commentRss>http://scottbush.net/misc/seasonally-adjusted-revenue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid confusing button names in HTML forms</title>
		<link>http://scottbush.net/design/avoid-confusing-button-names-in-html-forms/</link>
		<comments>http://scottbush.net/design/avoid-confusing-button-names-in-html-forms/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 02:54:50 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[UX]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1881</guid>
		<description><![CDATA[Web forms serve as the primary way users interact with web sites. A form allows us to provide information in response to its questions and take action  on that information. Despite their importance, some web developers miss the basics. One such form darkened my day recently when I needed to change a password at work. The form's misleading buttons threw me (and I'm sure most other users) for a loop. Let's see how this form should have been designed for a better user experience.]]></description>
		<wfw:commentRss>http://scottbush.net/design/avoid-confusing-button-names-in-html-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 things every beginning web developer should know</title>
		<link>http://scottbush.net/design/10-things-every-beginning-web-developer-should-know/</link>
		<comments>http://scottbush.net/design/10-things-every-beginning-web-developer-should-know/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 04:03:55 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Dev]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1887</guid>
		<description><![CDATA[For the second year, I spoke to a group of UW Informatics students about web programming. A friend and colleague of mine, Tony Chang, teaches Informatics 344 during summer quarter. He asked me to speak to his students last year&#8230; apparently I wasn&#8217;t too bad off as he asked me again this year. Rather than [...]]]></description>
		<wfw:commentRss>http://scottbush.net/design/10-things-every-beginning-web-developer-should-know/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exclusively vs. only</title>
		<link>http://scottbush.net/language/exclusively-vs-only/</link>
		<comments>http://scottbush.net/language/exclusively-vs-only/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 04:53:23 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Language]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1892</guid>
		<description><![CDATA["I'm going to teach you something about sales," the salesman at my high-school job told me. I listened because his numbers were usually the highest each week; he clearly knew what he was doing. His good advice may have been about how to sell better, but it was really about language. The difference between the words "only" and "exclusively" is slim in meaning, but great in connotation.
]]></description>
		<wfw:commentRss>http://scottbush.net/language/exclusively-vs-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The joys and difficulties of studying multiple martial arts</title>
		<link>http://scottbush.net/martial-arts/the-joys-and-difficulties-of-studying-multiple-martial-arts/</link>
		<comments>http://scottbush.net/martial-arts/the-joys-and-difficulties-of-studying-multiple-martial-arts/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 04:13:06 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Martial Arts]]></category>
		<category><![CDATA[karate]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1867</guid>
		<description><![CDATA[For years I've studied multiple martial arts. At one point, I was training in kei-shin kan karate, shin shin toitsu aikido, and goju-ryu karate, which is heavily influenced by feeding-crane kung-fu. Though I had to give up one art—aikido—due to time constraints when my daughter came along, the two styles of karate alone are different enough to present a challenge. It's a challenge familiar to any martial artist who's studied more than one art simultaneously: how to keep them separate in one's head, and more importantly: in one's muscle memory. In this post I'll share three points that have helped me.]]></description>
		<wfw:commentRss>http://scottbush.net/martial-arts/the-joys-and-difficulties-of-studying-multiple-martial-arts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The worst ATM color scheme</title>
		<link>http://scottbush.net/design/the-worst-atm-color-scheme/</link>
		<comments>http://scottbush.net/design/the-worst-atm-color-scheme/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 05:49:19 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[ATMs]]></category>
		<category><![CDATA[UX]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1873</guid>
		<description><![CDATA[What color comes to mind when I say: Stop sign? Stop light? Danger? Alert? Problem? Broken?  Chances are you answered "red." Not exactly the welcoming color scheme you'd want for your ATM, right? Someone failed to mention that to the folks designing the interfaces at Regal Financial Bank. Take a look at the ATM that'll have designers (and Regal's customers) seeing red.]]></description>
		<wfw:commentRss>http://scottbush.net/design/the-worst-atm-color-scheme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to swap Control and Command keys in virtual machines</title>
		<link>http://scottbush.net/it/how-to-swap-control-and-command-keys-in-virtual-machines/</link>
		<comments>http://scottbush.net/it/how-to-swap-control-and-command-keys-in-virtual-machines/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 16:12:46 +0000</pubDate>
		<dc:creator>Scott Bush</dc:creator>
				<category><![CDATA[IT]]></category>
		<guid isPermaLink="false">http://scottbush.net/?p=1862</guid>
		<description><![CDATA[Mac users no longer have to suffer the tyranny (and cramped fingers!) of working in a virtual machine environment where the Command and Control keys are swapped! (Swapped for Mac users' tastes, that is). A quick change to your linux VM setup should have you coding happily in no time.]]></description>
		<wfw:commentRss>http://scottbush.net/it/how-to-swap-control-and-command-keys-in-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: scottbush.net @ 2012-05-21 02:14:16 by W3 Total Cache -->
