How to batch convert WMV to quicktime for iTunes

  1. Open Automator in the application folder on the Mac.
  2. Files & Folders > Get Selected Items
  3. Moves > Export Movies
  4. Save As an application. Select your audio files in the Finder and drag them to your new Automator application.
  5. This will export them to m4v file format. It uses QuickTime with the help of Flip4Mac plug-in (you must download Flip4Mac first). That’s it.

Actionscript Converting Negitive to Positive Numbers

Needed to know the simples way to convert a number from positive to negative or negative to positive in actionscripts. Here it is.
Continue Reading »

PHP Round Off Decimal or Convert to Decimal Point

Round a number up or down or Round off a floating decimal point number using PHP’s functions round(). Or convert a digit to a decimal point. Greate for shopping carts or time sheet programs.
Continue Reading »