Jetpack Joyride wins Gamasutra Mobile Game of 2011

On January 29, 2012, in Blog, by Mike Hudson

Yesterday was a good day for the lucky guys over at Halfbrick Studios! The very popular (and free!) iOS game ‘Jetpack Joyride’ won the best mobile game of 2011 award! The game has received a consistent 4 1/2 star rating through each version released, with over 62793 Ratings on the current version, it’s clear to see it’s a popular download to in the iOS gaming world.

Winning an award like that against so many over titles really is something to be proud of! I must admit, I am not really an iOS gamer.. But there’s something about this which makes it really addictive.

Big congratulations on the award!

You can download Jetpack Joyride from the iTunes store now

 

Tagged with:  

Launch finder as root

On January 29, 2012, in Blog, OSX Tips, by Mike Hudson

Sometimes theres a need to dig around in the OS X file system without restriction, (which also means without protection) for example should you need access to files or folders, but don’t fancy switching permissions or playing with complex terminal commands.

Using the single lined command below in terminal you can launch an instance of finder which doesn’t hold any of the restrictions that your normal finder window holds.

Bear in mind this will also give you the ability to cause serious damage to your file system, should you go messing with things you shouldn’t.

Copy and paste the following into a terminal window and press return.

1
sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder

You will be prompted for your password, then a new finder instance should launch. It it doesn’t you should see a second set of icons overlaying your desktop icons. Double click the ‘root’ icon, and it should launch finder as root.

Remember boys and girls.. Be careful in there!

Tagged with:  

Recent Applications in the Dock

On January 29, 2012, in Blog, OSX Tips, by Mike Hudson

Terminal is a powerful place, and one to approach with caution. However, if used correctly it really can help personalise your OS X experience.

For example, using the command listed below you can activate a pop-up, fan, grid or list collection of most recently used Applications, Documents, Servers or favourite volumes and items.

You should find the dock will relaunch, with a new item on the right hand side of the divider. This item will now automatically update with a list of recent applications launched. Should you want to switch this to one of the other lists, simply right click on the icon and choose from the list.

To launch terminal:

open your Applications folder,
now click on the Utilities folder,
then click on Terminal,
now, copy and paste the command below into the terminal window and hit return.

1
2
defaults write com.apple.dock persistent-others -array-add '{ "tile-data"
= { "list-type" = 1; }; "tile-type" = "recents-tile"; }'; killall Dock

 

 

Resolved: Inconsistency in the installer database.

On January 29, 2012, in Blog, by Mike Hudson

After the recent trauma of the last reinstall of OS X Lion, I came across a bit of an issue with the installation of CS 5. No matter what options I chose when doing the trial install, it always ended with the same error.. “Inconsistency in the installer database. Please restart your computer and install again.”

Not even the restart fixed it, which we all know is not very often the case!

Having spent a few frantic hours googling and trying out potential solutions, I finally came across the Adobe Creative Suite Cleaner. A quick run of the tool and finally the install worked!

You can find out more information about the cleanup tool here. Alternatively you can grab the clean up utility using the following link: Direct Download

It’s also worth pointing out, that event though the clean up tool may not be able to find the installation, click the cleanup button anyway. Now restart the trial installer, and you should find it will install as expected.

Tagged with:  

How-To: Mass rename files/folders in OS X

On January 14, 2012, in Blog, OSX Tips, by Mike Hudson

Have you ever had the need to rename several hundred files, in countless subfolders? Using nothing but Automator you can have it completed in minutes..

Using the method below you can:

  1. Find & Replace, in either the full name or just the file extension
  2. Add Date or Time
  3. Add additional text
  4. Change the case of the name
  5. Make Sequential
This comes especially handy if you need to change the extension of countless movies for instance.. So if you want to switch M4V’s to MP4′s for compatibility with media players:
  1. Launch ‘Automator’ from the Applications
  2. Chose Workflow from the menu
  3. Select ‘Files and Folders’ from the Actions panel on the left hand side
  4. Then drag a ‘Ask for Finder Items’ to the workflow
  5. Now, chose a ‘Get Folder Contents’, and tick the box to ‘Repeat for Each Subfolder’
  6. Then select a ‘Replace Text’ object from the actions menu.
  7. Change the selections depending on what you are wanting to achieve and then hit the ‘Run’ button.
That’s it, it really is as easy as that.. What’s more, to make it even easier I have uploaded the workflow template for you to download here.
Tagged with:  
Page 5 of 85« First...34567...102030...Last »

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!