If you use both Mac and Windows you may have wished you could use your Mac TextExpander snippet files on your Windows computers or virtual machines. TextExpander radically speeds up your work if you often need to use the same text blocks, and having the same texts with the same hotstrings available on Windows makes life a lot easier.

This post provides a free Perl converter script and instructions for converting your Mac TextExpander snippet files so that you can use them on a Windows machine with the free, open-source AutoHotKey program. In addition to this I will show you how to manage your snippet files for multiple machines in a free Dropbox account. Dropbox is a much better solution for synching your snippets than MobileMe and if you combine these two strategies you’ll never have to worry about synching your snippets again – both on multiple Macs and across Mac and Windows machines (including Windows virtual machines in Parallels or Fusion).

Version 1.2:

Cursor position: The 1.2 version now supports the caret/cursor position macro. This will work reliably provided your snippets don’t contain the clipboard pasting macro or date macros that use full month and weekday names or date numbers without leading zeros. All these things will throw the position count off (AHK doesn’t have a “put cursor here” macro).

Version 1.1:

The 1.1 version adds the following improvements:

Expand mode (immediately, at delimiter with keep/delete) is read from TextExpander and exported to the AHK script.

Abbreviation mode (case sensitive/ignore case) is read from TextExpander and exported to the AHK script. However, “Adapt snippet to case of abbreviation” does not work in AHK – at least, I haven’t been able to make it work.

The keep/abandon delimiter macros in individual snippets are now evaluated and work correctly in AHK.

Read the rest of this entry »

I’ve been playing around with Windows 7 for ever a week now and I have to say that this time Microsoft really got it right. It’s everything that Vista should have been and it’s probably the best operating system that Microsoft has ever produced. The only downside is Internet Explorer 8, which is worse than ever. Hopefully the errors are bugs, if not life is going to get a lot harder for web designers, yet again.

With Apple working so hard to piss off their users (matte screen on 17″ only and costs more, no more firewire on the Macbook, only one firewire port on the 15″, non-removable battery on the 17″) Windows 7 is a welcome breath of fresh air. If Apple don’t clean up their act I may be switching back to Windows machines again real soon.

Read the rest of this entry »

First few days with Office 2008

February 16th, 2008

I’ve now been using Office 2008 for about five days and I’m already ready to remove it from my Mac. It is painfully, embarrassingly, frustratingly bad. Either the Microsoft Mac team screwed up completely and lost all track of what they were trying to do or Microsoft is consciously trying to force users away from the Mac and back onto Windows. Possibly a little bit of both. This isn’t just my opinion — c’t, Germany’s most reputable professional computer publication, comes out very strongly and warns all users against installing Office 2008 in their new issue due to be published on Monday.

Read the rest of this entry »

Blue or grey – it’s still a screen of death!

Yesterday I had my first grey screen of death on my Mac Pro. It was probably caused by Parallels running in Coherence mode, with all the XP windows as discrete windows on the OSX desktop. At least, that’s my guess — it seems that it happened so fast that no logs were stored, I’m unable to find any of the panic logfiles that my searches suggest you should look for.

Interestingly, the same searches would seem to indicate that grey screens of death (normally referred to as kernel panics, apparently) occur just about as frequently on the Mac as they do on Windows machines, and for the same reasons: Read the rest of this entry »

On his blog, Nick Bradbury posts that many inexperienced users are afraid to install programs. Actually, it is not just inexperienced users who hesitate to install programs on Windows. Many experienced users do too, because they know from painful experience that installing a new application can easily make their system start malfunctioning in strange and creative ways. In addition to this, they also know that it may be impossible to really remove the application. This situation is partly the fault of Microsoft for making Windows the way it is and partly (possibly even more) the fault of the armies of lazy, slovenly programmers out there who think they can do anything they like on users’ computers.

What many Windows programmers do to their users’ computers is the digital equivalent of vandalism.

Read the rest of this entry »

Windows Vista protects itself against illegal Registry writes with a “fake” virtual registry, to which the illegal writes can be made without doing any damage to the real registry. The company I work for produces a little free utility that writes some Registry values to solve some problems with certain file types on network drives. In the process of testing this utility for Vista we have discovered some interesting facts about the way this virtual Registry works. We’re not yet 100% sure about all the ramifications, but it looks as though this is going to have far-reaching consequences for many existing programs. Many will seem to work at first but will then fail, many will have to be rewritten.

Read the rest of this entry »