Tag Archive 'open source'

Mar 10 2008

MacPorts Package Manager

Published by john under Tools/Utilities

In a previous post I wrote about the Fink package manager. MacPorts is another popular tool for installing and managing open source software on Mac OS X. There are a number of overlaps with the two packages, however, there are not one in the same.

Continue reading...

Technorati Tags: , ,

No responses yet

Mar 07 2008

Mac Dock Effects in JavaScript

Published by john under JavaScript

How cool is this? Thanks to Stephen Morley you can create the Mac OS X dock effect of icons expanding as you mouse over them using JavaScript. In the range of 130 lines of code, Stephen has crammed some serious image processing code. To fully appreciate this, you have to visit the demo page.

Continue reading...

Technorati Tags: ,

One response so far

Mar 07 2008

Fink Package Manager

Published by john under Tools/Utilities

There are times when the default unix tools installed on Mac OS X fall short. For instance, wget which is used to download files over the web using http, https, and ftp, is not available “out-of-the-box.”

Fink is one of several package managers available for Mac OS X that make it easy to download and install any number of software applications/tools.
Continue reading...

Technorati Tags: , ,

No responses yet

Mar 06 2008

Clipboard Manager

Published by john under Tools/Utilities

If you are ever in need of a simple (free) clipboard manager, I recommend you check out Jumpcut. This application works quietly in the background, saving each text copy into an internal buffer. When you want to paste information, click the icon on the menu bar and you’ll see a list of recently copied text, choose the one you like and you’re good to go…

Having the ability to copy/paste multiple lines of code, from multiple source files, has come in handy many times.

In the image below you can see the menu bar icon for Jumpcut, along with a list showing my four most recent entries copied into the clipboard.

One other really nice thing about Jumpcut is that it’s open source. If you are looking to learn about Cocoa development, specifically one which pokes around with some interesting system stuff, give Jumpcut a look.

Technorati Tags: ,

No responses yet