2005-06-18から1日間の記事一覧

Ajax: mouse postion tracker

Ajax is a powerful approach. But, a programmer can implement a very harmful code, I think. To test my idea, I've coded "mouse poistion tracker" with Ajax. Consder the following example code. <html> <body> <script> // Note: this code only works in Microsoft In</body></html>…

How to get the MD5 of a string with less effort?

The answer which uses MySQL is the following. mysql> SELECT MD5('abc'); +----------------------------------+ | MD5('abc') | +----------------------------------+ | 900150983cd24fb0d6963f7d28e17f72 | +----------------------------------+On th…