Archive for August, 2006

Too Much AJAX?

I am one of those people that thinks there is a point where one uses too much AJAX. When a site reaches this point it breaks the way a browser operated, by destroying the back/forward button, printing functions, and other basic browser concepts. AJAX to me is another tool that can be used to make [...]


C++ Tutorial for Newbies

An excellent tutorial for those just getting into C++, and need a step by step way of going through the basics.

These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is [...]


Comments Off

JDBC Driver for SQLite

The initial release support most of JDBC and thread safe and date/time look like the are soon to come.