Spring IoC, DI quick tutorial
There has been an (evident) craze amongst Java community with contrived terms such as IoC (Inversion of Control), DI (Dependency Injection) mainly through Spring. I… Read More »Spring IoC, DI quick tutorial
There has been an (evident) craze amongst Java community with contrived terms such as IoC (Inversion of Control), DI (Dependency Injection) mainly through Spring. I… Read More »Spring IoC, DI quick tutorial
It was fun learning SSI, and tweaking around to get useful information such as detecting your IP adddress, and further WHOIS information. See below in… Read More »Whois purely in SSI
After racking my brains for almost 4 days (yeah I am a slow learner) I finally created a simple Javascript string combination generator See the… Read More »Racking brains – a Javascript string combination generator
Table T1, Table T2 INNER JOIN returns only matching rows from T1, T2 LEFT OUTER JOIN returns (all T1 rows) X (matching T1 rows in… Read More »SQL JOINS quick tutorial
I stumbled upon this url. The list of various options on databases is pretty amazing. http://www.webresourcesdepot.com/25-alternative-open-source-databases-engines/ It’s a definite read. I never knew so many… Read More »Interesting alternatives to databases in opensource
Wikimedia Downloads The following kinds of downloads are available: Database backup dumps A complete copy of all Wikimedia wikis, in the form of wikitext source… Read More »Wikimedia Downloads
A very informative page (in Japanese) about MySQL and issues to enable correct UTF-8 data handling with client applications. View original post
MySQL has a killer feature – you can have a timestamp field with DEFAULT as LOCALTIMESTAMP, so that when you insert a new record, the… Read More »MySQL’s killer feature