<?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>trickeries! &#187; annoying</title>
	<atom:link href="http://trickeries.com/tag/annoying/feed/" rel="self" type="application/rss+xml" />
	<link>http://trickeries.com</link>
	<description>it's tricky to rock a style thats liked online</description>
	<lastBuildDate>Tue, 02 Mar 2010 06:01:56 +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>Disabling Firefox keyboard shortcuts with JavaScript</title>
		<link>http://trickeries.com/238/disabling-firefox-keyboard-shortcuts-with-javascript/</link>
		<comments>http://trickeries.com/238/disabling-firefox-keyboard-shortcuts-with-javascript/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 07:15:42 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annoying]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://trickeries.com/?p=238</guid>
		<description><![CDATA[First off, let me just say I feel really stupid for posting this.  It seems like I stumbled onto something for the first time that should be common knowledge for a JavaScript developer.  However, I am still making the post because I find this to be rather strange.  Using the event &#8216;preventDefault&#8217; method, you [...]]]></description>
			<content:encoded><![CDATA[<p>First off, let me just say I feel really stupid for posting this.  It seems like I stumbled onto something for the first time that should be common knowledge for a JavaScript developer.  However, I am still making the post because I find this to be rather strange.  Using the event &#8216;preventDefault&#8217; method, you can completely disable Firefox&#8217;s built in keyboard shortcuts.  If you click on the following js bookmarklet:</p>
<h2><a href="javascript:(function(){document.onkeypress = function(event){return event.preventDefault()}})()">ruin my browser!</a></h2>
<p>You won&#8217;t be able to pop firebug up with f12, ctrl+t yourself a new tab, get yourself a fresh version of the page with f5, and you won&#8217;t even be able to view the source.  When I ran into this for the first time, I thought my computer was fucked up.</p>
<p>Apparently, this is also just Firefox.  I just tested it in IE and Chrome, and it appears to do nothing.  Is this a XUL thing?</p>
<p>Does anyone else find this to be strange or annoying?  Is this surprising or am I stupid?  It just seems like this shouldn&#8217;t happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/238/disabling-firefox-keyboard-shortcuts-with-javascript/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
