AlithiaTec.com Blog

back to AlithiaTec.com

ogm to avi to rm

at divx digest

posted by Chris @ 10:56 PM, ,  


Feelin' the burn

If you want to make sure your DVD backups are as error-free as possible this program can come in handy:

http://www.cdrlabs.com/kprobe/

posted by Chris @ 9:15 AM, ,  


Prevent Outlook from blocking inbound attachments

stick this in a .reg file:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security]"
Level1Remove"="ADE;MDB;ADP;MDE;BAS;MSC;BAT;MSI;CHM;MSP;CMD;MST;COM;
PCD;CPL;PIF;CRT;REG;EXE;SCR;HLP;SCT;HTA;SHS;INF;URL;INS;VB;ISP;VBE;
JS;VBS;JSE;WSC;LNK;WSF;WSH"

posted by Chris @ 11:49 PM, ,  


Change how Visual Studio handles file extensions and create your own

open the registry editor and navigate to

\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\X.X\Languages\File Extensions

where X.X corresponds to the version of VS you have (8.0 is VS 2005)

in my case I wanted to add another html extension called rhtml so:

- create a new 'key' named ".rhtml"
- create a new 'string value' named "(Default)" with a value of the GUID that corresponds to the editor you wish to use (in my case the HTML editor GUID found in the .html key: {58E975A0-F8FE-11D2-A6AE-00104BCC7269})
-create a new 'string value' named "Name" and the value should be a description of the file (in my case "Ruby HTML"

that's it!

posted by Chris @ 11:35 AM, ,  


Solid workout with no weights

This workout program seems rather decent and something one can get hooked on:

http://www.mattfurey.com/conditioning_book.html

It requires no weights and really gets the blood flowing!

posted by Chris @ 1:31 AM, ,  


Ruby on Rails

I just stumbled across a new rapid web development tool that seems to be cool:

http://www.rubyonrails.org/

gonna check this out and see where it leads

here are some useful links:

posted by Chris @ 3:43 PM, ,