Deleting Firefox Preferences On Your Mac
March 12, 2010 by admin · Leave a Comment
Hey
If you have ever played around with the preferences setting in Firefox (by typing about:config into the address bar), you may find out that you can quickly and easily add them to the list. Deleting them, however seems to be a lot harder. Basic commands such as pressing delete (or any such combination) don’t seem to work, neither is a delete menu present. To combat this you have to go down a different route. Since the preference options are simply saved in a file, we can edit this file and adjust the results as needed. You may need to delete preferences if you know (for certain) that something is wrong, or you have added an incorrect preference file and want to remove it. Most incorrect preference files usually get removed after a while, however its worth making sure.
To delete the preference file open up Finder and find the following path:
/Users/[name]/Library/Application Support/Firefox/Profiles/[random letters].default
This stores a lot of your preferences and related files that Firefox uses. Within this list find a file called “pref.js” and open it in TextEdit or your favourite text editor.
Within this file you will find all of the user preferences that you set (not ones by the application itself, these are stored elsewhere). They take the format of:
user_pref(”preference.name”, value);
Look through the list and find the preference file you have added. To remove it, simply remove the line that the preference occupies. Save the file and restart Firefox. The changes should take effect and not be present when you type about:config in the address bar.
Its a simple tip, however I have used it once or twice when I want to delete a preference that I have added. If you have any more Firefox tips, please leave a comment below.
Want to catch up on the latest Tweets about this site, join the MacTricksAndTips Tweet RSS Feed.
Deleting Firefox Preferences On Your Mac
Related posts:
Changing Mail’s Copy Address Behaviour
March 6, 2010 by admin · Leave a Comment
Hey
This is a quick post about Mail. If you have ever copied an email address from any address field you will realise that if comes in the format of Name <email>. Although these two parts are quite useful in certain situations, it may be more useful to change the format so you just get the email address. This way you can copy and paste it anywhere without the need to do any special formatting.
To change Mail’s copy format, open up Terminal and copy and paste the following.
defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool NO
Restart Mail, and test to see if the command worked. Simply copy any address. Instead of being the name and email, only the email address will be present. I find this far more useful, especially when I need the address in certain situations.
To revert the process copy and paste the following into to Terminal.
defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool YES
Restart Mail again, and the format should be back to normal.
A simple tip, however I think it is very useful. If you have anything similar please leave a comment below.
Want to catch up on the latest Tweets about this site, join the MacTricksAndTips Tweet RSS Feed.
Changing Mail’s Copy Address Behaviour
Related posts:
Find The Location Of Recent Items
March 2, 2010 by admin · Leave a Comment
Hey
This is a quick tip that I would like to share with you. Its a handy short cut that can add a little bit more functionality to the recent items menu under the Apple menu item. If you have used this function before, every time you click on any of the items in the list it will load the item. For instance if you click on an application in the list, it will start the app, click on a file and the file will load and so on. If you press the Command key with this menu open, it will alter the menu state so it will take you to the menu item. This means when you click on the menu item a Finder window will open instead showing you the location of the recent item.

This can be useful if you want to open the containing folder of the item rather than loading it again. I use this option if a file loads and I can’t remember the original source.
There are hundreds of little tricks like this within the Mac operating system. Go around menu items and press Command, Control and Shift keys and see what happens. If you have any similar tricks, please leave a comment below.
Want to catch up on the latest Tweets about this site, join the MacTricksAndTips Tweet RSS Feed.
Find The Location Of Recent Items
Related posts:
Tracking Down System and Hidden Login Items
March 1, 2010 by admin · Leave a Comment
Hey
This post is going to be a continuation of a couple of old posts I wrote a while ago, How To Use Login Items and Speeding Up Login. They featured some basic and simple ways to remove login items. This post is based off one by OS X Daily, that found some of the other areas on your disk that contain the applications and preferences. I’m going to add a little bit of background to each of the folders (the preference files folder in particular), new users may end up deleting an important files located in the folders, and we don’t want that.
The first port of call is to check your System Preferences for login items. Before you go fiddling through all of these folders go to System Preferences > Accounts > [name] > Login Items. Check through that list and delete any applications you don’t want to run on start up. It may be basic but it is always worth checking.
System Folders
There are two locations where start up items can be located, the first is within the System files located on your hard drive, the second being in your User folder. The first set of files is located in /Library/StartUpItems, these files are used on start up when your computer is in boot. If you know there is a file or folder you want to remove since it is causing your trouble, delete it. Better still move it to a safe location and then restart to make sure the changes don’t do anything damaging. File located in this folder will more than likely be an application in one form or another.
The next step to check is /Library/LaunchDaemons, these are plist or preference files. They are essentially links to other preference files and applications. These files run on start up. To remove them from start up either delete them or move them to a different folder. If you don’t know what they do leave them be. Most of the time it is better to delete a file and then test it with a restart to make sure you haven’t broken anything. Preference files can be slightly difficult to understand however they tend to be formatted in the following way:
com.developer.program.plist
If you want to find out more, either google the program name and the developer to see which application it belongs to. More often than not it will be a defunct file which has been left, and it can be pretty safe to delete it. All of these files will be third party apps and not ones supplied by Apple.
Within the Library folder there is a second folder which contains a list of plist files. This is located in /Library/LaunchAgents, similar to the LaunchDaemons, these are plist files. Instead of running at startup, these run during login. These files apply to all users when they login.
We can now move on, this time into the System folder. First go to /System/Library/LaunchDaemons. This is another folder that contains preference files, however this folder contains a lot of system files. These launch daemons run at start up, so its probably not a good idea to delete any of them, as you may find your computer may not work on start up. Only go into this folder if you know there is an application which is causing you trouble.
Similar to the Library folder there is also a LaunchAgents folder. This is under /System/Library/LaunchAgents, these are system items that run on login. Similar to the the System LaunchAgents there probably wont be anything in this folder worth checking out, however if you have a problematic application that messes about on login you can probably trace it back from this folder.
User Folders
The majority of launch items are in the Library and System folder as mentioned, however these is one in a User folder. Go to /Users/[name]/Library/LaunchAgents. There shouldn’t be many items in this folder, these are login items specific to that user when they login. So if one problem occurs when only one user logs in an not another, the problem may be found in this folder.
Conclusion
Hopefully you have understood all of the specific folders that contain login and start up item. If you are confused there is a simple rule to remember. LaunchAgents are when a user logs in, file can be global (for all users) or specific users. LaunchDaemons are when your Mac starts up as a result there is no specific folder for users. Within these type types there is also system and application folders. Third party applications are found in the Library folder, and System items are found under System/Library. Most of the time third part files are found in the library folder only.
It can be quite complicated to find the correct location for a file. However look through all of the folders and see if you can find the required folder. Then either delete the file or move it, before testing the result.
If you have any questions or comments, please leave one below.
Want to catch up on the latest Tweets about this site, join the MacTricksAndTips Tweet RSS Feed.
Tracking Down System and Hidden Login Items
Related posts:
Installing Xcode
February 25, 2010 by admin · Leave a Comment
Good Evening,
Today’s post is going to show you how to install Xcode. This post is for people who are new to the Mac and want to try there hand at programming. The Xcode developer tools allow anyone to create Mac applications (as well as other cool stuff). I have recently begun learning the application and how to program for Mac over the last couple of weeks, as a result it seemed a good post. Xcode isn’t normally found on your Mac, so people who don’t know how to install it may find the process a little confusing.
The first step in installing Xcode is to have the binary files. The most common (and quickest) way to do this is to pop your installation disk into the slot drive and allow it to load. The second method is to head over the the Apple developer website and download it from there. You do have to sign up on the Apple website and the download is quite large. It is quicker to find your installation disk and run it from there. When you Mac loads the disk, select Optional Installs the from list.
Throughout this tutorial I will be running it from the install disk that comes with your Mac. The download process may slightly differ in steps.

Within the Optional Installs folder select Xcode. The other package in the list allows you to reinstall apps such as iCal and Mail to name a few, it also has language files and printer drivers to select. This is useful if you ever need to reinstall anything.

As you run through the installation you will eventually be greeted with the options to install different parts of Xcode. The essential package is always needed, however system tools, UNIX support, documentation and Mac OS X 10.4 support is optional. I recommend you install the documentation and system tools, both of these are quite useful especially the system tools option. The UNIX dev support is only need if you want to play around with some high level stuff. For more information read the little description box. If you ever find your need some of the products in the list you can always insert your CD again and reinstall the missing apps.

The installation process will then run. Depending on the speed of your DVD drive this will take about 30 minutes. Unless you choose otherwise the files will be places in /Developer, the root of your drive. I recommend this spot since it is in an easy location to remember and seems to come recommend by Apple. You can chose to install it in other locations, just select the option when it appears.

When everything is done Xcode will be installed. The installation processes brings across a lot of other files, most of which you will never need. However as you develop your applications you may find they become useful. The majority of the cool stuff is in Applications (where the main programs are installed) and in Library. Take a look around to see all of the new shiny programs.

When you are done your can begin writing your applications and using cool Mac technologies such as Quartz Composer. If you need a little help I recommend searching the web, as well as visiting CocoaLab, is always a good start as they have a cool eBook you can download. If you want an actual book to read, Xcode 3 Unleashed comes recommended and one of my readers enjoys Learn Xcode. I am currently reading (and will eventually be reviewing) Beginning Mac Programming, so I stay tuned.
If you have any comments or questions please leave a comment below.
Want to catch up on the latest Tweets about this site, join the MacTricksAndTips Tweet RSS Feed.
Related posts:
- Introduction To Xcode – A Newbies Resource
- Installing PHP To Run With Your Web Server
- Installing Windows Games With CrossOver Games
Compressing PDF Files In Preview
February 23, 2010 by admin · Leave a Comment
Hey
Every so often I have PDF files, or have created a PDF file, and it needs slimming down a bit. For a long while I had no idea how to do this and would, for the most part, be stuck with a large PDF file that was always difficult to transfer. After a little digging into Preview I stumbled across two options which allow you to shrink the size of a PDF. Most of the time these two methods may not produce useful result, they may be as tiny as possible. However if you have used a program which isn’t designed for PDF (Word for some reason springs to mind) this trick might be useful. There are two options which you can use, both offer different results.
Both of the compression options are found in the Save As menu. First find a large PDF file that you want to shrink, any will do for this example. Go to File > Save As. In the save box there will be two drop down items. The second one is what we are interested in, Quartz Filter. From the drop down menu select none. This may be counter intuitive at first, however it allows the PDF engine to run and reduce any parts that it can. It doesn’t run any other filters. For the most part on an uncompressed PDF this will produce pleasing results. The image below show the drop down box on the Save As menu.

The option of having no Quartz Filter for the most part is sufficient. This can reduce the file size. This option is known as loss less, so it wont remove anything at all and keep things in high quality. This is needed for PDF’s with images. However for PDF’s with only text or simple geometric shapes to may be better to reduce the file size even more.
To apply a reduction in quality (however it still stays pretty good) in the drop down select “Reduce File Size”, I never notice it at first. This option will crunch images and remove parts of the PDF that are not needed, in a similar method of a jpeg images. There are slight problems with this method. Images turn out horrible and lose all quality. However for text and simple bands of colour it is perfect, and the reduction in file size can be massive.
Hopefully these two option apply to you. The first one, for the most part, doesn’t produce any decent results (one files size was larger) if the original PDF is made in Preview. However the second option always reduces the files size, usually by half.
If you have any other PDF compression tips, please leave a comment below.
Want to catch up on the latest Tweets about this site, join the MacTricksAndTips Tweet RSS Feed.
Compressing PDF Files In Preview
Related posts:
- Joining PDF Files Together In Preview
- Disabling Default Auto-Rotate & Scale In Preview
- Quick Preview Search Tips
Unison 2 – Usenet Application Review
February 21, 2010 by admin · Leave a Comment
Hey
Last week I did a detailed post on accessing Usenet on a Mac, it covered the basics of accessing Usenet newsgroups on your Mac. Today I am going to continue with this theme and do a detailed review of Unison, in my opinion one of the best Mac newsgroup readers out there. I am going to cover the basics of how the application works, and some of the nifty features. If you have a question or comment about the app please leave a comment at the bottom of this post.
Setup
Setting up and Unison is dead simple, you first find your login details from your Usenet provider, I recommend Giganews, you enter them into servers preference option. Once you you have completed filling in the required forms its ready to go and Unison will take over the rest. The set up option also allows you to fine tune the settings, for example you can set the amount of headers/articles to download, which is really good if you are on a slow connection. Within set up you can also adjust the number of connections and speed of download. I would change the number of connections from the default down to around 10, unless you have a super fast Internet connection, for me this allows slightly faster downloads. You can also adjust the speed limit, i’ve set this to slightly lower than my maximum connection speed so I can still do other things.
The preferences pane, where the majority of the set up options are located, has other features for the program. Unison handles binary files as a result the transfer options preference pane allows you to adjust how these are handled, how par and rar files are executed and where files are stored after use. The preference options also includes how messages are handled as well as searching and the rules which you can apply to articles and messages.
Once you have set up Unison you can now begin downloading and reading articles.
Finding Newsgroups
Unison 2 has a new feature called the “Directory” it is aimed (I think) at new users, to help them find the newsgroups they want, although experienced users may find it helpful as well. The directory is a collection of topics with links to the newsgroups. For example the “Mac” topic when selected will give you a comprehensive list of Mac newsgroups for your to use, “Business” the same. The 18 different topics allow you to access some of the main groups quickly and easily. Its a first port of call if you need to find something in a specific section.

If you want to delve deeper in to the Usenet world then Unison has a comprehensive list of the newsgroups available to you. Depending on your Usenet provider the list may vary. The “All Groups” section lists in order of popularity the newsgroups available to you. It is laid out in a similar way to the column view in Finder, with the main newsgroups on the left and sub groups in the column next to it and so on. Most of the time this is sufficient, however you can change the view under the “View” menu to list alphabetically.

If you know the name of the Usenet group you want to find you can use the search box. As you type (including all of the dots etc) the list will slowly populate with the newsgroups available to you. This is a very quick way to find groups to your liking.
Using Newsgroups
Once you have found the newsgroup you want you double click it an it added to the sidebar. As mentioned before the number of headers you download will depend on how many articles you can read at once (you can always download more headers if needs be). Every newsgroup article is displayed at the top of the page, in a similar method to an email reader. From the list you can view the articles in a thread view, so you can follow the article flow, for example you can see who replied to who. You can also view the articles linearly, so replies follow one after another.

Within the messages window you can also view the thread as an overview to help you can a better idea of the conversation. Another cool feature is the ability to view the whole thread in full screen. I find this more useful for long messages as the window at the bottom is a little small.
Within the sidebar you can order the newsgroups in which ever fashion you want. You can order them by either moving them up or down the list. One feature I find useful is using folders. This way you can order newsgroup in a way that is useful to yourself. Within the sidebar you can also set specific rules for each group. For example you change the server which the newsgroup uses, only really useful if you have access from more than one provider. You can also set if the newsgroup is loaded on start up (good for a frequently used newsgroup), as well as other minor settings. There is plenty of options which you can change and adjust to suit how you use Unison and Usenet.

Downloads
One of the features touted in Unison (and Usenet in general) is the ability to download files. Every time you open an nzb file in Unison it will automatically download the required headers and start the download. When downloading it automatically control how the files are downloaded, changing the file names as needed and sourcing the required files. Unison is also smart. You can start and stop files on the fly, which is useful if you ever need to pause the download.
Unison also has built in extracting and par support. Par files are small files which allow you to repair parts of the file list with out having to download the entire file again. This allows you to repair files quickly and easily, it app will only download the par files it needs to repair the archive allowing you to save on bandwidth. I’ve found this option to be particularly useful, however it doesn’t always work and I have found a dedicated par application such as MacPar, more useful in certain times.
If you do download a lot of files, especially from alt.binaries, the download options within Unison is very useful. It makes download and opening files a breeze.
Conclusion
To conclude I think Unison is the perfect mac application for accessing Usenet. It has that Mac, feel of being well designed and having an intuitive interface, but having enough features to make it useful. Most experienced users will probably find Unison different to use, however for new users or people who want a good Usenet application, Unison is the way to go.
There is a could of bugs in the app, i’ve found that there can be a couple of problems with starting and stopping download and it having problems with extracting archives. The application is constantly being updated so most of these bugs will probably get squashed in upcoming releases.
The application costs $29, which I think is a fair price to pay. There is a 15 day trail so you can see how the application feels.
If you have any comments on this app please leave one below.
Want to catch up on the latest Tweets about this site, join the MacTricksAndTips Tweet RSS Feed.
Unison 2 – Usenet Application Review
Related posts:






