Author Archives: Rich

BBC iMP trial part 1

Or should that be part 1, extract 1, day 1? The email arrived today with details on how to download the BBC iMP player, details of which can hopefully be found on the BBC site. To begin with I wasn’t … Continue reading

Posted in Diary | Comments Off on BBC iMP trial part 1

Writing help pages

I’ve recently written a Content Management System. That part was fairly easy (well maybe not that easy), the hard part comes when I try and write a series of help pages for it. Why should I? I know it works, … Continue reading

Posted in Rants | 3 Comments

Lists and Screen Readers

An interesting article on this subject has recently been posted on the Spider Trax site. Well worth a read!

Posted in Accessibility | Comments Off on Lists and Screen Readers

php newsletter

There are times when things come together nicely. I think today was one of those. I have hopefully finished a set of scripts to send out a newsletter, text only of course. This is a slimmed down much improved version … Continue reading

Posted in Diary, News | Comments Off on php newsletter

PHP and form processing

I hate PHP form processing, I really hate php form processing. I am currently adapting a form creater and processor, and I am beginning to really hate forms. Though I am learning a whole lot about how to write an … Continue reading

Posted in Rants | 2 Comments

php sessions

When writing php scripts and using sessions remember you have to start them in all files, including those you include in the script… Remembering that would have saved me a little bit of time today! Maybe one day I’ll learn … Continue reading

Posted in Rants | 1 Comment