+ All Categories
Home > Education > Mobile web and j query mobile

Mobile web and j query mobile

Date post: 27-Jan-2015
Category:
Upload: psophy
View: 110 times
Download: 1 times
Share this document with a friend
Description:
Mobile web and j query mobile
Popular Tags:
37
Mobile Web & jQuery Mobile Prak Sophy [email protected] http://kooms.info
Transcript
Page 1: Mobile web and j query mobile

Mobile Web & jQuery Mobile

Prak Sophy – [email protected]

http://kooms.info

Page 2: Mobile web and j query mobile

Agenda

• History

• Internet state

• Mobile Web Browser

• Design for mobile

• Media Queries

• jQuery Mobile

Page 3: Mobile web and j query mobile

Tim Berners-Lee

http://en.wikipedia.org/wiki/Tim_Berners-Lee

Page 4: Mobile web and j query mobile

Bert Bos

http://en.wikipedia.org/wiki/Bert_Bos

Page 5: Mobile web and j query mobile

Håkon Wium Lie

http://people.opera.com/howcome/

Page 6: Mobile web and j query mobile

How about me?

Page 7: Mobile web and j query mobile

Internet Users State

Page 8: Mobile web and j query mobile

1.9 bill

ion The number of internet

connections in the world today...

26% of the world’s population at the lastest of 2010 – http://www.internetworldstats.com

Page 9: Mobile web and j query mobile

6.8 bill

ion The number of people

in the world today...

*2009 estimates put the population around 6.79 billion inhabitants...

Page 10: Mobile web and j query mobile

3.4 bill

ion The number of people

with mobile devices today...

or roughly ½ the population of the planet.

Page 11: Mobile web and j query mobile

1.3 bill

ion The number of mobile internet

users today

Page 12: Mobile web and j query mobile

1/3 number of global internet userswho access the internet only via mobile...

Page 13: Mobile web and j query mobile
Page 14: Mobile web and j query mobile

Mobile Browser State

Page 15: Mobile web and j query mobile
Page 16: Mobile web and j query mobile
Page 17: Mobile web and j query mobile
Page 18: Mobile web and j query mobile
Page 19: Mobile web and j query mobile
Page 20: Mobile web and j query mobile
Page 21: Mobile web and j query mobile

How to design for web

mobile?

Page 22: Mobile web and j query mobile

Best Practices To Develop Perfect Webs for Mobile Devices...

http://woorkup.com/2010/01/10/best-practices-to-develop-perfect-websites-for-iphone-and-mobile-devices/

Page 23: Mobile web and j query mobile
Page 24: Mobile web and j query mobile
Page 25: Mobile web and j query mobile

CSS3 Media Queries

for Mobile Web

Page 26: Mobile web and j query mobile

Live Demo

Page 27: Mobile web and j query mobile
Page 28: Mobile web and j query mobile

Media Queries code...

Wide page layout CSS rules@media screen and (max-width:999px){Medium page layout CSS rules}@media screen and (max-width:480px){Narrow page layout CSS rules}

Page 29: Mobile web and j query mobile

If we don’t use CSS3 media queries...

Page 30: Mobile web and j query mobile

more sites with CSS3

media queries

Page 31: Mobile web and j query mobile

Tee Gallery Hicksdesign

Page 33: Mobile web and j query mobile

jQuery Mobile

Page 34: Mobile web and j query mobile
Page 35: Mobile web and j query mobile

History

• jQuery Mobile Alpha 1

Release on 18-Oct-2010

• jQuery Mobile Alpha 2

Release on 18-Oct-2010

Page 36: Mobile web and j query mobile

Feature

• Progressive Enhancement(support many mobile OS)

• Graceful Degradation(Best HTML5 and CSS3)

• Accessibility(Mobile, Tablet, Desktop and bayon)

• Simplicity(only make-up no javascript configuration)

• File Size(12KB(js) and 6KB(css))

• Theming(Provide jQuery UI)

Page 37: Mobile web and j query mobile

more feature...

• List Views

• Select Menu

• Scrolling and Headers/Footers

• Simplicity(only make-up no javascript configuration)

• Navbar Overhauled

• URL Navigation Refactored

• Ajax Form Handling

• jQuery UI Widget Factory

• Dialog

• Media Query Helper

• Event


Recommended