Archive for April, 2005

Blueprint Solution: AJAX Autocomplete, RT Form validation and more

Sunday, April 17th, 2005

The Java Blueprint solutions catalog has added a section on AJAX, describing how autocomplete, real time form validation, progress bars and pseudo-push may work..

My Experiences with Knoppix

Wednesday, April 6th, 2005

This article relates my experiences with Knoppix, a Linux distribution that runs straight off the CD. (more...)

Searching Google with PHP through NuSoap

Tuesday, April 5th, 2005

How to use the Google APIs to do a quick search using NuSoap. (more...)

MySQL: Create/Drop DB and user

Tuesday, April 5th, 2005

This tip contains a couple of MySQL scripts that allow me to create and drop a database and a user that will "own" said database.

(more...)

Tomcat 5.5: DB Datasource with context.xml

Tuesday, April 5th, 2005

Explains how to define a datasource connection for your web application using context.xml (more...)

Log4j configuration file

Tuesday, April 5th, 2005

A log4j configuration file sample. (more...)

Non-leaky query reads

Tuesday, April 5th, 2005

Doing a select statement without leaking connections.
(more...)

Obtaining a connection through JNDI

Tuesday, April 5th, 2005

How to obtain a connection through JNDI. (more...)