There are three ways to blog from a pocketpc that I have found:
- open your blog in a web browser and edit it as normal. This doesn't work so well in practise unless your web page has been designed with a css style sheet that works nicely on a pda. I tried modifying my drupal theme accordingly and made it presentable but it's not up to data entry.
- try using an application for posting to blogs. There are a couple of these about but those that I tried were buggy or had tiny little edit boxes.
- write the article and submit by email. This is how I am posting this, I use phatnotes, a notetaking application that can send the notes via email. I don't use pocket outlook for the simple reason that it doesn't seem to save sent mail so I cannot edit the article and send it again to modify it. I use my old mailbot script on the server to capture posts and poke them into drupal.
So far this has worked ok and I can compose posts offline and upload them at my leisure.
Disadvantages:
- No preview unless I go online, hence I keep posts simple.
- cutting and pasting urls is fiddly and I cannot be bothered with it.
- my script adds tags by scanning the database for existing tags, searching the post for the tag words and adding the tags that it finds. This can give irrelevant tags and I cannot define new tags. I need a neat way to specify tags in the post.
Advantages:
- the convenience of whipping my pda out and having a quick blog. I don't have to go upstairs and get my laptop.
- can lay on settee and blog in comfort.


Do you have example of the code that you use to scan your post and add the tags?? I think it would be helpful to other people who are interested in doing something similar.