toe.js version 2 was released!

It’s been a week that I released version 2.0 of my touch library toe.js, so it’s time to describe the changes here. First of all the new version is smaller and faster. Just have a look at the grunt output:…

Publish/subscribe pattern with DOM API

Once in a while every web app developer will reach the point where he has to decide for a way how his modules are exchanging data between each other. If you are in this situation should have been stumbled upon…

iOS6 Javascript debugging

Finally it’s here iOS6 provides remote debugging for web applications out of the box. No more console.log, no more weinre just the Safari on the mobile device and on your Mac. Simple activate this feature on your iOS6 device under…

Toe.js extensible touch gestures

Good news everyone. Today I officially release my touch gestures library toe.js. It makes use of the jQuery’s special event API to fire events, so you can easily integrate it in your current jQuery based projects. For more details check…

jQuery event binding switch

If you are building applications which are used on pointer and on touch devices then you are familiar with the situation that event handling can slightly differ on these device groups. So in my case. I provide the same UI…