Mac OS X Tips & Tricks – #4 (Folder with selection)
To place more than 1 file in a folder, you can simply select all the files and then right click and then choose “New Folder with Selection” in the menu that will appear.… Read More
To place more than 1 file in a folder, you can simply select all the files and then right click and then choose “New Folder with Selection” in the menu that will appear.… Read More
Dashboard takes your memory as it is always sitting there even if you are not using it. To disable this memory-hogging beast, go to System Preferences, then go to Mission Control and untick the… Read More
If you want to use the Dock without your mouse, press Ctlr+Fn+F3 on your keyboard. This will pop the Dock up (if it’s hidden) and will navigate to the leftmost item on the… Read More
If you want to increase/decrease the volume on OS X without the little annoying feedback system sound that is triggered when you press the volume up/down button, simply hold down the Shift button… Read More
In order to cut and paste in Mac OS X Lion, choose the file(s) that you want to cut, then press Cmd+C on your keyboard. Then move to the folder where you want… Read More
Yesterday I wanted to compile a .c code for ARM architecture using the iOS SDK on my Lion machine. I wanted to create object files and executable files that I can install on… Read More
I wanted to copy some files from my computer over to a server every minute, as a cronjob. I searched around the internet but the solutions were scattered all over the place and… Read More
Xcode 4.3.x or newer comes with Git but the problem is when you install Xcode on your machine (OS X Lion or newer), Git’s path won’t be added to the user path which… Read More
My unit tests have been failing and I’ve been trying to figure the issue out for about 7 hours now. It turns out it is [NSCharacterSet lowercaseLetterCharacterSet] You would think this will return… Read More
The transactionReceipt property of the SKPaymentTransaction class in StoreKit framework in iOS SDK is of type NSData and Apple isn’t very eager to tell us what it contains and what format of data it… Read More