I was playing around on my server today, and discovered that I could sort drives on "My Computer" by "Total Size"

It classified my 600 GB SATAII RAID5 array as "gigantic".

As far as servers go, I don't consider this array particularily "gigantic".  It's... medium-sized.  Any server over 1 TB, I might consider "Large".  I suppose these tags are in place so as not to anger people.  "What do you mean my new 250 GB drive is small?"  What happens when this OS is looked at in 10 years time?  Every single drive will be "gigantic" to it.

This begs the question: Do these tags vary from XP Home, XP Pro, XP Pro x64, XP MCE, and the different server editions?  These are purely cosmetic tags... so why bother?

I would have stuck to a tag like "[100, 300] GB" or "(0, 50] GB". :)

I wonder also, if there is a category above, "gigantic"?

 


 
Categories: IT

May 31, 2006
@ 02:52 PM

http://www.microsoft.com/downloads/details.aspx?FamilyId=C62D54A5-183A-4A1E-A7E2-CC500ED1F19A&displaylang=en

The Microsoft Device Emulator 1.0 is a standalone version of the same ARM based Device Emulator that ships as part of Visual Studio 2005. The standalone emulator is intended for situations when you want to demonstrate or test your application on a computer that does not have Visual Studio 2005 installed. In addition, we are offering the Windows Mobile 5.0 MSFP operating system images that you can use with the Device Emulator.

Device Emulator 1.0 has a number of features that make it significantly better than its predecessor (the x86 emulator). You will find that it:

Runs code compiled for ARM processors rather than for x86 processors. In most cases, you can run the same binaries on the emulator as you do on the device.

Supports synchronizing with ActiveSync. You can use the Device Emulator with a full ActiveSync partnership. This feature allows you to debug applications that are syncing, or be able to use real synchronized data from within the Device Emulator.

Provides support for more development environments. The emulator has been tested for developing and debugging applications with Visual Studio 2005, Visual Studio .NET 2003, and with eMbedded Visual C++ 4.0 (eVC4) SP4, all using ActiveSync. No crossover serial cable is required.

The Device Emulator supports GAPI. You can write and debug GAPI games on the Device Emulator and expect them to work.

More:
Windows Mobile 5.0 SDK
http://www.microsoft.com/downloads/details.aspx?familyid=83a52af2-f524-4ec5-9155-717cbe5d25ed&displaylang=en

Qwerty.msi:
http://www.qwerty-msi.com/

Windows Mobile Emulator
http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx

Active Sync
http://www.microsoft.com/windowsmobile/downloads/activesync41.mspx

VM Network device
http://www.microsoft.com/downloads/details.aspx?FamilyID=dc8332d6-565f-4a57-be8c-1d4718d3af65&displaylang=en

Install ActiveSync and the Emulator.  Extract MSI for SDK using Qwerty.MSI.
Find the .dess file.  Enjoy.


 
Categories: IT

May 31, 2006
@ 11:47 AM

Polycom Communicator gives you the ultimate hands-free Skype experience. Based on the same technology used in Polycom’s legendary line of triangular SoundStation conference phones, the Skype-certified Polycom Communicator enables crystal-clear, natural conversations when using Skype. Enjoy the freedom of not wearing your headset for hands-free Skype calls, or plug into the built-in stereo headphone port for private conversations

The Polycom Communicator delivers high-fidelity wideband voice quality that sounds like you are in the same room with the people you’re calling. Two high-quality microphones provide excellent range for group conversations with up to four participants. Polycom’s Acoustic Clarity Technology eliminates echoes and feedback, maximizing your Skype experience.

http://www.polycom.com/products_services/1,1443,pw-34-14992-14993,00.html


 
Categories: Tight

FrontPage was bad.  FrontPage server extensions were... a nightmare

Get your FrontPage Server Extensions 2002 for Windows Servers here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservext02/fpse2002win.asp


 
Categories: IT

Categories: IT | Tight

May 6, 2006
@ 02:37 PM
Title  Vista 5381 X86 & X64 Downloads 
Date  5/5/2006 
Size  8,182.09 MB 
Version  5381 
Category  Build 
Milestone  Beta 2 
Description 
Windows Vista Ultimate Beta Interim English builds for x86 and x64.
**NOTE:  You must download only from Redmond as our Dublin and Singapore servers are currently experience problems**
 
https://connect.microsoft.com/downloads/downloadDetails.aspx?siteid=4&downloadid=1503


 
Categories: IT

May 4, 2006
@ 01:34 PM

The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:

C:\>set /a 2+2 
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a "31>>2"
7

Note that we had to quote the shift operator since it would otherwise be misinterpreted as a "redirect stdout and append" operator.

For more information, type set /? at the command prompt.

Source: http://blogs.msdn.com/oldnewthing/archive/2006/05/04/589884.aspx


 
Categories: IT

3D Vista Publisher
http://www.3dvista.com/web/index.htm

Error message
Failed to set data for UNINSTALLDIR, et al.

User needs permissions to
Program directory
HKEY_CLASSES_ROOT
HKEY_LOCAL_MACHINE\SOFTWARE\Vista folder
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFOT\WINDOWS\CurrentVersion\uninstall\... vista folders


 
Categories: IT