Monday, September 29, 2008
Thursday, September 25, 2008
Tuesday, September 23, 2008
Monday, September 22, 2008
How to connect to IPhone as a Disk
To install:
First get t-pot. The most recent version at the time of this writing is at: t-pot - Google Code
Home page: t-pot - Google Code
t-pot is a plugin for an application called total commander.
Download and install Total Commander from: Total Commander - Download
After Total Commander is installed, unzip t-pot to a folder. Run Total Commander and goto "Configuration/Options" in the file menu. Goto "Plugins" and then click the "WFX" menu button. "ADD" the t-pot's .wfx file that you unzipped. After adding it to Total Commander, close Total Commander, and load it again. T-pot should now be installed.
To use:
Connect the iPhone/iTouch via USB.
At the top of the two window panes is a drop down menu usually labeled [-c-]. Select Network Neighborhood [--] from it. Choose t-pot from the window pane. You should now be looking at the file system of your iPhone/iTouch. Now you can drag over files from the other window pane to it.
The above was posted by zodttd on ipodtouchfans, I'm passing this information on I didn't find it out originally it's just how I transfer using a cable.
Sunday, September 21, 2008
Friday, September 19, 2008
Microsoft Photosynth
Today I've been playing around with Microsoft PhotoSynth. Pretty interesting, I had always wanted to stitch together some of my old ski trip photos from Colorado, the panoramic possibilities are endless.
What is Photosynth?
"Imagine being able to share the places and things you love using the cinematic quality of a movie, the control of a video game, and the mind-blowing detail of the real world. With nothing more than a bunch of photos, Photosynth creates an amazing new experience."
Labels: NEW PRODUCT , WEB , WINDOWS
Monday, September 15, 2008
Sunday, September 14, 2008
Thursday, September 11, 2008
Wednesday, September 10, 2008
Monday, September 08, 2008
Register and unregister components with context menus
The stardard method to register and unregister ActiveX component is running the REGSVR32 utility, which forces you to bring up the Start|Run dialog and manually type the command line. A much better approach is to have the Register and Unregister commands right in the context menu that appears when you right-click a DLL, EXE, or OCX file in the Explorer window.
To create these menu commands, copy the following text to the clipboard, paste it into an editor (such as Notepad) and save it to a file with a .reg extension, such as ActiveX.Reg. Then double-click the file, and voila!, you'll be able to register and unregister all types of ActiveX components by right-clicking on them.
Note that the .reg file below assumes that the REGSVR32.EXE utility is your system path, so that it can be run without specifying the complete path. If this is not the case you should move it to the main Windows directory (e.g. C:\WINDOWS or C:\WINNT) or you should provide the complete path in all the lines of the .reg file that reference it.
Start of the REG file
REGEDIT4
; ActiveX DLLs
[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile\shell\regdll]
@="Register ActiveX DLL"
[HKEY_CLASSES_ROOT\dllfile\shell\regdll\command]
@="regsvr32.exe \"%L\""
[HKEY_CLASSES_ROOT\dllfile\shell\unregdll]
@="Unregister ActiveX DLL"
[HKEY_CLASSES_ROOT\dllfile\shell\unregdll\command]
@="regsvr32.exe /u \"%L\""
; ActiveX Controls
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile\shell\regocx]
@="Register OCX Control"
[HKEY_CLASSES_ROOT\ocxfile\shell\regocx\command]
@="regsvr32.exe \"%L\""
[HKEY_CLASSES_ROOT\ocxfile\shell\unregocx]
@="Unregister OCX Control"
[HKEY_CLASSES_ROOT\ocxfile\shell\unregocx\command]
@="regsvr32.exe /u \"%L\""
; ActiveX EXEs
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
[HKEY_CLASSES_ROOT\exefile\shell\regexe]
@="Register ActiveX EXE"
[HKEY_CLASSES_ROOT\exefile\shell\regexe\command]
@="\"%L\" /regserver"
[HKEY_CLASSES_ROOT\exefile\shell\unregexe]
@="Unregister Active EXE"
[HKEY_CLASSES_ROOT\exefile\shell\unregexe\command]
@="\"%L\" /unregserver"
End of the REG file
Friday, September 05, 2008
Thursday, September 04, 2008
Don ‘The Voice’ LaFontaine Dies at 68
"LOS ANGELES - Don LaFontaine, the man who popularized the catch phrase “In a world where…” and lent his voice to thousands of movie trailers, has died. He was 68.
LaFontaine died Monday at Cedars-Sinai Medical Center from complications in the treatment of an ongoing illness, said Vanessa Gilbert, his agent.
LaFontaine made more than 5,000 trailers in his 33-year career while working for the top studios and television networks.
[...]
LaFontaine insisted he never cared that no one knew his name or his face, though everyone knew his voice."
Big Asteroid Impact
“The evidence shows that this has happened at least six times in earth’s history.”




