Archive for the ‘howto’ Category

Setting up Eclipse + FDT for CS4 Authoring

Friday, October 10th, 2008

Here are the swc paths that you’ll need to setup FDT for writing Flash 10 code.

Base Flash CS4 Class Path
$(AppConfig)/Common/Configuration/ActionScript 3.0/FP10

Class Path for ik.swc
$(AppConfig)/Common/Configuration/ActionScript 3.0/libs/ik.swc

Class Path for player.swc
$(AppConfig)/Common/Configuration/ActionScript 3.0/libs/flash.swc

Where $(AppConfig) = /Applications/Adobe CS4/Adobe Flash CS4

ActionScript 3 Workshop Slides

Tuesday, July 1st, 2008

This is a great slideshow on ActionScript 3 development from Grant Skinner.
ActionScript 3 Workshop Slides

The Bicycle Tutor – Bike Repair Video Tutorials

Tuesday, July 1st, 2008

I don’t have a bike right, but I used to. I wanted to bookmark this because I do plan on getting bike within the next year.
The Bicycle Tutor – Bike Repair Video Tutorials

Canceling CIC Triple Advantage: Get Your Money Back and Get Justice!

Thursday, June 26th, 2008

I recently had to cancel a recurring transaction that popped up on my bank account. I wanted to make sure that it stopped and that I could get my money back. I found this great article that helped me out:Canceling CIC Triple Advantage: Get Your Money Back and Get Justice!

I have to say that the steps worked out like a charm. I was being charged for 3 months by CIC*Tripple Advantage (ie. Free Credit Report.com). I kepted being persistent but polite and was able to get a full refund.
(more…)

iClarified – Tutorials – AppleTV

Saturday, May 24th, 2008


I’ve been thinking about getting an AppleTV to manage my media. But my fear has always been the size of the processor. I could spend a few hundred bucks and get one, or I could spend another $300-$400 more and get a mac mini. But if I did get a AppleTV I would definitely hack it. I came across this link from tuaw that has tutorials on how to hack your AppleTV: iClarified – Tutorials – AppleTV

Change the hostname in Mac OS X [osx]

Friday, May 23rd, 2008

When I log into the network at my job my Mac’s hostname always turns to:

larryx.na.corp.ipgnetwork.com

I have my local hostname set to:

larryx.local

So What I would like to do is set my Mac’s hostname to my local hostname. You can do this all from Terminal in a single line.

Run this command in Terminal:

sudo scutil --set HostName larryx.local

(more…)

Really nice grass text effect in Photoshop

Friday, May 23rd, 2008

PSDTUTS - Photoshop Grass Text Effect

Collis over at PSDTUTS has a really nice tutorial on how to make text with a grass effect in Photoshop. The results are really nice and the process is simple.

Check it out: Create a Spectacular Grass Text Effect in Photoshop – PSDTUTS

Configure Vista for Automatic Login

Sunday, December 30th, 2007

Over the past few years, many technology vendors have put their focus more on security. Microsoft is no exception as is evident with the security enhancements in Vista. However, in some cases, all the security options may be overkill, especially if you are the only one who uses the computer.

If you do not share your computer with any other users and no one else has access to it, you can configure Vista to log you on automatically.
(more…)

Adobe Flash Player plug-in installer gives error on Mac OS X: error creating file. 1008:5,-5000 Access denied error

Friday, December 14th, 2007

While attempting to install the Adobe Flash Player plug-in on Mac OS X you might get the following error message:

error creating file. 1008:5,-5000 Access denied error

Then you’ll see this error message:

You do not have enough access privileges for this installation

There are two Adobe TechNotes that are associated with this issue (8d46f4f8 and 4aa64290) and 1 decent forum posting.

(more…)

Using DVDFab in Parallels to copy a DVD

Wednesday, October 24th, 2007

Well it’s been a bit of a difficult time getting adjust to only using a MacBook Pro laptop for all of my day-to-day needs. One thing that I used to do pretty heavily is backup my DVD movies to my hard drive using Windows XP and DVDFab Platinum.

Well I tried installing DVDFab under Parallels Desktop 2.0. This didn’t work out so well. The copy process would get about half way through then it would error out. This was probably due to the DVDFab trying to write to the Parallels virtual hard drive.

Recently I decided to give it another try with upgraded software:

This time it worked great! The only difference here is that I set the Target directory to my \\.PSF\.Home\Movies folder. This translates to my /Users/larry.gordon/Movies/ directory in Finder.

I’ve successfully copied 5 movies at DVD9 quality with no errors. There was minimal memory usage (no more than what Parallels was using when running no apps). And my CPU levels never went above 50%.

In case anyone is wondering, my system setup is the following:

  • MacBook Pro
  • Processor: 2.4 GHz Intel Core 2 Duo
  • Memory: 2 GB 667 MHz DDR2 SDRAM

On my next DVD copy I’ll add a few screenshots of the task manager and the activity monitor in this post.