Showing 1 - 3 of 3 items. (Page 1 of 1)


BLOG2007 Nov 14

Installing Django on Leopard (Mac OS 10.5)

I wrote these step-by-step instructions for my work for our new Mac desktop machines. I'm posting here as well in the case that they're useful...

MacPorts

Get MacPorts with the version 10.5 in it:

http://svn.macosforge.org/repository/macports/downloads/MacPorts-1.5.0/MacPorts-1.5.0-10 ...

BLOG2006 Nov 06

MacPorts and removing fink

I discovered MacPorts (nee DarwinPorts) this weekend and for some reason I like the way DarwinPorts works over how Fink works. So I set out to remove Fink and install MacPorts. Then ran into some troubles...

First was how to uninstall Fink? I found this blog post which got me ...

BLOG2006 Jul 07

Safari's Hidden Debug Menu

I just discovered that Safari has a hidden debug menu that you can enable with the following command in Terminal:

defaults write com.apple.safari IncludeDebugMenu -bool true

After restarting Safair there is now a "Debug" menu with lots of functionality. Things like:

  • Show DOM tree
  • Turn On/Off RSS ...