Tag: OSX

Safari Slowdowns

After upgrading to 10.4.7 I started noticing frequent slowdowns in Safari. The “Spinning Rainbow Cursor of Death” was becoming a constant occurence.

There are plenty of recommendations about how to fix this common issue.

  • Delete the contents of the icons folder in ~/Library/Safari
  • replace the syndication agent at
    /System/Library/PrivateFrameworks/Syndication.framework

    with a copy from a Mac OS X system that does not have problems (subscription required)

  • Continue reading

    Wacom Tablet Driver fails to load in OSX on startup…

    I have a 6×8 Intuos 2 Wacom tablet, a real hand-saver. I use it on my right hand and a Kensington Orbit (the smaller version) trackball on my left, for easy tasks like scrolling and big mouse moves. This has saved me so far from the fate of many of my graphic designer/computer programmer friends who are virtually crippled now by hand problems, like carpal tunnel syndrome.

    However, I have had a problem since getting the tablet: it would intermittently fail to load the driver on startup. I’m using Jaguar, and a dual screen setup – and the tablet is plugged into the back of one of the screens.

    Continue reading

    OSX and .htaccess files

    The other day, I was trying to install some script – and needed to edit an .htaccess file that was supposed to be inside the archive. I couldn’t find it – because it was invisible! I forgot that OSX is Unix based.

    Here are some instructions to make those files visible on the local side, and still be able to test your site in local mode. (many thanks to Didier Laget for this tip!)

    • Open your httpd.conf file.
    • Look for the following expression : AccessFileName .htaccess
    • Remove the dot left of htaccess.
    • Save the file.
    • Restart the webserver.

    Now you can edit htaccess, it will work, and it will NOT be invisible!

    Continue reading