by Thomas Beutel
...CONTEMPLATING CODE AND LIFE
...CONTEMPLATING CODE AND LIFE

Archive for the ‘Google’ Category

Using jQuery and Prototype together while avoiding the dreaded element.dispatchEvent error

Friday, August 28th, 2009 Posted in Google, Programming, jQuery | Comments

Here is what I do to avoid the dreaded "element.dispatchEvent is not a function" error. I load jQuery first, Prototype second, and then I use jQuery( ) instead of $( ) for all my jQuery calls. <!-- Set up ...

Comics for Communication

Tuesday, September 2nd, 2008 Posted in Google, comics | Comments

It was interesting that Google used a comic strip to effectively communicate the reasons why they are introducing a new browser called Chrome. I was especially taken in by the discussion of processes and tabs, a topic that would normally ...