palestra html5 e css3

76
Emiliano Barreto @ebarreto [email protected] O próximo passo da WEB

Upload: celula-cursos

Post on 22-Apr-2015

750 views

Category:

Documents


1 download

DESCRIPTION

Apresentação sobre HTML5 e CSS3 realizada em julho de 2012 por Emiliano Barreto , no auditório da CELULA CURSOS em São Paulo

TRANSCRIPT

Page 1: Palestra html5 e CSS3

Emiliano Barreto @ebarreto

[email protected]

O próximo passo da WEB

Page 2: Palestra html5 e CSS3

• Proposta de trabalhar com as mais atuais tecnologias e softwares

• Atuação na pesquisa e formação de profissionais

• Consultoria e desenvolvimento

• Forte preocupação com a formação • e carreira do aluno

Page 3: Palestra html5 e CSS3

Instrutores• CERTIFICADOS• COM EXPERIENCIA DE MERCADO• DIDÁTICOS E PRONTOS PARA TIRAR TODAS

AS DÚVIDAS• INSTRUTORES DA CELULA ATUAM

DIARIAMENTE COM AS MATERIAS QUE MINISTRAM AULA E SÃO ESPECIALISTAS NO QUE FAZEM

Page 4: Palestra html5 e CSS3

• Poucos alunos por turma

• Ambiente pessoal e compromissado com o aprendizado na prática

• Aulas 100% práticas

• Estrutura enxuta = valores mais acessíveis

Diferenciais

Page 5: Palestra html5 e CSS3

HTML 5 ....PORQUE, ONDE, COMO E QUANDO ?

Page 6: Palestra html5 e CSS3
Page 7: Palestra html5 e CSS3
Page 8: Palestra html5 e CSS3
Page 9: Palestra html5 e CSS3
Page 10: Palestra html5 e CSS3

NEGÓCIOS ONLINE

MUITAS EMPRESAS DESCOBRIRAM QUE A INTERNET

Page 11: Palestra html5 e CSS3

Enxurrada de informações e serviços

Page 12: Palestra html5 e CSS3

NOVAS DEMANDAS DE PROFISSINAIS

Page 13: Palestra html5 e CSS3

Novas oportunidades

Page 14: Palestra html5 e CSS3

Tudo tem que ser mais fácil

Page 15: Palestra html5 e CSS3

Tudo tem que ser mais fácil

Page 16: Palestra html5 e CSS3
Page 17: Palestra html5 e CSS3

PENSE MULTI

Page 18: Palestra html5 e CSS3
Page 19: Palestra html5 e CSS3
Page 20: Palestra html5 e CSS3

MULTI DEVICES

Page 21: Palestra html5 e CSS3

MULTI DEVICES

Page 22: Palestra html5 e CSS3

MULTI DEVICES

Page 23: Palestra html5 e CSS3

E quem vai acessar o seu site ?

• Somente quem estiver no pc / windows com internet explorer ????

Page 24: Palestra html5 e CSS3
Page 25: Palestra html5 e CSS3

Conheça o HTML 5

Page 26: Palestra html5 e CSS3

ApresentandoHTML 5.0

É A MAIS NOVA ATUALIZAÇÃO DA LINGUAGEM HTML

Page 27: Palestra html5 e CSS3

Porque aprender a desenvolver utilizando HTML 5.0 ???

Page 28: Palestra html5 e CSS3

Alguns motivos

• Mercado : falta de cases e profissionais bons nacionais na área

• Mais poder e recursos no HTML, CSS E JAVASCRIPT

• Conteúdo acessível de vários dispositivos e plataformas

Page 29: Palestra html5 e CSS3

HTML5 ENGLOBA

Page 30: Palestra html5 e CSS3

Principais Características• Web Semântica: melhoria na estrutura

com novas tags• Mais poder com visual com CSS3 • Recursos multimídia com Vídeo e Áudio• Gráficos ricos e dinâmicos (SVG / Canvas) • Web Apps – Web Storage, indexDB etc• GeoLocation• Gráficos 3D ( Web GL)

Page 31: Palestra html5 e CSS3

Estrutura do HTML 5

<!DOCTYPE html><html lang=“en”><head><title></title><meta charset=“utf-8”></head><body>

</body></html>

Page 32: Palestra html5 e CSS3

Estrutura do HTML 5

<header id="topo"> topo do site</header>

<nav id="menu"> menu do site</nav>

<section id="conteudo">

area de conteúdo do site</section>

<footer id="rodape"> rodapé </footer>

Page 33: Palestra html5 e CSS3

Estrutura do HTML 5.0

Page 34: Palestra html5 e CSS3
Page 35: Palestra html5 e CSS3

Video Tag

<video src=“videos/video.mp4” id”myVideo” preload=“auto” type=“video/mp4”>

</video>

Page 36: Palestra html5 e CSS3
Page 37: Palestra html5 e CSS3

Border radius

#box {

-webkit-border-raduis:15px;

Moz--border-raduis:15px;

border-raduis:15px;

}

Page 38: Palestra html5 e CSS3

Transforms#box {

-webkit-transform:rotateY(360deg);transform:rotateY(360deg);

}

Page 39: Palestra html5 e CSS3

Border radius

Page 41: Palestra html5 e CSS3

Animações e transições

com CSS3

Page 42: Palestra html5 e CSS3
Page 43: Palestra html5 e CSS3

Animações com scroll

Page 44: Palestra html5 e CSS3
Page 45: Palestra html5 e CSS3

Scroll books

Page 46: Palestra html5 e CSS3

Transitions

Page 47: Palestra html5 e CSS3
Page 48: Palestra html5 e CSS3

Gráficos ricos e dinâmicos

Áudio e Vídeo

Canvas gerando imagem

3D com Web GL

SVG gerando vetor

CSS3 com efeitos e 3D/Perspectiva

Page 49: Palestra html5 e CSS3

Criando gráficos

Canvas API

Page 50: Palestra html5 e CSS3
Page 51: Palestra html5 e CSS3
Page 52: Palestra html5 e CSS3
Page 53: Palestra html5 e CSS3

@Media

Page 54: Palestra html5 e CSS3

WEB APPS

Page 55: Palestra html5 e CSS3
Page 56: Palestra html5 e CSS3
Page 57: Palestra html5 e CSS3
Page 58: Palestra html5 e CSS3
Page 59: Palestra html5 e CSS3

GEO LOCATION

Page 60: Palestra html5 e CSS3

Já posso utilizar esses recursos ?

Page 61: Palestra html5 e CSS3

Sim, mais antes....

Adequação e necessidade para cada projeto

Polyfills – modernizr.com

Shims

Google html

Page 62: Palestra html5 e CSS3

Calma calma......Pode sim mais antes....

Adequação e necessidade para cada projeto

Polyfills – modernizr.com

Shims

Google html

Page 63: Palestra html5 e CSS3

Calma calma......Pode sim mais antes....

Adequação e necessidade para cada projeto

Polyfills – modernizr.com

Shims

Google html

Page 64: Palestra html5 e CSS3

Market Share dos navegadores

Dados de maio/11 – by netmarketingshare

Estatísticas por versões (maio de 2011)

Page 65: Palestra html5 e CSS3

Market Share dos navegadores

Estatísticas por versões (maio de 2012)

Dados de maio/12 – by netmarketingshare

Page 66: Palestra html5 e CSS3

Market Share dos navegadores

Quadro geral em 2012

Dados de maio/12 – by netmarketingshare

Page 67: Palestra html5 e CSS3
Page 68: Palestra html5 e CSS3

Market share dos navegadores

• Ie 6

• Ie 8

• Firefox

• Chome

• safari

Page 69: Palestra html5 e CSS3

E o Flash morreu ?????

Page 70: Palestra html5 e CSS3

E o Flash morreu ?????

Page 71: Palestra html5 e CSS3

Faltam recursos e implementações

• Acesso a Web Cam

• Falta de softwares fáceis

• Incompatibilidade de Navegadores

• Recomendação do W3C

Page 72: Palestra html5 e CSS3

Faltam elementos a serem concluidos

<device> - microfone e cameras

HTML5 – “FUTURO” PRÓXIMO DA WEB

FLASH – PRESENTE (99% das plataformas fixas rodam flash)

Page 73: Palestra html5 e CSS3

NOVAS DEMANDAS DE PROFISSINAIS

Page 74: Palestra html5 e CSS3

Novos horizontes e possibilidades

Page 75: Palestra html5 e CSS3

Você está pronto para o próximo passo ?

Page 76: Palestra html5 e CSS3

HTML5 e CSS 3

Emiliano Barreto

[email protected]

@ebarreto

O Próximo passo da WEB

Obrigado