2009
11.20

Today I was tinkering with Cocoa, and drew a simple rectangle then added a small arrow head to it.

Cocoa Simple Drawing!

Cocoa Simple Drawing!


Read More >>

2009
11.10

Today, I am releasing my first “useful” Cocoa application. Its called “LockIt

It locks your mac screen whenever you need to step away from it for whatever reason. I designed it so that my brother doesn’t tinker with my Mac when I’m in the middle of writing code but need to have a drink or go to the loo.

I know you can get KeyChainAccess to do similar thing, but I wanted something different. Also in the works is support for adding keyboard shortcuts.

It is just a simple application that hasn’t got any bells and whistles. So any ideas or suggestions are welcome.

2009
11.04

If you need to hide some files in Finder in OS X use the following command:

sudo setfile -a V {filename}

Be sure to substitute {filename} with the file that you would like to hide.

2009
11.02

Taking Screenshots in Mac

Although you can use a build in OS X utility called “Grab” to take screenshots, but I’ve found that it doesn’t take the screenshots with the drop down shadow. So here are some simple shortcuts for taking screenshots in Mac OS X.

Read More >>

2009
11.02

After searching the net endlessly for a way to add bottom bar to my Cocoa app, found that it is actually really simple to add bottom bars to a window.

For those who don’t know what a bottom bar is have a look at the screenshot.

Finder window with a bottom bar.

Finder window with a bottom bar.


Read More >>