09
Feb

Customise Default Message Fields In Mail 0

Mail

Customise Default Message Fields In Mail

I use Mail a lot, as a result I like to customise it to work the way I want to. Today’s tip will show you how to customise the fields in the new message window. Although the images shown are the Snow Leopard version of Mail, I assume there is a similar method available in Lion. The tip will allow you to change the BCC and CC fields as well as a couple of other fields when you compose a new message.

08
Feb

Photostyler – Adjust, Play and Modify Your Photos 0

Tip

Photostyler – Adjust, Play and Modify Your Photos

With numerous digital cameras attached to most electronic devices and the ability to share those images over the world wide web, making those images unique and different can be a difficult experience. Applying that vintage, distressed or Polaroid look can be a little difficult. However, today’s app, Photostyler takes the problem out of adjusting images and makes it fun in the process. The outputted result aren’t to bad either.

06
Feb

Loop / Repeat Terminal Commands 2

Terminal

Loop / Repeat Terminal Commands

I want to extend your Terminal knowledge today by introducing a simple loop command. This is useful if you want to repeat or loop a Terminal command indefinitely. This is a simple bash script that has a variety of uses. The script is a simple one line command that needs very little adjusting on your part.

04
Feb

Stress Test Your Mac and CPU 0

Terminal

Stress Test Your Mac and CPU

When you have a new or old Mac, every so often you will want to stress test your Mac to see if it has any problems or it can handle the heat. There are a variety of different ways in which you can do this, however one of the simplest ways is to use Terminal. This guide will show you how to set your CPU running at max speed, which you can tailor to the number of CPU’s cores you have. Then its just a matter of watching the results in Activity Monitor, watch for stability issues and see the temperature of your Mac rise.

03
Feb

Create CSS Sprites With A Simple App 0

Application

Create CSS Sprites With A Simple App

Today I am going to review an application which will be of interest to any one who has anything to do with web development, particularly CSS and HTML. One of the best ways to speed up the loading of a website is to put every image used in the CSS file into one large image. This means when your website loads, it doesn’t have to ask for many small images. It only asks for one large image (called a sprite) this improves loading times. For the new users generating a CSS sprite, where there is one large image that contains all of the images you are going to use can be difficult, if not confusing. Today’s app, Sprite Master Web, is a tool which you can use to generate your own CSS sprite on your Mac.

01
Feb

Four RSS Reader Apps For The Mac 6

Application

Four RSS Reader Apps For The Mac

I like to get the latest content from various blogs around the world via RSS feeds. After having a discussion with a couple of people about the best RSS readers out there in the world wide web I am going to show you four really good RSS readers which you can use to get all of the latest content from your favorite blogs. There are three app’s in the list and one web based RSS reader, all different prices points each with a multitude of features. Like anything, there are a variety of different readers and app to do the job. If you have a particular favourite that you recommend please leave a comment.

31
Jan

iPhone 4 Development – Book Review 0

Book Review

iPhone 4 Development – Book Review

Every so often I have a really cool book to review, today’s book is Beginning iPhone 4 Development for iOS 4 by apress. Its a comprehensive guide and manual for developing your very own iPhone, iPad or iPod Touch apps, all for $20. Its designed as an in depth look at the iOS SDK, and will hopefully teach you all the basics and the routes needed to begin developing your very own apps. I personally like to develop things for the Mac, I have previously reviewed Learn Mac Programming With Cocca before on this site which taught me how to work in the Mac environment, this book isn’t to big of a leap into the world of iOS devices.

30
Jan

View Terminal ‘man’ Pages In Preview / PDF 4

Terminal

View Terminal ‘man’ Pages In Preview / PDF

If you use Terminal regularly you may find yourself reading the ‘man’, pages frequently. These stand for manual and are the help guides for using the different commands. In Terminal if you type man command, where commands is replaced by the command you are using you can view the help guide. Quickly scrolling and viewing the data within the command can be a bit of a pain. For a very long command with many pages of help, it can be a little slow to view all of the information. To help us in this problem we can use a Terminal command to convert the man page to view in Preview. This is a lot more user friendly and allows you to use the resulting file like any pdf.