SlideShare uma empresa Scribd logo
1 de 35
Baixar para ler offline
Web Reading
阅读类 Web 应用前端技术探索


    mockee@douban

       http://bit.ly/N8lLqK
Things
 We   Don't Talk About
      Native or Web App
Modular Scripts   Structured App
     Responsive Web Design
        HTML5 concepts
Further Reading
Web Apps and more
    http://bit.ly/IAhFE5

   转化的灵感
    http://bit.ly/LkIZvz
read.douban.com
Vagrant
Keep things DRY

Stylus



    https://github.com/learnboost/stylus
    http://pypi.python.org/pypi/pyjade
.jade                                .styl
article#novella(                    vendors = webkit moz official
  data-aid='17893'                  border-radius(val)
  data-layout='vertical')             for vendor in vendors
  .page                                 if vendor == official
    .hd title                             border-radius val
    .bd content                         else
    .ft pagination                        -{vendor}-border-radius val


<article                             @import 'mixins/border'
  id="novella"                       .btn-flat
  data-aid="17893"                     border-radius 5px
  data-layout="vertical">
  <div class="page">
    <div class="hd">title</div>
    <div class="bd">content</div>
    <div class="ft">                 .btn-flat {
      pagination                       -webkit-border-radius: 5px;
    </div>                             -moz-border-radius: 5px;
  </div>                               border-radius: 5px;
</article>                           }
Submit     Reader     Store
Web App    iPad App
 Desktop
 Laptop
           Web App
            Kindle
           Android     Web
            iPhone    Web App
  iPad                 Hybrid
Apple iPad

         SonyEricsson LT15i Xperia Arc

Visits   Apple iPhone

         Apple iPod Touch

         HTC S710E Incredible S
Google Analytics 2012.5 - 6
Submission System


Author       Editor


     WYS   WYG
DEMO
Submission System
Key Points
Range & Selection      rangy

Real-time Web document
  Web Storage & Data Sync
  Collaboration   substance    etherpad
Web Reader
Intelligence Paging

Typographic Web Design
  * punctuation compression

Widget System
Widget System

title page         text page

                  Figure     Code
   note



    Interacting components
Title Page - Note
Figure   Code Widget
Purchase tips
Typography
Fixed-Layout               Reflowable

  Adobe PDF            Kindle Cloud Reader
 iBook Author              Google Books
   (landscape)

                  Hybird
             Douban Web Reader
Punctuation Compression

          “       ‘   (       《

      ”       ’       )   》

,     。       、       ?   !       ;

      :
“《    ‘(   (       ‘   《    “

”   。    ’ ,   )   、       》;


: (       latin 汉字 3
@import "mixins/typography"

.content p
  text-indent: 2em
  word-wrap: break-word
  text-align: justify
                                  Compatibility ...
  text-justify: inter-ideograph
  hyphens: auto




IE 10+
Firefox 6+
Safari 5.1+, iOS 4.2+
http://caniuse.com/css-hyphens
Font Rendering

                                                           Rasterization

                                                          Black and white
                                                              Grayscale

                                                                Subpixel



                                                                  Windows
http://www.smashingmagazine.com/2012/04/24/a-closer-look-at-font-rendering/
MAC OS                                Windows
Quartz rendering engine                    font format has a
    for all browsers                       significant impact
                                hinting           math
 subpixel rendering
 look a bit “sticky”
                                     TrueType              PostScript
                                     new engine             rasterizer
        ignore                        IE 6/7/8

                               ref                            x
                  full pixel               grayscale(XP)
                                           GDI ClearType(Win7)
                                           DirectWrite mode (IE9)
gdipp      http://code.google.com/p/gdipp/

The gdipp (codename) project is a replacement of the
Windows text render, which brings to you the effect
of text like Mac OS and Linux distributions.




                                             DEMO
mathematical formula


LaTex to MathML
                        MathML                 SVG LaTex
                                              iOS / Android
                        HTML & CSS
     Web                SVG



     http://www.mathjax.org/demos/mathml-samples/
  https://developer.mozilla.org/en/Mozilla_MathML_Project/
Intelligence Paging
type page


   page break


    width
    height
    line-height
    font-size
Non-integer
        row height



        Cross
        multi-pages


                New
Split
Zoom or Crop

          Blank or Float
Key Points
Web Worker    inline

On-demand rendering     for ALL!

Split paragraph / fill height      hide

Offline
Thx:)
        mockee@gmail.com
blog: mockee.com twitter: @mockee
    douban.com/people/mockee/

Mais conteúdo relacionado

Mais procurados

Frontend Application Architecture, Patterns, and Workflows
Frontend Application Architecture, Patterns, and WorkflowsFrontend Application Architecture, Patterns, and Workflows
Frontend Application Architecture, Patterns, and Workflows
Treasure Data, Inc.
 
Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점
Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점
Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점
Jeado Ko
 
Google Developer Group(GDG) DevFest Event 2012 Android talk
Google Developer Group(GDG) DevFest Event 2012 Android talkGoogle Developer Group(GDG) DevFest Event 2012 Android talk
Google Developer Group(GDG) DevFest Event 2012 Android talk
Imam Raza
 

Mais procurados (20)

Frontend Application Architecture, Patterns, and Workflows
Frontend Application Architecture, Patterns, and WorkflowsFrontend Application Architecture, Patterns, and Workflows
Frontend Application Architecture, Patterns, and Workflows
 
Custom gutenberg block development in react
Custom gutenberg block development in reactCustom gutenberg block development in react
Custom gutenberg block development in react
 
준비하세요 Angular js 2.0
준비하세요 Angular js 2.0준비하세요 Angular js 2.0
준비하세요 Angular js 2.0
 
Banquet 50
Banquet 50Banquet 50
Banquet 50
 
JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1
 
Nicolas Embleton, Advanced Angular JS
Nicolas Embleton, Advanced Angular JSNicolas Embleton, Advanced Angular JS
Nicolas Embleton, Advanced Angular JS
 
JAVA SCRIPT
JAVA SCRIPTJAVA SCRIPT
JAVA SCRIPT
 
Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점
Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점
Angular를 활용한 웹 프론트단 개발과 2.0에서 달라진점
 
Beyond PrettyFaces - Einführung in Rewrite
Beyond PrettyFaces - Einführung in RewriteBeyond PrettyFaces - Einführung in Rewrite
Beyond PrettyFaces - Einführung in Rewrite
 
Web Components and Modular CSS
Web Components and Modular CSSWeb Components and Modular CSS
Web Components and Modular CSS
 
Google Developer Group(GDG) DevFest Event 2012 Android talk
Google Developer Group(GDG) DevFest Event 2012 Android talkGoogle Developer Group(GDG) DevFest Event 2012 Android talk
Google Developer Group(GDG) DevFest Event 2012 Android talk
 
SF Grails - Ratpack - Compact Groovy Webapps - James Williams
SF Grails - Ratpack - Compact Groovy Webapps - James WilliamsSF Grails - Ratpack - Compact Groovy Webapps - James Williams
SF Grails - Ratpack - Compact Groovy Webapps - James Williams
 
Extending Studio - Piotr Nalepa & Kamil Musiał - Presentation at eZ Conferenc...
Extending Studio - Piotr Nalepa & Kamil Musiał - Presentation at eZ Conferenc...Extending Studio - Piotr Nalepa & Kamil Musiał - Presentation at eZ Conferenc...
Extending Studio - Piotr Nalepa & Kamil Musiał - Presentation at eZ Conferenc...
 
Web Design Workshop Part 2
Web Design Workshop Part 2Web Design Workshop Part 2
Web Design Workshop Part 2
 
Grunt.js and Yeoman, Continous Integration
Grunt.js and Yeoman, Continous IntegrationGrunt.js and Yeoman, Continous Integration
Grunt.js and Yeoman, Continous Integration
 
Managing JavaScript Dependencies With RequireJS
Managing JavaScript Dependencies With RequireJSManaging JavaScript Dependencies With RequireJS
Managing JavaScript Dependencies With RequireJS
 
Workshop Intro: FrontEnd General Overview
Workshop Intro: FrontEnd General OverviewWorkshop Intro: FrontEnd General Overview
Workshop Intro: FrontEnd General Overview
 
Workshop 8: Templating: Handlebars, DustJS
Workshop 8: Templating: Handlebars, DustJSWorkshop 8: Templating: Handlebars, DustJS
Workshop 8: Templating: Handlebars, DustJS
 
ITexperience - AngularJS
ITexperience - AngularJSITexperience - AngularJS
ITexperience - AngularJS
 
Beyond PrettyFaces - Einführung in Rewrite
Beyond PrettyFaces - Einführung in RewriteBeyond PrettyFaces - Einführung in Rewrite
Beyond PrettyFaces - Einführung in Rewrite
 

Destaque

Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...
Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...
Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...
SEO, LLC dba www.SplinternetMarketing.com
 
N E W S T U D Y O F G I T A N O V 9 D R
N E W  S T U D Y  O F  G I T A  N O V 9   D RN E W  S T U D Y  O F  G I T A  N O V 9   D R
N E W S T U D Y O F G I T A N O V 9 D R
shriniwaskashalikar
 
Berpikir Kreatif I
Berpikir Kreatif IBerpikir Kreatif I
Berpikir Kreatif I
guest361b2c
 
Arbitration Anyone - 2014 Olswang Construction Law Conference
Arbitration Anyone - 2014 Olswang Construction Law ConferenceArbitration Anyone - 2014 Olswang Construction Law Conference
Arbitration Anyone - 2014 Olswang Construction Law Conference
Francis Ho
 
快速定位开发常见的前端问题
快速定位开发常见的前端问题快速定位开发常见的前端问题
快速定位开发常见的前端问题
taobao.com
 
Master of international Business Administration
Master of international Business AdministrationMaster of international Business Administration
Master of international Business Administration
MIBA University of Hamburg
 
Instructional activity assigment
Instructional activity assigmentInstructional activity assigment
Instructional activity assigment
J C
 
R E M E D I E S I F O U N D U S E F U L I N J O I N T P A I N S D R S...
R E M E D I E S  I  F O U N D  U S E F U L  I N  J O I N T  P A I N S  D R  S...R E M E D I E S  I  F O U N D  U S E F U L  I N  J O I N T  P A I N S  D R  S...
R E M E D I E S I F O U N D U S E F U L I N J O I N T P A I N S D R S...
shriniwaskashalikar
 

Destaque (20)

Rankings up-in-one-day
Rankings up-in-one-dayRankings up-in-one-day
Rankings up-in-one-day
 
Mars attack 20100730
Mars attack 20100730Mars attack 20100730
Mars attack 20100730
 
Eman Data Recovery Internet Marketing Results
Eman Data Recovery Internet Marketing ResultsEman Data Recovery Internet Marketing Results
Eman Data Recovery Internet Marketing Results
 
Seo, Llc Dba Www.Splinternet Marketing.Com Search Engine Rankings On 4 14 2011
Seo, Llc Dba Www.Splinternet Marketing.Com Search Engine Rankings On 4 14 2011Seo, Llc Dba Www.Splinternet Marketing.Com Search Engine Rankings On 4 14 2011
Seo, Llc Dba Www.Splinternet Marketing.Com Search Engine Rankings On 4 14 2011
 
教學訪問教師試辦計畫106學年度說明會簡報
教學訪問教師試辦計畫106學年度說明會簡報教學訪問教師試辦計畫106學年度說明會簡報
教學訪問教師試辦計畫106學年度說明會簡報
 
371 free electricity from the sky
371   free electricity from the sky371   free electricity from the sky
371 free electricity from the sky
 
Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...
Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...
Seo search-optimization-rankings-analysis-expansive-internet-marketing-relate...
 
AdminStudio Suite - Simplified Chinese
AdminStudio Suite - Simplified ChineseAdminStudio Suite - Simplified Chinese
AdminStudio Suite - Simplified Chinese
 
N E W S T U D Y O F G I T A N O V 9 D R
N E W  S T U D Y  O F  G I T A  N O V 9   D RN E W  S T U D Y  O F  G I T A  N O V 9   D R
N E W S T U D Y O F G I T A N O V 9 D R
 
Berpikir Kreatif I
Berpikir Kreatif IBerpikir Kreatif I
Berpikir Kreatif I
 
Splinternet Marketing.Com Rankings 2 8 2011
Splinternet Marketing.Com Rankings 2 8 2011Splinternet Marketing.Com Rankings 2 8 2011
Splinternet Marketing.Com Rankings 2 8 2011
 
Arbitration Anyone - 2014 Olswang Construction Law Conference
Arbitration Anyone - 2014 Olswang Construction Law ConferenceArbitration Anyone - 2014 Olswang Construction Law Conference
Arbitration Anyone - 2014 Olswang Construction Law Conference
 
東海大学広報メディア学科河井ゼミ2014年度最終発表_ゆるキャラ
東海大学広報メディア学科河井ゼミ2014年度最終発表_ゆるキャラ東海大学広報メディア学科河井ゼミ2014年度最終発表_ゆるキャラ
東海大学広報メディア学科河井ゼミ2014年度最終発表_ゆるキャラ
 
Belchfire Torch Seo Ranking Report
Belchfire Torch Seo Ranking ReportBelchfire Torch Seo Ranking Report
Belchfire Torch Seo Ranking Report
 
快速定位开发常见的前端问题
快速定位开发常见的前端问题快速定位开发常见的前端问题
快速定位开发常见的前端问题
 
[Infographics] 2013 Recap: Top JoomlArt Magento Templates
[Infographics] 2013 Recap: Top JoomlArt Magento Templates[Infographics] 2013 Recap: Top JoomlArt Magento Templates
[Infographics] 2013 Recap: Top JoomlArt Magento Templates
 
Master of international Business Administration
Master of international Business AdministrationMaster of international Business Administration
Master of international Business Administration
 
Instructional activity assigment
Instructional activity assigmentInstructional activity assigment
Instructional activity assigment
 
93 percent-google-for-internet-marketing-services
93 percent-google-for-internet-marketing-services93 percent-google-for-internet-marketing-services
93 percent-google-for-internet-marketing-services
 
R E M E D I E S I F O U N D U S E F U L I N J O I N T P A I N S D R S...
R E M E D I E S  I  F O U N D  U S E F U L  I N  J O I N T  P A I N S  D R  S...R E M E D I E S  I  F O U N D  U S E F U L  I N  J O I N T  P A I N S  D R  S...
R E M E D I E S I F O U N D U S E F U L I N J O I N T P A I N S D R S...
 

Semelhante a 阅读类Web应用前端技术探索

An Intro to Mobile HTML5
An Intro to Mobile HTML5An Intro to Mobile HTML5
An Intro to Mobile HTML5
James Pearce
 
HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1
James Pearce
 
Cross platform mobile web apps
Cross platform mobile web appsCross platform mobile web apps
Cross platform mobile web apps
James Pearce
 
Bd conf sencha touch workshop
Bd conf sencha touch workshopBd conf sencha touch workshop
Bd conf sencha touch workshop
James Pearce
 
Building cross platform mobile web apps
Building cross platform mobile web appsBuilding cross platform mobile web apps
Building cross platform mobile web apps
James Pearce
 
Web app and more
Web app and moreWeb app and more
Web app and more
faming su
 

Semelhante a 阅读类Web应用前端技术探索 (20)

Building Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsBuilding Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web Apps
 
An Intro to Mobile HTML5
An Intro to Mobile HTML5An Intro to Mobile HTML5
An Intro to Mobile HTML5
 
HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1
 
A Snapshot of the Mobile HTML5 Revolution
A Snapshot of the Mobile HTML5 RevolutionA Snapshot of the Mobile HTML5 Revolution
A Snapshot of the Mobile HTML5 Revolution
 
Partying with PHP (…and the Microsoft Platform)
Partying with PHP (…and the Microsoft Platform)Partying with PHP (…and the Microsoft Platform)
Partying with PHP (…and the Microsoft Platform)
 
Cross platform mobile web apps
Cross platform mobile web appsCross platform mobile web apps
Cross platform mobile web apps
 
air
airair
air
 
Bd conf sencha touch workshop
Bd conf sencha touch workshopBd conf sencha touch workshop
Bd conf sencha touch workshop
 
An Introduction to Sencha Touch
An Introduction to Sencha TouchAn Introduction to Sencha Touch
An Introduction to Sencha Touch
 
OSCOM 4: Managing Beautiful Websites with Cocoon
OSCOM 4: Managing Beautiful Websites with CocoonOSCOM 4: Managing Beautiful Websites with Cocoon
OSCOM 4: Managing Beautiful Websites with Cocoon
 
Building cross platform mobile web apps
Building cross platform mobile web appsBuilding cross platform mobile web apps
Building cross platform mobile web apps
 
Building Cloud-Based Cross-Platform Mobile Web Apps
Building Cloud-Based Cross-Platform Mobile Web AppsBuilding Cloud-Based Cross-Platform Mobile Web Apps
Building Cloud-Based Cross-Platform Mobile Web Apps
 
Joe Staner Zend Con 2008
Joe Staner Zend Con 2008Joe Staner Zend Con 2008
Joe Staner Zend Con 2008
 
Gatsby (Code.Talks) 2019
Gatsby (Code.Talks) 2019Gatsby (Code.Talks) 2019
Gatsby (Code.Talks) 2019
 
Introduction to Cross Platform Mobile Apps (Xamarin)
Introduction to Cross Platform Mobile Apps (Xamarin)Introduction to Cross Platform Mobile Apps (Xamarin)
Introduction to Cross Platform Mobile Apps (Xamarin)
 
Web Apps and more
Web Apps and moreWeb Apps and more
Web Apps and more
 
Web app and more
Web app and moreWeb app and more
Web app and more
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
 
HTML5 and the dawn of rich mobile web applications
HTML5 and the dawn of rich mobile web applicationsHTML5 and the dawn of rich mobile web applications
HTML5 and the dawn of rich mobile web applications
 
HTML5 Intoduction for Web Developers
HTML5 Intoduction for Web DevelopersHTML5 Intoduction for Web Developers
HTML5 Intoduction for Web Developers
 

Mais de taobao.com

编辑器设计U editor
编辑器设计U editor编辑器设计U editor
编辑器设计U editor
taobao.com
 
淘宝开放产品前端实践
淘宝开放产品前端实践淘宝开放产品前端实践
淘宝开放产品前端实践
taobao.com
 
广告投放代码和创意代码持续优化
广告投放代码和创意代码持续优化广告投放代码和创意代码持续优化
广告投放代码和创意代码持续优化
taobao.com
 
第三方内容开发最佳实践
第三方内容开发最佳实践第三方内容开发最佳实践
第三方内容开发最佳实践
taobao.com
 
编辑器设计Kissy editor
编辑器设计Kissy editor编辑器设计Kissy editor
编辑器设计Kissy editor
taobao.com
 
百度前端性能监控与优化实践
百度前端性能监控与优化实践百度前端性能监控与优化实践
百度前端性能监控与优化实践
taobao.com
 
Node.js在淘宝的应用实践
Node.js在淘宝的应用实践Node.js在淘宝的应用实践
Node.js在淘宝的应用实践
taobao.com
 
Kind editor设计思路
Kind editor设计思路Kind editor设计思路
Kind editor设计思路
taobao.com
 
Java script physical engine
Java script physical engineJava script physical engine
Java script physical engine
taobao.com
 
Html5环保小游戏
Html5环保小游戏Html5环保小游戏
Html5环保小游戏
taobao.com
 
完颜:移动网站的兼容性探索
完颜:移动网站的兼容性探索完颜:移动网站的兼容性探索
完颜:移动网站的兼容性探索
taobao.com
 
张平:JavaScript引擎实现
张平:JavaScript引擎实现张平:JavaScript引擎实现
张平:JavaScript引擎实现
taobao.com
 
高力:19楼现有前端架构
高力:19楼现有前端架构高力:19楼现有前端架构
高力:19楼现有前端架构
taobao.com
 
李成银:前端编译平台
李成银:前端编译平台李成银:前端编译平台
李成银:前端编译平台
taobao.com
 
钱宝坤:多浏览器集成的JavaScript单元测试工具
钱宝坤:多浏览器集成的JavaScript单元测试工具钱宝坤:多浏览器集成的JavaScript单元测试工具
钱宝坤:多浏览器集成的JavaScript单元测试工具
taobao.com
 
张克军:前端基础架构的实践和思考
张克军:前端基础架构的实践和思考张克军:前端基础架构的实践和思考
张克军:前端基础架构的实践和思考
taobao.com
 
刘平川:【用户行为分析】Marmot实践
刘平川:【用户行为分析】Marmot实践刘平川:【用户行为分析】Marmot实践
刘平川:【用户行为分析】Marmot实践
taobao.com
 
吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践
吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践
吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践
taobao.com
 
前端Mvc探讨及实践
前端Mvc探讨及实践前端Mvc探讨及实践
前端Mvc探讨及实践
taobao.com
 

Mais de taobao.com (20)

编辑器设计U editor
编辑器设计U editor编辑器设计U editor
编辑器设计U editor
 
Berserk js
Berserk jsBerserk js
Berserk js
 
淘宝开放产品前端实践
淘宝开放产品前端实践淘宝开放产品前端实践
淘宝开放产品前端实践
 
广告投放代码和创意代码持续优化
广告投放代码和创意代码持续优化广告投放代码和创意代码持续优化
广告投放代码和创意代码持续优化
 
第三方内容开发最佳实践
第三方内容开发最佳实践第三方内容开发最佳实践
第三方内容开发最佳实践
 
编辑器设计Kissy editor
编辑器设计Kissy editor编辑器设计Kissy editor
编辑器设计Kissy editor
 
百度前端性能监控与优化实践
百度前端性能监控与优化实践百度前端性能监控与优化实践
百度前端性能监控与优化实践
 
Node.js在淘宝的应用实践
Node.js在淘宝的应用实践Node.js在淘宝的应用实践
Node.js在淘宝的应用实践
 
Kind editor设计思路
Kind editor设计思路Kind editor设计思路
Kind editor设计思路
 
Java script physical engine
Java script physical engineJava script physical engine
Java script physical engine
 
Html5环保小游戏
Html5环保小游戏Html5环保小游戏
Html5环保小游戏
 
完颜:移动网站的兼容性探索
完颜:移动网站的兼容性探索完颜:移动网站的兼容性探索
完颜:移动网站的兼容性探索
 
张平:JavaScript引擎实现
张平:JavaScript引擎实现张平:JavaScript引擎实现
张平:JavaScript引擎实现
 
高力:19楼现有前端架构
高力:19楼现有前端架构高力:19楼现有前端架构
高力:19楼现有前端架构
 
李成银:前端编译平台
李成银:前端编译平台李成银:前端编译平台
李成银:前端编译平台
 
钱宝坤:多浏览器集成的JavaScript单元测试工具
钱宝坤:多浏览器集成的JavaScript单元测试工具钱宝坤:多浏览器集成的JavaScript单元测试工具
钱宝坤:多浏览器集成的JavaScript单元测试工具
 
张克军:前端基础架构的实践和思考
张克军:前端基础架构的实践和思考张克军:前端基础架构的实践和思考
张克军:前端基础架构的实践和思考
 
刘平川:【用户行为分析】Marmot实践
刘平川:【用户行为分析】Marmot实践刘平川:【用户行为分析】Marmot实践
刘平川:【用户行为分析】Marmot实践
 
吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践
吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践
吴英杰:【用户行为分析】淘宝页面显微镜系统原理及实践
 
前端Mvc探讨及实践
前端Mvc探讨及实践前端Mvc探讨及实践
前端Mvc探讨及实践
 

Último

Último (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

阅读类Web应用前端技术探索

  • 1. Web Reading 阅读类 Web 应用前端技术探索 mockee@douban http://bit.ly/N8lLqK
  • 2. Things We Don't Talk About Native or Web App Modular Scripts Structured App Responsive Web Design HTML5 concepts
  • 3. Further Reading Web Apps and more http://bit.ly/IAhFE5 转化的灵感 http://bit.ly/LkIZvz
  • 6. Keep things DRY Stylus https://github.com/learnboost/stylus http://pypi.python.org/pypi/pyjade
  • 7. .jade .styl article#novella( vendors = webkit moz official data-aid='17893' border-radius(val) data-layout='vertical') for vendor in vendors .page if vendor == official .hd title border-radius val .bd content else .ft pagination -{vendor}-border-radius val <article @import 'mixins/border' id="novella" .btn-flat data-aid="17893" border-radius 5px data-layout="vertical"> <div class="page"> <div class="hd">title</div> <div class="bd">content</div> <div class="ft"> .btn-flat { pagination -webkit-border-radius: 5px; </div> -moz-border-radius: 5px; </div> border-radius: 5px; </article> }
  • 8. Submit Reader Store Web App iPad App Desktop Laptop Web App Kindle Android Web iPhone Web App iPad Hybrid
  • 9. Apple iPad SonyEricsson LT15i Xperia Arc Visits Apple iPhone Apple iPod Touch HTC S710E Incredible S
  • 11. Submission System Author Editor WYS WYG
  • 12.
  • 13.
  • 15. Key Points Range & Selection rangy Real-time Web document Web Storage & Data Sync Collaboration substance etherpad
  • 16. Web Reader Intelligence Paging Typographic Web Design * punctuation compression Widget System
  • 17. Widget System title page text page Figure Code note Interacting components
  • 18. Title Page - Note
  • 19.
  • 20. Figure Code Widget
  • 22. Typography Fixed-Layout Reflowable Adobe PDF Kindle Cloud Reader iBook Author Google Books (landscape) Hybird Douban Web Reader
  • 23. Punctuation Compression “ ‘ ( 《 ” ’ ) 》 , 。 、 ? ! ; :
  • 24. “《 ‘( ( ‘ 《 “ ” 。 ’ , ) 、 》; : ( latin 汉字 3
  • 25. @import "mixins/typography" .content p text-indent: 2em word-wrap: break-word text-align: justify Compatibility ... text-justify: inter-ideograph hyphens: auto IE 10+ Firefox 6+ Safari 5.1+, iOS 4.2+ http://caniuse.com/css-hyphens
  • 26. Font Rendering Rasterization Black and white Grayscale Subpixel Windows http://www.smashingmagazine.com/2012/04/24/a-closer-look-at-font-rendering/
  • 27. MAC OS Windows Quartz rendering engine font format has a for all browsers significant impact hinting math subpixel rendering look a bit “sticky” TrueType PostScript new engine rasterizer ignore IE 6/7/8 ref x full pixel grayscale(XP) GDI ClearType(Win7) DirectWrite mode (IE9)
  • 28. gdipp http://code.google.com/p/gdipp/ The gdipp (codename) project is a replacement of the Windows text render, which brings to you the effect of text like Mac OS and Linux distributions. DEMO
  • 29. mathematical formula LaTex to MathML MathML SVG LaTex iOS / Android HTML & CSS Web SVG http://www.mathjax.org/demos/mathml-samples/ https://developer.mozilla.org/en/Mozilla_MathML_Project/
  • 31. type page page break width height line-height font-size
  • 32. Non-integer row height Cross multi-pages New Split
  • 33. Zoom or Crop Blank or Float
  • 34. Key Points Web Worker inline On-demand rendering for ALL! Split paragraph / fill height hide Offline
  • 35. Thx:) mockee@gmail.com blog: mockee.com twitter: @mockee douban.com/people/mockee/