Open Suse 11.1 NetworkManager Problem

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If your Open Suse 11.1 network isn’t working and you have the message NetworkManager isn’t running. You need to start NetworkManager $ su $ NetworkManager This gets your network up again, but it’s a pain. Read On →

MySQL Desc Table

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are feeling lazy, or would like to build in some future proofness into your system, you can use the MySQL Desc query to get table column information and then use this information to create dynamic SQL insertion strings. Read On →

Updated MySQL Dump Splitter and Cleaner

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub My MySQL dump splitting script has come in handy countless times. Recently I also needed to remove keys from an SQL dump to enable me to import a dump that had keys associated with text columns. Read On →

2147483647 Error

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are extremely puzzled with MySQL error messages relating to the number 2147483647, this is actually because you are trying to use an integer number higher than 2147483647 and MySQL’s maximum integer value is 2147483647. Read On →

Debugging Zend Framework with FirePHP

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Check out this excellent introduction to debugging Zend Framework applications using FirePHP.

Eclipse Navigation Shortcuts

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Here are some handy shortcuts that you can use with Eclipse Open any file quickly without browsing for it in the Package Explorer: Ctrl + Shift Read On →