21. 6. Offline web app<html manifest="itdageneapp.manifest">CACHE MANIFEST/itdagene.html/itdagene.css/itdagene.js/itdagene-logo.png
22. Offline Web AppsOffline Web Apps kan brukes på mobilen uten å være tilkoblet internett.Standardisert i HTML5.Støttes av Safari, Chrome og Opera, iPhone og Android.HTML5ApplicationCaching
29. HTML5/CSS3 demoerDemo av Deviceorientation APIhttp://kurrik-slides.appspot.com/html5-techtalk/#slide30NB! Kun for Chrome påMacbookNB! Tar oftenoensekunderfør den starterHTML5 candancehttp://code.bocoup.com/audio-data-api/flash-vs-html5/NB! Kun Firefox 4 – WebGLmåslåspå (beskrevetpåsiden)Kombinasjon av:WebfontsSVG Filters<video>WebGL (3d canvas)Mozilla’sAudio Data API
Editor's Notes
#3: Presentasjonen kunne like gjerne hatt denne tittelen (nesten).
#5: Bruk viewport for å utnytte skjermbredden best mulig.
#7: Kilde: A pixel is not a pixel is not a pixel - http://www.quirksmode.org/blog/archives/2010/04/a_pixel_is_not.html
#8: Har lest at ting som skal trykkes på i grensesnittet bør være minimum 80x80px og ha en avstand på minst 20px. Dette vil variere fra skjerm til skjerm og bør egentlig oppgis i millimeter.
#18: For Android to pick up the icon you need a precomposed icon<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"/>In 2.1-update1, on the Droid, and I presume other 2.* OS phones, when adding a bookmark to the homescreen, the homescreen only displays a custom icon if the link rel="apple-touch-icon" or apple-touch-icon-precomposed have a FULL url path. Full meaning domain and everything.
#19: WP7:The keyword “device-width” is intended to set the width of the Viewport to the width of the device that is viewing the page. On Windows Phone 7, the device width is 480 pixels. However, you will notice that if you set the Viewport width to “device-width”, IE actually sets the width to 320 (and also pins it to 320 if you specify a width of less than 320).
#27: PhoneGap er et (av flere) rammeverk som gjøre det mulig å lage native apps basert på HTML, CSS og JS. Gir tilgang til hardware devicer i de ulike enhentene. PhoneGap e opensource. Se http://www.phonegap.com/features for hvilkemulighetersomgjørestilgjengeligpå de ulikeplattformene.