Archive by Author
Mobile-Jquery-tutorial
Posted on 31. Dec, 2011 by admin.
0
What does jQuery Mobile do?
- jQuery Mobile makes it easy to develop user interfaces for mobile web apps.
- The interface configuration is markup-driven, which means you can pretty much create your entire basic app interface in HTML, without needing to write a single line of JavaScript. (Of course, you’ll still need to write JavaScript if your app is to do anything useful!)
- It provides a series of new custom events to let you detect mobile and touch specific actions like tap, tap-and-hold, swipe, and orientation change (i.e. rotating the device).
- It uses progressive enhancement to ensure that your app interface works on practically any web-enabled device.
- It uses themes to make it easy to customize the look of your app.
Continue Reading
Jquery for designers
Posted on 22. Jun, 2011 by admin.
jQuery for Designers
Here are 10 visual exmples to demonstrate on how to use jQuery to enchance user experience and semantic web design (view original jQuery Tutorials).
Continue Reading
input fields with CSS tricks
Posted on 10. Dec, 2009 by admin.
Enhance your input fields with simple CSS tricks
We’re all trying to build an effective and good looking web forms. But there are always a new challenges. If you read my previous articles on how to build a better web forms, you could have noticed there are so many details. Label positioning, context highlighting or justifying [...]




