Changes between Version 18 and Version 19 of BluePrint/Mobile/Portal


Ignore:
Timestamp:
06/17/12 18:12:49 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile/Portal

    v18 v19  
    2424Consider using the HTML5 application cache if it’s important that your components persist in the cache for a long time, or across power cycles.''
    2525
     26 * http://www.slideshare.net/nickf/mobile-web-user-experience
     27 * http://www.slideshare.net/bryanrieger/rethinking-the-mobile-web-by-yiibu
     28
     29Theme which works well on both Desktops & Mobiles:
     30 * http://yoko.elmastudio.de
     31
     32jQuery Mobile?
     33 * http://jquerymobile.com/
     34
     35
     36Also want touch support really...
     37
     38CSS 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
     43Detection:
     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
     54Mobile 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
     60Examples:
     61 * http://blog.bestpractical.com/2010/08/mobile-rt.html
     62
     63Could consider using the RESTlike CRUD controller's ?format=plain
    2664== Web2Py support ==
    2765* http://web2py.com/books/default/chapter/29/5#Mobile-development