Monthly Archives: October 2011

Comparing two MySQL databases

When doing development, you’ll often have multiple versions of a database on different environments and sometimes it would be useful to be able to check the differences between the data. Did you know you can use the Toad database tool … Continue reading

Posted in Databases and SQL, MySQL | Tagged | 2 Comments

Tutorial: Building your first Lift app with sbt

The Simple Build Tool (sbt) is the standard build technology for Scala and Lift applications. However, if you are new to Scala and Lift, trying to learn sbt at the same time can be a little confusing. The aim of … Continue reading

Posted in Lift, Scala | Tagged , | 3 Comments