Archive for the ‘Databases’ Category

BarCamp: Des Moines Technology Gathering

By Paris Holley + August 24th, 2008

What is BarCamp? BarCamp is an ad-hoc gathering born from the desire for people to share and learn in an open environment. It is an intense event with discussions, demos and interaction from participants.

Naming Conventions

By Paris Holley + July 27th, 2008

This is a subject that is discussed many times over yet there has never been a general consensus to which way is proper. Take a look at some of the everyday conventions I use in my projects.

Error: MySQL Server Has Gone Away

By Paris Holley + July 21st, 2008

This error can occur often when trying to execute large queries or import large amounts of blob data in a SQL dump. Assuming you have access to the my.ini in your MySQL directory, you need to either add the following line underneath your “[mysqld]” section or increase the size to a greater amount…

Latest Posts

JUnit: OutOfMemoryError using “junitreport” Ant task October 13th, 2008
Paris Holley

JUnit: OutOfMemoryError using “junitreport” Ant task

If you (like I), have googled all around trying to figure out this problem to no avail then perhaps my solution will work best for you. Everywhere I r[...] Read the rest »