Showing tag results for History

Dec 6, 2005
Post comments count0
Post likes count0

When a token changes its meaning mid-stream

Raymond Chen

The project leader for the initial version of Internet Explorer was well-known for wearing Hawaiian shirts. I'm told that the team managers decided to take one of those shirts and use it as an award to the team member who fixed the most bugs or some similar thing. What the team managers failed to take into account that nobody actually liked having ...

History
Dec 5, 2005
Post comments count0
Post likes count1

Using floppy disks as semaphore tokens

Raymond Chen

In the very early days of Windows 95, the distribution servers were not particularly powerful. The load of having the entire team installing the most recent build when it came out put undue strain on the server. The solution (until better hardware could be obtained) was to have a stack of floppy disks in the office of the "build shepherd". (Th...

History
Nov 22, 2005
Post comments count0
Post likes count1

Why is a drive letter permitted in front of UNC paths (sometimes)?

Raymond Chen

A little-known quirk is that the file system accepts and ignores a drive letter in front of a UNC path. For example, if you have a directory called \\server\share\directory, you can say dir P:\\server\share\directory and the directory will be listed to the screen. The leading P: is ignored. Why is that? Rewind to 1984 and the upcoming relea...

History
Nov 21, 2005
Post comments count0
Post likes count1

What’s the difference between HWND_TOP and HWND_TOPMOST?

Raymond Chen

The special values and have similar names but do completely different things when passed as the parameter to the function (or its moral equivalents such as ). As a backgrounder, you should start off by reading the MSDN discussion, which is perfectly accurate as far as it goes. Here, I'll discuss the issue from a historical perspective in the h...

History
Nov 17, 2005
Post comments count0
Post likes count0

Force-feeding the dogfood

Raymond Chen

Windows 95 contained some new networking features, and since I was one of those crazy people who sampled every flavor of dogfood in the store, I actually tried out all of them. One of the features, a network protocol, I thought was interesting enough that I decided to help them out by forcing everybody else on the team to dogfood it. Here's...

History
Nov 16, 2005
Post comments count0
Post likes count0

Sampling every flavor of dogfood in the store

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 count1

When was the last time you formatted a floppy disk?

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

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

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