Reading the MySQL binary log
Having MySQL dumping out binary logs is a very good failsafe for backup redundancy. But, how do you get any…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Having MySQL dumping out binary logs is a very good failsafe for backup redundancy. But, how do you get any…
If, like me, you need to access some Zend_Application resources (such as multidb resources) – then you need a reference…
ThisĀ horrendousĀ regular expression will parse a string and return a valid email address from it. $email = "<'Freddy'> fred@live.com"; preg_match('/[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/', $email,…
I’ve found an excellent online tool, where you can give it a regex, and it will spit out the PHP…
Its not a claim to fame, or a preempt to a court case to a ‘big hitter’, but back in…
If like me, you use Ant to deploy builds, etc, and you have migrated to Windows 7 – you may…
When backing up a source code working copy, you don’t always want all the little .svn folders everywhere. You can…
If you’re trying to get Cisco VPN client installed on Windows 7 – 64bit then you may as well give…
I wanted to export my Thunderbird Contacts to Microsoft Outlook 2010 beta. Jesus, if that wasn’t the most stressful export…