Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- December 2009 (2)
- October 2009 (2)
- September 2009 (1)
- July 2009 (1)
- June 2009 (1)
- May 2009 (1)
- April 2009 (2)
- March 2009 (4)
- February 2009 (1)
- January 2009 (3)
- Years
- Months
Yearly Archives: 2009
How customer service should be
Awesome and entertaining customer service from IWOOT! I’m sorry to hear about this, but thank you for letting us know. I’ve just sent a request for a new one to be sent out to you, so you should receive it … Continue reading
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
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
HP strikes back
Hewlett Packard, and others, strike back with ever more excessive cardboard gluttony; the Register has the details. BT’s feeble attempts at a cardboard indulgence.
June Desktops
On the old desktop I used temporarily:
Home Office Gaffe
The UK Home Office published a consultation paper on the 24th April detailing their plans for draconian data retention and access rules, which will see ‘communications data’ retained by ‘communications service providers’. As concerning as the whole thing is, there … Continue reading
Another phpBB Hook
Further to my entry last month about a phpBB Hook to disable the post queue for certain users, I’ve written a really quick one to enable phpBB’s debugging mode for founder users. Debug mode is usually enabled by using the … Continue reading
Posted in Code Snippets, Web, phpBB
Tagged code, hook, modification, php, phpBB, tips
Leave a comment