I’m Zend Certified!
After only a minor amount of study, today I took the Zend Certified Engineer (ZCE) exam at Excom. I was able to pass the test successfully on the first try!
just another random geek…
After only a minor amount of study, today I took the Zend Certified Engineer (ZCE) exam at Excom. I was able to pass the test successfully on the first try!
Recently I was offered the opportunity to review two PHP books from Apress, and from the list of options provided one that particularly struck my interest was the book Beginning PHP and Oracle: From Novice to Professional by W. Jason Gilmore and Bob Bryla. Read on for more..
I’ve been working on an Object Oriented PHP5 Framework in my spare time since before many of the current frameworks were around, it’s been around 2 years now since I started coding (mainly in my spare time). I’m now considering releasing the code to the world as Open Source (licence undecided as yet) to see [...]
Recently i’ve been working with some simple Alternative PHP Cache (APC) caching as part of the projects i’m working on, and i’ve come up with this simple wrapper script which allows me to run my framework on any installation of PHP5 weather it has APC enabled or not, and I don’t have to make configuration [...]
After encountering a few issues while implementing APC into my framework which uses PDO in its ORM system, I have managed to overcome these issues and successfully cache result sets. Previous issues were outlined in the article ‘APC and Web Application Performance‘
Well i’ve managed to get a lot more performance out of my framework, thanks to APC.
I’ve just done some testing on my web application in Apache, and it needs some work I knew it would, but it is proven to me now
Today I needed an easy way to rebuild my database manually for a project I’m working on so I found out how to use the SQL Database integration in Apache Ant that ships with Eclipse, so I could build/rebuild my PostgreSQL databases quickly for development.
Sometimes it’s handy to have a simple, easy to use string cleaning class for those times you need to use a string from an untrusted source, such as a URL or Form Input.
Playing with the new DateTime / DateTimeZone objects in PHP5.2 for my ’secret project’; its great and simplifies working with timezones and the like.
I’ve created a quick script to show some basic usage of the DateTime / DateTimeZone code: