Feb 16, 2009 ·
1 minute read
open suse
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 →
Feb 11, 2009 ·
1 minute read
mysqlweb developmentphpecommerce
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 →
Feb 10, 2009 ·
2 minute read
mysqlphp
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 →
Feb 9, 2009 ·
1 minute read
mysql
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 →
Feb 9, 2009 ·
1 minute read
phpzend framework
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.
Feb 9, 2009 ·
1 minute read
phpeclipse
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 →