<?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>GeekHacks.com &#187; Browser Hacks</title>
	<atom:link href="http://geekhacks.com/category/browser-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekhacks.com</link>
	<description>Possible Impossibilities</description>
	<lastBuildDate>Thu, 27 May 2010 17:17:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Top 10 Mozilla Firefox keyboard shortcuts you should use!</title>
		<link>http://geekhacks.com/2007/09/27/top-10-mozilla-firefox-keyboard-shortcuts-you-should-use/</link>
		<comments>http://geekhacks.com/2007/09/27/top-10-mozilla-firefox-keyboard-shortcuts-you-should-use/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 17:45:28 +0000</pubDate>
		<dc:creator>geekhacks</dc:creator>
				<category><![CDATA[Browser Hacks]]></category>

		<guid isPermaLink="false">http://geekhacks.com/2007/09/27/top-10-mozilla-firefox-keyboard-shortcuts-you-should-use/</guid>
		<description><![CDATA[<p>Mozilla Firefox is my no. 1 web browser and I also must to admit that it is the most used application on my desktop. I&#8217;m using it on daily basis and as I like to do things fast and in a comfortable way I&#8217;m using keyboard shortcuts. I thought that they could help to many [...]</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a> is my no. 1 <strong>web browser</strong> and I also must to admit that it is the <strong>most used application on my desktop</strong>. I&#8217;m using it on daily basis and as I like to do things fast and in a comfortable way I&#8217;m using <strong>keyboard shortcuts.</strong>  I thought that they could help to many of my readers too, so I&#8217;d love to share them with you:</p>
<ol>
<li><strong>Ctrl+T</strong> [open a new tab]</li>
<li><strong>Ctrl+W</strong> [close current tab]</li>
<li><strong>Alt+D</strong> [go to address bar]<a href="http://geekhacks.com/wp-content/uploads/2007/09/mozilla-firefox-logo.jpg" onclick="return false;" title="Direct link to file"><img src="http://geekhacks.com/wp-content/uploads/2007/09/mozilla-firefox-logo.thumbnail.jpg" alt="Mozilla Firefox logo" align="right" height="128" width="132" /></a></li>
<li><strong>Ctrl+K</strong> [go to search bar]</li>
<li><strong>Ctrl+Shift+T</strong> [reopen the latest closed tab]</li>
<li><strong>Ctrl+F</strong> [search the page]</li>
<li><strong>Ctrl++</strong> or <strong>Ctrl+-</strong> [increase/decrease text size]</li>
<li><strong>F5</strong> [refresh (reload) page]</li>
<li><strong>Alt+Home</strong> [go to homepage]</li>
<li><strong>Ctrl+Tab</strong> and <strong>Ctrl+Shift+Tab</strong> (or <strong>Ctrl+PageUp</strong> and <strong>Ctrl+PageDown</strong>) [go to the next/previous tab]</li>
</ol>
<p>The order of shortcuts is random as I&#8217;m using them also randomly, but those are my most used keyboard shortcuts in <strong>Firefox</strong>.</p>
<p>What cool (productive|killer|hidden|whatever) shortcuts do you use? Share them with us in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://geekhacks.com/2007/09/27/top-10-mozilla-firefox-keyboard-shortcuts-you-should-use/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Hack images on any page with Math and JavaScript</title>
		<link>http://geekhacks.com/2007/08/07/hack-images-on-any-page-with-math-and-javascript/</link>
		<comments>http://geekhacks.com/2007/08/07/hack-images-on-any-page-with-math-and-javascript/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 14:53:03 +0000</pubDate>
		<dc:creator>geekhacks</dc:creator>
				<category><![CDATA[Browser Hacks]]></category>

		<guid isPermaLink="false">http://geekhacks.com/2007/08/07/hack-images-on-any-page-with-math-and-javascript/</guid>
		<description><![CDATA[<p>JavaScript is recently very popular scripting language. It powers the most popular Web 2.0 applications with a combination of web development technique called AJAX. However, if you thought that JavaScript can be used only by web developers I must defeat you. Below this paragraph you will find 2 snippets of JavaScript code that you can [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>JavaScript is recently very popular scripting language. It powers the most popular Web 2.0 applications with a combination of web development technique called <a href="http://en.wikipedia.org/wiki/Ajax_(programming)">AJAX</a>.</p>
<p>However, if you thought that JavaScript can be used only by web developers I must defeat you. Below this paragraph you will find 2 snippets of JavaScript code that you can just copy and paste to your browser address bar and you will see the power of Math and JavaScript.</p>
<p>But before I show you the snippets do the following:</p>
<ol>
<li>Open some web page with images e.g. <a href="http://images.google.com">http://images.google.com</a></li>
<li>Search for whatever you like e.g. hacks</li>
<li>Copy and paste one of the following snippets:</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">javascript<span style="color: #339933;">:</span>R<span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> x1<span style="color: #339933;">=</span>.1<span style="color: #339933;">;</span> y1<span style="color: #339933;">=</span>.05<span style="color: #339933;">;</span> x2<span style="color: #339933;">=</span>.25<span style="color: #339933;">;</span> y2<span style="color: #339933;">=</span>.24<span style="color: #339933;">;</span> x3<span style="color: #339933;">=</span><span style="color: #CC0000;">1.6</span><span style="color: #339933;">;</span> y3<span style="color: #339933;">=</span>.24<span style="color: #339933;">;</span> x4<span style="color: #339933;">=</span><span style="color: #CC0000;">300</span><span style="color: #339933;">;</span> y4<span style="color: #339933;">=</span><span style="color: #CC0000;">200</span><span style="color: #339933;">;</span> x5<span style="color: #339933;">=</span><span style="color: #CC0000;">300</span><span style="color: #339933;">;</span> y5<span style="color: #339933;">=</span><span style="color: #CC0000;">200</span><span style="color: #339933;">;</span> DI<span style="color: #339933;">=</span>document.<span style="color: #660066;">images</span><span style="color: #339933;">;</span> DIL<span style="color: #339933;">=</span>DI.<span style="color: #660066;">length</span><span style="color: #339933;">;</span> <span style="color: #003366; font-weight: bold;">function</span> A<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #000066; font-weight: bold;">for</span><span style="color: #009900;">&#40;</span>i<span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i<span style="color: #339933;">-</span>DIL<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>DIS<span style="color: #339933;">=</span>DI<span style="color: #009900;">&#91;</span> i <span style="color: #009900;">&#93;</span>.<span style="color: #660066;">style</span><span style="color: #339933;">;</span> DIS.<span style="color: #660066;">position</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'absolute'</span><span style="color: #339933;">;</span> DIS.<span style="color: #660066;">mkssddddddddddd</span><span style="color: #339933;">=</span>Math.<span style="color: #660066;">sin</span><span style="color: #009900;">&#40;</span>R<span style="color: #339933;">*</span>x1<span style="color: #339933;">+</span>i<span style="color: #339933;">*</span>x2<span style="color: #339933;">+</span>x3<span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span>x4<span style="color: #339933;">+</span>x5<span style="color: #339933;">;</span> DIS.<span style="color: #660066;">top</span><span style="color: #339933;">=</span>Math.<span style="color: #660066;">cos</span><span style="color: #009900;">&#40;</span>R<span style="color: #339933;">*</span>y1<span style="color: #339933;">+</span>i<span style="color: #339933;">*</span>y2<span style="color: #339933;">+</span>y3<span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span>y4<span style="color: #339933;">+</span>y5<span style="color: #009900;">&#125;</span>R<span style="color: #339933;">++</span><span style="color: #009900;">&#125;</span>setInterval<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'A()'</span><span style="color: #339933;">,</span><span style="color: #CC0000;">5</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000066; font-weight: bold;">void</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>or</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">javascript<span style="color: #339933;">:</span>R<span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> x1<span style="color: #339933;">=</span>.1<span style="color: #339933;">;</span> y1<span style="color: #339933;">=</span>.05<span style="color: #339933;">;</span> x2<span style="color: #339933;">=</span>.25<span style="color: #339933;">;</span> y2<span style="color: #339933;">=</span>.24<span style="color: #339933;">;</span> x3<span style="color: #339933;">=</span><span style="color: #CC0000;">1.6</span><span style="color: #339933;">;</span> y3<span style="color: #339933;">=</span>.24<span style="color: #339933;">;</span> x4<span style="color: #339933;">=</span><span style="color: #CC0000;">300</span><span style="color: #339933;">;</span> y4<span style="color: #339933;">=</span><span style="color: #CC0000;">200</span><span style="color: #339933;">;</span> x5<span style="color: #339933;">=</span><span style="color: #CC0000;">300</span><span style="color: #339933;">;</span> y5<span style="color: #339933;">=</span><span style="color: #CC0000;">200</span><span style="color: #339933;">;</span> DI<span style="color: #339933;">=</span>document.<span style="color: #660066;">images</span><span style="color: #339933;">;</span> DIL<span style="color: #339933;">=</span>DI.<span style="color: #660066;">length</span><span style="color: #339933;">;</span> <span style="color: #003366; font-weight: bold;">function</span> A<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #000066; font-weight: bold;">for</span><span style="color: #009900;">&#40;</span>i<span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i<span style="color: #339933;">-</span>DIL<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>DIS<span style="color: #339933;">=</span>DI<span style="color: #009900;">&#91;</span> i <span style="color: #009900;">&#93;</span>.<span style="color: #660066;">style</span><span style="color: #339933;">;</span> DIS.<span style="color: #660066;">position</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'absolute'</span><span style="color: #339933;">;</span> DIS.<span style="color: #660066;">left</span><span style="color: #339933;">=</span>Math.<span style="color: #660066;">sin</span><span style="color: #009900;">&#40;</span>R<span style="color: #339933;">*</span>x1<span style="color: #339933;">+</span>i<span style="color: #339933;">*</span>x2<span style="color: #339933;">+</span>x3<span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span>x4<span style="color: #339933;">+</span>x5<span style="color: #339933;">;</span> DIS.<span style="color: #660066;">top</span><span style="color: #339933;">=</span>Math.<span style="color: #660066;">cos</span><span style="color: #009900;">&#40;</span>R<span style="color: #339933;">*</span>y1<span style="color: #339933;">+</span>i<span style="color: #339933;">*</span>y2<span style="color: #339933;">+</span>y3<span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span>y4<span style="color: #339933;">+</span>y5<span style="color: #009900;">&#125;</span>R<span style="color: #339933;">++</span><span style="color: #009900;">&#125;</span>setInterval<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'A()'</span><span style="color: #339933;">,</span><span style="color: #CC0000;">5</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000066; font-weight: bold;">void</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>As you can see there can be much of fun with this 1 line of code. You can also freely modify the it and discover some other cool image motions. Please share them with us!</p>
]]></content:encoded>
			<wfw:commentRss>http://geekhacks.com/2007/08/07/hack-images-on-any-page-with-math-and-javascript/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Single line of HTML and CSS can crash Internet Explorer 6</title>
		<link>http://geekhacks.com/2007/08/07/single-line-of-html-and-css-can-crash-internet-explorer-6/</link>
		<comments>http://geekhacks.com/2007/08/07/single-line-of-html-and-css-can-crash-internet-explorer-6/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 14:00:29 +0000</pubDate>
		<dc:creator>geekhacks</dc:creator>
				<category><![CDATA[Browser Hacks]]></category>

		<guid isPermaLink="false">http://geekhacks.com/2007/08/07/single-line-of-html-and-css-can-crash-internet-explorer-6/</guid>
		<description><![CDATA[<p>A new IE6 bug was discovered by a Japanese blogger called Hamachiya2. He found out a combination of CSS and HTML code that can totally crash IE6: &#60;style&#62;*&#123;position:relative&#125;&#60;/style&#62;&#60;table&#62;&#60;input&#62;&#60;/table&#62; Here you can find a live preview. (it works without problems in Mozilla Firefox and other good browsers) For me it is just another one confirmation how [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>A new IE6 bug was discovered by a Japanese blogger called <a href="http://d.hatena.ne.jp/Hamachiya2/20070804/browser_crasher">Hamachiya2.</a> He found out a combination of CSS and HTML code that can totally crash IE6:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;style<span style="color: #00AA00;">&gt;*</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">&#125;</span>&lt;/style<span style="color: #00AA00;">&gt;</span>&lt;table<span style="color: #00AA00;">&gt;</span>&lt;input<span style="color: #00AA00;">&gt;</span>&lt;/table<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>Here you can find a <a href="http://www.geekhacks.com/wp-content/uploads/2007/08/ie6crash.html">live preview</a>. (it works without problems in Mozilla Firefox and other good browsers)</p>
<p>For me it is just another one confirmation how buggy Internet Explorer really is. Not mention a tens if not hundreds of other well known CSS bugs.</p>
<p>If you are still using Internet Explorer 6 I highly recommend you to use a better browser like <a href="http://www.mozilla.com">Mozilla Firefox</a>, <a href="http://www.opera.com">Opera</a> or at least Internet Explorer 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekhacks.com/2007/08/07/single-line-of-html-and-css-can-crash-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
