Showing 1 - 3 of 3 items. (Page 1 of 1)
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 ...
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 ...
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 ...