<?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>William Zhou &#187; browser</title>
	<atom:link href="http://williamzhou.com/blog/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://williamzhou.com/blog</link>
	<description>My personal blog with a touch of the latest technology news.</description>
	<lastBuildDate>Wed, 24 Dec 2008 04:38:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get an email when Google visits</title>
		<link>http://williamzhou.com/blog/2007/07/get-an-email-when-google-visits/</link>
		<comments>http://williamzhou.com/blog/2007/07/get-an-email-when-google-visits/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 17:59:34 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/07/06/get-an-email-when-google-visits/</guid>
		<description><![CDATA[Simply stick this piece of code into your website or include file in php and get an email when Google visits that page! Of course, change the myemail@something.com before you put this into your website.
PHP:
    &#60;?php
//Change the following to your email address
$email = &#8220;myemail@something.com&#8221;;
if(eregi(&#8220;googlebot&#8221;,$_SERVER[’HTTP_USER_AGENT’]))
{
mail($email, &#8220;Googlebot detected&#8221;,
&#8220;Google has crawled : &#8220;.$_SERVER[’REQUEST_URI’]);
}
?&#62;
Perl:
 # give path of sendmail
$mailprog = [...]]]></description>
			<content:encoded><![CDATA[<p>Simply stick this piece of code into your website or include file in php and get an email when Google visits that page! Of course, change the <em>myemail@something.com </em>before you put this into your website<em>.</em><br />
PHP:</p>
<blockquote><p><em>    &lt;?php<br />
//Change the following to your email address<br />
$email = &#8220;myemail@something.com&#8221;;<br />
if(eregi(&#8220;googlebot&#8221;,$_SERVER[’HTTP_USER_AGENT’]))<br />
{<br />
mail($email, &#8220;Googlebot detected&#8221;,<br />
&#8220;Google has crawled : &#8220;.$_SERVER[’REQUEST_URI’]);<br />
}<br />
?&gt;</em></p></blockquote>
<p>Perl:</p>
<blockquote><p><em> # give path of sendmail<br />
$mailprog = ‘/usr/sbin/sendmail’;<br />
#Change the following to your email address<br />
$email = myemail@something.com;<br />
$browser = $ENV{’HTTP_USER_AGENT’};<br />
if ($browser =~ m/googlebot/i) {<br />
open (MAIL, &#8220;|$mailprog -t&#8221;) || die &#8220;ERROR: Problem Opening &#8211; $mailprog!\n&#8221;;<br />
print MAIL &#8220;From: $email\n&#8221;;<br />
print MAIL &#8220;To: $email\n&#8221;;<br />
print MAIL &#8220;Subject: Googlebot detected\n\n&#8221;;<br />
print MAIL &#8220;Google has crawled : &#8220;.$ENV{’REQUEST_URI’};<br />
close (MAIL);<br />
}</em></p></blockquote>
<p>So use at your own risk, and prepare to get spamed.</p>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/07/get-an-email-when-google-visits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 (Alpha 6)</title>
		<link>http://williamzhou.com/blog/2007/07/firefox-3-alpha-6/</link>
		<comments>http://williamzhou.com/blog/2007/07/firefox-3-alpha-6/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 18:11:48 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/07/04/firefox-3-alpha-6/</guid>
		<description><![CDATA[The final alpha of Firefox 3 was released to developers yesterday. The first beta version of Firefox 3 will be released on July 31st. The current alpha release, alpha 6 reveals the following additions:


Updated SQLite engine to version 3.3.17
Support for site-specific preferences &#8211; text size
A new Quit dialog box that resolves termination errors
Added permanent &#8216;Restart [...]]]></description>
			<content:encoded><![CDATA[<p>The final alpha of Firefox 3 was released to developers yesterday. The first beta version of Firefox 3 will be released on July 31st. The current alpha release, alpha 6 reveals the following additions:</p>
<blockquote>
<ul>
<li>Updated SQLite engine to version 3.3.17</li>
<li>Support for site-specific preferences &#8211; text size</li>
<li>A new Quit dialog box that resolves termination errors</li>
<li>Added permanent &#8216;Restart Firefox&#8217; button to Add-Ons Manager</li>
<li>Miscellaneous fixes to download manager including correctly displaying large file sizes</li>
<li>Various Places fixes</li>
<li>Miscellaneous Gecko 1.9 bug fixes</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/07/firefox-3-alpha-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ʇxǝʇ uʍop ǝpısdn ǝʇıɹʍ</title>
		<link>http://williamzhou.com/blog/2007/07/%ca%87x%c7%9d%ca%87-u%ca%8dop-%c7%9dpisdn-%c7%9d%ca%87i%c9%b9%ca%8d/</link>
		<comments>http://williamzhou.com/blog/2007/07/%ca%87x%c7%9d%ca%87-u%ca%8dop-%c7%9dpisdn-%c7%9d%ca%87i%c9%b9%ca%8d/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 03:26:36 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/07/01/%ca%87x%c7%9d%ca%87-u%ca%8dop-%c7%9dpisdn-%c7%9d%ca%87i%c9%b9%ca%8d/</guid>
		<description><![CDATA[Yes, you can write upside down text, like this:
ɥbnoɥʇ pɐǝɹ oʇ pɹɐɥ s,ʇı
http://www.revfad.com/flip.html
]]></description>
			<content:encoded><![CDATA[<p>Yes, you can write upside down text, like this:<br />
ɥbnoɥʇ pɐǝɹ oʇ pɹɐɥ s,ʇı</p>
<p>http://www.revfad.com/flip.html</p>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/07/%ca%87x%c7%9d%ca%87-u%ca%8dop-%c7%9dpisdn-%c7%9d%ca%87i%c9%b9%ca%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image to HTML converter</title>
		<link>http://williamzhou.com/blog/2007/06/image-to-html-converter/</link>
		<comments>http://williamzhou.com/blog/2007/06/image-to-html-converter/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 04:54:15 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/06/24/image-to-html-converter/</guid>
		<description><![CDATA[This is probably how the Japanese guy drew with HTML.
http://neil.fraser.name/software/img2html/
How does it work?
A table is created which is filled with large numbers of 1&#215;1 cells. Each cell has a background colour of the corresponding pixel in the image. That&#8217;s all it is; just a massive grid of coloured table cells. View the source to see [...]]]></description>
			<content:encoded><![CDATA[<p>This is probably how the <a href="http://beyond-innovation.org/shadowz/2007/06/24/drawing-with-html/" target="_blank">Japanese guy drew with HTML</a>.</p>
<p>http://neil.fraser.name/software/img2html/</p>
<blockquote><p><em><strong>How does it work?</strong><br />
A table is created which is filled with large numbers of 1&#215;1 cells. Each cell has a background colour of the corresponding pixel in the image. That&#8217;s all it is; just a massive grid of coloured table cells. View the source to see the details. </em></p></blockquote>
<p>I failed to put it on my blog because&#8230;</p>
<blockquote><p><strong>Why does it take so long to display?</strong><br />
Web browsers are designed to display image files; they aren&#8217;t optimised for 10,000 cell tables. To help the browser out, the table is chopped up into smaller tables, each containing about 15 horizontal lines. This allows browsers like MSIE to render the chunks independently without having to wait for the entire image to load. Other browsers such as Mozilla don&#8217;t care, since they are capable of rendering tables as they load.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/06/image-to-html-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop Tower Defense 1.5</title>
		<link>http://williamzhou.com/blog/2007/06/desktop-tower-defense-15/</link>
		<comments>http://williamzhou.com/blog/2007/06/desktop-tower-defense-15/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 22:07:14 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/06/22/desktop-tower-defense-15/</guid>
		<description><![CDATA[Have you ever played Desktop Tower Defense? Well, the new version is finally out.
http://www.handdrawngames.com/DesktopTD/
Finally, more creeps to kill and better canons!
&#8220;What&#8217;s New: New Ink, Snap &#38; Boost Towers, New Morph &#38; Dark Creeps, New Trickle, Random, 15 Tower &#38; Splash/No Splash modes, 10K mode is now 100 levels, Bash tower improved, Improved Interface, New Sounds [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever played <a href="http://beyond-innovation.org/shadowz/2007/04/08/highly-addictive-flash-game-desktop-td/" target="_blank">Desktop Tower Defense</a>? Well, the new version is finally out.</p>
<p>http://www.handdrawngames.com/DesktopTD/</p>
<p>Finally, more creeps to kill and better canons!</p>
<blockquote><p>&#8220;What&#8217;s New: New Ink, Snap &amp; Boost Towers, New Morph &amp; Dark Creeps, New Trickle, Random, 15 Tower &amp; Splash/No Splash modes, 10K mode is now 100 levels, Bash tower improved, Improved Interface, New Sounds &#8211; Enjoy! &#8220;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/06/desktop-tower-defense-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Flash Games</title>
		<link>http://williamzhou.com/blog/2007/06/top-flash-games/</link>
		<comments>http://williamzhou.com/blog/2007/06/top-flash-games/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 20:33:19 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/06/17/top-flash-games/</guid>
		<description><![CDATA[Obviously, there&#8217;s Desktop Tower Defense, and then Boxhead for hours of enjoyment. However, I stumbled upon some new ones yesterday that will keep you busy for hours more!


Flash Vector TD (another tower defense)
Stairfall: the Game (hours of pure killing)
Blue Print (for physics lovers)
World Smallest Pac Man (you really need good eyes
Nintendo 8-bit games collection (ah. [...]]]></description>
			<content:encoded><![CDATA[<p>Obviously, there&#8217;s <a href="http://www.handdrawngames.com/DesktopTD/">Desktop Tower Defense</a>, and then Boxhead for hours of enjoyment. However, I stumbled upon some new ones yesterday that will keep you busy for hours more!</p>
<blockquote>
<ul>
<li><a href="http://www.candystand.com/play.do?id=18047">Flash Vector TD (another tower defense)</a></li>
<li><a href="http://www.vivalagames.com/play/stairfall/">Stairfall: the Game (hours of pure killing)</a></li>
<li><a href="http://www.mousebreaker.com/games/blueprint/play.php">Blue Print (for physics lovers)</a></li>
<li><a href="http://guimp.com/pacman_flash.html">World Smallest Pac Man (you really need good eyes</a></li>
<li><a href="http://nintendo8.com/toplist/">Nintendo 8-bit games collection (ah. the good old times)</a></li>
<li><a href="http://www.kontraband.com/show/show.asp?ID=5274">What Is Love? (not really a game)</a></li>
<li><a href="http://www.jonmiles.co.uk/fingerjig.php">Fingerjig (my fingers hurts now)</a></li>
<li><a href="http://www.atrianglemorning.com/games//flash.php">Messed up &#8220;Choose Your Own Adventure&#8221; (this is totally weird)</a></li>
<li><a href="http://www.shockwave.com/content/shuffle/sis/shuffle.swf">Shuffle (sure to keep you busy for a while)</a></li>
<li><a href="http://www.stickpage.com/wpnfiregameplay.shtml">Insane stickman shooting game (stick figures are always fun to kill)<br />
</a></li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/06/top-flash-games/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The REAL Firefox</title>
		<link>http://williamzhou.com/blog/2007/06/the-real-firefox/</link>
		<comments>http://williamzhou.com/blog/2007/06/the-real-firefox/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 02:36:45 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/06/15/the-real-firefox/</guid>
		<description><![CDATA[So were you expecting a fox on fire?




Oh look, it&#8217;s eating something.

And here&#8217;s a azureus (bittorrent):
http://www.northwestfrogfest.com/D.%20azureus.jpg
]]></description>
			<content:encoded><![CDATA[<p>So were you expecting a fox on fire?</p>
<p><img src="http://bp2.blogger.com/_Fa-NqGm0-Lk/RnLhaIuC_cI/AAAAAAAAAK0/O1Szg1T4b1Q/s400/firefox3.jpg" height="319" width="400" /></p>
<p><img src="http://bp3.blogger.com/_Fa-NqGm0-Lk/RnLhRYuC_aI/AAAAAAAAAKk/q2Kk28cheR4/s400/firefox5.jpg" height="351" width="400" /></p>
<p><img src="http://bp0.blogger.com/_Fa-NqGm0-Lk/RnLhhouC_eI/AAAAAAAAALE/fpy-cYoTsb0/s400/firefox1.jpg" height="277" width="400" /></p>
<p><img src="http://bp0.blogger.com/_Fa-NqGm0-Lk/RnLhdouC_dI/AAAAAAAAAK8/ITeKJe4UU_E/s400/firefox2.jpg" height="400" width="312" /></p>
<p>Oh look, it&#8217;s eating something.</p>
<p><img src="http://img297.imageshack.us/img297/9243/firefoxmp8.png" height="351" width="400" /></p>
<p>And here&#8217;s a azureus (bittorrent):</p>
<p>http://www.northwestfrogfest.com/D.%20azureus.jpg</p>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/06/the-real-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go inside the picture</title>
		<link>http://williamzhou.com/blog/2007/06/go-inside-the-picture/</link>
		<comments>http://williamzhou.com/blog/2007/06/go-inside-the-picture/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 03:15:39 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/06/06/go-inside-the-picture/</guid>
		<description><![CDATA[Drag you mouse and go into the picture
http://www.games4work.com/games/swf/supercoolpic.swf
]]></description>
			<content:encoded><![CDATA[<p>Drag you mouse and go into the picture</p>
<p>http://www.games4work.com/games/swf/supercoolpic.swf</p>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/06/go-inside-the-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Lemmings</title>
		<link>http://williamzhou.com/blog/2007/05/online-lemmings/</link>
		<comments>http://williamzhou.com/blog/2007/05/online-lemmings/#comments</comments>
		<pubDate>Sun, 27 May 2007 23:14:27 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/05/27/online-lemmings/</guid>
		<description><![CDATA[Love lemmings?

Play the online DHTML version here: http://www.elizium.nu/scripts/lemmings/index.php
]]></description>
			<content:encoded><![CDATA[<p>Love lemmings?</p>
<p><img src="http://upload.wikimedia.org/wikipedia/en/thumb/8/89/Amiga_Lemmings.png/250px-Amiga_Lemmings.png" height="156" width="250" /></p>
<p>Play the online DHTML version here: http://www.elizium.nu/scripts/lemmings/index.php</p>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/05/online-lemmings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: twitbin</title>
		<link>http://williamzhou.com/blog/2007/05/update-twitbin/</link>
		<comments>http://williamzhou.com/blog/2007/05/update-twitbin/#comments</comments>
		<pubDate>Tue, 08 May 2007 00:37:46 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[download]]></category>

		<guid isPermaLink="false">http://beyond-innovation.org/shadowz/2007/05/07/update-twitbin/</guid>
		<description><![CDATA[So I posted about twitbin. Yes, it&#8217;s getting even better. After you use it, you get addicted to twitter. Since everytime I open firefox, it will be there logged in and ready to let me type something in, I now will tweet more. They said that they might have speed issues, however, I haven&#8217;t seen [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://twitbin.com/images/logo.gif" height="125" width="281" /></p>
<p>So I <a href="http://twitbin.com/images/screenshot.gif" target="_blank">posted</a> about twitbin. Yes, it&#8217;s getting even better. After you use it, you get addicted to twitter. Since everytime I open firefox, it will be there logged in and ready to let me type something in, I now will tweet more. They said that they might have speed issues, however, I haven&#8217;t seen any (which is good).</p>
<p>However, I do have one thing. I know it&#8217;s a minor issue (not even a issue), it&#8217;s still important to people like us or me. Because my friends don&#8217;t tweet a lot (not like me, I am trying to tell them about this twitbin), I can&#8217;t see anything from my person/friends stream obtained from twitter except from my own. If they just allow the history to go back a little bit further, I would be happy. Anyhow, it&#8217;s not that important anyway and this only applies to us/me!</p>
<p>Great service and tool. Loving it.<br />
By the way, they are already working on the next version.</p>
<p>Tweet on! Or shall I say twitbin on!</p>
<p><img src="http://www.twitbin.com/images/brownbutton.gif" height="49" width="124" /></p>
]]></content:encoded>
			<wfw:commentRss>http://williamzhou.com/blog/2007/05/update-twitbin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

