Oct 26
One of the oddities of my computer use style is that I don’t like to have my system go into screensaver or lock automatically very quickly. When I leave the keyboard, I like to be able to activate the screensaver/lock manually. Since I’m also not a fan of active screen corners, I want to be able to do so by keystroke. Annoyingly, OS X doesn’t let me bind a key to activate the screensaver. There used to be a couple utilities that enabled this, but they haven’t been updated since 10.3. The screensaver engine itself is an application, but we still need a convenient wayto activate it. Enter ...(continue read)
tags: , , , ,

Oct 08
DNS request are usually cache, that’s good as it speeds up the lookups within the same host but sometimes we will want to clear the cache so it don’t hold the values that are no longer valid. In Leopard (Mac OSX 10.5) or Snow Leopard (10.6) To clear DNS cache in Leopard, just type this in your Terminal and hit enter. dscacheutil -flushcacheTo Clear DNS cache in Mac OS X Tiger Use the following command: lookupd -flushcache What is DNS? The Domain Name System (DNS) is a naming system for computers, and anything else on the Internet. When you type a website’s name into your browser address ...(continue read)
tags: , , ,

Oct 08
If you are a web designer or do any work matching colors with photos, you are in luck. Mac OS X comes with a cool little program to help you get the digital value of any pixel on the screen. It’s called Digital Color Meter. Here is how to do it: Step 1: From the ‘Finder’ menu, choose ‘GO->Utilities’ or click Shift + Command + UStep 2: Next, open the app, ‘Digital Color Meter’Now, you can change the aperture size to smaller (left) or larger (right). Also, you can use the drop down menu to choose what format you want it represented in. For HTML coding, ...(continue read)
tags: , , , , ,

Sep 30
Quick Look has a hidden feature that is not enabled by default, and can only be enabled through Terminal. Essentially, when ‘X-Ray mode’ is turned on, Quick Looking a folder will show, in a way, the contents of the folder. Instead of just seeing the regular folder icon in Quick Look, the folder icon will be semi-transparent, with previews of the folder’s contents visible in the Quick Look window, as seen in the image at right. What’s more, the preview images will rotate automatically, moving through each item in the folder (click the image to see a movie of the animation). To ...(continue read)
tags: , , , ,