Simplify your business
Thursday, 24 July 2008 4:18 am

Reject those nosy email messages

Monday, 4 February 2008  

MS Outlook uses a “tracking option” which enables the sender of an email to determine when the recipient has actually read it. If, like me, you find this “feature” an intrusion of privacy, you can do something about it.

I simply use the following regular expression pattern in my spam filtering software:

REJECT = ^disposition-notification-to: .*

While someone requesting a “read receipt” doesn’t technically make it spam, the end result is good enough for me; their email just gets deleted before it gets into my inbox.


Converting PHP arrays to XML

Thursday, 1 November 2007  

I thought I’d share with you a PHP class I found useful lately. I had to take a comma-delimited text file and turn it into an XML text stream. With the ubiquity of XML these days, you might find it useful too, if you dabble in PHP software development.

Read more >>


20 usability tips for bloggers

Sunday, 14 October 2007  

Do you have a blog but need some ideas on how to make it work better? If so, make sure you read Tom Johnson’s fantastic usability tips for bloggers. Here’s the gist of what Tom’s saying:

  1. Pick a topic for your blog
  2. Encourage comments
  3. Make it easy to subscribe
  4. Include an “about” page
  5. Present your ideas visually
  6. Keep posts short and to the point
  7. Use subheadings for long posts
  8. Link abundantly
  9. Make headlines descriptive
  10. Archive by topic
  11. Include a list of related posts beneath each post
  12. Allow users to contact you offline
  13. Present your real viewpoint
  14. Write for your future employer
  15. Include a “top posts” section
  16. Provide an index
  17. Get your own URL and match it to your blog’s title
  18. Include a “recent posts” section in your sidebar
  19. Reward commenters for commenting
  20. Post often

If you’re not doing most of these already, now is the time to get started.


CSS reference guide

Monday, 8 October 2007  

The folks at xhtml.com have put together a first-rate CSS reference guide with lots of useful examples and illustrations.


Don’t send HTML-only newsletters

Tuesday, 2 October 2007  

Does your organisation send out email newsletters to your customers or prospects? If so, here’s a tip.

Read more >>


Next page