HTML5 소개 및 배우기- HTML5 Open Conference

Channy Yun
Channy YunTechnical Evangelist at Amazon Web Services, Daum, Nine4u
HTML5 소개 및 배우기- HTML5 Open Conference
요즘 Adobe랑
  사이가
 안 좋다며?
HTML5
 때문에
그거
       먹는거야?
나도몰라
 ㅋㅋㅋ
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
Web Hypertext Application Technology Working Group
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
DOCTYPE

 HTML 4.01 Strict
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
         "http://www.w3.org/TR/html4/strict.dtd">



       <!DOCTYPE html>
구조적 마크업
         div id=“header”
           div id=“nav”



    div id=“content”


                               div id=“menu”




                           div id=“footer”
                               id=“footer”
HTML5 소개 및 배우기- HTML5 Open Conference
<header>
        <nav>
<article>




                 <aside>



                 <footer>
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
Video
Canvas
WebGL
Web Workers
HTML5 소개 및 배우기- HTML5 Open Conference
웹서비스 시대 (1990년대 중반)

                                 CGI
                       <html>
                       <title> <?=$title?> </title>
            Internet   <body>
                                                          DB
                       <font size=2>Hello! World</font>
                       <?=mysql_query(“SELECT name…)?>
                                                          DB
                       </body>
                       </html>
  Plug-in
웹 표준 시대 (2000년대 중반)
                                                                 ET             ing      uts
                                                           M S .N           S pr      Str


                                                           Model
            Internet                                                                           DB
                                                                                               DB
                                                            View
  Plug-in
                                                    <! DOCTYPE XHTML…>
                                                    <title>$title</title>

                       XHT
                          ML         Structure      <body>
                                                    <h1>Hello, Wolrd</h1>
                                                    </body>
                                                    </html>


                      ay o
                             ut      Presentation   body { font-size: 9pt;}
                    SL                              h1 {color:blue;}
                 CS
                                                    Function popup(url) {

                          cr   ipt    Behavior      }
                                                      window.open(url);
                       MS
                  DO


                                                      Controller
웹2.0의 시대 (2000년대 후반)

                          Internet
                                                           Model             DB
                                                                             DB

 Plug-in
                                                            View
           Structure
                                                        {"Name": "Cheeso",
                          Ajax       OpenAPI            "Rank": 7}


           Presentation                          ails
                                             O nR
                              ery       by
                          jQu        Ru                 Controller
            Behavior
HTML5의 시대 (2010년대 초반)

                                                             a ge
                                                        S tor
                                                    b
                                                  We
          as
  C   anv
                                     Local
                                      Local
Plug-in                             Storage                                                                  nd
                                                                                                                  ra
                                     Storage                                                             asa                ase
            L                  e                                                                     C                   Hb
  We
    bG                  a ch
                   pC
                 Ap                                                                                 NoSQL
                                                                Internet
    ML
      5         Structure
  HT
                                        Ajax                               RESTful
                                                                                             {"Name": "Cheeso",                   disk
                                                                                                                                   disk
                                                                  t                          "Rank": 7}
                                                         o   ck e
                                                    bS
                                                  We
  CS
       S3       Presentation
                                                 I                                               Cloud
                                             rAP
                                       e cto                                                   Computing
                                   Se l            n
                                               tio
                 Behavior           Ge
                                        ol oca
                                                                                                    WS                 z ur
                                                                                                                           e
                                                 rop                                           nA           MS
                                                                                                               A
                                           g &D                                          m azo
                                      Dra                                            A
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5인 것과 아닌 것
 HTML5 W/G       Web Apps W/G
 –   HTML5       –   Server-Sent Events
 –   Canvas 2D   –   WebSocket
 –   Microdata   –   Web Storage
 –   RDFa        –   Web SQL Database
 –   AppCache    –   IndexedDB
                 –   Geolocation
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
kr.html5doctor.com
html5gallery.com
html5test.com
Modernizr
html5demos.com
html5rocks.com
hacks.mozilla.or.kr
webstandards.or.kr/html5
Books
HTML5 소개 및 배우기- HTML5 Open Conference
Community
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
Canvas     √
                √   √
                    √   √
                        √        √
                                 √
       Video    √
                √   √
                    √   √
                        √        √
                                 √
(Geolocation)   √
                √   √
                    √   √
                        √
                        iPhone    √
                                  √
 App Cache      √
                √   √
                    √   √
                        √         √
                                  √
                                 mobile



   Database     √
                √   √
                    √   √
                        √         √
                                  √
                                 mobile



    Workers     √
                √   √
                    √   √
                        √         √
                                  √
                                 mobile
HTML5 소개 및 배우기- HTML5 Open Conference
Speaking from personal experience, I've
had a lot more fun writing an HTML5
application based on CSS3, the
database API, and jQuery that runs out
of the box on all of the hot mobile
platforms than I ever would have had
writing some silly Objective C app for
a locked down App Store (or Java for an
open one).
HTML5 소개 및 배우기- HTML5 Open Conference
HTML 5 + CSS 3 +
Apps Cache + Database API
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
HTML5 소개 및 배우기- HTML5 Open Conference
1 of 57

Recommended

HTML5 and Mobile Web (2009) by
HTML5 and Mobile Web (2009)HTML5 and Mobile Web (2009)
HTML5 and Mobile Web (2009)Channy Yun
18.5K views17 slides
Understanding Webkit Rendering by
Understanding Webkit RenderingUnderstanding Webkit Rendering
Understanding Webkit RenderingAriya Hidayat
28.8K views82 slides
OSCOM 4: Managing Beautiful Websites with Cocoon by
OSCOM 4: Managing Beautiful Websites with CocoonOSCOM 4: Managing Beautiful Websites with Cocoon
OSCOM 4: Managing Beautiful Websites with Cocoonnobby
848 views56 slides
Loadrunner Protocol bundle list by
Loadrunner Protocol bundle listLoadrunner Protocol bundle list
Loadrunner Protocol bundle listBharath Marrivada
4.8K views1 slide
Frank Mantek Google G Data by
Frank Mantek Google G DataFrank Mantek Google G Data
Frank Mantek Google G Datadeimos
2.3K views58 slides
HTML5: State of the Union by
HTML5: State of the UnionHTML5: State of the Union
HTML5: State of the UnionSencha
2K views48 slides

More Related Content

What's hot

Gregor Hohpe Track Intro The Cloud As Middle Ware by
Gregor Hohpe Track Intro The Cloud As Middle WareGregor Hohpe Track Intro The Cloud As Middle Ware
Gregor Hohpe Track Intro The Cloud As Middle Waredeimos
1.1K views18 slides
Html 5 Revolution by
Html 5 RevolutionHtml 5 Revolution
Html 5 RevolutionAlex Ivy
3.7K views65 slides
How browser engines work? by
How browser engines work?How browser engines work?
How browser engines work?haricot
5.6K views75 slides
Nuxeo Corporate Presentation - April 2007 by
Nuxeo Corporate Presentation - April 2007Nuxeo Corporate Presentation - April 2007
Nuxeo Corporate Presentation - April 2007Stefane Fermigier
533 views31 slides
Presenter manual RIA technology (specially for summer interns) by
Presenter manual RIA technology (specially for summer interns)Presenter manual RIA technology (specially for summer interns)
Presenter manual RIA technology (specially for summer interns)XPERT INFOTECH
818 views9 slides
Practical Functional Javascript by
Practical Functional JavascriptPractical Functional Javascript
Practical Functional JavascriptOliver Steele
13.5K views72 slides

What's hot(18)

Gregor Hohpe Track Intro The Cloud As Middle Ware by deimos
Gregor Hohpe Track Intro The Cloud As Middle WareGregor Hohpe Track Intro The Cloud As Middle Ware
Gregor Hohpe Track Intro The Cloud As Middle Ware
deimos1.1K views
Html 5 Revolution by Alex Ivy
Html 5 RevolutionHtml 5 Revolution
Html 5 Revolution
Alex Ivy3.7K views
How browser engines work? by haricot
How browser engines work?How browser engines work?
How browser engines work?
haricot5.6K views
Nuxeo Corporate Presentation - April 2007 by Stefane Fermigier
Nuxeo Corporate Presentation - April 2007Nuxeo Corporate Presentation - April 2007
Nuxeo Corporate Presentation - April 2007
Stefane Fermigier533 views
Presenter manual RIA technology (specially for summer interns) by XPERT INFOTECH
Presenter manual RIA technology (specially for summer interns)Presenter manual RIA technology (specially for summer interns)
Presenter manual RIA technology (specially for summer interns)
XPERT INFOTECH818 views
Practical Functional Javascript by Oliver Steele
Practical Functional JavascriptPractical Functional Javascript
Practical Functional Javascript
Oliver Steele13.5K views
Desingning reusable web components by jojule
Desingning reusable web componentsDesingning reusable web components
Desingning reusable web components
jojule1K views
Sharded By Business Line: Migrating to a Core Database using MongoDB and Solr by MongoDB
Sharded By Business Line: Migrating to a Core Database using MongoDB and SolrSharded By Business Line: Migrating to a Core Database using MongoDB and Solr
Sharded By Business Line: Migrating to a Core Database using MongoDB and Solr
MongoDB865 views
Desingning reusable web components by Joonas Lehtinen
Desingning reusable web componentsDesingning reusable web components
Desingning reusable web components
Joonas Lehtinen2.5K views
Web Standards Infographics by dynamis
Web Standards InfographicsWeb Standards Infographics
Web Standards Infographics
dynamis 1.7K views
[DSBW Spring 2009] Unit 02: Web Technologies (2/2) by Carles Farré
[DSBW Spring 2009] Unit 02: Web Technologies (2/2)[DSBW Spring 2009] Unit 02: Web Technologies (2/2)
[DSBW Spring 2009] Unit 02: Web Technologies (2/2)
Carles Farré593 views
Bite: Workflow Composition for the Web. Presented at the ICSOC Conference 2007 by raniakhalaf
Bite: Workflow Composition for the Web. Presented at the ICSOC Conference 2007Bite: Workflow Composition for the Web. Presented at the ICSOC Conference 2007
Bite: Workflow Composition for the Web. Presented at the ICSOC Conference 2007
raniakhalaf911 views

Viewers also liked

태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011) by
태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011)태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011)
태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011)Channy Yun
4K views19 slides
Top 10 Questions about HTML5 by
Top 10 Questions about HTML5Top 10 Questions about HTML5
Top 10 Questions about HTML5Jonathan Jeon
6.6K views105 slides
History and Status of HTML5 by
History and Status of HTML5History and Status of HTML5
History and Status of HTML5Channy Yun
18.8K views53 slides
HTML5 in Korea (2010) by
HTML5 in Korea (2010)HTML5 in Korea (2010)
HTML5 in Korea (2010)Channy Yun
24K views23 slides
웹 표준의 미래- HTML5 (2006) by
웹 표준의 미래- HTML5 (2006)웹 표준의 미래- HTML5 (2006)
웹 표준의 미래- HTML5 (2006)Channy Yun
18.7K views27 slides
리눅스와 웹표준(2004) by
리눅스와 웹표준(2004)리눅스와 웹표준(2004)
리눅스와 웹표준(2004)Channy Yun
3.4K views49 slides

Viewers also liked(20)

태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011) by Channy Yun
태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011)태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011)
태블릿과 HTML5 기술 (조경 인사이트 포럼, 2011)
Channy Yun4K views
Top 10 Questions about HTML5 by Jonathan Jeon
Top 10 Questions about HTML5Top 10 Questions about HTML5
Top 10 Questions about HTML5
Jonathan Jeon6.6K views
History and Status of HTML5 by Channy Yun
History and Status of HTML5History and Status of HTML5
History and Status of HTML5
Channy Yun18.8K views
HTML5 in Korea (2010) by Channy Yun
HTML5 in Korea (2010)HTML5 in Korea (2010)
HTML5 in Korea (2010)
Channy Yun24K views
웹 표준의 미래- HTML5 (2006) by Channy Yun
웹 표준의 미래- HTML5 (2006)웹 표준의 미래- HTML5 (2006)
웹 표준의 미래- HTML5 (2006)
Channy Yun18.7K views
리눅스와 웹표준(2004) by Channy Yun
리눅스와 웹표준(2004)리눅스와 웹표준(2004)
리눅스와 웹표준(2004)
Channy Yun3.4K views
The Status Of Web Interoperability And Activities In China, Japan And Korea by Channy Yun
The Status Of Web Interoperability And Activities In China, Japan And KoreaThe Status Of Web Interoperability And Activities In China, Japan And Korea
The Status Of Web Interoperability And Activities In China, Japan And Korea
Channy Yun4.4K views
웹표준을 기반한 크로스 브라우징 표준화 (2005) by Channy Yun
 웹표준을 기반한 크로스 브라우징 표준화 (2005) 웹표준을 기반한 크로스 브라우징 표준화 (2005)
웹표준을 기반한 크로스 브라우징 표준화 (2005)
Channy Yun4.4K views
The History and Status of Web Crypto API (2012) by Channy Yun
The History and Status of Web Crypto API (2012)The History and Status of Web Crypto API (2012)
The History and Status of Web Crypto API (2012)
Channy Yun10.6K views
HTML5 Open Reference (20111125/Korean) by clearboth
HTML5 Open Reference (20111125/Korean)HTML5 Open Reference (20111125/Korean)
HTML5 Open Reference (20111125/Korean)
clearboth19.8K views
웹 애플리케이션 기술 소개 - NGWeb (2006) by Channy Yun
웹 애플리케이션 기술 소개 - NGWeb (2006)웹 애플리케이션 기술 소개 - NGWeb (2006)
웹 애플리케이션 기술 소개 - NGWeb (2006)
Channy Yun3.3K views
Learning Single page Application chapter 1 by Puguh Rismadi
Learning Single page Application chapter 1Learning Single page Application chapter 1
Learning Single page Application chapter 1
Puguh Rismadi684 views
클라우드와 마이크로 서비스를 위한 새로운 시대의 경량화 WAS - IBM WAS Liberty 서버 by JungWoon Lee
클라우드와 마이크로 서비스를 위한 새로운 시대의 경량화 WAS - IBM WAS Liberty 서버클라우드와 마이크로 서비스를 위한 새로운 시대의 경량화 WAS - IBM WAS Liberty 서버
클라우드와 마이크로 서비스를 위한 새로운 시대의 경량화 WAS - IBM WAS Liberty 서버
JungWoon Lee1.5K views
JSConf US 2014: Building Isomorphic Apps by Spike Brehm
JSConf US 2014: Building Isomorphic AppsJSConf US 2014: Building Isomorphic Apps
JSConf US 2014: Building Isomorphic Apps
Spike Brehm5.4K views
Rise of the responsive single page application by Oren Shatken
Rise of the responsive single page applicationRise of the responsive single page application
Rise of the responsive single page application
Oren Shatken4.8K views
가치투자의 신기원 최주용공식 by 현호 선
가치투자의 신기원 최주용공식가치투자의 신기원 최주용공식
가치투자의 신기원 최주용공식
현호 선1.4K views
Single-page Application by Sangmin Yoon
Single-page ApplicationSingle-page Application
Single-page Application
Sangmin Yoon1.1K views
Five stages of grief: Evolving a multi-page web app to a single page application by Charles Knight
Five stages of grief: Evolving a multi-page web app to a single page applicationFive stages of grief: Evolving a multi-page web app to a single page application
Five stages of grief: Evolving a multi-page web app to a single page application
Charles Knight19.3K views
처음부터 다시 배우는 HTML5 & CSS3 1일차 by Michael Yang
처음부터 다시 배우는 HTML5 & CSS3 1일차처음부터 다시 배우는 HTML5 & CSS3 1일차
처음부터 다시 배우는 HTML5 & CSS3 1일차
Michael Yang10.8K views

Similar to HTML5 소개 및 배우기- HTML5 Open Conference

人人网技术架构的演进 by
人人网技术架构的演进人人网技术架构的演进
人人网技术架构的演进airsex
522 views42 slides
JS App Architecture by
JS App ArchitectureJS App Architecture
JS App ArchitectureCorey Butler
911 views19 slides
Building performance auf der Developer Conference Hamburg by
Building performance auf der Developer Conference HamburgBuilding performance auf der Developer Conference Hamburg
Building performance auf der Developer Conference HamburgOliver Ochs
905 views63 slides
Web前端标准在各浏览器中的实现差异 by
Web前端标准在各浏览器中的实现差异Web前端标准在各浏览器中的实现差异
Web前端标准在各浏览器中的实现差异Open Party
876 views35 slides
Not only SQL by
Not only SQL Not only SQL
Not only SQL Niklas Gustavsson
800 views40 slides
CQ5 and Sling overview by
CQ5 and Sling overviewCQ5 and Sling overview
CQ5 and Sling overviewBertrand Delacretaz
8.7K views26 slides

Similar to HTML5 소개 및 배우기- HTML5 Open Conference(20)

人人网技术架构的演进 by airsex
人人网技术架构的演进人人网技术架构的演进
人人网技术架构的演进
airsex522 views
Building performance auf der Developer Conference Hamburg by Oliver Ochs
Building performance auf der Developer Conference HamburgBuilding performance auf der Developer Conference Hamburg
Building performance auf der Developer Conference Hamburg
Oliver Ochs905 views
Web前端标准在各浏览器中的实现差异 by Open Party
Web前端标准在各浏览器中的实现差异Web前端标准在各浏览器中的实现差异
Web前端标准在各浏览器中的实现差异
Open Party876 views
RESTful Services by Kurt Cagle
RESTful ServicesRESTful Services
RESTful Services
Kurt Cagle1.9K views
High Performance Front-End Development by drywallbmb
High Performance Front-End DevelopmentHigh Performance Front-End Development
High Performance Front-End Development
drywallbmb779 views
Rob Tweed :: Ajax and the Impact on Caché and Similar Technologies by george.james
Rob Tweed :: Ajax and the Impact on Caché and Similar TechnologiesRob Tweed :: Ajax and the Impact on Caché and Similar Technologies
Rob Tweed :: Ajax and the Impact on Caché and Similar Technologies
george.james3.3K views
RESTful web service with JBoss Fuse by ejlp12
RESTful web service with JBoss FuseRESTful web service with JBoss Fuse
RESTful web service with JBoss Fuse
ejlp126.3K views
Cape Cod Web Technology Meetup - 2 by Asher Martin
Cape Cod Web Technology Meetup - 2Cape Cod Web Technology Meetup - 2
Cape Cod Web Technology Meetup - 2
Asher Martin283 views
Hummingbird - Open Source for Small Satellites - GSAW 2012 by Logica_hummingbird
Hummingbird - Open Source for Small Satellites - GSAW 2012Hummingbird - Open Source for Small Satellites - GSAW 2012
Hummingbird - Open Source for Small Satellites - GSAW 2012
Javazone 2010-lift-framework-public by Timothy Perrett
Javazone 2010-lift-framework-publicJavazone 2010-lift-framework-public
Javazone 2010-lift-framework-public
Timothy Perrett1.1K views
SQL Data Service Overview by Eric Nelson
SQL Data Service OverviewSQL Data Service Overview
SQL Data Service Overview
Eric Nelson916 views
HTML5 - Future of Web by Mirza Asif
HTML5 - Future of WebHTML5 - Future of Web
HTML5 - Future of Web
Mirza Asif1.6K views
Document Databases & RavenDB by Brian Ritchie
Document Databases & RavenDBDocument Databases & RavenDB
Document Databases & RavenDB
Brian Ritchie4.7K views

More from Channy Yun

Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트) by
Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트)Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트)
Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트)Channy Yun
785 views25 slides
인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019 by
인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019
인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019Channy Yun
1.4K views28 slides
Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트 by
Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트 Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트
Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트 Channy Yun
2.4K views28 slides
Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트) by
Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트) Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트)
Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트) Channy Yun
4.5K views55 slides
ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ... by
ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ...ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ...
ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ...Channy Yun
2K views42 slides
How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ... by
How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ...How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ...
How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ...Channy Yun
3.4K views39 slides

More from Channy Yun(20)

Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트) by Channy Yun
Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트)Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트)
Chaos Engineering을 위한 최신 도구 업데이트 - 윤석찬 (AWS 테크에반젤리스트)
Channy Yun785 views
인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019 by Channy Yun
인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019
인공지능이 이끌어가는 아마존의 리테일 혁신 - 윤석찬 (AWS) :: 메조미디어 옥토콘(OCTOCON) 2019
Channy Yun1.4K views
Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트 by Channy Yun
Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트 Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트
Chaos Engineering on Microservices - 윤석찬, AWS 테크에반젤리스트
Channy Yun2.4K views
Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트) by Channy Yun
Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트) Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트)
Kubernates를 위한 Chaos Engineering in Action :: 윤석찬 (AWS 테크에반젤리스트)
Channy Yun4.5K views
ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ... by Channy Yun
ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ...ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ...
ICGIS 2018 - Cloud-powered Machine Learnings on Geospactial Services (Channy ...
Channy Yun2K views
How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ... by Channy Yun
How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ...How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ...
How to Measure DevRel's Perfomances: From Community to Business - Channy Yun ...
Channy Yun3.4K views
KubeMonkey를 통한 Chaos Engineering 실전 운영하기 - 윤석찬 (AWS 테크에반젤리스트) by Channy Yun
KubeMonkey를 통한 Chaos Engineering 실전 운영하기 - 윤석찬 (AWS 테크에반젤리스트)KubeMonkey를 통한 Chaos Engineering 실전 운영하기 - 윤석찬 (AWS 테크에반젤리스트)
KubeMonkey를 통한 Chaos Engineering 실전 운영하기 - 윤석찬 (AWS 테크에반젤리스트)
Channy Yun3.7K views
Game Day in Action for Chaos Engineering - 윤석찬 (AWS 테크에반젤리스트) :: 한국 카오스엔지니어링 밋업 by Channy Yun
Game Day in Action for Chaos Engineering - 윤석찬 (AWS 테크에반젤리스트) ::  한국 카오스엔지니어링 밋업Game Day in Action for Chaos Engineering - 윤석찬 (AWS 테크에반젤리스트) ::  한국 카오스엔지니어링 밋업
Game Day in Action for Chaos Engineering - 윤석찬 (AWS 테크에반젤리스트) :: 한국 카오스엔지니어링 밋업
Channy Yun3.4K views
Chaos Engineering 시작하기 - 윤석찬 (AWS 테크에반젤리스트) :: 한국 카오스엔지니어링 밋업 by Channy Yun
Chaos Engineering 시작하기 - 윤석찬 (AWS 테크에반젤리스트) ::  한국 카오스엔지니어링 밋업Chaos Engineering 시작하기 - 윤석찬 (AWS 테크에반젤리스트) ::  한국 카오스엔지니어링 밋업
Chaos Engineering 시작하기 - 윤석찬 (AWS 테크에반젤리스트) :: 한국 카오스엔지니어링 밋업
Channy Yun6.4K views
한국 웹20주년 기념 소책자 by Channy Yun
한국 웹20주년 기념 소책자한국 웹20주년 기념 소책자
한국 웹20주년 기념 소책자
Channy Yun588 views
차니의 IT 이야기 #2- 개발자 경력 관리 조언 (윤석찬) by Channy Yun
차니의 IT 이야기 #2- 개발자 경력 관리 조언 (윤석찬)차니의 IT 이야기 #2- 개발자 경력 관리 조언 (윤석찬)
차니의 IT 이야기 #2- 개발자 경력 관리 조언 (윤석찬)
Channy Yun24.5K views
클라우드 컴퓨팅과 Daum의 사례- 윤석찬 (KREN 연구 협력 포럼, 2013) by Channy Yun
클라우드 컴퓨팅과 Daum의 사례- 윤석찬 (KREN 연구 협력 포럼, 2013) 클라우드 컴퓨팅과 Daum의 사례- 윤석찬 (KREN 연구 협력 포럼, 2013)
클라우드 컴퓨팅과 Daum의 사례- 윤석찬 (KREN 연구 협력 포럼, 2013)
Channy Yun1.7K views
Channy의 좌충우돌 스타트업 경험기 - 나인포유 by Channy Yun
Channy의 좌충우돌 스타트업 경험기 - 나인포유Channy의 좌충우돌 스타트업 경험기 - 나인포유
Channy의 좌충우돌 스타트업 경험기 - 나인포유
Channy Yun15.3K views
Microservices architecture examples by Channy Yun
Microservices architecture examplesMicroservices architecture examples
Microservices architecture examples
Channy Yun9.1K views
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014) by Channy Yun
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
글로벌 지도 API 서비스 현황과 미래 - 한국지리정보학회 (2014)
Channy Yun5.3K views
빅데이터 기술 현황과 시장 전망(2014) by Channy Yun
빅데이터 기술 현황과 시장 전망(2014)빅데이터 기술 현황과 시장 전망(2014)
빅데이터 기술 현황과 시장 전망(2014)
Channy Yun19.9K views
공공 데이터 활용 방법론 - 오픈 API 기술 및 동향 (KRNET 2014) by Channy Yun
공공 데이터 활용 방법론 - 오픈 API 기술 및 동향 (KRNET 2014)공공 데이터 활용 방법론 - 오픈 API 기술 및 동향 (KRNET 2014)
공공 데이터 활용 방법론 - 오픈 API 기술 및 동향 (KRNET 2014)
Channy Yun8.3K views
Mozilla Firefox OS, its Technical Platform and Future - ISET 2014 by Channy Yun
Mozilla Firefox OS, its Technical Platform and Future - ISET 2014Mozilla Firefox OS, its Technical Platform and Future - ISET 2014
Mozilla Firefox OS, its Technical Platform and Future - ISET 2014
Channy Yun2.5K views
Webware - from Document to Operating System by Channy Yun
Webware - from Document to Operating System Webware - from Document to Operating System
Webware - from Document to Operating System
Channy Yun2.3K views
Daum APIs: A to Z - API Meetup 2014 by Channy Yun
Daum APIs: A to Z  - API Meetup 2014Daum APIs: A to Z  - API Meetup 2014
Daum APIs: A to Z - API Meetup 2014
Channy Yun21.5K views

Recently uploaded

Igniting Next Level Productivity with AI-Infused Data Integration Workflows by
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Safe Software
225 views86 slides
DALI Basics Course 2023 by
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023Ivory Egg
14 views12 slides
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica... by
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...NUS-ISS
16 views28 slides
Top 10 Strategic Technologies in 2024: AI and Automation by
Top 10 Strategic Technologies in 2024: AI and AutomationTop 10 Strategic Technologies in 2024: AI and Automation
Top 10 Strategic Technologies in 2024: AI and AutomationAutomationEdge Technologies
14 views14 slides
Voice Logger - Telephony Integration Solution at Aegis by
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at AegisNirmal Sharma
17 views1 slide
Combining Orchestration and Choreography for a Clean Architecture by
Combining Orchestration and Choreography for a Clean ArchitectureCombining Orchestration and Choreography for a Clean Architecture
Combining Orchestration and Choreography for a Clean ArchitectureThomasHeinrichs1
69 views24 slides

Recently uploaded(20)

Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software225 views
DALI Basics Course 2023 by Ivory Egg
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023
Ivory Egg14 views
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica... by NUS-ISS
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
NUS-ISS16 views
Voice Logger - Telephony Integration Solution at Aegis by Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma17 views
Combining Orchestration and Choreography for a Clean Architecture by ThomasHeinrichs1
Combining Orchestration and Choreography for a Clean ArchitectureCombining Orchestration and Choreography for a Clean Architecture
Combining Orchestration and Choreography for a Clean Architecture
ThomasHeinrichs169 views
Web Dev - 1 PPT.pdf by gdsczhcet
Web Dev - 1 PPT.pdfWeb Dev - 1 PPT.pdf
Web Dev - 1 PPT.pdf
gdsczhcet55 views
Empathic Computing: Delivering the Potential of the Metaverse by Mark Billinghurst
Empathic Computing: Delivering  the Potential of the MetaverseEmpathic Computing: Delivering  the Potential of the Metaverse
Empathic Computing: Delivering the Potential of the Metaverse
Mark Billinghurst470 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi120 views
Future of Learning - Yap Aye Wee.pdf by NUS-ISS
Future of Learning - Yap Aye Wee.pdfFuture of Learning - Yap Aye Wee.pdf
Future of Learning - Yap Aye Wee.pdf
NUS-ISS41 views
Black and White Modern Science Presentation.pptx by maryamkhalid2916
Black and White Modern Science Presentation.pptxBlack and White Modern Science Presentation.pptx
Black and White Modern Science Presentation.pptx
maryamkhalid291614 views
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu... by NUS-ISS
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...
NUS-ISS37 views
Understanding GenAI/LLM and What is Google Offering - Felix Goh by NUS-ISS
Understanding GenAI/LLM and What is Google Offering - Felix GohUnderstanding GenAI/LLM and What is Google Offering - Felix Goh
Understanding GenAI/LLM and What is Google Offering - Felix Goh
NUS-ISS41 views
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen... by NUS-ISS
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
NUS-ISS28 views
[2023] Putting the R! in R&D.pdf by Eleanor McHugh
[2023] Putting the R! in R&D.pdf[2023] Putting the R! in R&D.pdf
[2023] Putting the R! in R&D.pdf
Eleanor McHugh38 views
Future of Learning - Khoong Chan Meng by NUS-ISS
Future of Learning - Khoong Chan MengFuture of Learning - Khoong Chan Meng
Future of Learning - Khoong Chan Meng
NUS-ISS33 views

HTML5 소개 및 배우기- HTML5 Open Conference

  • 2. 요즘 Adobe랑 사이가 안 좋다며?
  • 4. 그거 먹는거야? 나도몰라 ㅋㅋㅋ
  • 10. Web Hypertext Application Technology Working Group
  • 16. DOCTYPE HTML 4.01 Strict <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!DOCTYPE html>
  • 17. 구조적 마크업 div id=“header” div id=“nav” div id=“content” div id=“menu” div id=“footer” id=“footer”
  • 19. <header> <nav> <article> <aside> <footer>
  • 22. Video
  • 24. WebGL
  • 27. 웹서비스 시대 (1990년대 중반) CGI <html> <title> <?=$title?> </title> Internet <body> DB <font size=2>Hello! World</font> <?=mysql_query(“SELECT name…)?> DB </body> </html> Plug-in
  • 28. 웹 표준 시대 (2000년대 중반) ET ing uts M S .N S pr Str Model Internet DB DB View Plug-in <! DOCTYPE XHTML…> <title>$title</title> XHT ML Structure <body> <h1>Hello, Wolrd</h1> </body> </html> ay o ut Presentation body { font-size: 9pt;} SL h1 {color:blue;} CS Function popup(url) { cr ipt Behavior } window.open(url); MS DO Controller
  • 29. 웹2.0의 시대 (2000년대 후반) Internet Model DB DB Plug-in View Structure {"Name": "Cheeso", Ajax OpenAPI "Rank": 7} Presentation ails O nR ery by jQu Ru Controller Behavior
  • 30. HTML5의 시대 (2010년대 초반) a ge S tor b We as C anv Local Local Plug-in Storage nd ra Storage asa ase L e C Hb We bG a ch pC Ap NoSQL Internet ML 5 Structure HT Ajax RESTful {"Name": "Cheeso", disk disk t "Rank": 7} o ck e bS We CS S3 Presentation I Cloud rAP e cto Computing Se l n tio Behavior Ge ol oca WS z ur e rop nA MS A g &D m azo Dra A
  • 32. HTML5인 것과 아닌 것 HTML5 W/G Web Apps W/G – HTML5 – Server-Sent Events – Canvas 2D – WebSocket – Microdata – Web Storage – RDFa – Web SQL Database – AppCache – IndexedDB – Geolocation
  • 44. Books
  • 50. Canvas √ √ √ √ √ √ √ √ Video √ √ √ √ √ √ √ √ (Geolocation) √ √ √ √ √ √ iPhone √ √ App Cache √ √ √ √ √ √ √ √ mobile Database √ √ √ √ √ √ √ √ mobile Workers √ √ √ √ √ √ √ √ mobile
  • 52. Speaking from personal experience, I've had a lot more fun writing an HTML5 application based on CSS3, the database API, and jQuery that runs out of the box on all of the hot mobile platforms than I ever would have had writing some silly Objective C app for a locked down App Store (or Java for an open one).
  • 54. HTML 5 + CSS 3 + Apps Cache + Database API