My Blog
contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!
Monthly Archives: August 2007
Tools of the trade
I just thought I’d drop some useful links and tools your way for those beginning and non-tool-cist peoples: http://getfirebug.com/ used for js/css/dom debugging – additionally, even Yahoo is building upon this. I’ve used this a lot for AJAX request debugging … Continue reading
Write Security Triggers Against SQL Injection
An interesting idea that a colleague told me about was a ‘security trigger’ in any application that has a SQL type storage engine. The trick is to make sure that your admin account is not ID #1 and that your … Continue reading
Friendly reminders about testing your PHP code
I was reading on a forum the other day about some benchmarks for PHP. The guy had posted some results in ms measurements, and was getting upset about his erratic results. There were some things that he was forgetting, however. … Continue reading
ODBC for UDB and PHP – How I increased performance by 400%
In our current setup at (“the triangle”), we have to use odbc connections to access our db2-udb database – and I don’t like it. But we have to stick with it – and thats the way life is. The main … Continue reading
