Thursday, April 28, 2005

Email Drive

There are several software can turn gmail (web email or pop email) into net drive.
  • Roamdrive supports Gmail, Hotmail and MSN, and there is no size limitation.
  • Gmail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google GMail account, allowing you to use GMail as a storage medium. The file can not be larger than 10M, but it is pretty fast.
  • GmailerXP is not a net drive but the be-all-end-all utility app for Google's Gmail service. The program allows users to do anything that they can do online, it also combines all the features of the other programs (GML, Gmailto, etc.)

Monday, April 25, 2005

Synthetica - a Swing Look and Feel

Synthetica is a 'Look and Feel' for Swing and is based on Synth. It provides components with rounded borders, shadowed popup menus, nice icons and a new, fresh look.

Thursday, April 21, 2005

Backup Tool for Mac OS

Psync was written by Dan Kogai. Information on original version is here.

Psync is part of and requires MacOSX:File package. Source code is here (you have to build it).

If you prefer ready/prebuilt/binary package:
- for Panther just download and install this.
- for Jaguar: download and install this, then download my version of psync, and put it in /usr/local/bin.

If you already have a working version of MacOSX-File + psync and don't like installers, download psync, and put in /usr/local/bin.

Readme file is here.

JSP and Servlet Collection

Here is a website for JSP tag and servelet collection.

Monday, April 18, 2005

Website Free Templates Online

PHP and HTML editor

MPSOFTWARE has a free PHP and a HTML editor, called PHP Designer 2005 and HTMLGate FREE. They are not only capable of PHP and HTML editing, but also supporting PHP, HTML, XHTML, CSS, Java, Perl, JavaScript, VB, C#, Java, SQL and more.

Friday, April 15, 2005

Chinese Input Online

Thursday, April 14, 2005

BFO offers free licenses to Academic Institutes

The global Java reporting software provider, Big Faceless Organization (BFO), announces the launch of their Academic Development Program (ADP) to IT Institutes and Universities worldwide. BFO is a leading global provider of Java based reporting solutions. Founded in 1998, BFO’s robust Java components include the Big Faceless Report Generator, PDF Library and Graph Library.

Tuesday, April 12, 2005

Database Pool

Another database pool package:
Proxool is a Java connection pool.It transparently adds connection pooling to your existing JDBC driver.


DBPool
is a Java-based database connection pooling utility, which supports time-based expiry and statement caching, connection validation, and easy configuration using a pool manager. Also included is a generic object pool which can be extended to create your own pools of custom types.