Nov 18, 2011
I started playing CoD MW3 on Xbox and I am the absolute worst. On a computer with a keyboard and mouse I have always been an excellent FPS player, but with a console controller, I am pathetic!
Here are some tips I can offer for someone that is close to 40 who is transition from mouse/keyboard to console controller:
- You have to sit in front of your TV to see ... more
May 29, 2008
When we had our kitchen redone, we added a desk to organize bills and to have a family computer. We wanted to have access to the internet in a convenient location without having to go into the office or turning on a laptop. [Click on images for bigger image]

Intel iMac running MacGourmet for recipes, CallerId 5.2GHZ cordless phone, Sony ...
more
Sep 2, 2007
1. Go to your /Library/LaunchDaemons dir
2. type: sudo pico com.fperkins.isightcapture
3. Put this in the file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.fperkins.isightcapture</string>
<key>OnDemand</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/Users/Frank/Scripts/screenCapture.sh</string>
</array>
<key>StartInterval</key>
<integer>60</integer>
</dict>
</plist><
4. Load your job by typing: launchctl load com.fperkins.isightcapture
Of course, change the name of the file to something that makes sense to you and also change the ProgramArguments to match the script you use. For this script, ...
more