11.20
Today I was tinkering with Cocoa, and drew a simple rectangle then added a small arrow head to it.
Read More >>
My tiny space on the web!
Today I was tinkering with Cocoa, and drew a simple rectangle then added a small arrow head to it.
Read More >>
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.
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.
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 >>
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.
Read More >>