Especially for students who interested to learn on JQUERY MOBILE WEB FRAMEWORK... Beside JQuery Mobile, you also can use Zepto, DynamicX, Sencha, iWebKit and others framework.
First step to learn mobile web is to understand the mobile framework. Same as HTML, you also must understand the framework of HTML5 and CSS3 to start create your own mobile web.
Example: Using JQUERY mobile - Create Mobile JTMK Website
1. Download the builder http://jquerymobile.com/download/ - Javascript and CSS
2. Install your web server
3. Create your html file, then copy and paste snippet. (your .css and .js stored on htdocs/www, example: mjtmk folder and create a single js and css folder inside mjtmk)
Download here http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.zip
htdocs/mjtmk/css - css file
htdocs/mjtmk/js - javascript file
htdocs/mjtmk - your html/php file
htdocs/mjtmk/image - your images folder
Alter your head of html file and insert the snippet below:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="css/jquery.mobile-1.2.0.min.css" rel="stylesheet"></link> | |
<script src="js/jquery-1.8.2.min.js"></script> | |
<script src="js/jquery.mobile-1.2.0.min.js"></script> | |
Good Luck....
Time to say goodbye to all my PUO students and beloved friends. Allah Bless all of you...
Work hard and work smart =)