Implementing swipe events with jQuery Mobile is really easy. This example shows how you can control the browsers back and forward buttons by swiping in the left or right direction.
Author Archives: Tobias Beuving
Beat generator
After I programmed this beat-generator I could not conclude otherwise than not to be happy about the timingprecision of the flash engine.
Disabling firstname, lastname, e-mail and site fields on user profile page in wordpress admin
Based on the trick by zeo I found a way to disable editing of the following fields on a user’s profile page in the admin: e-mail first_name last_name url (site) There are for sure better ways to do the matching based upon the regular expressions but hey, it works! Place this code in your functions.php [...]