Check out the Latest Articles:
Prevent iPhoto from opening when you plug in your iPhone
I love that OS X automatically fires up iPhoto when I plug in my digital camera. It’s one of the Mac’s many little touches that make it such a pleasure to use.

But ever since I got an iPhone, I’ve been frustrated that plugging it in opens up iPhoto, too. The combination of iPhoto and iTunes opening and syncing slows my computer to a crawl. And it’s particularly painful when most of the time I just want to sync my address book or music.

Fortunately it’s pretty easy to work around this annoyance. Keep reading to see how you can teach your Mac to open iPhoto when you plug in your camera but not your phone.

I recently stumbled across an option in Image Capture’s preferences that lets you select any application to open when a camera is connected. That gave me an idea: what if I could tell it to open a special application that would check to see which camera I’d plugged in? Then that application could in turn open iPhoto only if I’d plugged in my Digital Rebel.

It turns out you can do all of this using the command line and a little bit of AppleScript. Here’s how:

1. Set up the script

Open Script Editor (in the AppleScript folder inside your Applications folder). Copy and paste this script into the editor window:

on device_is_connected(device_name)
  set check_for_device to "ioreg -rn " & quoted form of device_name
  return (length of (do shell script check_for_device) is not equal to 0)
end device_is_connected

on run
  if device_is_connected("") then
    tell application "iPhoto" to activate
  end if
end run

2. Get a list of all the USB devices connected to your computer

Keep Script Editor running, and open Terminal (in the Utilities folder inside your Applications folder). Copy and paste this command into the terminal window:

ioreg -Src IOUSBDevice | grep '^\+' > /tmp/ioreg

This command lists all the USB devices connected to your computer and stores the list in a temporary file.

3. Find OS X’s name for your camera

Plug in your digital camera and turn it on. Then copy and paste another command into the terminal window:

ioreg -Src IOUSBDevice | grep '^\+' | diff /tmp/ioreg - |
  tail -1 | sed 's/^> \+-o \(.*\)@.*/\1/' | pbcopy && pbpaste

This command again lists all the USB devices connected to your computer and compares it with the previous list you saved to a temporary file. Then it extracts the name of the camera you just plugged in. You should see this name displayed in the terminal (for example, when I plug in my Digital Rebel XT, I see Canon Digital Camera). It’ll be copied to your clipboard, too.

4. Insert the camera’s name into the script

Quit Terminal and switch back to Script Editor. Find the line that reads:

    if device_is_connected("") then

Place the cursor between the two quotes and choose Paste from the Edit menu, so that you see your camera’s name in the quotes, like this:

    if device_is_connected("Canon Digital Camera") then

Make sure there’s no line break between the camera name and the last quote mark.

You can also change “iPhoto” on the next line to “Aperture” or “Lightroom”, if you’d prefer to open one of those applications instead.

5. Save the script as an application

Choose “Save As…” from the File menu, pick “Application” in the “File Format:” dropdown, and save the script as “Camera Connected” in your Applications folder.

6. Set the application to run when you connect your camera

Quit Script Editor and open Image Capture (in your Applications folder). Choose “Preferences…” from the Image Capture menu and pick “Other…” in the “When a camera is connected, open:” dropdown. Then select the “Camera Connected” application you just created.

Done!

Next time you connect your camera iPhoto will open, and when you connect your phone it won’t.

Article by 37 Signals.com

Iphone 3.0 Update

It’s coming soon and I can’t wait. It’s providing Copy, Cut and Paste functions at last . The support is across applications as well so you can copy in Safari and paste into a text message. Updates to ical and a new voice recorder (dictaphone) application. Spotlight at last makes it to the iphone, this will help find everything stored on my phone. Peer to Peer connection via Bluetooth is now going to be supported so we can play games against each other. Last but not least again at last MMS which will send audio and pictures.

The update is quoted as being released this summer, please hurry up Apple  and release it now.

Further info can be found here

Malwarebytes

Malwarebytes is a site dedicated to fighting malware. Malwarebytes has developed a variety of tools that can identify and remove malicious software from your computer. When your computer becomes infected, Malwarebytes can provide the needed assistance to remove the infection and restore the machine back to optimum performance.
Grab it Here

Mac Themes

Will looking around the wonder that is the Tinterweb I discovered this little gem of a site. Have a look on the forums if your looking for wallpapers and icons etc they have loads of great ones for the Mac and I guess PC as well.

Smashing Magazine

This is the best daily read on a variety of subjects to do with web design, fonts, icon, photography and just about everything web wise. It’s well worth a look.

Super Video Convertor

This is the complete any format to any format video coinvertor for Windows. The download link is a bit difficult to find but it’s right at the bottom of the page.
This software is free and has as far as I know no spyware or Adware but scan it first because the last time I used [...]