Amazon Web Services

Sunday, December 14th, 2008

I’ve just managed to build a first attempt at a site driven by Amazon Web Services, and boy was that an effort. Forget preconceptions, Amazon do things their own way. They have a kind of tree, a browse tree, made of (you guessed it) browse nodes. Within that tree you will find a node for DVDs that really means all disc based video, and for DVD comedy, that means all disc based comedy video. You will also find a node for DVD exclusively, so no Blu-ray. And you’ll fund a node for Blu-ray exclusively, but under these nodes there is nothing else, no categories, no comedy.

(more…)

Roundcube rocks

Wednesday, June 18th, 2008

Roundcube has a beautiful simplicity about its interface. It depends heavily on modern browsers, so I worry a little about its performance on smaller devices. But still, it really is a refreshing change from large clunky interfaces.

(more…)

No(ish)

Tuesday, June 17th, 2008

The problem with PHP webmail (or with my mail server, depending on your point of view) is that is uses the login name as the sender email address, usually. My logins are mailbox names, not email addresses. Lots of email addresses resolve down to a single mailbox….    At first I saw this as a fault with the web mail software, but came to realize that it was more a limitation of the mail server, as I had configured it. A mailbox id currently is maildir@account, which does look like an email, i’ll give you that…   So, I am going to change it firstly so that the mailbox format is maildir%account, but also so that people CAN authenticate with any valid email address that maps to that mailbox.

(more…)