SlideShare a Scribd company logo
1 of 33
Download to read offline
AUTO TOOLS
   由校 2010-10-11
NEWS – IE9’S CV LIST



Different from IE8, before adding a site to the IE9 CV List we verify
that it is incompatible with IE9. We also verify what Document Mode it
works best in. This will help us make sure that we ship with the
smallest CV List possible at Beta, RC and RTM.
NEWS – NEW TWITTER
NEWS – GMAP


新的公交系统中包含了发车时间以及发车频率。
NEWS – GOOGLE’S BIRTHDAY




                   1998年9月27,Google正式上线。




http://www.guao.hk/posts/a-look-back-for-google-12th-birthday.html
GENERATE -- CSS3


<?php include_once “css_generate.php”?>
function css3_props($property, $value) {
      $css3 = "-webkit-".$property.": ".$value.";n“
      ." -moz-".$property.": ".$value.";n“
      ." -o-".$property.": ".$value.";n“
      ." -khtml-".$property.": ".$value.";n“
      ." ".$property.": ".$value.";n";
       echo $css3;
}

<link rel="stylesheet" href="styles/style.php"/>
<?php header('Content-type: text/css');?>
#box-shadow {
      width: 200px;
      height: 200px;
      padding: 20px;
      <?php css3_props("box-shadow", "#ccc 5px 5px 10px"); ?>
}
GENERATE -- STYLE




       css_style(“water”)  class=“style_water”
GENERATE -- MODULE
VISUAL TOOLS – COLORFULL
VISUAL TOOLS – REALITY



CSS3 is complex
{
transform:
        scale(0.55)
        rotateX(-42deg)
        rotateY(9deg)
        translate(368px,324px)
        skew(11deg, 11deg)
        scaleZ(2.6)
        rotateZ(64deg)
        translateZ(-176px);

transform-origin:       0% 0%;
}
VISUAL TOOLS – REALITY



Editor is backward
VISUAL TOOLS – COLOR PICKER




                          HSB
              0~100%
VISUAL TOOLS – COLOR PICKER
VISUAL TOOLS – COLOR PICKER




H   Color. hsbToRgb( hsb )   R          Color. rgbToHex( rgb )   H
S   Color. rgbToHsb( rgb )
                             G          Color. hexToRgb( hex )
                                                                 E
B                            B                                   X
          http://www.zhouqicf.com/demo/js/2010/color.js
VISUAL TOOLS – COLOR PICKER




http://www.eyecon.ro/colorpicker/
http://zh-cn.colourlovers.com/blog/2008/01/16/free-advanced-dhtml-color-picker
VISUAL TOOLS – COLOR PICKER




   http://raphaeljs.com/picker/
VISUAL TOOLS – HISTORY




http://mugtug.com/sketchpad/
VISUAL TOOLS – CANCEL




http://mugtug.com/darkroom/
VISUAL TOOLS -- GRADIENT




http://westciv.com/tools/gradients/index.html
VISUAL TOOLS -- GRADIENT
VISUAL TOOLS -- GRADIENT




http://mugtug.com/sketchpad/
VISUAL TOOLS – SHADOW




text-shadow:7px 7px 10px #333333;




http://westciv.com/tools/shadows/
VISUAL TOOLS – SHADOW
VISUAL TOOLS – SHADOW




                        text-shadow:
                                       7px
                                       7px
                                       10px
                                       #333333
                                       ;
VISUAL TOOLS – SHADOW
VISUAL TOOLS – SHADOW



y




                    10*cos(45 ) ≈ 7px
                    Math.round(10*Math.cos(45*0.017453293))

    135。        x

                    10*sin(45 ) ≈ 7px
                    Math.round(10*Math.sin(45*0.017453293))
VISUAL TOOLS – TRANSFORM




http://westciv.com/tools/3Dtransforms/index.html
VISUAL TOOLS – MARK




http://www.flickr.com/photos/zhouqicf/4885373060/in/set-72157624491456532/
http://www.bounceapp.com
http://markup.io/
VISUAL TOOLS – FORM

 Text                            Search
 Checkbox                        Phone
 Select                          Url
 Radio                           Email
 Textarea
                                  DataTime
 Button(buttonsubmi
  treset…)                       Date
 …                               Month
                                  Week
                                  Time
                                  Range
                                  Number
                                  Range
                                  Color
                                  …
VISUAL TOOLS – FORM
VISUAL TOOLS – FORM




http://www.smashingmagazine.com/2010/08/27/free-wireframing-kits-ui-design-kits-pdfs-and-resources/
http://demo.zhouqicf.com/js/2010/form_amount.html
VISUAL TOOLS




直观              统一
习惯
高效                  简单
END




END    THINKS!

More Related Content

Viewers also liked

Forum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabili
Forum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabiliForum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabili
Forum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabiliABIEventi
 
Koubei banquet 27
Koubei banquet 27Koubei banquet 27
Koubei banquet 27Koubei UED
 

Viewers also liked (12)

Banquet 04
Banquet 04Banquet 04
Banquet 04
 
Banquet 02
Banquet 02Banquet 02
Banquet 02
 
Banquet 05
Banquet 05Banquet 05
Banquet 05
 
Banquet 01
Banquet 01Banquet 01
Banquet 01
 
Banquet 40
Banquet 40Banquet 40
Banquet 40
 
Forum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabili
Forum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabiliForum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabili
Forum Green Energy 2011 - Il programma dell'evento sulle energie rinnovabili
 
Koubei banquet 27
Koubei banquet 27Koubei banquet 27
Koubei banquet 27
 
Banquet 09
Banquet 09Banquet 09
Banquet 09
 
Banquet 15
Banquet 15Banquet 15
Banquet 15
 
Banquet 36
Banquet 36Banquet 36
Banquet 36
 
Banquet 52
Banquet 52Banquet 52
Banquet 52
 
Banquet 11
Banquet 11Banquet 11
Banquet 11
 

Similar to Banquet 43

Repaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares webRepaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares webPablo Garaizar
 
Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...
Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...
Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...Radina Matic
 
UIWebViewでつくるUI
UIWebViewでつくるUIUIWebViewでつくるUI
UIWebViewでつくるUIcocopon
 
Angular Best Practices @ Firenze 19 feb 2018
Angular Best Practices @ Firenze 19 feb 2018Angular Best Practices @ Firenze 19 feb 2018
Angular Best Practices @ Firenze 19 feb 2018Fabio Biondi
 
Front End Development for Back End Developers - Denver Startup Week 2017
Front End Development for Back End Developers - Denver Startup Week 2017Front End Development for Back End Developers - Denver Startup Week 2017
Front End Development for Back End Developers - Denver Startup Week 2017Matt Raible
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Sadaaki HIRAI
 
Prototyping w/HTML5 and CSS3
Prototyping w/HTML5 and CSS3Prototyping w/HTML5 and CSS3
Prototyping w/HTML5 and CSS3Todd Zaki Warfel
 
Web Development for Mobile: GTUG Talk at Google
Web Development for Mobile: GTUG Talk at GoogleWeb Development for Mobile: GTUG Talk at Google
Web Development for Mobile: GTUG Talk at GoogleEstelle Weyl
 
Lean frontend development
Lean frontend developmentLean frontend development
Lean frontend developmentMatteo Guidotto
 
Mobile App Development: Primi passi con NativeScript e Angular 2
Mobile App Development: Primi passi con NativeScript e Angular 2Mobile App Development: Primi passi con NativeScript e Angular 2
Mobile App Development: Primi passi con NativeScript e Angular 2Filippo Matteo Riggio
 
Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...
Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...
Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...Skilld
 
Responsive Websites
Responsive WebsitesResponsive Websites
Responsive WebsitesJoe Seifi
 
Power Tools For Browser-Based Design
Power Tools For Browser-Based DesignPower Tools For Browser-Based Design
Power Tools For Browser-Based DesignStephen Hay
 
HTML5: where flash isn't needed anymore
HTML5: where flash isn't needed anymoreHTML5: where flash isn't needed anymore
HTML5: where flash isn't needed anymoreRemy Sharp
 
Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...
Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...
Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...Frédéric Harper
 
The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014Christian Heilmann
 

Similar to Banquet 43 (20)

Repaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares webRepaso rápido a los nuevos estándares web
Repaso rápido a los nuevos estándares web
 
Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...
Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...
Walking Down the A11y Road - Lessons Learned from Working on Accessibility of...
 
UIWebViewでつくるUI
UIWebViewでつくるUIUIWebViewでつくるUI
UIWebViewでつくるUI
 
HTML5 - A Whirlwind tour
HTML5 - A Whirlwind tourHTML5 - A Whirlwind tour
HTML5 - A Whirlwind tour
 
Angular Best Practices @ Firenze 19 feb 2018
Angular Best Practices @ Firenze 19 feb 2018Angular Best Practices @ Firenze 19 feb 2018
Angular Best Practices @ Firenze 19 feb 2018
 
Front End Development for Back End Developers - Denver Startup Week 2017
Front End Development for Back End Developers - Denver Startup Week 2017Front End Development for Back End Developers - Denver Startup Week 2017
Front End Development for Back End Developers - Denver Startup Week 2017
 
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
Familiar HTML5 - 事例とサンプルコードから学ぶ 身近で普通に使わているHTML5
 
Prototyping w/HTML5 and CSS3
Prototyping w/HTML5 and CSS3Prototyping w/HTML5 and CSS3
Prototyping w/HTML5 and CSS3
 
Web Development for Mobile: GTUG Talk at Google
Web Development for Mobile: GTUG Talk at GoogleWeb Development for Mobile: GTUG Talk at Google
Web Development for Mobile: GTUG Talk at Google
 
HTML5, the new buzzword
HTML5, the new buzzwordHTML5, the new buzzword
HTML5, the new buzzword
 
Lean frontend development
Lean frontend developmentLean frontend development
Lean frontend development
 
CSS3 pronti all'uso
CSS3 pronti all'usoCSS3 pronti all'uso
CSS3 pronti all'uso
 
Building Web Hack Interfaces
Building Web Hack InterfacesBuilding Web Hack Interfaces
Building Web Hack Interfaces
 
Mobile App Development: Primi passi con NativeScript e Angular 2
Mobile App Development: Primi passi con NativeScript e Angular 2Mobile App Development: Primi passi con NativeScript e Angular 2
Mobile App Development: Primi passi con NativeScript e Angular 2
 
Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...
Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...
Build tons of multi-device JavaScript applications - Part 1 : Boilerplate, de...
 
Responsive Websites
Responsive WebsitesResponsive Websites
Responsive Websites
 
Power Tools For Browser-Based Design
Power Tools For Browser-Based DesignPower Tools For Browser-Based Design
Power Tools For Browser-Based Design
 
HTML5: where flash isn't needed anymore
HTML5: where flash isn't needed anymoreHTML5: where flash isn't needed anymore
HTML5: where flash isn't needed anymore
 
Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...
Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...
Responsive Web Design: the secret sauce - JavaScript Open Day Montreal - 2015...
 
The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014
 

More from Koubei UED

More from Koubei UED (20)

Banquet 47
Banquet 47Banquet 47
Banquet 47
 
Banquet 51
Banquet 51Banquet 51
Banquet 51
 
Banquet 50
Banquet 50Banquet 50
Banquet 50
 
Banquet 49
Banquet 49Banquet 49
Banquet 49
 
Banquet 48
Banquet 48Banquet 48
Banquet 48
 
Banquet 46
Banquet 46Banquet 46
Banquet 46
 
Banquet 45
Banquet 45Banquet 45
Banquet 45
 
Banquet 44
Banquet 44Banquet 44
Banquet 44
 
Banquet 42
Banquet 42Banquet 42
Banquet 42
 
Banquet 41
Banquet 41Banquet 41
Banquet 41
 
Banquet 39
Banquet 39Banquet 39
Banquet 39
 
Banquet 38
Banquet 38Banquet 38
Banquet 38
 
Banquet 37
Banquet 37Banquet 37
Banquet 37
 
Koubei banquet 35
Koubei banquet 35Koubei banquet 35
Koubei banquet 35
 
Koubei banquet 34
Koubei banquet 34Koubei banquet 34
Koubei banquet 34
 
Koubei banquet 33
Koubei banquet 33Koubei banquet 33
Koubei banquet 33
 
Koubei banquet 32
Koubei banquet 32Koubei banquet 32
Koubei banquet 32
 
Koubei banquet 31
Koubei banquet 31Koubei banquet 31
Koubei banquet 31
 
Koubei banquet 30
Koubei banquet 30Koubei banquet 30
Koubei banquet 30
 
Koubei banquet 29
Koubei banquet 29Koubei banquet 29
Koubei banquet 29
 

Banquet 43

  • 1. AUTO TOOLS 由校 2010-10-11
  • 2. NEWS – IE9’S CV LIST Different from IE8, before adding a site to the IE9 CV List we verify that it is incompatible with IE9. We also verify what Document Mode it works best in. This will help us make sure that we ship with the smallest CV List possible at Beta, RC and RTM.
  • 3. NEWS – NEW TWITTER
  • 5. NEWS – GOOGLE’S BIRTHDAY 1998年9月27,Google正式上线。 http://www.guao.hk/posts/a-look-back-for-google-12th-birthday.html
  • 6. GENERATE -- CSS3 <?php include_once “css_generate.php”?> function css3_props($property, $value) { $css3 = "-webkit-".$property.": ".$value.";n“ ." -moz-".$property.": ".$value.";n“ ." -o-".$property.": ".$value.";n“ ." -khtml-".$property.": ".$value.";n“ ." ".$property.": ".$value.";n"; echo $css3; } <link rel="stylesheet" href="styles/style.php"/> <?php header('Content-type: text/css');?> #box-shadow { width: 200px; height: 200px; padding: 20px; <?php css3_props("box-shadow", "#ccc 5px 5px 10px"); ?> }
  • 7. GENERATE -- STYLE css_style(“water”) class=“style_water”
  • 9. VISUAL TOOLS – COLORFULL
  • 10. VISUAL TOOLS – REALITY CSS3 is complex { transform: scale(0.55) rotateX(-42deg) rotateY(9deg) translate(368px,324px) skew(11deg, 11deg) scaleZ(2.6) rotateZ(64deg) translateZ(-176px); transform-origin: 0% 0%; }
  • 11. VISUAL TOOLS – REALITY Editor is backward
  • 12. VISUAL TOOLS – COLOR PICKER HSB 0~100%
  • 13. VISUAL TOOLS – COLOR PICKER
  • 14. VISUAL TOOLS – COLOR PICKER H Color. hsbToRgb( hsb ) R Color. rgbToHex( rgb ) H S Color. rgbToHsb( rgb ) G Color. hexToRgb( hex ) E B B X http://www.zhouqicf.com/demo/js/2010/color.js
  • 15. VISUAL TOOLS – COLOR PICKER http://www.eyecon.ro/colorpicker/ http://zh-cn.colourlovers.com/blog/2008/01/16/free-advanced-dhtml-color-picker
  • 16. VISUAL TOOLS – COLOR PICKER http://raphaeljs.com/picker/
  • 17. VISUAL TOOLS – HISTORY http://mugtug.com/sketchpad/
  • 18. VISUAL TOOLS – CANCEL http://mugtug.com/darkroom/
  • 19. VISUAL TOOLS -- GRADIENT http://westciv.com/tools/gradients/index.html
  • 20. VISUAL TOOLS -- GRADIENT
  • 21. VISUAL TOOLS -- GRADIENT http://mugtug.com/sketchpad/
  • 22. VISUAL TOOLS – SHADOW text-shadow:7px 7px 10px #333333; http://westciv.com/tools/shadows/
  • 24. VISUAL TOOLS – SHADOW text-shadow: 7px 7px 10px #333333 ;
  • 26. VISUAL TOOLS – SHADOW y 10*cos(45 ) ≈ 7px Math.round(10*Math.cos(45*0.017453293)) 135。 x 10*sin(45 ) ≈ 7px Math.round(10*Math.sin(45*0.017453293))
  • 27. VISUAL TOOLS – TRANSFORM http://westciv.com/tools/3Dtransforms/index.html
  • 28. VISUAL TOOLS – MARK http://www.flickr.com/photos/zhouqicf/4885373060/in/set-72157624491456532/ http://www.bounceapp.com http://markup.io/
  • 29. VISUAL TOOLS – FORM  Text  Search  Checkbox  Phone  Select  Url  Radio  Email  Textarea  DataTime  Button(buttonsubmi treset…)  Date  …  Month  Week  Time  Range  Number  Range  Color  …
  • 31. VISUAL TOOLS – FORM http://www.smashingmagazine.com/2010/08/27/free-wireframing-kits-ui-design-kits-pdfs-and-resources/ http://demo.zhouqicf.com/js/2010/form_amount.html
  • 32. VISUAL TOOLS 直观 统一 习惯 高效 简单
  • 33. END END THINKS!