Posts
288
Comments
25
Trackbacks
207
November 2006 Entries
Software That doesn't Suck

So to solve my Vista installation problem I got hold of Disk Director from Acronis. I've been using their True Image product for a while and have loved it; it's invaluable for making backups of entire partitions and is especially suited to people like myself who reinstall their laptop regularly. Disk Director is no less useful and allowed me to resize my partitions without having to reinstall anything. It's one of the nicest programs I've used, with a simple wizard that walks you through which partition you want to expan and where the new space will come from. What I particularly like is the final step, which outlines the steps it will take, indicating when it's going to reboot.

So, with enough space, the upgrade to Vista took a couple of hours and everything is now new and shiny.

posted @ Saturday, November 25, 2006 12:05 PM | Feedback (0)
User Interface Testing

Yesterday I spent all day in a meeting. It's something my new client does once a month, going ove all aspects of its business. Generally I'm against meetings, even short ones and even though this dragged on a bit, it was useful. Working on the web side of the application I'm often unaware of the problem that other divisions have; hardware issues, mobile application problems, etc.

The most instructive part of the entire day was right at the end, when we showed the web application to all of the staff. Some had seen bits before, some hadn't seen it at all, the latter being the most important. Seeing something for the first time gives you a completely different perspective on the software from us developers who not only see it every day, but have a vested interest because we wrote the UI. I'd already suggested the idea of peer review, for both code and UI, but this really drummed home how important it is to get external views on your UI. For the next module we're planning rapid iterations and deployment.

posted @ Friday, November 24, 2006 2:58 PM | Feedback (2)
Software Installation and Free Disk Space

Todays old man whinge is about disk space and why we never have enough. Even though I've just bought 2.5Tb of discs recently, none of these are for my laptop, upon which I was planning to upgrade XP to Vista. Except I can't, of course, as the upgrade needs 7Gb free on the upgrade partition and I only have 2.5Gb free. I have 10GB free on another partition and a 15Gb empty partition, but neither of these can be used as temporary space for the upgrade. Why not? It's not just Vista that this applies to, but nearly all installations, which don't let you specify where temporary files can go. I've noticed this in other software too, such as defrag programs, which won't defrag your drive because it has too little space, even though you've huge amounts of free space on other drives which it could use during the defrag.

There may be some complex reasons for this, but as a user it's frustrating. I'm now faced with having to either performa a clean install, meaning I'll have to re-install all of the applications, or to get a disk partition manager and re-jig the partitions. Neither are perfect solutions, partly because I'm lazy and really don't want the hassle, but I know I'm going to have to pick one of the options.

posted @ Friday, November 24, 2006 2:48 PM | Feedback (1)
The 11th Commandment: Though shall not break builds

I'm a relatively recent convert to Subversion, and we're using it for the project I'm currently on. One problem I have with it, which is more a problem with me, is that check-in only checks in files it knows about. Fairly sensible really, but it means when you've added new files to the project you have to explicitly add them to Subversion before the checkin. Something I forget to do, a problem when other team members tend to work later than I do. Phil has stated the law. The count is rising.

posted @ Thursday, November 16, 2006 9:27 AM | Feedback (4)
Free WiFi in the UK?

Join the vote at The Gadget Show.

posted @ Tuesday, November 14, 2006 10:51 AM | Feedback (0)
ASP.NET Connections Talks

What a great week away, in Las Vegas for the ASP.NET Connections conference and boy, is it getting big (the conference, not Vegas). There were nearly 5,000 people there this year, split across all of the different tracks (Office, Exchange, SQL, etc), giving it almost the same feeling as TechEd. The expo hall was huge and it was great to meet up with friends again, one of whom (Hi Peter) I hadn't seen in years.

Code and samples for my three talks are available here.

posted @ Monday, November 13, 2006 9:23 AM | Feedback (2)
SiteMapPath and URLs with spaces
An update to the issue I described here where you have QueryStrings that contan spaces. Danny has documented a workaround.
posted @ Tuesday, November 07, 2006 6:28 PM | Feedback (2)