Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- March 2010 (2)
- February 2010 (4)
- January 2010 (2)
- Years
- Months
Category Archives: Web
Jump In! Camp
I’ve been invited alongside two fellow phpBB developers to attend Microsoft’s Jump In! Developers’ Campnext month in Switzerland to learn about interoperability between Microsoft’s software stacks and PHP applications. For more information on how to attend this event read on … Continue reading
One Down
Well one of my gripes with Ubuntu 9.10 ‘Karmic Koala’ has been cured at least, Firebug 1.5 now works after upgrades to Firefox 3.5.8. Shame that I’ve found out my bash completion is broken.
phpBB Hook to remove success messages
Time for another phpBB hook, this time the aim is to remove the messages which irritate some people when a post has been made and instead redirect the user immediately to the default choice. A few considerations had to be … Continue reading
Posted in Code Snippets, Web, phpBB
Tagged code, hook, modification, php, phpBB, tip
Leave a comment
N900 Sharing
Since my earlier post about sharing photos from the N900 I have discovered Pixelpipe, which includes support for Gallery2 uploads as part of a huge array of supported services. You can read more about Pixelpipe and the N900 here and … Continue reading
Sharing photos from N900 to Gallery2
I recently treated myself to a new mobile phonecomputer, so I bought a Nokia N900 which eXpansys eventually shipped to me. Now to the point, you can easily share content to Facebook, Ovi, and Flickr but I maintain my own … 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
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
phpBB Post Queue
In phpBB 3.0.3 we added the possibility to queue posts of users who had a post count lower than an administrator defined threshold, this works very well at keeping spam out of the public eye on your board. But on … Continue reading
Posted in Code Snippets, Web, phpBB
Tagged code, hook, modification, php, phpBB, tips, xmedia
3 Comments
Firefox 3.0 Address Tweak for SSL/TLS
Since Firefox 3 scrapped the yellow address bar for SSL and TLS secured sites (i.e. https) and displays a nice green box for EV certificates I was hinted at a way to get a similar visual for non-EV certificates. You … Continue reading