Monthly Archive for June, 2008

Email address being used to spam

Some little *insert a whole stream of expletives* has used my email address as the sender of a lot of spam.  I know this because opening my email box today resulted in no less than 400 failure notices, undelivered notices, auto replies and bounce messages.

Needless to say; I was not the one sending you spam!

Tag cloud view helper

Here’s a little view helper to display a tag cloud. All you have to do is supply an array of tags, with the tag name being the index and how many times it’s used as the value, and the url you’d like the tags to go to.

Continue reading ‘Tag cloud view helper’

StringToTitle filter

I like the filtering capabilities of the Zend Framework, but for some reason there doesn’t seem to be a string to title case filter (though there is a string to upper and string to lower). So here it is:

Continue reading ‘StringToTitle filter’

Damn hackers.

Someone exploited a hole in the version of Wordpress that I Was using and managed to destroy my last post about automatically creating model for your Zend Framework app. Unfortunately, I just don’t think I have a recent backup of the database around so might not be able to recover it easily.

This has forced me, of course, to update my version of Wordpress. Along with that I’ve had to change my theme, which has also meant I’ve had to remove a few pages because they relied on widgets specific to that theme. This all means that this blog is now in a state of flux, so thanks for your patience while I spend a while fixing things back up (which, knowing me, will take months!!)