Showing tag results for History

Nov 16, 2005
Post comments count0
Post likes count0

Sampling every flavor of dogfood in the store

Raymond Chen
Raymond Chen

During the development of Windows 95, everybody was, of course, self-hosted and upgraded the operating system on a regular basis as new builds came out. I took it upon myself never to install the operating system twice the same way. Each time I ran setup, I would give different answers to the questions. Maybe this time, I'll leave out Wordpad ...

History
Nov 10, 2005
Post comments count0
Post likes count0

When was the last time you formatted a floppy disk?

Raymond Chen
Raymond Chen

For some reason, I was reminded of the people who pooh-poohed Windows 95 because it didn't format floppy disks smoothly. Who spends all day formatting floppy disks? Even in 1995, when you bought a box of floppy disks, they came pre-formatted!

History
Nov 8, 2005
Post comments count0
Post likes count0

Why was GlobalWire called GlobalWire?

Raymond Chen
Raymond Chen

John Elliott wondered why the function was called . First, some background for those who never had to write 16-bit Windows programs. The function was similar to the 16-bit function, except that it had the bonus feature of relocating the memory to the lowest available linear address. You used this function as a courtesy if you intended to leav...

History
Nov 3, 2005
Post comments count0
Post likes count0

To be a leader you must know when to follow

Raymond Chen
Raymond Chen

Many people misinterpreted my use of the term "reluctant" to describe the attitude of the designers in changing the way the Date/Time control panel functions. It was a reluctance of shame, not a reluctance of defiance. Your software is there for the users, not vice versa. If you find that your users are using the software in a manner contrary to...

History
Nov 2, 2005
Post comments count0
Post likes count0

Why is inline autocomplete disabled by default?

Raymond Chen
Raymond Chen

Earlier versions of Internet Explorer used inline autocomplete, but newer versions use drop-down autocomplete that requires you to press the down-arrow key to select an item from the drop-down. Why the change? Because it interferes with normal keyboard operation. Suppose is in your history, but you want to go to . As you type the desired dest...

History
Oct 31, 2005
Post comments count0
Post likes count0

The Hallowe’en-themed lobby

Raymond Chen
Raymond Chen

During the Windows 95 project, the window manager team stayed late one night and redecorated the lobby. They suspended a variety of Hallowe'en-themed objects from fishing lines: spiders, ghosts, witches, jack-o'-lanterns, that sort of thing. The fishing line went up and over pulleys, rigged so that the objects spookily rose and fell seemingly...

History
Oct 26, 2005
Post comments count0
Post likes count0

PC Magazine interviews “the team behind Windows” on its twentieth birthday

Raymond Chen
Raymond Chen

PC Magazine interviewed "the team behind Windows" in commemoration of Windows' twentieth birthday. The article's author talked with Bill Gates, Charles Simonyi, Jeff Raikes, Ray Ozzie (huh? He didn't even work at Microsoft until April 2005! How could he have been part of "the team behind Windows"?), Jim Allchin, Brad Silverberg, David Cole, Yusuf...

History
Oct 26, 2005
Post comments count0
Post likes count1

When programs assume that the system will never change, episode 1

Raymond Chen
Raymond Chen

An example, all too frequent, of ways programs assume that the user interface will never change is reaching into system binaries and sucking out undocumented resources. In the shell, we have fallen into the reluctant position of carrying "dead" icons around for the benefit of programs that assumed that they would always be available. However, we of...

History