-
Recent Posts
Recent Comments
Archives
- April 2010 (1)
- December 2009 (1)
- November 2009 (1)
- March 2009 (2)
- July 2008 (2)
- June 2008 (2)
- May 2008 (2)
- April 2008 (2)
- November 2007 (2)
- October 2007 (1)
- September 2007 (4)
- August 2007 (5)
- July 2007 (4)
- June 2007 (10)
- May 2007 (12)
Categories
- AJAX (5)
- Blog Tips (2)
- Bug Fix (4)
- C++ (3)
- Challenge (1)
- Comet (2)
- Debug (2)
- Eclipse (8)
- Google Talk (4)
- httpd (3)
- Jambi (1)
- Java (10)
- Java2Script (6)
- JavaScript (3)
- MySQL (1)
- Project Management (4)
- QT (1)
- Server (1)
- Snippet (2)
- Software Requirement (2)
- Subversive (1)
- Tomcat (4)
- Tricks (11)
- Uncategorized (8)
- Vim (1)
- Vista Hacks (1)
- Wordpress (1)
Blogroll
Meta
Monthly Archives: August 2007
Winmail.dat in Thunderbird
I am puzzled a lot when I got emails with winmail.dat attachment, which is unknown file type attachment in my Thunderbird. Here is the solution for this annoying winmail.dat: Go to https://addons.mozilla.org/en-US/thunderbird/addon/4433, follow it instructions to download the “LookOut” add-on … Continue reading
Posted in Uncategorized
Leave a comment
Challenging Myself: Find 1st k-Digits Prime Number
Here is a task to challenge myself: Find the first k digits prime number. And k would be 16, 32, 64, 256, 1024, 8096, 65536, or even bigger. And the most challenging thing would be most of key calculations will … Continue reading
Posted in AJAX, Challenge, Java, JavaScript
Leave a comment
Google Talk Client’s Java SWT Desktop Copy
Actually, Google Talk Client’s Java SWT desktop copy is the original source for Google Talk Client’s JavaScript copy. And now it is available for download. Please take a trial. Sources of Java2Script Google Talk will be available in the next … Continue reading
Posted in AJAX, Google Talk, Java, Java2Script
8 Comments
Debug into rt.jar
If you ever use Eclipse trying to debug into Java’s system APIs, such as java.lang.String or java.math.BigInteger, you may find that even you can step over or step in, or have the correct source file open and the correct line … Continue reading
Posted in Debug, Java
Leave a comment
Google Talk Client’s JavaScript Copy
http://demo.java2script.org/gtalk/ Here is the screenshot: En, in beta …
Posted in AJAX, Google Talk, Java2Script
5 Comments