<?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>Tyler Butler &#187; Rants</title>
	<atom:link href="http://www.tylerbutler.com/topics/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tylerbutler.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Aug 2009 22:09:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Outlook, Email, and CSS</title>
		<link>http://www.tylerbutler.com/2009/06/outlook-email-and-css/</link>
		<comments>http://www.tylerbutler.com/2009/06/outlook-email-and-css/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 17:11:29 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[On Software]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.tylerbutler.com/2009/06/outlook-email-and-css/</guid>
		<description><![CDATA[Update July 13, 2009: Thanks to some comments, I’ve got new links and minor updates in the post now.
Note: I work for Microsoft, in the Office division, but I don’t work in or with the Outlook team. I don’t have any specific knowledge about their decisions or plans, and this post is based only my [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update July 13, 2009:</strong> Thanks to some comments, I’ve got new links and minor updates in the post now.</em></p>
<p><em>Note: I work for Microsoft, in the Office division, but I don’t work in or with the Outlook team. I don’t have any specific knowledge about their decisions or plans, and this post is based only my own experience here at Microsoft.</em></p>
<p>The web community has been up in arms the last day or so about a <a href="http://fixoutlook.org">campaign via Twitter</a> pushing for Outlook 2010 to stop using the Word rendering engine for HTML email. I engaged in a short friendly discussion with my buddy <a href="http://twitter.com/vandrijevik">Vlad</a> on Twitter about the issue, and that got me thinking about the issue a bit more deeply. And the more I thought about it, and read everything that was being written, the more I realized that people aren’t actually communicating effectively, and that pisses me off…</p>
<p>The fixoutlook.org website says this: “Microsoft has confirmed they plan on using the <strong>Word rendering engine</strong> to display HTML emails in Outlook 2010.” (emphasis added) Based on that, and the rest of the text on the site, it seems like the big beef they have is that Word’s <strong>rendering engine</strong> for HTML is not up to snuff. Fair point – it isn’t. But they contradict themselves in <a href="http://www.email-standards.org/blog/entry/microsoft-respond-to-our-call-for-standards-support/">their updated response</a> to Microsoft’s response when they say, “We’re asking that the <strong>HTML produced by the Word engine be standards compliant</strong>. This in turn will ensure that the engine will correctly <em>render</em> standards-based emails.” (emphasis added)</p>
<p>Wait a second. Do they want an editor that produces HTML, or a rendering engine that works properly? Doing the work to make sure the editor is producing clean markup <strong>might</strong> produce a rendering engine that renders nicely, perhaps it even <strong>should</strong> produce one, but that <strong>doesn’t mean it will</strong>. Those two pieces of work are <strong>not</strong> the same thing.</p>
<p>Lots of people have been pointing to <a href="http://www.zeldman.com/2009/06/24/sour-outlook/">a post from Zeldman</a> about this. Zeldman’s a brilliant guy, but he completely misses the point when he perpetuates a rumor about why Outlook chose Word’s engine: “Rumor has it that Microsoft chose the Word rendering engine because its Outlook division “couldn’t afford” to pay its browser division for IE8. And by “couldn’t afford” I don’t mean Microsoft has no money; I mean someone at this fabulously wealthy corporation must have neglected to budget for an internal cost.”</p>
<p>Ummmm… no. In my experience, the phrase “couldn’t afford” at Microsoft R&amp;D has nothing to do with monetary cost. It has to do with engineering cost. Features don’t exist just because you want them to exist. (An aside: <a href="http://blogs.msdn.com/oldnewthing/">Raymond Chen</a> has a great quote about this that I can’t find. If you have a link, please let me know.) So I imagine that the rationale in the Outlook team went something more like this:</p>
<p><em>Well, we want Outlook to produce really rich emails, and we want it to have a really familiar look and feel, so people already using our products will feel at home. Hmmm, building an editor is extremely hard to get right, plus we, being part of the Office suite, have several editing tools already. Emails tend to be a lot like documents, so Word seems to be a reasonable choice. This way we can leverage all the editor features Word already has, plus things they’re building this release, and focus on the Outlook-specific work we have to do. We don’t want to invest our engineering time in building an editor when we already have one.</em></p>
<p>From this standpoint, it’s easy to see why using Word for rendering as well is the next logical step. You could argue that they should use IE (or Gecko, or Webkit, as Zeldman does, but again, just because those engines are free doesn’t mean using them is without cost) to render email, and Word to author it. That’s a reasonable idea. In fact, the Outlook team seems to agree with you, because if you get an HTML email that looks wrong, you see a link to open it in a browser. In fact, even the <a href="http://farm4.static.flickr.com/3322/3637814200_a2aa59bc89_o.jpg">example image</a> at fixoutlook.org has the “info bar” at the top that does this.</p>
<p>You can take issue with the implementation, certainly, because it sucks mightily. The fact that I have to open the email in a browser separately blows. I shouldn’t have to do that. But don’t kid yourself into thinking that integrating an IE window into the message window is so stupidly simple that Microsoft is maliciously avoiding doing it to somehow screw users. It might be straightforward – I honestly don’t know. But do you? If you think you do, please go read Steve Yegge’s post “<a href="http://steve-yegge.blogspot.com/2009/04/have-you-ever-legalized-marijuana.html" target="_blank">Have you ever legalized marijuana?</a>” and come back.</p>
<p>What really bugs me about this whole thing is that people immediately jumped on the fact that Outlook uses Word for rendering, instead of sticking to the real problem that Outlook’s rendering of HTML sucks in some cases. The rendering engine they’re using is immaterial, really, because if the team goes and fixes the rendering inadequacies, then the issue goes away. They can choose how to fix the issues, should they choose to fix them at all, but at this point, even if all the rendering issues are fixed, many people will still be pissed because Word is used to render the email. The argument has shifted from being about the support proper email display to being about Word used for rendering, so there doesn’t seem to be a path to redemption for Microsoft in the court of public opinion that doesn’t involve ripping out Word completely.</p>
<p>I completely agree, personally, that web standards serve as a reasonable basis for email format standards even though there is no formal effort to standardize email. But please argue about the right things. Spend your energy trying to see those standards acknowledged rather than perpetuating this silly argument about ripping out Word from Outlook. Hopefully this effort will have the desired effect, and these rendering issues will get resolved prior to Outlook 2010 RTM. But I can almost completely guarantee that if you want Word completely ripped from Outlook, you’re not going to get what you want.</p>
<p><em>By the way, does anyone have a screenshot of what the email used in the example image looks like in Outlook 2007, which also used Word for rendering? That struck me as a strange omission. I’m wondering if the issues displayed in that screenshot are just bugs in the 2010 beta. I doubt it, but would still like to see it.</em></p>
<p><em><strong>Update:</strong> Turns out you can see this in the <a href="http://www.email-standards.org/clients/microsoft-outlook-2007/" target="_blank">Email Standards project’s review of Outlook 2007</a>. As I suspected, no real differences.</em></p>
<p><em>Also – is there any way to get a sample HTML email from the Email Standards Project’s <a href="http://www.email-standards.org/acid-test/">email acid test</a>? Seems ridiculous there’s no “email me this sample email” form on the acid test page. I can and will file a bug against Outlook if I can get a copy mailed to me.</em></p>
<p><em><strong>Update: </strong>You can now mail yourself a copy of the email directly from the <a href="http://www.email-standards.org/acid-test/" target="_blank">acid test page</a>.</em></p>
<hr />
<p>This didn’t really fit into the overall flow of the post above, but I still think it’s reasonable info to consider, so I’m including it here anyway. I’m about to throw out a bunch of numbers and statistics that are not backed up by any data. They are based only on my own logic and occasionally rational mind. I think they’re true and reasonable statements, but I welcome data that contradicts them.</p>
<p>I think it’s safe to say that a majority, say, 80%, of Outlook users use it with Exchange. Also, a majority of Exchange users use Outlook, and Exchange is primarily used in business settings. Since a large majority of email sent in a business setting is sent to other people in your business, then they’re probably also using Exchange, and also probably using Outlook. Based on this not-so-scientific reasoning, I argue that the number of emails received in Outlook that didn’t originate in Outlook is relatively small. That means, practically speaking, that as long as Outlook can render email that started in Outlook, you’re hitting the majority of your users’ needs.</p>
<p>Now, the idealist in you (and me, for the record) is screaming bloody murder, because you want to see the “right thing” happen for all cases, not just the majority case. But unfortunately, software is more about practicality than idealism, and at some point some smart, but possibly naive people in Outlook made a tradeoff. I’d say with 99% certainty that at some point a developer or two in Outlook estimated the cost of different approaches and implementations, and this one wound up cheaper. They made a cut. They made a tradeoff. And we disagree with the tradeoff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2009/06/outlook-email-and-css/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Twitter @replies Changes</title>
		<link>http://www.tylerbutler.com/2009/05/twitter-replies-changes/</link>
		<comments>http://www.tylerbutler.com/2009/05/twitter-replies-changes/#comments</comments>
		<pubDate>Wed, 13 May 2009 21:14:27 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.tylerbutler.com/?p=405</guid>
		<description><![CDATA[There&#8217;s been some hoopla on Twitter today after a poorly handled announcement that the option to control whether replies from people you follow to people you don&#8217;t follow show up in your feed. This was an option in the Notices section of the Twitter settings that was off by default. The original post from @biz [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been some hoopla on Twitter today after a <a href="http://blog.twitter.com/2009/05/small-settings-update.html">poorly handled announcement</a> that the option to control whether replies from people you follow to people you don&#8217;t follow show up in your feed. This was an option in the Notices section of the Twitter settings that was off by default. The original post from <a href="http://twitter.com/Biz">@biz</a> made it sound like they were trying to reduce confusion and that it was no big deal. That&#8217;s a bit naive &#8211; they should have seen the backlash coming a mile away&#8230; Dave Winer has <a href="http://www.scripting.com/stories/2009/05/13/lessonsFromTheChangesInTwi.html">a good summary</a> of problems with how they messaged things.</p>
<p>@biz later posted that they had heard the feedback, claiming it was a scalability problem with the implementation. I initially didn&#8217;t buy that argument, but the <a href="http://www.readwriteweb.com/archives/is_this_why_twitter_changed_its_replies_policy.php">description over at ReadWriteWeb</a> clarifies things somewhat. <a href="http://www.scripting.com/stories/2009/05/13/lessonsFromTheChangesInTwi.html#comment-9291130">This comment</a> over at Winer&#8217;s post clarifies it further. I think I understand now, given their architecture, why this would be a beneficial change for them to make.</p>
<p>But that&#8217;s not what I&#8217;m ultimately writing about. Much of the complaining from people opposed to the change has been that it makes it harder to meet new people on Twitter. If you see a reply to someone else from a person you follow then you might also be interested in following them. OK, fine, I buy that, but for me, I simply want to see <strong>everything</strong> people I follow say, regardless of who they say it to. With clients like <a href="http://www.atebits.com/tweetie-mac/">Tweetie</a> and <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284540316&amp;mt=8">Twitterrific 2.0 (iTunes link)</a> able to browse through conversations effortlessly, I can use the tweets from my timeline as a jumping-off point to see the whole conversation which someone I <strong>am</strong> interested in is involved in. My goal is not to find new people to follow (though that does happen occasionally), but rather, just to see what interesting things people I follow are saying. I don&#8217;t care who they&#8217;re talking to. It&#8217;s not like everything <a href="http://twitter.com/Lincolnator">@Lincolnator</a> says to <a href="http://twitter.com/MajorLB">@MajorLB</a> is completely uninteresting to me just because I don&#8217;t follow her.</p>
<p><a href="http://blog.twitter.com/2009/05/we-learned-lot.html">The proposed changes</a> as they stand right now don&#8217;t solve my complaint. But it&#8217;s early; the smart people at Twitter will figure something out, and hopefully, it&#8217;ll solve my scenario and world hunger at the same time. One can hope and dream.</p>
<p>You can see the protests/commentary onTwitter itself by <a href="http://search.twitter.com/search?q=%23Fixreplies">searching for #fixreplies</a>. It&#8217;s still the top trending search term as of this writing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2009/05/twitter-replies-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Redirects</title>
		<link>http://www.tylerbutler.com/2009/04/mobile-redirects/</link>
		<comments>http://www.tylerbutler.com/2009/04/mobile-redirects/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 06:57:18 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.tylerbutler.com/2009/04/mobile-redirects/</guid>
		<description><![CDATA[Listen up, site owners. I like it when I go to visit your site on my iPhone and I get redirected to an iPhone version of your site. Really, I do. It’s nifty. But if you’re not going to redirect me to the specific article I wanted to read, or the specific page I asked [...]]]></description>
			<content:encoded><![CDATA[<p>Listen up, site owners. I like it when I go to visit your site on my iPhone and I get redirected to an iPhone version of your site. Really, I do. It’s nifty. But if you’re not going to redirect me to the specific article I wanted to read, or the specific page I asked for, then don’t freakin’ redirect me. I didn’t go to foobar.com/specific-article.aspx to get foobar.com/iphone/home.aspx. They are not the same thing. If you don’t have the capability to serve the specific page I asked for in a mobile-friendly format, then don’t do anything.</p>
<p>Stop being idiots.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2009/04/mobile-redirects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility Insanity</title>
		<link>http://www.tylerbutler.com/2009/03/accessibility-insanity/</link>
		<comments>http://www.tylerbutler.com/2009/03/accessibility-insanity/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 01:32:13 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.tylerbutler.com/?p=359</guid>
		<description><![CDATA[Part of my responsibilities for SharePoint these days involves markup cleanliness and accessibility, so over the last couple of years I have educated myself on the ins and outs of these issues, and have managed to learn a lot about browser behavior, the history of markup, etc. I am far from an expert, but I [...]]]></description>
			<content:encoded><![CDATA[<p>Part of my responsibilities for SharePoint these days involves markup cleanliness and accessibility, so over the last couple of years I have educated myself on the ins and outs of these issues, and have managed to learn a lot about browser behavior, the history of markup, etc. I am far from an expert, but I know a heck of a lot more than I did when I started.</p>
<p>One school of thought I come across quite frequently is that web content whose markup is not well-formed or is missing required attributes or something just fail to render completely, in order to ensure that all content on the web is gorgeous, standards-compliant markup. This ridiculously draconian viewpoint loses sight of the fact that the ultimate goal of delivering content over the web is just that – delivering content. It seems bad form for a browser to just “give up” when markup is badly formed, because the end-goal of the person building the page – and the person consuming it – is to deliver content. Much of this debate has been chronicled by the IE team; they have a tough job – bring the standards compliance of IE into this century without breaking their customers/users pages. Hence compatibility mode, legacy rendering, etc. etc.</p>
<p>In the past, I’ve always heard this argument from the standards-compliance standpoint. For example, if a page claims to be XHTML but isn’t fully compliant, it should fail to render in a browser. No “best-effort” rendering, just fail. This of course ignores the fact that even the W3C <a href="http://validator.w3.org/docs/help.html#validandconform">can’t create a parser</a> that can completely validate a page against the spec, but that’s a rant for another time… Assuming the browser can detect that a page is non-compliant, it should just <strong>stop</strong>.</p>
<p>Anyway, this is a long and winding intro to <a href="http://diveintomark.org/archives/2009/03/18/if-it-fails-for-some">a post</a> Mark Pilgrim wrote talking about this viewpoint as it applies to accessibility. I had never heard these arguments before, but apparently they’re out there. A choice quote from Mark’s rebuttal (emphasis mine):</p>
<blockquote><p>I think it would be wise for people who truly care about accessibility to take a closer look at the so-called “experts” who are participating on their behalf, and to understand exactly what these people are proposing. <strong>It’s true that some of their proposals have not been adopted, but it’s not because some cartoonishly monocled villain enjoys being mean to them. It’s because the proposals are insane.</strong></p>
</blockquote>
<p>Agreed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2009/03/accessibility-insanity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Commercials Suck</title>
		<link>http://www.tylerbutler.com/2009/03/commercials-suck/</link>
		<comments>http://www.tylerbutler.com/2009/03/commercials-suck/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 22:54:52 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Deep Thoughts]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[advertising]]></category>

		<guid isPermaLink="false">http://www.tylerbutler.com/?p=338</guid>
		<description><![CDATA[This article, titled “Give Us a Commercial Break!” from the Wall Street Journal is way off the mark in my opinion. The article states that TV shows are written with commercials in mind and that watching them without commercials changes them. That in and of itself I can’t argue with. But I do take issue [...]]]></description>
			<content:encoded><![CDATA[<p>This article, titled “<a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/03/05/AR2009030504104.html?hpid=topnews">Give Us a Commercial Break!</a>” from the Wall Street Journal is <strong>way</strong> off the mark in my opinion. The article states that TV shows are written with commercials in mind and that watching them without commercials changes them. That in and of itself I can’t argue with. But I do take issue with the implication that this is uniformly bad.</p>
<p>There are two core arguments in the article:</p>
<ol>
<li>TV shows are written with commercials specifically in mind, and removing them completely interrupts the pacing of the show. </li>
<li>Viewers actually like shows with ads better.</li>
</ol>
<p>For argument number one, it’s obvious that writers take commercial breaks into consideration when writing TV shows. However, in their DVD counterparts, the breaks are preserved as scene changes. These can seem rather abrupt, and I think this points to an alternative solution: slightly longer breaks for scene changes that are replacing commercial breaks. If we assume the normal scene change is a second, then imagine that the commercial-break-replacement scene change is three seconds. You can simulate this suggestion by hitting pause for three seconds – I think you’ll be surprised at the results. I think you’ll agree that this is uniformly better than ads.</p>
<p>For argument number two, I can’t refute the research. But there is a quote from the article that is completely asinine in my opinion: </p>
<blockquote><p>From an audience member&#8217;s perspective, they are what makes network television social. We use the commercial breaks to talk amongst ourselves, to take bets on the J.D./Elliot situation and to decide that no one ever really dies on &#8216;”Lost.”</p>
</blockquote>
<p>Say what? That we need commercial breaks to be social is ridiculous. In this day and age, we have ready access to the Pause button, and it’s a far more useful tool for fostering discussion while watching TV. <a href="http://twitter.com/elizabethfrench">Elizabeth</a> and I have been watching quite a few documentaries lately, and we pause quite often to talk about whether or not we agree with what’s being said. I agree that adding discussion and dialog while viewing a show is positive (there’s a reason fans get together to watch episodes of their favorite shows), but I think people use the commercial breaks because they’re there, not because they <strong>need</strong> them in order to have that conversation successfully.</p>
<p>I hate ads in all forms (though I can appreciate particularly clever or well-done ones), so I am definitely biased here. But seriously… there’s a reason DVD copies of shows sell so well, and it isn’t because people are dying to own season one of “Scrubs” for eternity…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2009/03/commercials-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Correlation != Causation</title>
		<link>http://www.tylerbutler.com/2007/08/correlation-causation/</link>
		<comments>http://www.tylerbutler.com/2007/08/correlation-causation/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 23:55:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.tylerbutler.com/index.php/2007/08/correlation-causation/</guid>
		<description><![CDATA[Everyone repeat after me… Correlation does not imply causation! Just because two things can be proven to correlate does not guarantee a cause and effect relationship. Here&#8217;s a funny example from the Wikipedia article on the topic (courtesy The Simpsons): 

Homer: Not a bear in sight. The &#34;Bear Patrol&#34; is working like a charm! 
Lisa: [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone repeat after me… <strong>Correlation does not <em>imply</em> causation!</strong> Just because two things can be proven to correlate does not guarantee a cause and effect relationship. Here&#8217;s a funny example from the <a href="http://en.wikipedia.org/wiki/Correlation_does_not_imply_causation">Wikipedia article</a> on the topic (courtesy <a title="" href="http://en.wikipedia.org/wiki/The_Simpsons">The Simpsons</a>): </p>
<blockquote>
<p><strong>Homer</strong>: Not a bear in sight. The &quot;Bear Patrol&quot; is working like a charm! </p>
<p><strong>Lisa</strong>: That&#8217;s specious reasoning, Dad. </p>
<p><strong>Homer</strong>: [<em>uncomprehendingly</em>] Thanks, honey. </p>
<p><strong>Lisa</strong>: By your logic, I could claim that this rock keeps tigers away. </p>
<p><strong>Homer</strong>: Hmm. How does it work? </p>
<p><strong>Lisa</strong>: It doesn&#8217;t work. (<em>pause</em>) It&#8217;s just a stupid rock! </p>
<p><strong>Homer</strong>: Uh-huh. </p>
<p><strong>Lisa</strong>: But I don&#8217;t see any tigers around, do you? </p>
<p><strong>Homer</strong>: (<em>pause</em>) Lisa, I want to buy your rock. </p>
</blockquote>
<p>Please please please stop assuming that determining a cause and effect relationship is as straightforward as observing a correlation. It&#8217;s not. </p>
<p><strong>PS</strong>. I know the != operator is not equivalent to &quot;does not imply.&quot; But I am too lazy right now to see if there&#8217;s even a Unicode character for the right symbol.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2007/08/correlation-causation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Secret to Avoiding Telemarketers</title>
		<link>http://www.tylerbutler.com/2007/07/the-secret-to-avoiding-telemarketers/</link>
		<comments>http://www.tylerbutler.com/2007/07/the-secret-to-avoiding-telemarketers/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 22:32:22 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.tylerbutler.com/index.php/2007/07/the-secret-to-avoiding-telemarketers/</guid>
		<description><![CDATA[For some reason I&#8217;ve been the target of telemarketers recently, and I think I&#8217;ve found the secret to getting them to hang up and stop calling: just say no three times. Three seems to be the magic number. The first two times you say you&#8217;re not interested, they continue to pester, but the third time, [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason I&#8217;ve been the target of telemarketers recently, and I think I&#8217;ve found the secret to getting them to hang up and stop calling: just say no three times. Three seems to be the magic number. The first two times you say you&#8217;re not interested, they continue to pester, but the third time, they thank you for your time and say goodbye. I have had much more success with this method than with simply hanging up on them. First, that makes me feel rude, and a telemarketer is still a person who has a job and there&#8217;s no reason for me to be rude to them just because I&#8217;m annoyed. But second, and more importantly, simply hanging up seems to increase the likelihood that the same people will call me back with the same offer. Saying no three times seems to reduce that likelihood in my non-scientific experimentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2007/07/the-secret-to-avoiding-telemarketers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Hate Security Questions</title>
		<link>http://www.tylerbutler.com/2007/01/i-hate-security-questions/</link>
		<comments>http://www.tylerbutler.com/2007/01/i-hate-security-questions/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 19:56:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.tylerbutler.com/index.php/2007/01/i-hate-security-questions/</guid>
		<description><![CDATA[Several of my banks have been &#34;upgrading&#34; their security since the beginning of the year. I have pretty much accepted the fact that &#34;upgrading&#34; security means my blood pressure will needlessly rise the next time I try to access my account.

The latest security craze seems to be these security questions. &#34;Mother&#8217;s maiden name&#34; apparently doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Several of my banks have been &quot;upgrading&quot; their security since the beginning of the year. I have pretty much accepted the fact that &quot;upgrading&quot; security means my blood pressure will needlessly rise the next time I try to access my account.
</p>
<p>The latest security craze seems to be these security questions. &quot;Mother&#8217;s maiden name&quot; apparently doesn&#8217;t cut it anymore. Security questions drive me insane, because there&#8217;s invariably a finite set of options I have to choose from. <em>Favorite childhood superhero?</em><br />
		<em>Name of firstborn child?</em> What is this crap? <strong>None</strong> of it is easy for me to remember! Why don&#8217;t you let me pick my <strong>own</strong> question and my <strong>own</strong> answer? Now I have to remember some &quot;fact&quot; that I made up as an arbitrary answer to some stupid question that a bank decided was an excellent way to distinguish me from some sorry thief.
</p>
<p>To add insult to injury, many times I have to select<strong> two or more</strong> security questions. <strong>OMG. <a href="/rants/Pages/IHateBanks.aspx">I hate banks so much.</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2007/01/i-hate-security-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Site Intro Pages</title>
		<link>http://www.tylerbutler.com/2006/12/web-site-intro-pages/</link>
		<comments>http://www.tylerbutler.com/2006/12/web-site-intro-pages/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 01:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.tylerbutler.com/index.php/2006/12/web-site-intro-pages/</guid>
		<description><![CDATA[If you browse around the internet these days, you&#8217;re bound to come across a website that has an intro page. Usually this page allows you to choose whether you have a high- or low-bandwidth connection. If you select the high-bandwidth option, you invariably get taken to a Flash version of the site, while the low-bandwidth [...]]]></description>
			<content:encoded><![CDATA[<p>If you browse around the internet these days, you&#8217;re bound to come across a website that has an intro page. Usually this page allows you to choose whether you have a high- or low-bandwidth connection. If you select the high-bandwidth option, you invariably get taken to a Flash version of the site, while the low-bandwidth version of the site is static HTML. </p>
<p>When faced with these types of choices, I often forget that one should <em>always </em>pick the low-bandwidth option, even if one is using a high-bandwidth connection. The main reason is that these Flash sites often have annoying background music or annoying animations. From a site design perspective, Flash is best used as a <em>supplementary </em>web technology. A website shouldn&#8217;t be designed entirely in Flash. Some core reasons for this are accessibility and search-ability. Google and other spiders cannot crawl a flash web site as easily. Not to mention the fact that these types of sites always have some crazy navigation scheme and flashy transitions between sections that make it very difficult to navigate around, because it doesn&#8217;t fit the typical web mold. Finally, Flash sites are typically absolutely scaled at a specific resolution, which means they don&#8217;t look or work great if they&#8217;re not at a specific window size. To combat this, they&#8217;ll pop open a separate browser window at the specific size they want. Talk about annoying! There is very rarely <em>any </em>need at all to design your site in Flash completely. Many Flash-only site have a stripped down HTML version of the site, hence the intro page where you pick which version you want to see. Since you already have to create an HTML version of the site, why not scrap the flash site and focus your attention on making the HTML site much better?</p>
<p>The trend of completely Flash-based web sites has declined dramatically in the commercial web of late, which is a great development. Instead, sites are using Flash as a way to add a bit of pizzazz to the site in strategic places, or to add a slightly more interactive portion to their site. Judicious use of Flash in this way is good. </p>
<p>The next time someone tells you that you should design your entire web presence in Flash, or have two versions of your site, shoot them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2006/12/web-site-intro-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buying Toothpaste</title>
		<link>http://www.tylerbutler.com/2006/12/buying-toothpaste/</link>
		<comments>http://www.tylerbutler.com/2006/12/buying-toothpaste/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 03:25:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.tylerbutler.com/index.php/2006/12/buying-toothpaste/</guid>
		<description><![CDATA[I had to buy a new tube of toothpaste the other day. This isn&#8217;t something I do terribly often. I live alone, and even with my braces, which requires a more stringent dental hygiene regiment, I don&#8217;t go through a tube that quickly.
But as I browsed the seemingly endless toothpaste section at my local Fred [...]]]></description>
			<content:encoded><![CDATA[<p>I had to buy a new tube of toothpaste the other day. This isn&#8217;t something I do terribly often. I live alone, and even with my braces, which requires a more stringent dental hygiene regiment, I don&#8217;t go through a tube that quickly.</p>
<p>But as I browsed the seemingly endless toothpaste section at my local Fred Meyer, looking for a tube, I realized that I have never bought the same type of toothpaste twice. I get to the store and I realize that I don&#8217;t know what type I bought last time, and all of the tubes look the same and have frustratingly similar names. <span><em>Did I get Mint Zing last time? Or was it Fresh Mint? Maybe it was Minty Fresh… Yeah, it was Minty Fresh.</em></span></p>
<p><span></span>Nope, it wasn&#8217;t Minty Fresh. It wasn&#8217;t even Fresh Mint or Mint Zing. It was <strong>Mega Mint with Scope, Baking Soda and Peroxide Whitening ++</strong>. <em>Sigh</em>. Why does it have to be so hard to buy freaking toothpaste?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2006/12/buying-toothpaste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
