Showing posts with label Leopard. Show all posts
Showing posts with label Leopard. Show all posts

Monday, January 12, 2009

Any image to icon - img2icns


Many time you feel like jazzing up your desktop. How? Change the desktop image, change the size of the dock, and change the various MacOS X icons. There are some great sites with collections, forums where users share icons, and many other other resources that can help you on that. However, many times you cannot find what you are looking for. A google image search will find the image you are looking for. A simple way to make it an icon is to save the image, open it in Preview, sellect the image (⌘-A), and copy/paste it on the folder or object you want. In Leopard, however this does not behave properly. Although the image is there you cannot select the item bu clicking the image.

Looking around for a work-around I found what is probably the most precious Mac OS X application. It is called img2icns and it is almost free! Almost meaning has a nice free version and a $12.90 Pro version. mg2icns is an application to create icons from images or images from icons, keeping them organized for future use. Creating an icon is as simple as dropping one or more images into Img2icns and choosing an export format. Creating icons on Mac OS X was never so easy or so much fun, so start customizing your desktop just now!


As you can see it is very simple and intuitive software. You drag and drop the image you want on the dashed are in the main window. The you can select to save it as Folder (available in the free version), icns format (available in the free version), iPhone (available in the pro version) and Favicon (available in the pro version). Folder is the most used. Once you do it, you are prompt were to save it. Then simple you past in on the Application/Folder/Hard Drive. The pro version allows you to view the icons you have already saved converted and you can recreat them with a snap.

I love this little application. They are right those who say, precious things come in little packages.


Monday, January 5, 2009

Terminal Commands: Mods under the hood!

Linux/Unix before they get the nice GUI with the windows, the cursor and al the Jazz, it was all command line. A command line that was and is, super powerful. It is still under the MacOS X, but kinda hidden all the way in the Utilities Folder in the Applications folder. The terminal can be used to do different "undoable tasks" like opening and viewing Hidden folder. The most basic command in this is "cd" derived from the acronym change directory. So once you open your terminal you will be greeted by a line such:

[computer name]:~[user name]$

That is the prompt and that 's where you input your commands. If you type now "ls" derived from the word list, you will get a list of the objects in that directory. But if you type "ls -a" you will get all the files (a stands for all) and that will show you even the hidden files usually starting with ".". The command "pwd" will give you the Present Working Directory.

But those simple navigation tools are not what I love about terminal. I like the ability to do changes to Applications, beyond the simple Preferences pane. My favorite blog, TUAW, has a section on terminal tips, and from there I picked those that I love the most.

Enabling half star rating in iTunes: This is something that iTunes is doing anyway base on the number you heard a song, but you cannot do! Just open the terminal and type:
defaults write com.apple.iTunes allow-half-stars -bool TRUE
Replasing TRUE with FALSE will revert the changes.

Change Time Machine intervals: This one is in particularly useful. You can change the time itenrval from 1 sec all the way to one week. Just type
sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int [time in secs]
The time input is given in secs so the default one hour is 3600, one day is 24x3600=86,400. I don 't know why Apple does not give this option but it is for sure something needed. But we just gave you the solution!

Add a shortcut of the recent apps on the dock. This one is useful if you hate (and I am sure you do) togo from the apple menu and select recent items. There are about 1o apps I mainly use so there are almost always there! Just type:
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
And that will anable it. If you are tired of it, just drag it out of the dick. Simple as this.

For more terminal tips check out the TUAW section on it.

Tuesday, December 16, 2008

Quick Search Safari History

One of the issues I had with Safari is the inability to quickly search the history with or without spotlight tool. A Trick that was published a while ago at MacOSXhints.com describes the most standard method. From the History menu item select the show all history as shown below.

Thsi will reveal all the history and at the top right corner there will be an input for a search field. Alternative to that, is my tip that although it is not searching the whole history it is helpful since it is using the power of spotlight. All Help menu in 10.5.x have a spotlight feature, that searches the menu items. Recent history in Safari, is stored under the History menu and therefore it becomes spotlight searchable as is evident my the picture below.
This way you have your history always handy and you can find what you saw a few days ago.