| | 26 | * http://www.slideshare.net/nickf/mobile-web-user-experience |
| | 27 | * http://www.slideshare.net/bryanrieger/rethinking-the-mobile-web-by-yiibu |
| | 28 | |
| | 29 | Theme which works well on both Desktops & Mobiles: |
| | 30 | * http://yoko.elmastudio.de |
| | 31 | |
| | 32 | jQuery Mobile? |
| | 33 | * http://jquerymobile.com/ |
| | 34 | |
| | 35 | |
| | 36 | Also want touch support really... |
| | 37 | |
| | 38 | CSS sufficient? |
| | 39 | * http://mobiforge.com/Designing |
| | 40 | * http://www.slideshare.net/nickf/mobile-ux (eye opening examples on mobile usability) |
| | 41 | * http://www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ |
| | 42 | |
| | 43 | Detection: |
| | 44 | * Client-side with javascript |
| | 45 | * http://www.modernizr.com/ |
| | 46 | * Server-side most reliable: |
| | 47 | * http://pypi.python.org/pypi/pywurfl/ |
| | 48 | * [http://code.google.com/p/djangobile/ Djangobile] can be used for ideas on how to integrate into web2py |
| | 49 | * http://www.handsetdetection.com/ |
| | 50 | * If not,possible then call fallback to client-side: |
| | 51 | * http://www.hand-interactive.com/resources/detect-mobile-javascript.htm |
| | 52 | * http://code.google.com/p/mobileesp/source/browse/JavaScript/mdetect.js |
| | 53 | |
| | 54 | Mobile Emulators: |
| | 55 | * http://mobiforge.com/emulators/page/mobile-emulators |
| | 56 | * http://www.opera.com/mobile/demo/ (No !JavaScript) |
| | 57 | * Nokia screen sizes: http://forum.mobiles24.com/showthread.php?t=9980 |
| | 58 | * Remember that some screen lost for nav tools & that usually used in portrait mode |
| | 59 | |
| | 60 | Examples: |
| | 61 | * http://blog.bestpractical.com/2010/08/mobile-rt.html |
| | 62 | |
| | 63 | Could consider using the RESTlike CRUD controller's ?format=plain |