Using iDrive But Stop iDriveMonitor Autostarting

I like iDrive. It quietly keeps my selected folders backed up. But this isn’t a review of iDrive, it’s instructions for how to use iDrive but stop the iDriveMonitor application from forcing itself to the front of the startup queue when you login.

It took me a while to get to the bottom of the problem after I started delaying application launch to ease memory use on startup.

I knew I needed iDriveMonitor to start at login, but I didn’t want it to start first because it seems to bog down os x when started along with multiple other apps.

But if I removed it from the login items and manually started it, it automatically added itself back to my Login Items. There is no option to stop it doing this built into iDrive. How annoying.

Continue reading

Disable Select Options in Internet Explorer

Put your hands up if you hate developing for Internet explorer….

That would be most of you then.

I can’t stand its special ways of doing things, so when I find an easy work around it makes me happy.

The latest one I have had to find and put into practice is a method for disabling some Select dropdown options in a form. Internet explorer doesn’t support the disabled attribute on option elements. The following code will only work in standards complaint browsers (not in IE 6 or 7):

Continue reading