JQuery

SYNOPSIS

jQuery Mobile is a touch-optimized web framework for creating mobile web applications. jQuery Mobile works on all popular smartphones and tablets. jQuery Mobile is built on top of the jQuery library, which makes it easy to learn if you already know jQuery. It uses HTML5, CSS3, JavaScript and AJAX to accomplish its work for laying out pages with minimal scripting. jQuery Mobile takes the "write less, do more" to a new level: It automatically design web pages with an attractive and "easy-to-use" look, that will work the same way on all mobile devices.

Back to Basic: Introduction to jQuery Mobile (Theory & Practice), 2013


NOTES
  1. Chapter 1 - HTML5 (Part 1)  - [Download]
  2. Chapter 1 - HTML5 (Part 2)  - [Download]
  3. Chapter 2 - 2.1 Understand Mobile Web Framework - [Download]
  4. Chapter 2 - 2.2 Discover Mobile Web Framework - [Download]
  5. Chapter 2 - 2.3 HTML5, CSS3 and PHP5 - [Download]
  6. Chapter 2 - 2.4 Understand Webapps Environment - [Download]
  7. Chapter 3 - 3.1_3.2 Mobile Web Framework_Page_Theming - [Download]
  8. Chapter 3 - 3.3_3.4_3.5  Navigation, Transition, Dialog & Special Mobile Behavior - [Download]
  9. Chapter 4 - 4.1 Positioning Scheme in Webapps - [Download]
  10. Chapter 4 - 4.2 4.3 Use Button & Icon - [Download]
  11. Chapter 4 - 4.4 Use List - [Download]
  12. Chapter 4 - 4.5 Use Form - [Download]
  13. Chapter 5 - PhoneGap - [Download]

Contact me for more info about this book =) hafizahict@gmail.com 






1 comment:

Question 1: Introduction to Variable

Based on code below, create a dynamic program that solve problem below: Source Code: #include <iostream> using na...