SlideShare une entreprise Scribd logo
1  sur  200
Télécharger pour lire hors ligne
Web Adaptive Layout

         Youji Sakai
profile




     YOUJI SAKAI
Instructional Designer
community

 http://www.facebook.com/eBookStrategy



http://www.facebook.com/TheFutureDesign
Agenda
Web Adaptive Layout

Web for All, Web on Everything




Webzine
Web Adaptive Layout

Web Adaptive Layout
Web Adaptive Layout

Future
Web for All,
Web on Everything
Web for All, Web on Everything
Web for All, Web on Everything
Web for All, Web on Everything




    SMARTPHONE OPTIMIZATIONS
Web for All, Web on Everything




       TABLET OPTIMIZATIONS
Web for All, Web on Everything
Web for All, Web on Everything




             Ethan Marcotte
              “Fluid Grids, Fluid Images”



                              A Book Apart
     Responsive Web Design
http://www.abookapart.com/products/responsive-web-design
Web for All, Web on Everything




                    A List Apart
      Fluid Grids
http://www.alistapart.com/articles/fluidgrids/
Web for All, Web on Everything




                     “Fluid Grids”
Web for All, Web on Everything



                     “Fluid Grids”
Web for All, Web on Everything




                     “Fluid Grids”
Web for All, Web on Everything




DEMONSTRATION
Web for All, Web on Everything




                     Jeffrey Zeldman
                     “mobile, responsive, and adaptive”




The Medium Comes of Age
Jeffrey Zeldman's keynote talk from DIBI Conference 2011.
                              http://vimeo.com/27769380
Web for All, Web on Everything
Web for All, Web on Everything
Web for All, Web on Everything



     Buy Once, Read Everywhere.
Web for All, Web on Everything




                                     Kindle Editions
                                     with Audio/Video
                                     http://www.amazon.com/b?ie=UTF8&node=2248263011




Kindle for iPad, Kindle for iPhone
Web for All, Web on Everything
Web for All, Web on Everything
Web for All, Web on Everything




         Mobile Safari   Chrome Lite

      SMART DEVICE



         DESKTOP
Web for All, Web on Everything




         Mobile Safari   Chrome Lite

      SMART DEVICE
Web for All, Web on Everything




  Chrome Lite      Mobile Safari
Web for All, Web on Everything
   IE9




  Chrome Lite      Mobile Safari
Webzine
Webzine
Webzine

The New Yorker
http://www.newyorker.com/      WIRED for iPad
Webzine




          The New Yorker
          http://www.newyorker.com/
Webzine




          The New Yorker
          http://www.newyorker.com/
Webzine




                     The New Yorker
                     http://www.newyorker.com/
contents
Webzine




          New York Magazine
          http://nymag.com/
Webzine




                     New York Magazine
                     http://nymag.com/
contents
Webzine




          New York Magazine
          http://nymag.com/
Webzine




          New York Magazine
          http://nymag.com/
Webzine




          WIRED for iPad
Webzine




          WIRED for iPad
Webzine


          WIRED for iPad
Webzine




          WIRED for iPad
Webzine
Webzine




contents



                     New York Magazine
                     http://nymag.com/
Webzine



          WIRED for iPad
Webzine
Webzine
Webzine




      HTML5
      based
      Magazine

    treesaver
    http://treesaver.net/
Webzine
Webzine
Webzine




  treesaver
Webzine
Webzine



     The Innovation Issue
Think Quarterly
 http://www.thinkwithgoogle.com/quarterly/innovation




           by
Webzine
Webzine
Webzine
Webzine
Webzine




     Grid layout
Webzine


PC             smartphone
Webzine


PC             smartphone
Webzine



Website      Apps   WebApps
Webzine


                           Kindle Edition
                               EPUB
                               Mobi
                                PDF
          Apps   WebApps   eMagazine
Website
Webzine



Technology
Webzine
Webzine



   Luke Wroblewski

   “Mobile-first”



       Mobile First - 5/27/2010
http://www.youtube.com/watch?gl=JP&v=NjE_Or4VIlU
Webzine



                                        Luke Wroblewski
                                        “content first, navigation second”



Designing Mobile Web Experiences
http://www.uie.com/brainsparks/2011/04/08/luke-wroblewski-designing-mobile-web-experiences/
Webzine




“Content Strategy”
Webzine



Kristina Halvorson

 “Content Strategy”

           Erin Kissane
Web Adaptive
  Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout




Douglas Bowman

“Throwing Tables Out the Window”
Web Adaptive Layout




Jeremy Keith
“ There Is No Mobile Web”
                                      There Is No Mobile Web
         PDF http://adactio.com/extras/slides/thereisnomobileweb.pdf
Web Adaptive Layout




one web flexible
Web Adaptive Layout


one web flexible
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout




 grid-columns
   grid-rows
Web Adaptive Layout




   grid-column
     grid-row
grid-column-span
  grid-row-span
Web Adaptive Layout




DEMONSTRATION
Web Adaptive Layout

           <div id="container">
           <header>
           <h1>The Future of Design</h1>
           <h2>Contact Us monkeyish studio production</h2>
           </header>
           <nav>
           <h3>Contents</h3>
           <ul>
           <li>Facebook</li>
           <li>Twitter</li>
           <li>YouTube</li>
           <li>Ustream</li>
           </ul>
           </nav>
           <article>
           <h3>The Future of Design 2012</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           <section>
           <h3>Column1</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           </section>
           <section>
           <h3>Column2</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </article>
           <aside>
           <h3>Supplementation</h3>
           <section>
           <h3>Column3</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </aside>
           <footer>
           <p>Copyright © 2012 monkeyish studio</p>
           </footer>
           </div>
Web Adaptive Layout

           <div id="container">
           <header>
           <h1>The Future of Design</h1>
           <h2>Contact Us monkeyish studio production</h2>
           </header>
           <nav>
           <h3>Contents</h3>
           <ul>
           <li>Facebook</li>
           <li>Twitter</li>
           <li>YouTube</li>
           <li>Ustream</li>
           </ul>
           </nav>
           <article>
           <h3>The Future of Design 2012</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           <section>
           <h3>Column1</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           </section>
           <section>
           <h3>Column2</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </article>
           <aside>
           <h3>Supplementation</h3>
           <section>
           <h3>Column3</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </aside>
           <footer>
           <p>Copyright © 2012 monkeyish studio</p>
           </footer>
           </div>
Web Adaptive Layout

           <div id="container">
           <header>
           <h1>The Future of Design</h1>
           <h2>Contact Us monkeyish studio production</h2>
           </header>
           <nav>
           <h3>Contents</h3>
           <ul>
           <li>Facebook</li>
           <li>Twitter</li>
           <li>YouTube</li>
           <li>Ustream</li>
           </ul>
           </nav>
           <article>
           <h3>The Future of Design 2012</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           <section>
           <h3>Column1</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           </section>
           <section>
           <h3>Column2</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </article>
           <aside>
           <h3>Supplementation</h3>
           <section>
           <h3>Column3</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </aside>
           <footer>
           <p>Copyright © 2012 monkeyish studio</p>
           </footer>
           </div>
Web Adaptive Layout

           <div id="container">
           <header>
           <h1>The Future of Design</h1>
           <h2>Contact Us monkeyish studio production</h2>
           </header>
           <nav>
           <h3>Contents</h3>
           <ul>
           <li>Facebook</li>
           <li>Twitter</li>
           <li>YouTube</li>
           <li>Ustream</li>
           </ul>
           </nav>
           <article>
           <h3>The Future of Design 2012</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           <section>
           <h3>Column1</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. </p>
           </section>
           <section>
           <h3>Column2</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </article>
           <aside>
           <h3>Supplementation</h3>
           <section>
           <h3>Column3</h3>
           <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
           </section>
           </aside>
           <footer>
           <p>Copyright © 2012 monkeyish studio</p>
           </footer>
           </div>
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout


#container {
  width: 90%;
  margin: 0 5%;
  display: -ms-grid;
  -ms-grid-columns: 12% 64% 24%;
  -ms-grid-rows: 1fr 1fr 1fr;
}
Web Adaptive Layout
Web Adaptive Layout

header {                     aside {
  -ms-grid-column: 1;          -ms-grid-column: 3;
  -ms-grid-row: 1;             -ms-grid-row: 2;
  -ms-grid-column-span: 3;   }
}                            footer {
nav {                          -ms-grid-column: 1;
  -ms-grid-column: 1;          -ms-grid-row: 3;
  -ms-grid-row: 2;             -ms-grid-column-span: 3;
}                            }
article {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
Web Adaptive Layout
Web Adaptive Layout

column:1; row:1; column-span:3;




                         column:3;
     column:2; row:2;
                           row:2;
Web Adaptive Layout
Web Adaptive Layout


#container {
  -ms-grid-columns: 130px 64% 1fr;
}
Web Adaptive Layout




130px         64%
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout


#container {
  width: 90%;
  min-width:840px;
}
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout


nav {
-ms-grid-column: 1;
-ms-grid-row: 2;
}
article {
-ms-grid-column: 2;
-ms-grid-row: 2;
}
Web Adaptive Layout


nav {                 nav {
-ms-grid-column: 1;   -ms-grid-column: 2;
-ms-grid-row: 2;      -ms-grid-row: 2;
}                     }
article {             article {
-ms-grid-column: 2;   -ms-grid-column: 1;
-ms-grid-row: 2;      -ms-grid-row: 2;
}                     }
Web Adaptive Layout




  column:2; row:2;
Web Adaptive Layout




column:1; row:2;
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout

column:1; row:1; column-span:3;
Web Adaptive Layout
Web Adaptive Layout

                 column:2;
                   row:1;
              column-span:2;
Web Adaptive Layout

                 column:2;
                   row:1;
              column-span:2;

column:1;
  row:2;
Web Adaptive Layout

                   column:2;
                     row:1;
                column-span:2;

  column:1;
    row:1;
column-row:2;
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout


<nav role="navigation">
 <h3>Navigation</h3>
 <ol>
   <li><a href="#">Facebook</a></li>
   <li><a href="#">Twitter</a></li>
   <li><a href="#">YouTube</a></li>
   <li><a href="#">Ustream</a></li>
   <li><a href="#">Google+</a></li>
 </ol>
</nav>
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout

@media screen and (min-width: 35em) {
   body {
        display: -ms-box;
        display: box;
        box-orient: vertical;
        box-direction: reverse;
        }

 [role="navigation"] ol {
        display: box;
        box-orient: horizontal;
        box-direction: normal;
        }
   [role="navigation"] li {
        box-flex: 1;
        }
   }
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout




     column-count
column-gap, column-rule
     column-span
break-before, break-after
Web Adaptive Layout




DEMONSTRATION
Web Adaptive Layout
Web Adaptive Layout



  .multicol {
    column-count:2;
  }
Web Adaptive Layout
Web Adaptive Layout


@media screen and (max-width:940px) {
   .multicol {
         column-count:1;
         }
 }
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout



.multicol {
   column-count:3;
   column-gap:2em;
   column-rule:solid 1px #999;
 }
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout




  Positioned
   Floats
http://www.interoperabilitybridges.com/css3-floats/OriginalSubmition.html
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout




DEMONSTRATION
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout




min-width, max-width
  min-device-width
 max-device-width
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
Web Adaptive Layout
      http://mediaqueri.es/
Web Adaptive Layout
http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries
Future
Web Adaptive Layout
Web Adaptive Layout
Future
Future




  Web for All,
Web on Everything
Thank you for your attention.
community

h t t p : / / w w w. f a c e b o o k . c o m / e B o o k S t r a t e g y

Contenu connexe

Tendances

BUILDING MODERN WEB UIS WITH WEB COMPONENTS @ Devoxx
BUILDING MODERN WEB UIS WITH WEB COMPONENTS @ DevoxxBUILDING MODERN WEB UIS WITH WEB COMPONENTS @ Devoxx
BUILDING MODERN WEB UIS WITH WEB COMPONENTS @ DevoxxHendrik Ebbers
 
Planning Adaptive Interfaces [Breaking Development Nashville 2013]
Planning Adaptive Interfaces [Breaking Development Nashville 2013]Planning Adaptive Interfaces [Breaking Development Nashville 2013]
Planning Adaptive Interfaces [Breaking Development Nashville 2013]Aaron Gustafson
 
Going Fast on the Mobile Web
Going Fast on the Mobile WebGoing Fast on the Mobile Web
Going Fast on the Mobile WebJason Grigsby
 
Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)
Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)
Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)Paolo Massa
 
ApacheCon 2017: What's new in httpd 2.4
ApacheCon 2017: What's new in httpd 2.4ApacheCon 2017: What's new in httpd 2.4
ApacheCon 2017: What's new in httpd 2.4Jim Jagielski
 
"The Web Is Broken" by Bipin Upadhyay
"The Web Is Broken" by Bipin Upadhyay"The Web Is Broken" by Bipin Upadhyay
"The Web Is Broken" by Bipin UpadhyayBipin Upadhyay
 
Make the Cloud Less Cloudy: A Perspective for Software Development Teams
Make the Cloud Less Cloudy: A Perspective for Software Development TeamsMake the Cloud Less Cloudy: A Perspective for Software Development Teams
Make the Cloud Less Cloudy: A Perspective for Software Development TeamsTechWell
 
Electron(旧atom shell)基礎+入門
Electron(旧atom shell)基礎+入門Electron(旧atom shell)基礎+入門
Electron(旧atom shell)基礎+入門Kazuyuki Mori
 

Tendances (11)

[O'Reilly] HTML5 Design
[O'Reilly] HTML5 Design[O'Reilly] HTML5 Design
[O'Reilly] HTML5 Design
 
BUILDING MODERN WEB UIS WITH WEB COMPONENTS @ Devoxx
BUILDING MODERN WEB UIS WITH WEB COMPONENTS @ DevoxxBUILDING MODERN WEB UIS WITH WEB COMPONENTS @ Devoxx
BUILDING MODERN WEB UIS WITH WEB COMPONENTS @ Devoxx
 
Planning Adaptive Interfaces [Breaking Development Nashville 2013]
Planning Adaptive Interfaces [Breaking Development Nashville 2013]Planning Adaptive Interfaces [Breaking Development Nashville 2013]
Planning Adaptive Interfaces [Breaking Development Nashville 2013]
 
[edUi] HTML5 Workshop
[edUi] HTML5 Workshop[edUi] HTML5 Workshop
[edUi] HTML5 Workshop
 
[heweb11] HTML5 Makeover
[heweb11] HTML5 Makeover[heweb11] HTML5 Makeover
[heweb11] HTML5 Makeover
 
Going Fast on the Mobile Web
Going Fast on the Mobile WebGoing Fast on the Mobile Web
Going Fast on the Mobile Web
 
Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)
Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)
Web2.0: from "I know nothing" to "I know something" in 2 hours (what?!?)
 
ApacheCon 2017: What's new in httpd 2.4
ApacheCon 2017: What's new in httpd 2.4ApacheCon 2017: What's new in httpd 2.4
ApacheCon 2017: What's new in httpd 2.4
 
"The Web Is Broken" by Bipin Upadhyay
"The Web Is Broken" by Bipin Upadhyay"The Web Is Broken" by Bipin Upadhyay
"The Web Is Broken" by Bipin Upadhyay
 
Make the Cloud Less Cloudy: A Perspective for Software Development Teams
Make the Cloud Less Cloudy: A Perspective for Software Development TeamsMake the Cloud Less Cloudy: A Perspective for Software Development Teams
Make the Cloud Less Cloudy: A Perspective for Software Development Teams
 
Electron(旧atom shell)基礎+入門
Electron(旧atom shell)基礎+入門Electron(旧atom shell)基礎+入門
Electron(旧atom shell)基礎+入門
 

Similaire à 電子雑誌のためのWeb Adaptive Layout

HTML5+CSS3 (入門編)
HTML5+CSS3 (入門編)HTML5+CSS3 (入門編)
HTML5+CSS3 (入門編)博史 高木
 
FITC Spotlight HTML5 - The state of the web
FITC Spotlight HTML5 - The state of the webFITC Spotlight HTML5 - The state of the web
FITC Spotlight HTML5 - The state of the webFrédéric Harper
 
Webware - from Document to Operating System
Webware - from Document to Operating System Webware - from Document to Operating System
Webware - from Document to Operating System Channy Yun
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單偉格 高
 
Planning Adaptive Interfaces [UXLx 2013]
Planning Adaptive Interfaces [UXLx 2013]Planning Adaptive Interfaces [UXLx 2013]
Planning Adaptive Interfaces [UXLx 2013]Aaron Gustafson
 
When responsive web design meets the real world
When responsive web design meets the real worldWhen responsive web design meets the real world
When responsive web design meets the real worldJason Grigsby
 
Mobile Apps with PhoneGap and jQuery Mobile
Mobile Apps with PhoneGap and jQuery MobileMobile Apps with PhoneGap and jQuery Mobile
Mobile Apps with PhoneGap and jQuery MobileTerry Ryan
 
Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)Hendrik Ebbers
 
webcomponents (Jfokus 2015)
webcomponents (Jfokus 2015)webcomponents (Jfokus 2015)
webcomponents (Jfokus 2015)Hendrik Ebbers
 
Planning Adaptive Interfaces [From the Front 2013]
Planning Adaptive Interfaces [From the Front 2013]Planning Adaptive Interfaces [From the Front 2013]
Planning Adaptive Interfaces [From the Front 2013]Aaron Gustafson
 
Planning Adaptive Interfaces [dConstruct Workshop 2013]
Planning Adaptive Interfaces [dConstruct Workshop 2013]Planning Adaptive Interfaces [dConstruct Workshop 2013]
Planning Adaptive Interfaces [dConstruct Workshop 2013]Aaron Gustafson
 
HTML CSS Best Practices
HTML CSS Best PracticesHTML CSS Best Practices
HTML CSS Best Practiceshoctudau
 
HTML5: Markup Evolved
HTML5: Markup EvolvedHTML5: Markup Evolved
HTML5: Markup EvolvedBilly Hylton
 
Responsive Images and Video
Responsive Images and VideoResponsive Images and Video
Responsive Images and VideoJason Grigsby
 
Developing web applications in 2010
Developing web applications in 2010Developing web applications in 2010
Developing web applications in 2010Ignacio Coloma
 
jQtouch, Building Awesome Webapps
jQtouch, Building Awesome WebappsjQtouch, Building Awesome Webapps
jQtouch, Building Awesome WebappsHome
 

Similaire à 電子雑誌のためのWeb Adaptive Layout (20)

HTML5+CSS3 (入門編)
HTML5+CSS3 (入門編)HTML5+CSS3 (入門編)
HTML5+CSS3 (入門編)
 
FITC Spotlight HTML5 - The state of the web
FITC Spotlight HTML5 - The state of the webFITC Spotlight HTML5 - The state of the web
FITC Spotlight HTML5 - The state of the web
 
Webware - from Document to Operating System
Webware - from Document to Operating System Webware - from Document to Operating System
Webware - from Document to Operating System
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單
 
Planning Adaptive Interfaces [UXLx 2013]
Planning Adaptive Interfaces [UXLx 2013]Planning Adaptive Interfaces [UXLx 2013]
Planning Adaptive Interfaces [UXLx 2013]
 
Responsive Design
Responsive Design Responsive Design
Responsive Design
 
HTML5 for all
HTML5 for allHTML5 for all
HTML5 for all
 
Adobe & HTML5
Adobe & HTML5Adobe & HTML5
Adobe & HTML5
 
When responsive web design meets the real world
When responsive web design meets the real worldWhen responsive web design meets the real world
When responsive web design meets the real world
 
Mobile Apps with PhoneGap and jQuery Mobile
Mobile Apps with PhoneGap and jQuery MobileMobile Apps with PhoneGap and jQuery Mobile
Mobile Apps with PhoneGap and jQuery Mobile
 
Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)Web Components & Polymer 1.0 (Webinale Berlin)
Web Components & Polymer 1.0 (Webinale Berlin)
 
webcomponents (Jfokus 2015)
webcomponents (Jfokus 2015)webcomponents (Jfokus 2015)
webcomponents (Jfokus 2015)
 
HTML5 Essentials
HTML5 EssentialsHTML5 Essentials
HTML5 Essentials
 
Planning Adaptive Interfaces [From the Front 2013]
Planning Adaptive Interfaces [From the Front 2013]Planning Adaptive Interfaces [From the Front 2013]
Planning Adaptive Interfaces [From the Front 2013]
 
Planning Adaptive Interfaces [dConstruct Workshop 2013]
Planning Adaptive Interfaces [dConstruct Workshop 2013]Planning Adaptive Interfaces [dConstruct Workshop 2013]
Planning Adaptive Interfaces [dConstruct Workshop 2013]
 
HTML CSS Best Practices
HTML CSS Best PracticesHTML CSS Best Practices
HTML CSS Best Practices
 
HTML5: Markup Evolved
HTML5: Markup EvolvedHTML5: Markup Evolved
HTML5: Markup Evolved
 
Responsive Images and Video
Responsive Images and VideoResponsive Images and Video
Responsive Images and Video
 
Developing web applications in 2010
Developing web applications in 2010Developing web applications in 2010
Developing web applications in 2010
 
jQtouch, Building Awesome Webapps
jQtouch, Building Awesome WebappsjQtouch, Building Awesome Webapps
jQtouch, Building Awesome Webapps
 

Plus de Youji Sakai

電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」
電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」
電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」Youji Sakai
 
電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶ
電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶ電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶ
電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶYouji Sakai
 
〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワーク
〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワーク〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワーク
〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワークYouji Sakai
 
制作者の視点での EPUB 3 オーサリング最前線
制作者の視点での EPUB 3 オーサリング最前線制作者の視点での EPUB 3 オーサリング最前線
制作者の視点での EPUB 3 オーサリング最前線Youji Sakai
 
EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)
EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)
EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)Youji Sakai
 
EBOOK OVERVIEW - INDD 2012 Tokyo
EBOOK OVERVIEW - INDD 2012 TokyoEBOOK OVERVIEW - INDD 2012 Tokyo
EBOOK OVERVIEW - INDD 2012 TokyoYouji Sakai
 
EPUB3 固定レイアウト徹底解説
EPUB3 固定レイアウト徹底解説EPUB3 固定レイアウト徹底解説
EPUB3 固定レイアウト徹底解説Youji Sakai
 
イーブックデザイナーの仕事/HTML5ブックデザインの可能性
イーブックデザイナーの仕事/HTML5ブックデザインの可能性イーブックデザイナーの仕事/HTML5ブックデザインの可能性
イーブックデザイナーの仕事/HTML5ブックデザインの可能性Youji Sakai
 
電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践
電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践
電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践Youji Sakai
 
EPUB3で変わる電子書籍の表現力
EPUB3で変わる電子書籍の表現力 EPUB3で変わる電子書籍の表現力
EPUB3で変わる電子書籍の表現力 Youji Sakai
 
2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」
2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」
2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」Youji Sakai
 
PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」
PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」
PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」Youji Sakai
 
実践!CSSデザインの「型」でみる視覚表現テクニック
実践!CSSデザインの「型」でみる視覚表現テクニック実践!CSSデザインの「型」でみる視覚表現テクニック
実践!CSSデザインの「型」でみる視覚表現テクニックYouji Sakai
 

Plus de Youji Sakai (13)

電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」
電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」
電子書籍が順調に売れ始めた理由/プロモーションの方法と今後重要になる電子出版マーケティングの提案~「一人出版社、構想から立ち上げ、運用まで、苦難の道のり」
 
電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶ
電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶ電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶ
電子書籍メディア論/読者を探し、読者の求める「本」をつくる「アジャイル開発+リーン手法」に学ぶ
 
〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワーク
〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワーク〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワーク
〜Kindleダイレクトパブリッシング・EPUB 3・HTML5ウェブコンテンツ〜 コミック&グラフィックノベル・プロダクションワーク
 
制作者の視点での EPUB 3 オーサリング最前線
制作者の視点での EPUB 3 オーサリング最前線制作者の視点での EPUB 3 オーサリング最前線
制作者の視点での EPUB 3 オーサリング最前線
 
EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)
EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)
EPUB Media Overlays 3.0とFixed Layout(固定レイアウト)
 
EBOOK OVERVIEW - INDD 2012 Tokyo
EBOOK OVERVIEW - INDD 2012 TokyoEBOOK OVERVIEW - INDD 2012 Tokyo
EBOOK OVERVIEW - INDD 2012 Tokyo
 
EPUB3 固定レイアウト徹底解説
EPUB3 固定レイアウト徹底解説EPUB3 固定レイアウト徹底解説
EPUB3 固定レイアウト徹底解説
 
イーブックデザイナーの仕事/HTML5ブックデザインの可能性
イーブックデザイナーの仕事/HTML5ブックデザインの可能性イーブックデザイナーの仕事/HTML5ブックデザインの可能性
イーブックデザイナーの仕事/HTML5ブックデザインの可能性
 
電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践
電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践
電子書籍デザイナーのための Dreamweaverを使ったEPUB3.0 マガジンレイアウトの実践
 
EPUB3で変わる電子書籍の表現力
EPUB3で変わる電子書籍の表現力 EPUB3で変わる電子書籍の表現力
EPUB3で変わる電子書籍の表現力
 
2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」
2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」
2007年7月15日「ユーティリティビデオコンテンツによる新しいWebサービス」
 
PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」
PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」
PAGE2011「EPUBフォーマットの 電子書籍を設計するための 5つのポイント」
 
実践!CSSデザインの「型」でみる視覚表現テクニック
実践!CSSデザインの「型」でみる視覚表現テクニック実践!CSSデザインの「型」でみる視覚表現テクニック
実践!CSSデザインの「型」でみる視覚表現テクニック
 

Dernier

SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funneljen_giacalone
 
Government polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdGovernment polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdshivubhavv
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfAmirYakdi
 
infant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxinfant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxsuhanimunjal27
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...BarusRa
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...SUHANI PANDEY
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
Pastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxPastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxSegundoManuelFaichin1
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Servicearoranaina404
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneLukeKholes
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 

Dernier (20)

SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funnel
 
Government polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcdGovernment polytechnic college-1.pptxabcd
Government polytechnic college-1.pptxabcd
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
 
infant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxinfant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptx
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Brookefield Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Pastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxPastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. Xxx
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 

電子雑誌のためのWeb Adaptive Layout