-
Recent Posts
Recent Comments
Archives
- May 2010 (1)
- December 2009 (1)
- November 2008 (1)
- August 2008 (1)
- June 2008 (1)
- April 2008 (1)
- October 2007 (3)
- September 2007 (1)
- June 2007 (3)
- May 2007 (1)
- March 2007 (4)
- December 2006 (2)
- November 2006 (1)
- October 2006 (6)
- September 2006 (2)
- August 2006 (4)
- July 2006 (3)
- June 2006 (3)
- May 2006 (9)
- March 2006 (3)
- February 2006 (9)
- January 2006 (2)
Categories
- A Link An Application (3)
- AJAX (10)
- Akismet (1)
- ALAA (3)
- Apache (1)
- How To (6)
- Java (16)
- Java2Script News (35)
- JavaScript (24)
- Opera Mini (1)
- RPC (4)
- Screenshot (8)
- Sharing (16)
- Simple RPC (6)
- SWT (13)
- Uncategorized (5)
- User Experience (4)
- WindowBuilder Pro (3)
- Wordpress (1)
Blogroll
Meta
Monthly Archives: March 2007
Instantiations Donated WindowBuilder Pro to Java2Script for Development
Instantiations is giving back to the community by donating its products for use by developers of Open Source projects. For more information, please visit http://www.instantiations.com/company/opensource.html Java2Script is mainly focusing on converting SWT desktop applications. And WindowBuilder Pro is sure a … Continue reading
Posted in Java2Script News, SWT, WindowBuilder Pro
Leave a comment
Java2Script 1.0.0 M5 Released
The long waited 1.0.0 M5 Release (Once supposed to be 1.0.0 Release Candidate) finally came. To download and install Java2Script M5, please check http://j2s.sourceforge.net/download.html and http://sourceforge.net/project/showfiles.php?group_id=155436 Regard, Zhou Renjian =============== 1.0.0 M5 (March 16, 2007) New and Noteworthy ================== Java2Script … Continue reading
Posted in Java2Script News
Leave a comment
Java2Script’s GTalk
I spent about three days writng an SWT based Google Talk client. And the client used Smack Jabber library, which has simple APIs. As writing the client, I kept the code compatible with Java2Script, which means that I can use … Continue reading
Posted in A Link An Application, AJAX, ALAA, Java2Script News, RPC, SWT, Screenshot, Simple RPC
2 Comments
Compressed JavaScript on Apache HTTPD Server
As Java2Script’s library size is getting huger and huger, loading *.js is a critical job for Java2Script. And I decide to output compressed *.js to save loading bandwidth. In httpd.conf or .htaccess file, add the following: <IfModule mod_deflate.c> # Netscape … Continue reading
Posted in Apache, JavaScript
Leave a comment