Showing tag results for History

Sep 29, 2003
Post comments count0
Post likes count0

Why you can’t rotate text

Raymond Chen
Raymond Chen

Answering a comment from an earlier entry.

History
Sep 20, 2003
Post comments count0
Post likes count2

When I dock my taskbar vertically, why does the word "Start" disappear?

Raymond Chen
Raymond Chen

Because the alternative is even worse. If the taskbar is not wide enough to display the entire word "Start", then the word "Start" is hidden. To get it back, resize the taskbar wider until the word "Start" reappears. This behavior is by design. From a design point of view, a partia...

History
Sep 16, 2003
Post comments count0
Post likes count1

Why does Win32 fail a module load if an import could not be resolved?

Raymond Chen
Raymond Chen

Because we tried it the other way and it was much worse. In 16-bit Windows, a module that didn't satisfy all its imports would still load. As long as you didn't call a missing import, you were fine. If you did try to call a missing import, you crashed pretty spectacularly with the dreaded U...

History
Sep 10, 2003
Post comments count0
Post likes count3

Why do some people call the taskbar the “tray”?

Raymond Chen
Raymond Chen

Short answer: Because they're wrong. Long answer: The official name for the thingie at the bottom of the screen is the "taskbar". The taskbar contains a variety of elements, such as the "Start Button", a collection of "taskbar buttons", the clock, and the "Taskbar Notification Area". One of the most common errors is to refer to the Taskbar Notif...

History
Sep 8, 2003
Post comments count0
Post likes count0

It's a lot easier to write a column if you don't care about accuracy

Raymond Chen
Raymond Chen

Now that Longhorn Rumor Season seems to have kicked up, I'm reminded of Windows 95 Rumor Season. The great thing about writing a rumors column is that you don't have to be right! Even if you're wrong, you can just say, "Well, Microsoft changed it before they shipped," and nobody can say you were wrong. It's a v...

History
Sep 8, 2003
Post comments count0
Post likes count1

An insight into the Windows 95 startup sound

Raymond Chen
Raymond Chen

Doo, dudududingggggg.... ding.... ding... ding... In an interview with Joel Selvin at the San Francisco Chronicle, Brian Eno explains. Q: How did you come to compose "The Microsoft Sound"? A: The idea came up at the time when I was completely bereft of ideas. I'd b...

History
Sep 3, 2003
Post comments count0
Post likes count1

Why is there no programmatic access to the Start menu pin list?

Raymond Chen
Raymond Chen

We learned our lesson the hard way. In Windows 95, we gave programmatic access to the Start menu "Fast items" list - the items that appear at the top of the Start menu above the Programs list. This area was meant for the user to customize with their favorite links, but programs quickly saw th...

History
Aug 28, 2003
Post comments count0
Post likes count1

Hardware backwards compatibility

Raymond Chen
Raymond Chen

Backwards compatibility applies not only to software. It also applies to hardware. And when hardware goes bad, the software usually takes the blame. The HLT instruction tells the CPU to shut itself down until the next hardware interrupt. This is a big win on laptops since it reduces power consumption...

History