Monthly Archives: October 2009

PHP function: is_serialized()

I needed a way to detect if some values were serialized or not, annoyingly PHP does not provide a method for this. I’d also rather not perform unserialize() on everything to check for a serialized string in the name of … Continue reading

Posted in Code Snippets, Web | Tagged , , | 6 Comments

Vacuum Firefox on Ubuntu

It was suggested to me to use vacuum places to improve my Firefox awesome bar performance, as I’m still using Firefox 3.0 which is packaged with Jaunty; I do have 3.5 installed I just use it for testing sites at … Continue reading

Posted in Ubuntu, Web | Tagged , , , | Leave a comment