Jul 04

Let me know what you’d like to see a tutorial video on, any software for windows or mac :)

Apr 14

I’ve had a lot of people asking a lot of questions about Apple’s new iPad let me first start off by saying NO it is not an oversized iPod Touch and anyone who has used it for any period of time will agree with this, from a distance it certainly might appear as such but I can guarantee you this is not the case.

A lot of concerns were placed on the iPad’s processing power I had my own concerns with this as well but I can say without a doubt its processor is beyond sufficient for its configuration and the system is lightning fast no lag what so ever like you may have experienced on your iPhone 3G.

The iPad feels like its the perfect size and the onscreen keyboard fits nearly perfectly in your hand while holding the device and using both hands thumbs to type with, It doesn’t take long to catch on with a good amount of speed and accuracy.

The iPad’s battery life is amazing its every bit of Apple’s 10 hour video playback claims and I’ve personally used mine very consistently for 3 days and still had a little battery life to spare.

Overview:

The iPad is perfect for content viewing such as reading emails and surfing the web and has some pretty amazing games that take great advantage of the iPad’s accelerometer making it a very fun interactive gaming device however the iPad is absolutely not designed for content creation of any type, for content creation I would most certainly go with the laptop of desktop of your choice and avoid the iPad.

iPad Pros:

Amazingly lightweight

Comfortable

Amazing battery life

Great for games based off the accelerometer

iPad Cons:

Flash will never be supported on this device by apple (although a hack is in the works)

No iPhone internet tethering allowed by Apple (although a hack is in the works)

Which iPad to Choose?

I personally went with the most basic 16GB WiFi version and heres why first off I will only be using it for email and surfing the internet around the house unless I’m traveling in which case it will easily hold 10 compressed HD movies and hundreds of songs (who needs more than this for even the longest flight?) and I saw no point in getting the 3G model and paying a $30 (USD) service charge for the internet on it because I can just tethering my phone to the iPad (against Apple’s TOS you simple Jailbreak your iPhone and install the MyWi app on it and it makes your iPhone a WiFi hotspot that your iPad can connect to in turn using its 3G connection) hopefully this helps some of you in making your iPad choice.

Mar 20

Here’s a list of programs that all Mac OS users should be sure to check out in no certain order.

1: Jumpcut (Download)

Jumpcut is a clipboard assistant that keeps track of your past copy and pastes so that should you need them you simply click the Jumpcut icon in your mac menu bar or by using pre determined hot keys to cycle through past clipboard contents.

2: Middleclick (Download)

Middleclick is a very simple but very useful app that runs quietly in your menu bar that enables three finger clicking in web browsers for clicking links with 3 fingers to open the new window in a new tab or window without having to command click the link, Very simple and very useful.

3: Growl (Download)

Growl is an application that runs quietly in the background alerting you when you have a system change that you tell it to update you on, In example when you receive an email or a file finishes downloading Growl will simply show a small transparent window with the systems update or change listed which you can click to focus to the updated window, Growl is fully customizable as well.

4: Dropbox (Download)

While Dropbox is actually Mac and Windows software it definitely still makes the cut, Dropbox allows you to have a local folder that syncs its data with a remote drive on the internet, It’s basically free file hosting that shares its content between all of your computers free and is very easy to use, This is a must have for all systems.

5: Quicksilver (Download)

In my opinion Quicksilver is more of a power user utility as it has a lot of more technical uses and features but once you work your way around it it can make many of your daily tasks much quicker and easier, In example to send an email using quicksilver you can simply hit your pre designated Quicksilver application hot key then type the name of the person you wish to email then select Email and it would open your default mail application with your selected person’s email address in the to field. This is just one of a million or more functionality’s this software could have for you.

6: Leopard Docks (Download)

Leopard Docks is an easy to use Mac OS Dock customization program that allows you to customize the style of your Dock with pre made (or custom) Mac Docks.

7: VLC (Download)

VLC is a media player that will play literally any video format in amazing quality on your Mac or PC with every feature you could imagine, This is certainly a must have.

Jul 26

Run terminal (hit the apple key and space bar at the same time then type Terminal and select it from the list)

Then type the following:

sudo mv /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist.old

Then hit enter and if it asks for your password enter it.

Then reboot and voila!

Apr 03

Boot Mac OS X Into Single User Mode by holding down Command + S on system boot.

Once the system has booted into its terminal looking single user mode simply type the following:

NOTE: Where it says USERNAME below simply replace that with your Mac OS X main admin login username.

$ mount -uw /
$ rm -R /Library/Preferences/$ rm -R /Users/USERNAME/
$ /bin/launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist &$ dscl . -delete /Users/USERNAME$ rm /var/db/.AppleSetupDone
$ exit

Copyright Matt Brandenburg 2008 - contact us: mattbrandenburg@gmail.com