Published at: 02:07 pm - Sunday July 18 2010
If you haven’t yet read my ode to why Node.js is awesome, stop and go do so now. It should be no surprise by now that I am giddy like a school girl over the idea of using server-side JavaScript to revolutionize the web application stack. And perhaps no other project has captured more of [...]
Published at: 04:07 pm - Thursday July 15 2010
If you’re even moderately involved in the JavaScript world these days (and you probably are if you’re reading this blog) you would have to be dead asleep to not have noticed and heard some of the hype and celebration for the poster-child for server-side JavaScript: Node.js. I regularly follow the chatter on the interwebs, and [...]
Published at: 12:06 pm - Wednesday June 23 2010
/* UPDATE: */ Found this old (from late 2005) post from Douglas Crockford himself on comments in JSON which I think validates the thinking I have presented here in this blog post. He says: A JSON encoder MUST NOT output comments. A JSON decoder MAY accept and ignore comments. This is exactly what I am [...]
Published at: 10:06 am - Saturday June 12 2010
I ran across something the other day at work, and figured it would be good for a quick little blog post. Raise your hand if you’re accustomed to using console.log() (or the other more exotic console{} methods) in your development process. Now raise your hand if you’ve ever left that code in, either intentionally or [...]
Published at: 09:04 pm - Sunday April 11 2010
Regarding Apple’s recent iPhone/iPad SDK TOS update sneak-peek, the signal-to-noise ratio of logical reasoning amidst the sea of self-inflated opinions and FUD has become unbearable. So what am I going to do? Compound that mess with my own opinions, of course! And they are just that, opinions. Take them as you will. I only ask [...]
Published at: 03:02 pm - Sunday February 21 2010
A couple weeks back, I talked about HAML and why I’m not a fan of its approach. I promised in that article that I would be following up with some discussion of how I think UI templating should work. I intended to post earlier than this, but then I dove into a fun new coding [...]