in

ASP.NET Weblogs

ChuckOp's eXPeriences

Commentary on software design, development and management - plus much more.

July 2004 - Posts

  • Bush over Kerry in electoral votes?

    As of this writting in late July, Bush has a slight lead over Kerry in the electoral votes - 217 vs. 193.  States that are a toss up, or lean on way or another could make this Presidential election very similar to the last one.  In 2000, when the Supreme Court halted the counting of ballots in Florida and gave the states totals to Bush, he won with a total of 271 - one more than needed.  Al Gore had overall more individual votes, but only totalled 267 electoral votes.

    It's quite possible to have a similar result in 2004 - whereas Bush wins the electoral vote with Kerry leading in the popular vote.

    After the confusion of 2000, and the still-lingering bad feelings, if the election of 2004 once again puts Bush into the White House for four more years, will there be a revolt against the electoral college system?

    I understand why the system exists, but two consecutive close elections, spilting the popular and electoral votes might be enough for the people to demand for widespread change - which wouldn't happen given the outcome.  Thus, people will just become more disinclined to participate in the process to begin with.

  • Show all in Device Manager

    The Windows registry keeps track of all hardware devices that have been installed on the machine.  The Device Manager only displays the hardware devices that are currently connected to the machine.  Hardware that is not currently connected, such as a USB device, or a Firewire hard disk is not shown.  Over time, a lot of devices can be registered, particularly if you connect the same device to different USB ports.

    By using an environment variable, you can have the Device Manager display all the hardware that have  been installed on the machine.  Set the devmgr_show_nonpresent_devices" environment variable to “1” using the System Properties dialog.  Alternatively, just type set devmgr_show_nonpresent_devices=1 at a command prompt.

    Then using Device Manager, make sure the "Show hidden devices" option is set on the view menu.  Normally when "Show hidden devices" is set, only non-PnP devices are shown.  With the environment variable set, Device Manager also shows disconnected hardware using a semi-transparent icon.  You can then uninstall the device and all the associated drivers.

    An easy way to load Device Manager is to type devmgmt.msc at the Run dialog or command prompt.  A quick way to get to System Properties is to press Win+Break.

    Posted Jul 23 2004, 08:26 AM by ChuckOp with 2 comment(s)
    Filed under: ,
  • New Microsoft Mouse by Philippe Starck

    Noted designer Philippe Starck who works under the name of S+ARCK has designed a new mouse for Microsoft.  Inspired by the two hemispheres of the brain, the mouse is divided down the center by a glowing strip.  In the pictures on Microsoft's web site, the glow is a soft blue surrounded by a white shell.

    Seeing the image, my first thought was that this looks exactly what Apple would design and develop - right down to the blue glow highlight that is so common in Apple marketing.

    I've always thought that Microsoft industrial design was good, if not exactly awe-inspiring.  The original Natural Keyboards are excellent and I continue to use them.  The more recent models that move around the cursor pad keys are an attempt to reduce the footprint of the keyboard, but are less usable in my opinion.

    Years ago, I ranted to a friend of mine in the Microsoft Hardware group that the then-new curvy mice didn't come in left-handed versions.  The reason was oblivious - to manufacture and package a version that was only for left-handed people would have lost money for the company.  The traditional "straight" mouse is still available for those who insist on using our left hand.  Not at sexy, but nearly as functional, although the new side-to-side tilt wheel isn't available yet for it.

    It remains to be seen if this foray into cool design will work for Microsoft.  Unlike Apple, Microsoft isn't expected to deliver this kind of product and like left-handed mice, may not have as big a market.  Unlike software, manufacturing hardware has steep on-going costs.  At a retail price of $35 USD - $20 lower than Microsoft's highest priced mouse - this particular design is not priced at a premium.  Will Microsoft be willing to continue manufacturing the products if they sell slowly at first?

  • Chicago Parks, Meigs Field and Mayor Daley

    I was fairly outraged when I read USA Today's fawning article on Chicago Mayor Daley and his efforts in creating park space in the city.  Normally park space is a good thing, but his midnight, quasi-illegal destruction of the historic Meigs Field airport last year was an outrage.  Here's a letter to the editor I sent to USA Today:

    Chicago's new Millennium Park will undoubtedly be a enjoyable recreation area for years.  "Donors' cash turns city green" USA Today, 7/14/2004.  The article notes Mayor Daley's "15 year quest to 'green' this industrial metropolis."  His quote on "A lesson in using public space" made me laugh aloud.  This same Mayor Daley bulldozed the runway at historic Meigs Field in March 2003, breaking a promise to keep the airport open for 25 years.  Although Daley cited groundless security concerns as the reason for the midnight demolition, public statements for years prior indicated his underlying desire to turn the airport into a park.

    So, while Chicago gets even more park space, it citizens do not have access to a local airport that was serving community and business needs.  Because police and medical helicopters are now based farther away, the city is less secure.  A 1997 proposal to add park space and keep the airport open was ignored.

    The City of Chicago deserves much praise in their efforts to make a "City in a Garden"; however, I deplore Daley's dishonesty and fear mongering to achieve his goals.

  • Pasting random text into Microsoft Word

    Ever need to put some text into a document quickly?  Maybe you need to demonstrate a feature or want some filler.  I used to type qwerty or asdf over and over again.  Microsoft Word has a quick and easy way to do it.  Just type =rand() on a blank line and press Enter.  Word will replace that line with:

     

    The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.

    The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.

    The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown fox jumps over the lazy dog.

     

    This feature works in Microsoft Outlook when using Word to compose e-mail messages.  In addition you can do the same trick in Microsoft PowerPoint.

    Posted Jul 14 2004, 05:21 PM by ChuckOp with 1 comment(s)
    Filed under:
  • Intel's PCI Vender ID

    Each vendor of hardware that is designed for the PCI bus is assigned a identification number for their products.

    Intel's ID is 0x8086 (expressed in hex notation), named after the microprocessor that started the PC revolution.

    I remember the telephone number of my BBS, The DreamLand Express, ended in 8086.

    Posted Jul 13 2004, 04:15 PM by ChuckOp with no comments
    Filed under:
More Posts