-
To err is human; to really screw things up requires the root password
-
Categories
- Accessibility (45)
- Casual Collective (5)
- Colleagues (1)
- Diary (41)
- News (100)
- Pyrography (6)
- Rants (47)
- tangent (34)
- UK2 (10)
-
Recent Entries
-
Spam
- 784,611 thank you akismet
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
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
Lists and Screen Readers
An interesting article on this subject has recently been posted on the Spider Trax site. Well worth a read!
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
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
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