Oct 07
I got the following steps from this thread. I want to make sure to give that credit. I have just compiled the steps that worked for me here all in one page (with screen shots).
The first thing you are going to need is the Cisco RNG200 bin file. That can be downloaded here or here.
That file needs to be saved in your C:\Program Files\Sling Media\SlingPlayer\SBAV folder.
Goto Setup Assistant on your Slingbox. And Select Configure Video Sources.

Select your Connection and Choose Cable Box.

Select Comcast as the manufacture and Other for the model.

Make sure the Lineup is correct, and hit next. And now you will have to select your code to be able to control your DC50X DTA. In the Select Code box, select Custom and type in C2000. Then hit the Power button to test. Remember that the DC50X does not turn off, this will not turn off the box. But it will upload the RNG200 bin file. If you get an error message, make sure you have saved the RNG200 bin file in the correct place.

Now just finish up the Setup Assistant, and you will be good.
Once again, I have to give credit to this thread for this information.
Popularity: 26% [?]
Aug 18
I keep all my sensitive documents encrypted in Truecrypt volumes (don’t you?). But I ran into a problem when I wanted to share a Truecrypt volume across my home network. I had to setup the share every time I mounted the volume.
Then it hit me; my flaw was that I was trying to set up a share within the Truecrypt volume. I needed to set up a share and then mount the TC volume inside that share. But you can’t mount a Truecrypt volume to a directory. Humm….
Enter Hardlink Shell Extension. HSE will let you create Volume Mount Points in Windows. That will let you “map complete local volumes onto arbitrary disk locations”. So you can create a VMP (as a folder) and point it at the drive letter of your TC volume. That way whenever you mount the TC volume to that drive letter, it will already be shared.
After installing the HSE, Mount your TC volume, right-click, and select “Pick Link Source”

Now go to the drive you are going to set up your shared folder and right click. Then select “Drop As…” and “Volume Mountpoint”.

Now just share the resulting folder.
When you mount the TC volume (or any TC volume for that matter) to the drive letter you selected as your “Link Source” it will be shared.
–Zen

Popularity: 12% [?]
Sep 05
I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key. So I made one. This one is for Contribute 2, but I think it will work with 3 (if you change the Site folder to 3). And it assumes that the user will only be running one Site. I make the Contribute Icon/Shortcut point to this script.
You will need to change “h:\key.stc” to the location of your key. You will need to save the following script as a .vbs
Set objFSO = CreateObject(”Scripting.FileSystemObject”)
Set objNetwork = WScript.CreateObject(”WScript.Network”)
strUserName = objNetwork.UserName
If objFSO.FileExists(”C:\Documents and Settings\” & strUserName & “\Local Settings\Application Data\Macromedia\Contribute 2\Sites\Site1\_mm\contribute.xml”) Then
Set wshShell = WScript.CreateObject (”WSCript.shell”)
wshshell.run “”"C:\Program Files\Macromedia\Contribute 2\Contribute.exe”"”, 6, True
set wshshell = nothing
Wscript.Quit
Else
Wscript.Echo “Your Contribute Key needs to be installed on this computer. Click OK to begin.”
Set wshShell = WScript.CreateObject (”WSCript.shell”)
wshshell.run “h:\key.stc”, 6, True
set wshshell = nothing
End If
References:
1) http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx
2) http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx
2) http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm
Popularity: 37% [?]
Oct 26
Web:
Zamzar lets you convert many different types of files in addition to video files: http://www.zamzar.com/
Keepvid also lets you save Streaming Videos: http://keepvid.com
Apps:
If you want to save that great Google Video or YouTube video, you need this tool: VDownloader
If you want to save a streaming Microsoft video (like an ASX playlist), then this is the tool you need: SDP Multimedia
Popularity: 13% [?]