January 2007 - Posts

31 January 2007
Setting up MySQL for Python (MySQLdb) on Mac OS X
MySQL is an excellent, very popular and open source database management system. A binary installation is available for Mac OS, and the process of installing MySQL on Mac OS is also very well documented. So just head over to MySQL.com , where you will find the binary installation, together with extensive... Read More...
19 January 2007
.NET How To Create and Use Custom Name-Value Config Sections
Making over-use of the .NET's AppSettings quickly results in a messy configuration file. Especially when several assemblies' configurations are combined, it's quite painful trying to figure out which settings are for which assemblies. Some of the assemblies might even use the same setting keys, causing... Read More...