by Kevin Schroeder | 10:27 am

Handling clicks for mobile platforms [UPDATED]

I’ve been doing a lot of work in Phonegap lately and I really like it.  However, one of the things I don’t like is that click events are really, really slow.  There’s a reason

  READ ARTICLE
471 words ()
by Kevin Schroeder | 12:00 am

JQuery getElementsByName

I was recently informed of a bug in my turing test for comments on my site. It turned out that there was a problem that the bit addition scheme when working with IE. Since about 4% of my visitors are IE users it never really came up; until it did. 🙂

Anyways, the way I was doing the test before was with some basic bit shifting done in JavaScript like this

  READ ARTICLE
327 words ()