October 2004 Entries
Politic Bohemian Rhapsody http://www.flowgo.com/funpa... Voting Machine http://www.boomchicago.nl/S... The funniest presidential election flash so far
My friend pointed me to one of the smallest PC I've ever seen. It's a little bigger than Blackberry. Look so cool... For more information, you can visit http://www.oqo.com
Guess what it is! I got this from the post by Michiko. At first, I thought that she must try to get me drool by some sushi because it looks like sushi definitely. I glanced back at the title... Hmm... Sushi Disk.. Aha.... I started to saw some metal thingy that located near my sushi. Oops.... it's compact flash with USB port. I couldn't eat it :'(...
I was going to post about this. But a nice guy (Wallace B. McClure)posted it already. So I wouldn't post the same thing again. Let's go to see that
This guy is really funny. He created a flash showing about gridbag in Java Swing. Take a look here
Finally, Microsoft took the ASP.NET vulnerability issue seriously and launched a module to check this problem. http://www.microsoft.com/do... For more information about how to install this, please visit Microsoft KB887289 for more information
As you guys might hear about ASP.NET Vulnerability previously, you might wonder how to workaround it. In the meantime while waiting for the patch, Microsoft recommended a strategy to workaround ASP.NET Vulnerability in its authentication system by adding the following code:<script language="C#" runat="server">void Application_BeginRequest(ob... source, EventArgs e) { if (Request.Path.IndexOf('\\') >= 0 || System.IO.Path.GetFullPath(... != Request.PhysicalPath) { throw...