No more Javascript for me!

Well, I’ve been doing this web developer thing for a while now. And honestly, I’m just getting kind of tired of it. I mean, really. It’s starting to get boring. So, I was so happy to see that Google has created CADIE, a Cognitive Autoheuristic Distributed-Intelligence Entity. And the awesome thing is that she can [...]

What’s the Difference Between Equal and Identical?

Is it just me, or does saying equal seem to be the same as saying identical? Actually, it’s not, and I’ve struggled with understanding this for a while, until now! I figured out that they were different, through Javascript. The == and === comparison operators are not the same. Here are the differences in definition [...]

Prototype to Dojo – Where’s the findElement method?

Recently, I’ve had a chance to work on a project that uses Dojo as it’s Javascript framework. Prior to this, the only Javascript library I’ve used has been Prototype, along with Scriptaculous. Since I’ve been using Prototype for a while, there are some things I’ve gotten used to and now find useful to quickly create [...]