Paul Marshall

134
Reputation
79 views

Registered User

Name Paul Marshall
Member for 1 year
Seen Nov 16 at 22:53
Website
Location Seattle, WA
Age 30
Nov
2
awarded  Popular Question
Oct
9
awarded  Yearling
Jun
30
awarded  Great Answer
Jun
17
revised How do I replace a text box with a drop down populate by web service in fogbugz using greasemonkey script?
ah, right, drop-down creation. I should mention that.
Jun
17
answered How do I replace a text box with a drop down populate by web service in fogbugz using greasemonkey script?
Jun
10
awarded  Notable Question
Jun
8
comment Hidden Features of JavaScript?
The best use for == is when testing for undefined, because undefined == null, but undefined !== null. I've rarely seen anything where I want to differentiate between undefined and null.