foredrag om html5 og css3

33
HTML 5 & CSS 3 Millad Dagdoni Accenture Litt om

Upload: tobias-thorstensen

Post on 18-Jan-2015

429 views

Category:

Technology


1 download

DESCRIPTION

Her er Powerpointen som Millad fra Accenture viste oss på foredraget 23/8-11.

TRANSCRIPT

Page 1: Foredrag om HTML5 og CSS3

HTML 5 & CSS 3Millad Dagdoni

Accenture

Litt om

Page 2: Foredrag om HTML5 og CSS3

HTML 5Lage en web app

Page 3: Foredrag om HTML5 og CSS3

<div id = ”header”>

<div id = ”nav” >

<div id = ”footer” >

<div id = ”aside” ><div id = ”article”>

<div class = ”section” >

Page 4: Foredrag om HTML5 og CSS3
Page 5: Foredrag om HTML5 og CSS3

<div id = ”header”>

<div id = ”nav” >

<div id = ”footer” >

<div id = ”aside” ><div id = ”article”>

<div class = ”section” >

Page 6: Foredrag om HTML5 og CSS3

<header>

<nav>

<footer>

<aside><article>

<section>

Page 7: Foredrag om HTML5 og CSS3

Side.html

Page 8: Foredrag om HTML5 og CSS3

Doctype XHTML 1.0

<!DOCTYPE html PUBLIC » “-//W3C//DTD XHTML 1.0 Strict //EN” »

“http://www.w3.org/TR/xhtmll/DTD/xhtmll-strict.dtd”>

Page 9: Foredrag om HTML5 og CSS3

<!DOCTYPE html>

Doctype HTML5

Page 10: Foredrag om HTML5 og CSS3
Page 11: Foredrag om HTML5 og CSS3

Offline Application CachingVideo

LocalStorageCanvas

WebWorkers…

Page 12: Foredrag om HTML5 og CSS3

<video src="test.[Ogg,mpeg-4,webM]“

autoplay="autoplay”

controls="controls"></video>

Page 13: Foredrag om HTML5 og CSS3

CSS 3Mindre Photoshop

Page 14: Foredrag om HTML5 og CSS3

OpacityRGBA Colorbox-shadowtext-shadow

border-radiusTRANSFORMATION( rotate, scale, translate )

Page 15: Foredrag om HTML5 og CSS3

chrome.angrybirds.com

Page 16: Foredrag om HTML5 og CSS3

JavaScript

jQuery eller Sencha Touch

HTML5 / CSS3

Page 17: Foredrag om HTML5 og CSS3

VG/AP/E24/…

RSS

Twitter#Accenture

Web Services

Web App

4x +6x

Page 18: Foredrag om HTML5 og CSS3
Page 19: Foredrag om HTML5 og CSS3
Page 20: Foredrag om HTML5 og CSS3
Page 21: Foredrag om HTML5 og CSS3

WebWorkers

Lese/skrive til lokal databasen

Ajax kall til serveren

Redigere DOM (ikke mulig)

+++

Page 22: Foredrag om HTML5 og CSS3

QuizDemo

Page 23: Foredrag om HTML5 og CSS3
Page 24: Foredrag om HTML5 og CSS3

Google App Engine

Page 25: Foredrag om HTML5 og CSS3

Spring MVC / .NET MVC / Python

jQuery MobileSencha Touch SproutCore

JSON

Page 26: Foredrag om HTML5 og CSS3
Page 27: Foredrag om HTML5 og CSS3
Page 28: Foredrag om HTML5 og CSS3
Page 29: Foredrag om HTML5 og CSS3

Cappuccino

Page 30: Foredrag om HTML5 og CSS3
Page 31: Foredrag om HTML5 og CSS3
Page 33: Foredrag om HTML5 og CSS3

</takk>