Mysqldump does not export tables with data and without data at the same time. It does however support exporting the two sets of data separately.
Archive for the ‘Blog’ Category
SQL Reference ID Naming
Posted on July 28th 2011 3:51am Thursday, by Blaine
Readable code is important when you are working with others. If you plan to work with others on projects it is good to learn the appropriate way to do things. In some cases there are many appropriate ways to do one thing but it also important to consider the readability. For instance, some people write [...]
Dojo.xhr form submit button value
Posted on June 24th 2011 12:42am Friday, by Blaine
When using the dojo.xhr methods to submit a form the values of the submit button are not sent with the the other parameters. Here is how to fix that…
How to Freelance for a Living
Posted on May 22nd 2011 11:37am Sunday, by Blaine

Freelancing has many perks such as choosing your vacation days, working the hours you want, and you get paid what you want. It also has its downsides such as money flow, lack of social interaction, and finding motivation to work from home. This article is going to talk about how to work as a freelance developer for a living.
PHP Recursive Regex Pattern
Posted on January 5th 2011 4:06pm Wednesday, by Blaine
Recently I had a client that needed their emails formatted with headers. Bender (my contact form class) did not easily support this. I needed the ability to parse a string and split it up into an array based on square brackets. And have the ability to do this at infinitely deep levels. I also wanted [...]
