<?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; firefox</title>
	<atom:link href="http://trickeries.com/tag/firefox/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>
		<item>
		<title>Google chrome: a first impressions review.</title>
		<link>http://trickeries.com/217/google-chrome-a-first-impressions-review/</link>
		<comments>http://trickeries.com/217/google-chrome-a-first-impressions-review/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 05:04:28 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://trickeries.com/?p=217</guid>
		<description><![CDATA[I like it a lot.
Keeping it non-technical, because someone else will rant about that stuff in more detail than I am willing to or can.
Stuff I am liking:

Very fast
It is very roomy feeling, not much &#8220;chrome&#8221; as it were.
I don&#8217;t have to relearn shortcuts, they are almost all FFish
I can open JavaScript bookmarklets in new [...]]]></description>
			<content:encoded><![CDATA[<h2>I like it a lot.</h2>
<p>Keeping it non-technical, because someone else will rant about that stuff in more detail than I am willing to or can.</p>
<h2>Stuff I am liking:</h2>
<ul>
<li>Very fast</li>
<li>It is very roomy feeling, not much &#8220;chrome&#8221; as it were.</li>
<li>I don&#8217;t have to relearn shortcuts, they are almost all FFish</li>
<li>I can open JavaScript bookmarklets in new tabs (this was not the case for FF as of version 3)</li>
<li>Searching is awesome, with a bit of setup, its very few keystrokes, like: &#8220;w jelly&#8221; to search wikipedia for jelly</li>
<li>View source pops up in a tab</li>
<li>The animations are cute and informative without being annoying</li>
<li>the launch page is handy (although Opera has had this for some time)</li>
<li>Built in &#8220;appability&#8221; (make one tab appear as an application window, for something like google docs)</li>
<li>Built in tab restore (I constantly close a tab and then realize I want it back)</li>
<li>Built in and fairly complete dom inspector, console, and JS debugger</li>
<li>The process manager is awesome.  Even when stuff gets out of hand, you can assumably fix it without losing your whole session</li>
<li>The find dialogue is great, however it will take a moment or two to adjust to top-right vs bottom-left</li>
</ul>
<h2>Lets get critical*:</h2>
<div>
<ul>
<li>The inspector, while nice, doesn&#8217;t allow me to change stuff on the fly like firebug does</li>
<li>There appear to be some JS animation / transparent png issues</li>
<li>I can&#8217;t do much in the way of scrolling</li>
<li>I don&#8217;t think the form elements displayed are as attractive as Firefox&#8217;s (on Vista)</li>
<li>As far as I have seen, there does not appear to be a way for me to view and interact with ajax requests</li>
</ul>
<div>At least for now, it will be my default browser, however I will still be using Firefox for development purposes. I want chrome to succeed, and to do this it will need to be embraced by and passionately work with the open source crowd.  So far they appear to be off to a cracking good start.  I will follow up with more later when I have used it extensively.</div>
<p><small>* please note that I am not an experienced webkit-based browser user.</small></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/217/google-chrome-a-first-impressions-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Firefox 3 release date / download party day!</title>
		<link>http://trickeries.com/146/firefox-3-release-date-download-party-day/</link>
		<comments>http://trickeries.com/146/firefox-3-release-date-download-party-day/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 02:49:58 +0000</pubDate>
		<dc:creator>atom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://trickeries.com/?p=146</guid>
		<description><![CDATA[

I have it on good authority (the internet&#8217;s) that firefox 3 will be released on June 17th!
Be sure to get involved by pledging to download on dday.
]]></description>
			<content:encoded><![CDATA[<p class="image">
<a href="http://www.spreadfirefox.com/node&#038;id=0&#038;t=264"><img src="http://trickeries.com/wp-content/uploads/2008/06/dday_badge_fox.png" alt="firefox 3 release date announced" title="dday_badge_fox" width="250" height="200" /></a></p>
<p>I have it on good authority (the internet&#8217;s) that firefox 3 will be released on June 17th!</p>
<p>Be sure to get involved by <a href="http://www.spreadfirefox.com/node&#038;id=0&#038;t=264" title="pledge to download Firefox 3">pledging to download on dday</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://trickeries.com/146/firefox-3-release-date-download-party-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
