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. Continue reading “JavaScript, 5 ways to call a function”

10 handy jQuery mobile tips and snippets to get you started

As with any new technology, getting started is often the hardest part.

With this frustration in mind, we have put together some of my handiest tips, tricks and code snippets related to thejQuery Mobile library. Continue reading “10 handy jQuery mobile tips and snippets to get you started”

jQuery Mobile PHP MVC Framework

In my Introduction to jQuery Mobile, I mentioned that I had plans for a simple MVC framework using jQuery Mobile and that I would release it if there was enough interest (there was!). While it’s not completely finished yet, I’ve decided to release it in hopes that others find use in it and can perhaps even contribute towards it’s development. Continue reading “jQuery Mobile PHP MVC Framework”