<?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>everything flows &#187; annoying things</title>
	<atom:link href="http://www.lukerodgers.ca/category/annoying-things/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lukerodgers.ca</link>
	<description>a celestial emporium of benevolent knowledge</description>
	<lastBuildDate>Wed, 11 Jan 2012 02:35:43 +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>Bug in ckeditor version 3.6.1 revision 7072</title>
		<link>http://www.lukerodgers.ca/2011/07/bug-in-ckeditor-version-3-6-1-revision-7072/</link>
		<comments>http://www.lukerodgers.ca/2011/07/bug-in-ckeditor-version-3-6-1-revision-7072/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 20:51:02 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[web and tech]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=769</guid>
		<description><![CDATA[Using ckeditor and jquery adapter, and with a textarea that is initialized as a ckeditor instance more than once, once with content, once without, you may encounter a bug in Firefox, p is null.
Go to line 126, change
p.setHtml('');
to
if (p) { (&#8230;)</p><p><a href="http://www.lukerodgers.ca/2011/07/bug-in-ckeditor-version-3-6-1-revision-7072/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Using ckeditor and jquery adapter, and with a textarea that is initialized as a ckeditor instance more than once, once with content, once without, you may encounter a bug in Firefox, p is null.</p>
<p>Go to line 126, change</p>
<p><code>p.setHtml('');</code></p>
<p>to</p>
<p><code>if (p) { p.setHtml(''); }</code></p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2011/07/bug-in-ckeditor-version-3-6-1-revision-7072/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To LibraryThing widget users:</title>
		<link>http://www.lukerodgers.ca/2009/02/to-librarything-widget-users/</link>
		<comments>http://www.lukerodgers.ca/2009/02/to-librarything-widget-users/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 16:00:28 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[unpredictable things]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[librarything]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=484</guid>
		<description><![CDATA[Librarything.com went down, leading to issues for users of my LibraryThing widget.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.librarything.com">LibraryThing.com</a> is currently <a href="http://downforeveryoneorjustme.com/librarything.com">down</a>. This may be causing your pages with the <a href="http://wordpress.org/extend/plugins/librarything-recently-reviewed-widget/">LibraryThing Recently Reviewed widget</a> to hang. If so, just disable the plugin from the admin interface. I&#8217;ll be introducing a caching system in the future that should prevent this sort of disturbance.</p>
<p><strong>Update</strong>: LibraryThing is back online.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2009/02/to-librarything-widget-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve your pagination&#8217;s usability</title>
		<link>http://www.lukerodgers.ca/2009/02/improve-your-paginations-usability/</link>
		<comments>http://www.lukerodgers.ca/2009/02/improve-your-paginations-usability/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 07:04:27 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=482</guid>
		<description><![CDATA[In short: pad your <code>a</code> elements liberally]]></description>
			<content:encoded><![CDATA[<p>A quick tip to improve the usability of your pagination: <strong>give your <code>a</code> elements a decent amount of padding</strong>.</p>
<p>We know <a href="http://www.useit.com/alertbox/seniors.html">clickability is an issue for seniors</a>, but when it comes to the set of barely-separated-small-fonted numbers that so often comprise a website&#8217;s pagination, the increased click target area improves usability for everyone.</p>
<p><span id="more-482"></span>Bad examples of this abound&#8212;I&#8217;m sure I don&#8217;t need to point any out, as they constitute probably upwards of 90% of the pagination you encounter. Even Google isn&#8217;t great on this account (though you don&#8217;t often find yourself wanting to jump directly to page 8 of your search results).</p>
<p>Some decent examples of how to do it right can be found on <a href="http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/">this Smashing Magazine article</a> (though even many of these could, I think, offer the user a bigger target), while a post from the 37signals blog (<a href="http://www.37signals.com/svn/posts/1048-padded-link-targets-for-better-mousing">padded link targets for better mousing</a>)  demonstrates fairly clearly some of the benefits of padding your links in the way I&#8217;m suggesting.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2009/02/improve-your-paginations-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 CSS hacks with Wordpress.com</title>
		<link>http://www.lukerodgers.ca/2009/02/ie6-css-hacks-with-wordpresscom/</link>
		<comments>http://www.lukerodgers.ca/2009/02/ie6-css-hacks-with-wordpresscom/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:08:45 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=474</guid>
		<description><![CDATA[A trick for tweaking the CSS of your Wordpress.com blog for IE6.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a Wordpress.com blog for someone for which the &#8220;edit the <abbr title="Cascading Style Sheets">CSS</abbr>&#8221; upgrade has been purchased, and all has gone swell so far with tweaking the Kubrick theme. A couple <code>!important</code> declarations needed, but no big deal. That is, of course, until &#8220;make it work in <abbr title="Internet Explorer 6">IE6</abbr>&#8243; time came along.</p>
<p><span id="more-474"></span>Normally I&#8217;d just include a conditional comment, something seen by most developers to be a best practice, but in this case we can&#8217;t modify the php template files, so I had to break out the <abbr title="Cascading Style Sheets">CSS</abbr> hacks that I thought I had said goodbye to a few years ago.</p>
<p>There are several ways to go about this. First, I tried <a href="http://www.ejeliot.com/blog/63">these tips from Ed Eliot</a>, using the underscore trick to target just <abbr title="Internet Explorer 6">IE6</abbr>. But interestingly (and perhaps unsurprisingly) Wordpress.com apparently won&#8217;t let you save any code that isn&#8217;t valid. I had it confirmed by support that my <code>_margin-top: -200px;</code> wouldn&#8217;t work.</p>
<p>After briefly considering @importing another stylesheet, I instead went with the <abbr title="Cascading Style Sheets 2">CSS2</abbr> child selector approach outlined in a <a href="http://24ways.org/2005/avoiding-css-hacks-for-internet-explorer">24ways article from 2005</a>. Basically, since <abbr title="Internet Explorer 6">IE6</abbr> doesn&#8217;t support the child selector &#8216;&gt;&#8217;, you can make one declaration for <abbr title="Internet Explorer 6">IE6</abbr> then another for more advanced browsers using the child selector. E.g.<br />
<code class="block"> </code></p>
<pre>#content { /* for <abbr title="Internet Explorer 6">IE6</abbr> */
   margin-top: -200px;
}
#page &gt; #content { /* for other browsers, incl. IE7+ */
   margin-top: 40px;
}</pre>
<p>This might not get you all the mileage you need, but will probably help.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2009/02/ie6-css-hacks-with-wordpresscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank god Rogers is continuing to innovate</title>
		<link>http://www.lukerodgers.ca/2009/01/thank-god-rogers-is-continuing-to-innovate/</link>
		<comments>http://www.lukerodgers.ca/2009/01/thank-god-rogers-is-continuing-to-innovate/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 00:14:25 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=419</guid>
		<description><![CDATA[Apparently for Rogers, innovation means &#8220;making a few TV shows and movie previews available for free, and claiming that our Internet is the fastest in Canada without providing any support for the claim, and raising a bunch of our prices.&#8221; (&#8230;)</p><p><a href="http://www.lukerodgers.ca/2009/01/thank-god-rogers-is-continuing-to-innovate/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Apparently for Rogers, innovation means &#8220;making a few TV shows and movie previews available for free, and claiming that our Internet is the fastest in Canada without providing any support for the claim, and raising a bunch of our prices.&#8221; Three cheers for monopolies!</p>
<p><a href="http://www.lukerodgers.ca/wp-content/uploads/2009/01/rogersinnovates.jpg"><img class="size-full wp-image-420 alignnone" title="rogersinnovates" src="http://www.lukerodgers.ca/wp-content/uploads/2009/01/rogersinnovates.jpg" alt="rogersinnovates" width="367" height="259" /></a></p>
<p><a href="http://www.lukerodgers.ca/wp-content/uploads/2009/01/rogersinnovates2.jpg"><img class="alignnone size-medium wp-image-421" title="rogersinnovates2" src="http://www.lukerodgers.ca/wp-content/uploads/2009/01/rogersinnovates2-212x300.jpg" alt="rogersinnovates2" width="212" height="300" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2009/01/thank-god-rogers-is-continuing-to-innovate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scam ads on Facebook</title>
		<link>http://www.lukerodgers.ca/2009/01/scam-ads-on-facebook/</link>
		<comments>http://www.lukerodgers.ca/2009/01/scam-ads-on-facebook/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 13:00:41 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=405</guid>
		<description><![CDATA[Perhaps I&#8217;m the only one to whom this would be unexpected, but I was surprised to notice blatant scam ads on Facebook today. Maybe they&#8217;re not a recent addition but I just noticed them today for the first time. I (&#8230;)</p><p><a href="http://www.lukerodgers.ca/2009/01/scam-ads-on-facebook/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Perhaps I&#8217;m the only one to whom this would be unexpected, but I was surprised to notice blatant scam ads on Facebook today. Maybe they&#8217;re not a recent addition but I just noticed them today for the first time. I would have thought such things wouldn&#8217;t get clearance from Facebook&#8217;s marketing department.</p>
<p style="text-align: left;">Who knows how useful the little &#8220;thumbs down&#8221; functionality is in getting the misleading ads removed.</p>
<p><img class="size-full wp-image-406 alignnone" title="picture-3" src="http://www.lukerodgers.ca/wp-content/uploads/2009/01/picture-3.png" alt="picture-3" width="155" height="257" /></p>
<p><img class="size-full wp-image-407 alignnone" title="picture-4" src="http://www.lukerodgers.ca/wp-content/uploads/2009/01/picture-4.png" alt="picture-4" width="161" height="221" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2009/01/scam-ads-on-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The #1 reason not to use Joomla</title>
		<link>http://www.lukerodgers.ca/2008/11/the-1-reason-not-to-use-joomla/</link>
		<comments>http://www.lukerodgers.ca/2008/11/the-1-reason-not-to-use-joomla/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 04:16:16 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=357</guid>
		<description><![CDATA[The most annoying issue with Joomla!, despite the admirable efforts of many people involved with the project, is its tendancy to output crappy HTML. Even still, at least one of the default themes uses tables for layout, and last time (&#8230;)</p><p><a href="http://www.lukerodgers.ca/2008/11/the-1-reason-not-to-use-joomla/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The most annoying issue with Joomla!, despite the admirable efforts of many people involved with the project, is its tendancy to output crappy <abbr title="HyperText Markup Language">HTML</abbr>. Even still, at least one of the default themes uses tables for layout, and last time I checked the <abbr title="Really Simple Syndication">RSS</abbr> feeds that it spat out wouldn&#8217;t validate.</p>
<p>But the biggest problem is not with the core. A little bit of hacking can get around that. The bigger problem is the poorly coded extensions (plugins, components, modules). Running a website off an open-source <abbr title="Content Management System">CMS</abbr> means you almost invariably are going to need to rely on 3rd party extensions, and there&#8217;s nothing inherently wrong with that.</p>
<p>What&#8217;s wrong is the shoddy state of Joomla&#8217;s extension landscape. Credit to the extension authors is of course due more than blame, as they&#8217;re working (generally) for free, out of goodwill. But having to re-work over the <abbr title="HyperText Markup Language">HTML</abbr> generated by pretty much each and every extension&#8211;whether it&#8217;s removing tables used for layout, getting rid of deprecated elements and attributes, or just fixing plain old errors&#8211;gets tedious quickly. People should know better than to just throw <code>&lt;style&gt;</code> tags into the middle of a document. I shouldn&#8217;t be seeing  <code>&lt;td align="center"&gt;</code> anywere.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2008/11/the-1-reason-not-to-use-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fido.ca&#8217;s usability sin</title>
		<link>http://www.lukerodgers.ca/2008/09/fidocas-usability-sin/</link>
		<comments>http://www.lukerodgers.ca/2008/09/fidocas-usability-sin/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 14:17:23 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[things about which I am not ambivalent]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[ixd]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=295</guid>
		<description><![CDATA[There are few things that universally qualify as web design FAILs. The esteemed Jakob Nielsen has a list of Top-10 Web Design Mistakes from 1999 which, in web years, is a long time. Long enough that you think people would (&#8230;)</p><p><a href="http://www.lukerodgers.ca/2008/09/fidocas-usability-sin/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>There are few things that universally qualify as web design FAILs. The esteemed Jakob Nielsen has a list of <a href="http://www.useit.com/alertbox/990530.html">Top-10 Web Design Mistakes</a> from 1999 which, in web years, is a long time. Long enough that you think people would have learned.</p>
<p>Arguably, most of the ten mistakes he lists are not so hard and dry. For instance, it is not too hard to imagine situations in which opening a new browser window (mistake #2) is not a clear cut screw-up. And some of the mistakes are less serious than the others, e.g. #8, &#8220;jumping at the latest internet buzzword.&#8221;</p>
<p>But there is one holiest of holies that you just don&#8217;t mess with: breaking the &#8220;back&#8221; button. The <a href="http://www.igd.fhg.de/archive/1995_www95/papers/80/userpatterns/UserPatterns.Paper4.formatted.html">back button is the second most used browser action</a>, right after clicking a link to follow it. Breaking the back button is a clear signal that you haven&#8217;t thought, or don&#8217;t care, about your users.</p>
<p>So why does Fido.ca&#8217;s <a href="http://www.fido.ca/web/Fido.portal?_nfpb=true&amp;_pageLabel=Phones">Phones &amp; Accessories store</a> think they&#8217;re above this? It&#8217;s aesthetically pleasing, but trying to compare phones on their website was easily the most frustrating web browsing experience I&#8217;ve had in a long time. While I usually think it&#8217;s not very helpful or informative to be so flippant, in this case I call: user experience <a href="http://failblog.org/">FAIL</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2008/09/fidocas-usability-sin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ampersand validation issues with Joomla</title>
		<link>http://www.lukerodgers.ca/2008/09/ampersand-validation-issues-with-joomla/</link>
		<comments>http://www.lukerodgers.ca/2008/09/ampersand-validation-issues-with-joomla/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 03:55:26 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=287</guid>
		<description><![CDATA[Joomla! is, in many ways, a great CMS. One of its shortcomings, however, is that it has been slow to adopt web standards, which frequently manifests itself in annoying validation issues with generated XHTML and XML feeds. These issues are (&#8230;)</p><p><a href="http://www.lukerodgers.ca/2008/09/ampersand-validation-issues-with-joomla/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Joomla! is, in many ways, a great <abbr title="Content Management System">CMS</abbr>. One of its shortcomings, however, is that it has been slow to adopt <a href="http://dev.opera.com/articles/wsc/">web standards</a>, which frequently manifests itself in annoying validation issues with generated <abbr title="eXtensible HyperText Markup Language">XHTML</abbr> and <abbr title="eXtensible Markup Language">XML</abbr> feeds. These issues are usually fairly easily overcome, but it would be nice if you didn&#8217;t have to worry about them in the first place.</p>
<p>The default <abbr title="What You See Is What You Get">WYSIWYG</abbr> editor, for instance, seems to purposely prevent you from entering your ampersands (<code>&amp;</code>) as <code>&amp;amp;</code> which is required for <abbr title="eXtensible HyperText Markup Language">XHTML</abbr> validation. The way around this is simply to use a different editor; namely, <a href="http://www.joomlacontenteditor.net">JCE</a>, or the Joomla! Content Editor. JCE will, among other nice features, automatically appropriately encode your typed ampersands, making it easier to ensure your code validates.</p>
<p>One annoying &#8220;feature&#8221; I&#8217;ve encountered with JCE so far, though, is the inability to insert empty <code>alt</code> attributes. Often, particularly in the case of an icon that is more than adequately explained by surrounding text, adding <code>alt</code> text would actually just be at best redundant and at worst confusing to people using screenreaders. However, to validate, you have to include an empty <code>alt</code> attribute (<code>alt=""</code>). JCE doesn&#8217;t seem to like this, and will strip your empy <code>alt</code> attribute. I&#8217;m sure there is a relatively simple hack to circumvent this.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2008/09/ampersand-validation-issues-with-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If only Spore DRM complainers were this vocal about all corporate injustices</title>
		<link>http://www.lukerodgers.ca/2008/09/if-only-spore-drm-complainers-were-this-vocal-about-all-corporate-injustices/</link>
		<comments>http://www.lukerodgers.ca/2008/09/if-only-spore-drm-complainers-were-this-vocal-about-all-corporate-injustices/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 13:33:45 +0000</pubDate>
		<dc:creator>Luke Rodgers</dc:creator>
				<category><![CDATA[annoying things]]></category>
		<category><![CDATA[web and tech]]></category>
		<category><![CDATA[drm]]></category>

		<guid isPermaLink="false">http://www.lukerodgers.ca/?p=269</guid>
		<description><![CDATA[As of this writing, Spore, the new game from Maxis and Electronic Arts, has generated 2,015 1-star reviews on Amazon.com. The reason for this being EA&#8217;s rather draconian (can only install on three machines without calling tech support, computer needs (&#8230;)</p><p><a href="http://www.lukerodgers.ca/2008/09/if-only-spore-drm-complainers-were-this-vocal-about-all-corporate-injustices/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>As of this writing, <a href="http://www.spore.com">Spore</a>, the new game from Maxis and Electronic Arts, has generated <a href="http://www.amazon.com/Spore-Mac/dp/B000FKBCX4">2,015 1-star reviews on Amazon.com</a>. The reason for this being EA&#8217;s rather draconian (can only install on three machines without calling tech support, computer needs to check-in to EA activation servers) and useless (it was pirated a week before its launch anyway, and the DRM only annoys legitimate customers) <a href="http://en.wikipedia.org/wiki/Digital_rights_management">Digital Rights Management</a> (DRM).</p>
<p>While many of the complaints are valid, I can&#8217;t help but feel like their legitimacy is overshadowed by the fact that &gt;90% of these complainers would probably never get so riled up about, say, an Amazon product that was produced under exploitative or dangerous working conditions, that seriously threatened biodiversity, or that leached toxic checmicals into landfills when you were done using it.</p>
<p>No, these people will only get fired up if their video game doesn&#8217;t work just right. Don&#8217;t be surprised if I don&#8217;t have a lot of sympathy.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lukerodgers.ca/2008/09/if-only-spore-drm-complainers-were-this-vocal-about-all-corporate-injustices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

