Monthly Archives: February 2010

Google Buzz First Reactions

So Google just launched their latest product: Google Buzz, which is starting to get some mixed reviews. I myself am still a bit mixed on its purpose and actual value. I’ll do my best to sum up my views below, … Continue reading

Posted in Opinion | 6 Comments

Responsible JavaScript: Using Switch

JavaScript, like most languages of the C-genus, has a switch statement which is a really handy alternative to the standard if conditional. switch is a bit of an underdog in the world of conditionals, usually only coming out when there … Continue reading

Posted in JavaScript | 1 Comment

Responsible JavaScript: Incrementing and Decrementing

One area of JavaScript which has gotten a lot of negative attention lately is the increment and decrement operators. To be clear, much (if not all) of this discussion can be traced back to JSLint’s intolerance of them. To understand … Continue reading

Posted in Design Patterns, JavaScript | Leave a comment