Search This Blog

Thursday, January 17, 2013

Day5 - Web Mobile and HTML5

JQM = J Query mobile

PPT could be founf here http://www.slideshare.net/YnonPerek/04-jquery-mobile

you can control JQM theme , you can use the

ThemeRoller 

to create theme to your application , you can setup your new theme, then download it ,  open it and save it into your project directory.
new directory called theme will be added to your project, you now need to add one line above JQM mobile links in the header to add your theme.

JQM is very good for prototype , small sites , business portfolio.
JQM build to support many devices ,without performance in their mind.

html5 - features and api  

localstorage is a great way to save your state in the browser.

navigator.geolocation is the way to track your current postion.
please note open html from your hard drive with the  navigator (e.g. file://) will not work from chrome , use firefox instead.

No comments: