Archive for January, 2007

Why the mandatory IE7 upgrade was a bad idea

For anyone who keeps their Windows XP machine set to automatically install updates, a few weeks ago they would have been surprised to see their Internet Explorer look different. The reason for this was that Microsoft set their new web browser, IE7, to be pushed out via Windows Update as a security fix / upgrade, which meant for anyone with their updates set to automatic that it happened without their knowledge. For many people this will be a welcome improvement - there’s no denying that IE7 is better than IE6, but there are problems with the new browser that haven’t been publicised very much and people are experiencing problems.

A telling article from Microsoft Watch details how many people have no trouble at all but others discover that many applications they’ve bought stop working. A good example of the conflict is intimated by “Rick Kuhn, an IT Specialist based in Indianapolis,” where he doesn’t have any “bloatware or crapware, only brand name vendors for software and hardware,” which sounds great except that earlier on you discover that a recent version of the most popular CD/DVD burning software, Roxio Easy Media Creator, stopped working upon installing the update. While another person recommented to “do some research in regards to application compatibility before upgrading from IE 6 to IE 7,” how much research is the average person going to be in able to do when the upgrade was forced upon them and only discovered the incompatibility afterwards?

In short, if your software is ubiqitous to the point that a large portion of 3rd party software requires it, and your new version is known to be incompatible with much of this software, don’t force the upgrade on the masses - it’s just common sense!

Comments (1)

Subversion’s one problem

I’ve used the document revision management system Subversion for a few years now and find it to be an excellent tool that has never given me any problems. Until this week, that is. I was helping to set it up on a web server that has Fedora Core 4 as its OS - we wanted to have a central code repository for the various projects we worked on and it was a logical step to place it there. Well, I started searching around for an installer for the latest Subversion release (v1.4.2) that was compatible with FC4 only to discover that there wasn’t one! It seems that during the v1.4 development cycle they updated one of their code’s dependencies (libapr) to a newer version than is compatible with FC4, you need to have FC5 or newer to be able to install it without any hickups. So, rather than asking the server’s service provider to upgrade to a newer OS I’m going to see if there’s a way to hack the code to make it install with the older version - wish me luck!

Comments (2)

Zune can’t squirt no more

One of Microsoft’s most touted features for their latest “iPod killer”, the Zune, was to be able to let someone else borrow your song for three day, through a process nicknamed “squirting”, before it would automatically expire. Well, it seems that two of the largest record companies in the world, Sony and Universal Music, didn’t like that idea and through the options they set on songs you buy from Microsoft’s Zune music store are denying you the right to do this with their music, upwards of 40-50% by some counts. The best part is that there’s no promotion of this little factoid, the only way to find out if the music you paid for the right to squirt is to try it and see if it works! Ooppsie! I guess it goes back to Steve Jobs’ idea of just letting the person you wish to hear the song to just listen to one of the earpieces on your iPod. Duh!

Comments

Another great Rails book

There’s another great Rails book available that is up-to-date with the new v1.2 release, Rails Cookbook from O’Reilly. I’m hoping to get it soon and will let you know what I think.

Comments

New Ruby on Rails video training

Lynda.com, purveyors of fine video-based training materials, have just released a new tutorial for Ruby on Rails. Totalling over ten hours, it seems to cover everything from the basics (installation) to slightly more advanced topics like dealing with multiple databases. Should be good!

Comments

Ruby on Rails v1.2 is out, go get it

Today saw the final release of the third major production-ready release of Ruby on Rails, everyone’s favorite web development suite. This new version boasts a bunch of new features and tweaks, with lots of small little touches that make your fingers sing - the official v1.2 announcement lists many of the bigger improvements but you really should do yourself a favor and pick up the Agile Web Development with Rails (2nd edition) book for a thorough explanation. As I work through it (on my Super Secret Project) I’ll mention a few bits ‘n pieces that I think are worth highlighting, the things that make you enjoy life and being a web developer :)

Comments

RoR-based code/project management tool

I just discovered what could be the perfect tool for any self-respecting Ruby-on-Rails web developer: a RoR-based replacement for the venerable Trac that goes one better - it supports multiple projects/repositories out of the box! Simply perfect for my needs.

Comments

Need to post Powerpoint files online? Use FlashPaper!

At work someone needed to be able to post Powerpoint files online that:

  • had fancy fonts embedded,
  • created a read-only file (as best we could)
  • didn’t require any additional software for people to view it.

What did we choose? FlashPaper from Adobe! Poi-fect! In addition to being able to save a Flash (SWF) file it can also save out PDFs and works great. Lastly, just like Adobe Acrobat it installs a printer in the system that you can print to from any software you have installed and save the file to either SWF or PDF. Well worth the money.

Comments (2)