2
votes
Underused Features of HTML
Usability-wise it is extremely important to always use <label> if you use input type radio or type checkbox. This lets the user click not just on the radio button or check box, but also on th …
2
votes
What is the single hardest programming skill or concept you have learned?
I would say it's a toss-up between floating point arithmetic (truly comprehending how IEEE-754 works), and theoretical verification (especially of parallel algorithms). But, if I had to pick, I'd p …
0
votes
Do you ever code just for fun?
I've had two types of hobby projects:
The "big idea". For example, I had an idea for a flex-based photo editor that used a radically different method of interaction from traditional p …
41
votes
What is your single favorite development tool?
Firebug. Doing web development without it is like typing with one hand instead of two.
…
1
vote
