<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://david.huplus.com/">
<title>Blog of My Life</title>
<link>http://david.huplus.com/</link>
<description>by David J. Hu</description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2005-01-05T00:02:38-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://david.huplus.com/archives/000141.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000140.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000139.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000137.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000135.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000134.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000133.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000132.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000131.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000130.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000129.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000128.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000127.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000126.html" />
<rdf:li rdf:resource="http://david.huplus.com/archives/000125.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://david.huplus.com/archives/000141.html">
<title>The new Royale theme!</title>
<link>http://david.huplus.com/archives/000141.html</link>
<description>Have you checked out the newest XP theme, Royale? Looks pretty cool. view screenshots. Download it now....</description>
<content:encoded><![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:encoded>
<dc:subject>Random</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2005-01-05T00:02:38-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000140.html">
<title>Importance of Online Privacy</title>
<link>http://david.huplus.com/archives/000140.html</link>
<description>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,...</description>
<content:encoded>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:encoded>
<dc:subject>Personal</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2005-01-02T00:50:49-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000139.html">
<title>Optimizing Web Application</title>
<link>http://david.huplus.com/archives/000139.html</link>
<description>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...</description>
<content:encoded>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:encoded>
<dc:subject>Personal</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-12-30T10:03:02-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000137.html">
<title>This space intentionally left blank.</title>
<link>http://david.huplus.com/archives/000137.html</link>
<description>http://services.google.com/ find out why ... http://www.this-page-intentionally-left-blank.org/whythat.html...</description>
<content:encoded><![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:encoded>
<dc:subject></dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-12-16T15:09:48-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000135.html">
<title>http://forums.fark.com/cgi/fark/comments.pl?IDLink=1115586</title>
<link>http://david.huplus.com/archives/000135.html</link>
<description>http://forums.fark.com/cgi/fark/comments.pl?IDLink=1115586...</description>
<content:encoded>http://forums.fark.com/cgi/fark/comments.pl?IDLink=1115586</content:encoded>
<dc:subject></dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-12-01T09:43:35-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000134.html">
<title>1954 Popular Mechanics&apos; Depiction of Home Computer in 2004</title>
<link>http://david.huplus.com/archives/000134.html</link>
<description> Wow! Looks like a spaceship in Star Trek! And I was fooled!...</description>
<content:encoded><![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:encoded>
<dc:subject>Humor</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-11-24T09:04:33-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000133.html">
<title>Man attempts to convert lions into Christians</title>
<link>http://david.huplus.com/archives/000133.html</link>
<description><![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....]]></description>
<content:encoded><![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:encoded>
<dc:subject>Random</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-11-17T00:24:36-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000132.html">
<title>Sauce Reader - Two thumbs up!</title>
<link>http://david.huplus.com/archives/000132.html</link>
<description><![CDATA[Download&nbsp;Sauce Reader (RSS News Aggregator) now! Check out the screenshots....]]></description>
<content:encoded><![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:encoded>
<dc:subject>Random</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-10-31T00:43:26-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000131.html">
<title>Google Desktop Search</title>
<link>http://david.huplus.com/archives/000131.html</link>
<description> Google Desktop Search allows you to search your computer. More screenshots here....</description>
<content:encoded><![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:encoded>
<dc:subject>Technology</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-10-14T09:34:00-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000130.html">
<title>Crack the code.</title>
<link>http://david.huplus.com/archives/000130.html</link>
<description>33, 66, 105, 210, 66, 30, 5, 165, 0, 22 Crack the code. Hint: 5 = e....</description>
<content:encoded><![CDATA[<p>33, 66, 105, 210, 66, 30, 5, 165, 0, 22</p>

<p>Crack the code.</p>

<p>Hint: 5 = e.</p>]]></content:encoded>
<dc:subject>Random</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-10-08T17:11:12-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000129.html">
<title>Perfectionism</title>
<link>http://david.huplus.com/archives/000129.html</link>
<description>If you are a pixel perfect perfectionist, read this article: http://www.sitepoint.com/forums/showthread.php?t=184008...</description>
<content:encoded><![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:encoded>
<dc:subject>Personal</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-08-02T20:39:54-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000128.html">
<title>Check your email for the $10 coupon from eBay.</title>
<link>http://david.huplus.com/archives/000128.html</link>
<description> What&apos;s good about this coupon is that there&apos;s no minimal purchase. So redeem it or lose it!...</description>
<content:encoded><![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:encoded>
<dc:subject>Random</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-06-17T20:56:23-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000127.html">
<title>ICS - Extreme Computing - Second Place!</title>
<link>http://david.huplus.com/archives/000127.html</link>
<description>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!)...</description>
<content:encoded><![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:encoded>
<dc:subject>Personal</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-06-02T22:10:00-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000126.html">
<title>Very Fun Flash Game</title>
<link>http://david.huplus.com/archives/000126.html</link>
<description>Play Tontie (ver. B) now! High score: 38,920 (Level: 12) NEW!...</description>
<content:encoded><![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:encoded>
<dc:subject>Personal</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-05-25T00:59:39-08:00</dc:date>
</item>
<item rdf:about="http://david.huplus.com/archives/000125.html">
<title>Kinda busy, kinda lazy.</title>
<link>http://david.huplus.com/archives/000125.html</link>
<description>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....</description>
<content:encoded><![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:encoded>
<dc:subject>Personal</dc:subject>
<dc:creator>david</dc:creator>
<dc:date>2004-05-18T23:34:41-08:00</dc:date>
</item>


</rdf:RDF>