Jeff Atwood

Indoor enthusiast. Co-founder of Stack Overflow and Discourse. Disclaimer: I have no idea what I'm talking about. Find me here:

Bay Area, CA
Jeff Atwood

SDWest 2006: My McConnell Moment

I'll be attending SDWest 2006 all next week (March 13 - 17) in Santa Clara, California. If you're attending, let's meet up somewhere! I've met a handful of people in person at past conferences: * Sara Ford * Steve Maine * Walt Rischler The highlight

By Jeff Atwood · · Comments

Doing It Like Everyone Else Does

Jon Galloway called me out in a comment yesterday for advocating a non-standard approach: Web forms have become a convention, and users have been trained for 10 years on how to fill out forms. Users would get confused, and some would bail out (abandon carts, etc.). Web forms work, and

By Jeff Atwood · · Comments

Web Forms: Death By a Thousand Textboxes

Why do HTML forms have to be death by a thousand tiny textboxes? The classic example of this is phone number, which typically forces you to tab through three annoying little textboxes to enter a single number: Why can't we let the user enter the number however they

By Jeff Atwood · · Comments

The Cult of Coleco Adam

My second true computer, after the TI-99/4a, was the Coleco Adam [http://oldcomputers.net/adam.html]: I remember waiting in line in the snow with my Dad to get our hands on one of the first ADAM computers. Oh, the awful SmartBASIC programs I would write! I spent hours

By Jeff Atwood · · Comments

Sucking Less Every Year

Steve Yegge's whirlwind language tour is, as he points out, neither good nor complete, which makes it one of the best blog posts I've read this year. I'll spoil the ending for you: according to Steve, Ruby combines the best features of Perl, Smalltalk,

By Jeff Atwood · · Comments

In Pursuit of Simplicity

John Maeda created quite a stir with his montage of the Yahoo and Google homepages from 1996 to 2006 in simple is about staying simple [http://weblogs.media.mit.edu/SIMPLICITY/archives/000263.html]: Although Philipp Lenssen has posted on this topic before (he calls it the portal plague [http:

By Jeff Atwood · · Comments

Snippet Enumeration Macro

Inspired by my recent post on C# code snippets, I found a little console app by Francesco Balena* that enumerates all the snippets on your system along with their shortcut text. I improved his console app and turned it into a convenient IDE macro along the lines of my keyboard

By Jeff Atwood · · Comments

Making a Video Game out of your code

I just installed CodeRush, and now my IDE looks like this: From Mike Gunderloy's review of Refactor! Pro: Refactor! uses the same drawing technology as CodeRush, making a video game out of your code. When you introduce an overload, for example, you actually see strikethroughs appear on parameters

By Jeff Atwood · · Comments

Quick and Dirty Internet Connection Troubleshooting

So I had a few bandwidth issues [http://scobleizer.wordpress.com/2006/02/16/im-getting-into-coding-horror/] recently, which you can see in the six-month alexa traffic graph [http://www.alexa.com/data/details/traffic_details?q=&url=codinghorror.com] for this domain. There wasn't much I could do

By Jeff Atwood · · Comments

Error Codes Must Die

A recent Scott Hanselman post [http://www.hanselman.com/blog/WindowsDefenderErrors0x8024402c0x80240022And1609.aspx] described a problem he had with Windows Defender [http://www.microsoft.com/athome/security/spyware/software/default.mspx]: > Defender was unable to update my signatures, instead throwing a COM-ish 0x8024402c. Others are getting Error 1609 and still

By Jeff Atwood · · Comments

Levelling Up in the IDE

I have nothing against World of Warcraft, but the Gamasutra editorial World of Warcraft Teaches the Wrong Things [https://www.gamasutra.com/view/feature/130976/soapbox_world_of_warcraft_teaches_.php] highlights one problem I have with the entire MMORPG [http://en.wikipedia.org/wiki/MMORPG]* genre: > [WOW teaches

By Jeff Atwood · · Comments

Sometimes a Word is Worth a Thousand Icons

Pop quiz, hotshot. What do these toolbar icons do-- and what application are they from? Okay, maybe that's a bit too monochrome. Does color help? Okay, let's try something less abstract. Does a more traditional look help? So we can see there's some kind

By Jeff Atwood · · Comments