There is no excerpt because this is a protected post.
Category Archives: Mobile / Tablet
Open Exhibits
An Open Source Multitouch, Multiuser Software Initiative Open Exhibits is a software development kit (SDK) for Flash that is free for museums, students, nonprofits, and educational use.
Mozilla’s Boot 2 Gecko (B2G) mobile platform landing Q2 2012?
Mozilla’s Boot 2 Gecko ‘web-based’ mobile operating system is looking like it will make an initial appearance in late 2011/early 2012 followed by a release later on in the year (potentially Q2).
Jquery mobile scrollview
To turn an element into a scrollview, simply add a data-scroll=”true” to the element. By default, a scrollview can scroll in both the horizontal and vertical directions. If the user drags the view horizontally (left or right), or vertically (up or down), scrolling will be locked so that it only scrolls in that one dimension. …
Using jQuery Mobile Touch events
JQuery Mobile includes 5 touch based events to make navigating your site with a mobile device a little easier. The 5 events are:-
JavaScript, 5 ways to call a function
Time after time I find JavaScript code that has bugs caused by lack of proper understanding of how functions work in JavaScript (a lot of that code has been written by me, by the way.) JavaScript has functional programming characteristics, and that can get in our way until we decide to face and learn it.