Volleynerd Knowledge Base

Wednesday, March 30, 2005

Plasma vs. LCD


Decent quick high level view of Plasma TVs vs LCD. Not sure how long this page will live on the VOOM site, but here it is anyway...

VOOM : HD Resource Center : Beyond HDTV Newsletters : Which is better, plasma or LCD?



Friday, March 25, 2005

SmidgeonSoft - Win32 Utilities


Thanks to buddy Marchello for showing me this site. Oh...but I'm not doing Win32 programming any longer - it's all .NET baby !! :)

SmidgeonSoft - Home Of Quality Utilities That Are Free!



Friday, March 18, 2005

Script to enumerate processes


Pretty cool script (I think using WMI query syntax) to enumerate processes.

For Each Process in
GetObject("winmgmts:{impersonationLevel=impersonate}!//rogue").ExecQuery
("select * from Win32_Process where Name='notepad.exe' ")
Process.Shutdown (0)
Next

Google Groups : microsoft.public.windowsxp.help_and_support



Hack A Day


Monday, March 14, 2005

GDC goodness - XBOX 2


Some early info on XBox 2 from Game Developers Conference (GDC)

GDC goodness



Saturday, March 05, 2005

Adding Custom Project Item Templates to VS.NET


Chris Sells shows us how to add custom project items to the "Add New Item" dialog.

keywords: wizard vswizard CSharpProjectItems IDTWizard



Thursday, March 03, 2005

DVD Shrink


Thanks to Miles and DanCo at work for these pointers.

DVD Shrink

Some discussion of the Arccos copy protection scheme from Sony, including list of known DVDs using this, along with DVD95Copy info which gets around the issue.




Tuesday, March 01, 2005

ICTP Digital Divide Simulator


Shows number of lines in use for countries in the world, graphical display.

Also, bandwidth simulator, showing how a page would load through a given connection speed.

ICTP Digital Divide Simulator



Home