Archive for the 'OSX' Category

the Best Data Recovery program for OSX

Wednesday, October 25th, 2006

Everyone erases or looses data, at least once a year, they wish they could get back. Well Porsoft Engineering, Inc. has the best data recovery program for the Mac. Data Rescue, allows you to easily and painlessly recover erased files from your hard drive.
But remember, when a file is deleted off of your system, time is of the essence for recovering the file. So make sure you have your copy of Data Rescue on hand. You’ll be glad you did. Unerase files, undelete images, recover deleted information. Recover files you accidentially deleted. Unearse pictures from you mac. Mac Recover deleted files from your hard drive.

Using Apple Remote to control everything in OSX.

Tuesday, October 17th, 2006

Remote Buddy is the answer to controlling all elements in and on your system. At a price tag of $15 USD, it’s not a difficult purchase to make.

Remote Buddy has default plugins that support VLC, Real Player, QuickTime, Front Row, DVD Player, iTunes, Acrobat, Firefox, GarageBand, Google Earth, iPhoto, Photo Booth, PowerPoint, iWork, Preview, Safari. All those applications are able to be remotely controlled right from Remote Buddy‘s installation. You are also able to program the remote in Remote Buddy for any other application, with a very easy-to-use, yet very in-depth, system.

Zipping files in OS X

Wednesday, October 4th, 2006

Right-click (CTRL+mouse click) on the file or folder you want to zip. In the menu that appears after right-clicking (CTRL+mouse clicking) select Create Archive of “file/folder name”.
Doing so will create a zipped file of that file or folder that you have selected. That’s it!

Hex editing and calculating on OSX

Tuesday, August 15th, 2006

Hex editing – HexEdit – This orginally named application allows hex-editing of files on OSX
Hex calculating – PCalc – Used for converting Decimal, Octet and Binary to Hex and visa-versa
Working in hexadecimal is common-place when dealing with any type of system, regardless of it’s maker. Commonly seen by most in the reference of settings colours for browser interpretation, hexadecimal represents the readable format of binary.
A simple explanation can be shown with using the HTML colour schema:
#FFFFFF = White will be shown on screen.
#000000 = Black will be shown on screen.
#FFFFFF is actually a representation of the RGB (Red Green Blue) settings of your screen. As each pixel on your screen is made from a Red Green and Blue element. The hex code is actuall like so: Red = FF, Green = FF, Blue = FF totalling FFFFFF.
FF is actually the equivilent of 255, while 0F is equal to 15. Reason being, hex is base 16, while decimal is base 10:

Decimal Hex
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 A
11 B
12 C
13 D
14 E
15 F

So like decimal (base-ten), hexadecimal (base-sixteen) is calculated along the same principals.
Decimal: 12 = 1×10′s 2×1′s or 21 = 2×10′s 1×1′s
Hex: B3 = 11×16 3×1 or FF = 15×16 15×1

Why does hexadecimal exist, so reading 1011011000101110 becomes a lot easier.

Flash Decompilers, turn a swf to fla for Mac OS X

Saturday, July 15th, 2006
  1. Flash Gordon – The best by far.
  2. Flare – Free, just extracts the actionscript from the swf.
  3. SWF to FLA Converter – Not that great at extracting Actionscript, but good for extracting elements.