TinyURL plugin for Windows Mobile

August 7th, 2007

I was surprised by the reaction to my del.icio.us plugin for Pocket Internet Explorer – between my blog post and the download page, I got something like 70 links and over 1,000 downloads in a couple of weeks. Wow.

If I’d known so many people would read it, I might not have made the blog post quite so moany 🙂

I got emails asking for versions of the plugin for their own favourite web service, but had to leave it for a bit because something else came up. Now I’m back, I thought I’d give one a go.

I’ve started with my next most used web service: TinyURL.

If you’re not familiar with it, TinyURL turns long web addresses into shorter, easy to share ones. It’s particularly useful when you’re trying to cram a link into a 140 character twitter update!

And – similarly to del.icio.us – using it on the Windows Mobile web browser is fiddly and long-winded. So here is a plugin for Pocket Internet Explorer to help.

It adds an entry to the Pocket Internet Explorer menu that gets a TinyURL for the webpage you are looking at, copying it to your clipboard so you can paste it into an SMS, email, tweet, IM message etc.

As always, anyone is welcome to give it a go – and any feedback would be gratefully received. It should run on any Windows Mobile 5/6 device, shouldn’t need any pre-reqs, and you can download it for Pocket PC (touchscreen) or Smartphone.

Read on if you are interested in a bit more ramble about how it works. 🙂

Read the rest of this entry »

Why doesn’t Windows Mobile have a mobile Notepad?

August 4th, 2007

I’ve been relying on my PDA quite a bit while I’ve been travelling, and it’s frustrating when you have a file that you can’t open. MS Word on Windows Mobile is an okay text editor, but it’ll only open files with extensions like .doc .rtf .txt and so on.

I don’t want anything fancy – just the ability to view and make minor edits to text files! If I get emailed a file with an obscure extension, want to make a quick tweak to a settings or config file, view the source of something like a webpage, or anything like this, I’m basically stuck. You can’t click on them – you just get an error message that no application is associated with them. You can’t change the file extension to something MS Word will open because the Windows Mobile file explorer hides file extensions (you can rename files but not change their extensions).

My Internet access is a little limited at the moment so I’ve not had a chance to search if this has been done already – I figured it’d be easier to throw together my own version. It’s basically a TextBox control with File-Open and File-Save dialogs bolted on the front. It only took about 20 mins to write, and (as I’ve already got .NET Compact Framework 2) it’s very lightweight.

If anyone else thinks they might find it useful, you’re very welcome to give it a try. If anyone has any recommendations for lightweight Windows Mobile text editors, it’d be interesting to hear what people like.

Arriving in Manila

August 2nd, 2007

I’m not a travel writer. If I was, I’d be rubbish at it – writing code is one thing, but my attempts at stringing together anything vaguely like an engaging narrative are basically rubbish. And even if I thought I was good at that sort of thing, I’ve been in Manila for about three hours, so any conclusions I might come to now are massively premature.

Still, why let that stop me, eh? Because it’s been an interesting arrival, and without blogging, I’ve got noone else around to talk to about it. 🙂

Read the rest of this entry »

Thinking of a name

July 26th, 2007

I’m all for declarative living and putting everything about myself online, but it’s not for everyone. I’m thinking that I should come up with a name for my wife and daughter to use online.

MetroDad talks about “Boss Lady” and the “Peanut”, both of which names I love, and have frequently been tempted to blatantly plagiarise. 🙂

Ian refers to one of his kids as “predlet” (it makes more sense if you know that his online identity is often epredator… at least, I guess that’s why).

I think Roo has referred to his lady as “Mrs Roo” before (but I can’t remember where, and with roaming data charges at £7.50 a meg, I’m not gonna spend much time looking now – you’ll just have to take my word for it 🙂 ). I like it, but I would worry that if I started talking about “Mrs Dale” then people might think I’m talking about a camp alter-ego.

Kelly uses “The Girl”, which I quite like. And I think she uses “Himself” for her husband. (same excuse as before – I’m writing this offline, and coping without Internet access is a little like coping with half my brain lopped off!)

Anyway, this is really all a roundabout way of saying that, whatever I call them for this post, I’m missing them both lots while I’m away.

Club World… an example of trust working?

July 25th, 2007

I’m sat in the departure lounge at Heathrow, waiting for my flight. Through sheer dumb luck, I managed to blag a business class “Club World” flight. (no economy class seats available at this late notice). So I’m sat in the posh lounge bit for the wealthy types, which is all new to me, and very nice.

I’m feeling very relaxed. 🙂

I’ve been trying to figure out why, and I think the reason (and the value proposition behind the Club World experience – although I’ve not seen it marketed like this) is all about trust. The difference between this and the facilities available to economy class passengers is that they trust you…

Read the rest of this entry »

Finally – a chance to use dopplr!

July 18th, 2007

http://www.dopplr.com/traveller/dalelane

Read the rest of this entry »

A del.icio.us plugin for Windows Mobile (or C++ is a pain)

July 18th, 2007

screenshotIncreasingly, I’m doing more of my (non-work) web browsing on my PDA.

And as a big fan of using del.icio.us to store and share interesting sites that I come across, I’ve missed the tools you can get for desktop browsers (like Internet Explorer or Firefox) that let you throw your current page at your del.icio.us list.

If you’ve not used them before, the idea is to have a popup window that gets prefilled with the URL and name of the page you are looking at in your browser, lets you add a few tags, then submit it to del.icio.us when you hit ‘Save’.

So I thought I’d have a go at creating something similar for Pocket Internet Explorer – the browser you get with Windows Mobile.

To cut a long story short, I’ve put something together and it seems to work. If you have a Windows Mobile PDA and fancy giving it a try, feel free to give it a go.

Read the rest of this entry »

Windows Mobile has a ‘Run…’ dialog

July 12th, 2007

screenshot of the Run dialogThis is quite neat. I often use the “Run…” dialog on Windows (press the Windows Key + ‘R’ at the same time) as a quick way to launch apps or open documents without needing the mouse. But I never realised that Windows Mobile has the same thing too.

From here you can type in the name of a program or document in your path (e.g. iexplore to launch PIE) or give the full path of an app to run.

It also means you can give command-line arguments to programs – which is something I’ve wanted to do before.


Read the rest of this entry »