<?xml version="1.0" encoding="iso-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>Blog of My Life</title>
  <link rel="alternate" type="text/html" href="http://david.huplus.com/" />
  <modified>2005-01-05T08:02:38Z</modified>
  <tagline>by David J. Hu</tagline>
  <id>tag:david.huplus.com,2006://1</id>
  <generator url="http://www.movabletype.org/" version="2.661">Movable Type</generator>
  <copyright>Copyright (c) 2005, david</copyright>
  <entry>
    <title>The new Royale theme!</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000141.html" />
    <modified>2005-01-05T08:02:38Z</modified>
    <issued>2005-01-05T00:02:38-08:00</issued>
    <id>tag:david.huplus.com,2005://1.141</id>
    <created>2005-01-05T08:02:38Z</created>
    <summary type="text/plain">Have you checked out the newest XP theme, Royale? Looks pretty cool. view screenshots. Download it now....</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Random</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[Have you checked out the newest XP theme, <b>Royale</b>? Looks pretty cool. <br><br>

view <a href="http://www.softpedia.com/progScreenshots/Royale-Theme-for-WinXP-leaked-Screenshot-13027.html">screenshots</a>.
<br><br>
<a href="http://download.softpedia.com/software/desktop/Royale_theme.exe">Download</a> it now.]]>
      
    </content>
  </entry>
  <entry>
    <title>Importance of Online Privacy</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000140.html" />
    <modified>2005-01-02T08:50:49Z</modified>
    <issued>2005-01-02T00:50:49-08:00</issued>
    <id>tag:david.huplus.com,2005://1.140</id>
    <created>2005-01-02T08:50:49Z</created>
    <summary type="text/plain">Your online privacy is important. Nowadays, more and more people are making purchases online. Because of this, it&apos;s a lot easier to collect, share, and analyze your personal purchase pattern. Why is this bad for you? If you&apos;ve taken econ,...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Personal</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      Your online privacy is important. Nowadays, more and more people are making purchases online. Because of this, it&apos;s a lot easier to collect, share, and analyze your personal purchase pattern. Why is this bad for you? If you&apos;ve taken econ, you should&apos;ve learnt the concept of price discrimation. What it means is that the seller is trying to sell you products at the maximum price you&apos;re willing to pay. Every piece of information you give to the seller is another hint the seller can use to achieve that goal. In the end, the consumer loses and pays the difference.
      
    </content>
  </entry>
  <entry>
    <title>Optimizing Web Application</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000139.html" />
    <modified>2004-12-30T18:03:02Z</modified>
    <issued>2004-12-30T10:03:02-08:00</issued>
    <id>tag:david.huplus.com,2004://1.139</id>
    <created>2004-12-30T18:03:02Z</created>
    <summary type="text/plain">For web applications, one neat way to minimize the use of server resources is to write all of your html&apos;s and js&apos;s in such a way that they can be cached in the end user&apos;s web browser. If you can...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Personal</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      For web applications, one neat way to minimize the use of server resources is to write all of your html&apos;s and js&apos;s in such a way that they can be cached in the end user&apos;s web browser. If you can separate static code from dynamic code, you can store the static code in a user&apos;s browser&apos;s cache. This way, the next time your user visit the site, your application gets loaded immediately without the need to request it from the server. However, there&apos;s one problem that you have to be aware of, and that is: if you do not develop a way to update cached version of your code, your users may be stuck with an old copy until they reset their browser&apos;s cache. One elegant solution to work around this is to tag the version of your code onto the name of your code file. Then, update the init/loading page, (i.e. index.html, default.aspx...), to point to the latest copy. In this way, if you have a newer version of the code, the browser immediately recognizes it. On the other hand, if your code hasn&apos;t changed, it will just be loaded from the cache. In addition, since we need the flexibility tell the browser which files to cache and which not, we would want to have a generic web application, e.g. cachefeeder.aspx,  to feed our code to the browser, so that the http response header is properly set. Note that for small application, this technique should not be used because it reduces resource usage at the cost of simplicity and maintainability.
      
    </content>
  </entry>
  <entry>
    <title>This space intentionally left blank.</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000137.html" />
    <modified>2004-12-16T23:09:48Z</modified>
    <issued>2004-12-16T15:09:48-08:00</issued>
    <id>tag:david.huplus.com,2004://1.137</id>
    <created>2004-12-16T23:09:48Z</created>
    <summary type="text/plain">http://services.google.com/ find out why ... http://www.this-page-intentionally-left-blank.org/whythat.html...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<a href="http://services.google.com/">http://services.google.com/</a>
<br><BR>
find out why ...
<br><br>
<a href="http://www.this-page-intentionally-left-blank.org/whythat.html">http://www.this-page-intentionally-left-blank.org/whythat.html</a>
]]>
      
    </content>
  </entry>
  <entry>
    <title>http://forums.fark.com/cgi/fark/comments.pl?IDLink=1115586</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000135.html" />
    <modified>2004-12-01T17:43:35Z</modified>
    <issued>2004-12-01T09:43:35-08:00</issued>
    <id>tag:david.huplus.com,2004://1.135</id>
    <created>2004-12-01T17:43:35Z</created>
    <summary type="text/plain">http://forums.fark.com/cgi/fark/comments.pl?IDLink=1115586...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      http://forums.fark.com/cgi/fark/comments.pl?IDLink=1115586
      
    </content>
  </entry>
  <entry>
    <title>1954 Popular Mechanics&apos; Depiction of Home Computer in 2004</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000134.html" />
    <modified>2004-11-24T17:04:33Z</modified>
    <issued>2004-11-24T09:04:33-08:00</issued>
    <id>tag:david.huplus.com,2004://1.134</id>
    <created>2004-11-24T17:04:33Z</created>
    <summary type="text/plain"> Wow! Looks like a spaceship in Star Trek! And I was fooled!...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Humor</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<a href="http://david.huplus.com/images/home_computer.jpg"><img src="http://david.huplus.com/images/home_computer.jpg" alt="Home Computer for the Year 2004" border="1"></a>
<br/>
Wow! Looks like a spaceship in Star Trek!


And I was <a href="http://forums.fark.com/cgi/fark/comments.pl?IDLink=1115586">fooled</a>!]]>
      
    </content>
  </entry>
  <entry>
    <title>Man attempts to convert lions into Christians</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000133.html" />
    <modified>2004-11-17T08:24:36Z</modified>
    <issued>2004-11-17T00:24:36-08:00</issued>
    <id>tag:david.huplus.com,2004://1.133</id>
    <created>2004-11-17T08:24:36Z</created>
    <summary type="text/plain"><![CDATA[A Taiwanese man identified only as Chen shouts "Jesus will save you" in the lions' den before things go awry. &nbsp;Taking hold: Chen gets a bite while fishing for Jesus. Detail....]]></summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Random</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p><IMG src="http://david.huplus.com/images/lio-preach-1.jpg"><BR><EM>A Taiwanese man identified only as Chen shouts "Jesus will save you" in the lions' den before things go awry.</EM><br><br />
<IMG src="http://david.huplus.com/images/lio-preach-2.jpg"><BR><EM>&nbsp;<B>Taking hold:</B> Chen gets a bite while fishing for Jesus.</EM><br />
<a href="http://www.iol.co.za/index.php?click_id=29&art_id=qw1099474380487B235&set_id=1">Detail</a>.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Sauce Reader - Two thumbs up!</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000132.html" />
    <modified>2004-10-31T07:43:26Z</modified>
    <issued>2004-10-31T00:43:26-08:00</issued>
    <id>tag:david.huplus.com,2004://1.132</id>
    <created>2004-10-31T07:43:26Z</created>
    <summary type="text/plain"><![CDATA[Download&nbsp;Sauce Reader (RSS News Aggregator) now! Check out the screenshots....]]></summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Random</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p><P>Download&nbsp;<A href="http://www.synop.com/Products/SauceReader/">Sauce Reader</A> (RSS News Aggregator) now!</P><br />
<P>Check out the <A href="http://www.synop.com/Products/SauceReader/Information/Demo/">screenshots</A>.</P></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Google Desktop Search</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000131.html" />
    <modified>2004-10-14T16:34:00Z</modified>
    <issued>2004-10-14T09:34:00-08:00</issued>
    <id>tag:david.huplus.com,2004://1.131</id>
    <created>2004-10-14T16:34:00Z</created>
    <summary type="text/plain"> Google Desktop Search allows you to search your computer. More screenshots here....</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Technology</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p><a href="http://desktop.google.com/"><img src="http://desktop.google.com/images/logo3.gif" border="0"></a></p>

<p><a href="http://desktop.google.com/">Google Desktop Search</a> allows you to search your computer. </p>

<p><img src="http://desktop.google.com/images/home.gif"></p>

<p>More screenshots <a href="http://desktop.google.com/screenshots.html">here</a>.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Crack the code.</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000130.html" />
    <modified>2004-10-09T00:11:12Z</modified>
    <issued>2004-10-08T17:11:12-08:00</issued>
    <id>tag:david.huplus.com,2004://1.130</id>
    <created>2004-10-09T00:11:12Z</created>
    <summary type="text/plain">33, 66, 105, 210, 66, 30, 5, 165, 0, 22 Crack the code. Hint: 5 = e....</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Random</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p>33, 66, 105, 210, 66, 30, 5, 165, 0, 22</p>

<p>Crack the code.</p>

<p>Hint: 5 = e.</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Perfectionism</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000129.html" />
    <modified>2004-08-03T03:39:54Z</modified>
    <issued>2004-08-02T20:39:54-08:00</issued>
    <id>tag:david.huplus.com,2004://1.129</id>
    <created>2004-08-03T03:39:54Z</created>
    <summary type="text/plain">If you are a pixel perfect perfectionist, read this article: http://www.sitepoint.com/forums/showthread.php?t=184008...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Personal</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p>If you are a pixel perfect perfectionist, read this article:</p>

<p><a href="http://www.sitepoint.com/forums/showthread.php?t=184008">http://www.sitepoint.com/forums/showthread.php?t=184008</a></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Check your email for the $10 coupon from eBay.</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000128.html" />
    <modified>2004-06-18T03:56:23Z</modified>
    <issued>2004-06-17T20:56:23-08:00</issued>
    <id>tag:david.huplus.com,2004://1.128</id>
    <created>2004-06-18T03:56:23Z</created>
    <summary type="text/plain"> What&apos;s good about this coupon is that there&apos;s no minimal purchase. So redeem it or lose it!...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Random</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p><img src="http://david.huplus.com/images/ebayCoupon.gif" width="600" alt="" border="0"></p>

<p>What's good about this coupon is that there's no minimal purchase. So redeem it or lose it!</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>ICS - Extreme Computing - Second Place!</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000127.html" />
    <modified>2004-06-03T05:10:00Z</modified>
    <issued>2004-06-02T22:10:00-08:00</issued>
    <id>tag:david.huplus.com,2004://1.127</id>
    <created>2004-06-03T05:10:00Z</created>
    <summary type="text/plain">Patrick and I recieved a big fat check from the Donald Bren School of Information and Computer Science for placing second in the Extreme Computing Product Competition. (Thank you Janell for being our mentor!!! You helped us so much! Thanks!)...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Personal</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p>Patrick and I recieved a big fat check from the Donald Bren School of Information and Computer Science for placing second in the Extreme Computing Product Competition.</p>

<p>(Thank you Janell for being our mentor!!! You helped us so much! Thanks!)</p>

<p><img src="http://david.huplus.com/images/me_ec_check.png" alt="" border="0" width="288"><br />
<i>Me with the FAT check!</i></p>

<p><a href="http://david.huplus.com/images/ec_check.png"><img src="http://david.huplus.com/images/ec_check_small.png" alt="" border="1"></a><br />
<i>the FAT check!</i></p>

<p>After the split, Patrick and I each gets $1,250! I plan to use that money to buy my dream laptop! </p>

<p>Btw, it was nice talking to the founder of <a href="http://www.filenet.com/index.asp">FileNet</a>!</p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Very Fun Flash Game</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000126.html" />
    <modified>2004-05-25T07:59:39Z</modified>
    <issued>2004-05-25T00:59:39-08:00</issued>
    <id>tag:david.huplus.com,2004://1.126</id>
    <created>2004-05-25T07:59:39Z</created>
    <summary type="text/plain">Play Tontie (ver. B) now! High score: 38,920 (Level: 12) NEW!...</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Personal</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p>Play <a href="http://www.kiteretsu.jp/on/tontie/tontie.swf">Tontie (ver. B)</a> now!</p>

<p>High score: <b>38,920</b> (Level: <b>12</b>) <font color="red"><b>NEW!</b></font></p>]]>
      
    </content>
  </entry>
  <entry>
    <title>Kinda busy, kinda lazy.</title>
    <link rel="alternate" type="text/html" href="http://david.huplus.com/archives/000125.html" />
    <modified>2004-05-19T06:34:41Z</modified>
    <issued>2004-05-18T23:34:41-08:00</issued>
    <id>tag:david.huplus.com,2004://1.125</id>
    <created>2004-05-19T06:34:41Z</created>
    <summary type="text/plain">Kinda busy, kinda lazy. No time to blog. I&apos;m participating in two competitions (both related to computers). I hope I win something. More to come....</summary>
    <author>
      <name>david</name>
      <url>http://david.huplus.com/</url>
      <email>david@huplus.com</email>
    </author>
    <dc:subject>Personal</dc:subject>
    <content type="text/html" mode="escaped" xml:lang="en" xml:base="http://david.huplus.com/">
      <![CDATA[<p>Kinda busy, kinda lazy. No time to blog.</p>

<p>I'm participating in two competitions (both related to computers). I hope I win something.</p>

<p>More to come.</p>]]>
      
    </content>
  </entry>

</feed>