SlideShare a Scribd company logo
HTML5 & CSS3
                                  2010




Saturday, August 7, 2010
zibin
                           Web Evangelist

                                    twitter:zibin




Saturday, August 7, 2010
Saturday, August 7, 2010
Saturday, August 7, 2010
Why do open
                 standards matter?




Saturday, August 7, 2010
13717712538




Saturday, August 7, 2010
Saturday, August 7, 2010
Saturday, August 7, 2010
W3C                                                HTML4

                                   HTML                 XML
         W3C has no intention to extend HTML4 as such. Instead, further work is focusing on a
         reformulatoin of HTML in XML

                                                                                  1999




Saturday, August 7, 2010
...  XHTML2    HTML4
            XHTML1.0 XHTML1.1. XHTML2


            ...while the ancestry of XHTML2 comes from HTML4, XHTML 1.0 and XHTML 1.1. It is not
            intended to be backward compatible with its earlier versions

                                                                                      2002




Saturday, August 7, 2010
350                                            4 5
         W3C
                                                                                     2008
                           http://dev.opera.com/articles/view/mama-w3c-validator-research-2/




Saturday, August 7, 2010
WHAT-WG


Saturday, August 7, 2010
<   />


                           HTML5    Text




Saturday, August 7, 2010
Text




                           http://devfiles.myopera.com/articles/572/idlist-url.htm


Saturday, August 7, 2010
Text




Saturday, August 7, 2010
Text




Saturday, August 7, 2010
<   />


                           HTML5    Text




Saturday, August 7, 2010
<embed src="http://player.youku.com/player.php/sid/
       XMTk1NjY4NDc2/v.swf" quality="high" width="480"
                   height="400" align="middle"
      allowScriptAccess="sameDomain" type="application/x-
                  shockwave-flash"></embed>




Saturday, August 7, 2010
<   />


                    Video
                                    source: http://zibin.tehais.com/?p=1641




Saturday, August 7, 2010
<   />


           CANVAS
                                    3D?



Saturday, August 7, 2010
<   />


                           SVG


Saturday, August 7, 2010
Saturday, August 7, 2010
<   />


                   Web Forms        Text




Saturday, August 7, 2010
type="date"




                              Text




Saturday, August 7, 2010
demo




Saturday, August 7, 2010
<   />


                  Appcache
                               http://dev.opera.com/articles/view/offline-applications-html5-appcache/




Saturday, August 7, 2010
<   />


                           Geolocation
                                    Text   not html5




Saturday, August 7, 2010
<         />


                           Widgets
                               not html5
                                           Text




Saturday, August 7, 2010
W3C Standards
                           Browser Independent
                           Runs on phone, TV, desktop




Saturday, August 7, 2010
Saturday, August 7, 2010
demo




Saturday, August 7, 2010
HTML5
                           Semantics
                                       CSS3
                                        Design




Saturday, August 7, 2010
<   />


                           CSS3


Saturday, August 7, 2010
Borders Background




Saturday, August 7, 2010
border-radius




       border-radius: 25px;




Saturday, August 7, 2010
border-radius




    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;



Saturday, August 7, 2010
border-radius




         border-bottom-left-radius: 40px;
         border-bottom-right-radius: 40px;
           border-top-left-radius: 10px;
           border-top-right-radius: 10px;



Saturday, August 7, 2010
border-radius




Saturday, August 7, 2010
border-radius




                                           source: http://zibin.tehais.com/?p=1410


Saturday, August 7, 2010
multiple background images




Saturday, August 7, 2010
multiple background images




     background:
       url(rose.png) no-repeat 150px -20px,
       url(driedrose.png) no-repeat,! ! ! !   !   !
       url(fieldsky.jpg) no-repeat;

Saturday, August 7, 2010
box-shadow




      box-shadow: 10px 10px 0px #fff;




Saturday, August 7, 2010
box-shadow




    box-shadow: 10px 10px 20px #fff;




Saturday, August 7, 2010
box-shadow




 width, height: 100px;
 box-shadow:10px 10px 20px #ff0000;
 border-radius:60px;

Saturday, August 7, 2010
Transitions Transform




Saturday, August 7, 2010
Transitions

Saturday, August 7, 2010
div {
     -o-transition-property: background-color,
   width, height;
     -o-transition-duration: 4s, 8s, 5s;
     -o-transition-delay: 0s, 0s 2s;
   }




Saturday, August 7, 2010
Transform

Saturday, August 7, 2010
Transform - translate
         -o-transform: translate(50px, 100px);




Saturday, August 7, 2010
Transform - scale
         -o-transform: scale(2.5);




Saturday, August 7, 2010
Transform - skew
         -o-transform: skew(10deg, 20deg)




Saturday, August 7, 2010
Transform - rotate
         -o-transform: rotate(30deg)




Saturday, August 7, 2010
Saturday, August 7, 2010
@font-face {
     src: url(DeutscheZierschrift.ttf) format("truetype");
     font-family: "Zierschrift";
     font-style: normal;
     }

Saturday, August 7, 2010
SVG




     @font-face {
     !      font-family: Blackout-Midnight;
     !      src: url(Blackout-Midnight.ttf) format("truetype");
     ! }

Saturday, August 7, 2010
text-shadow




Saturday, August 7, 2010
text-shadow




    text-shadow: #000000 10px 10px 19px;




Saturday, August 7, 2010
text-shadow




         text-shadow:
         0 0 4px white, 0 -5px 4px #ff3,
         2px -10px 6px #fd3, -2px -15px 11px #f80,
         2px -25px 18px #f20;




Saturday, August 7, 2010
Saturday, August 7, 2010
Saturday, August 7, 2010
Saturday, August 7, 2010
Saturday, August 7, 2010
Dragonfly


JavaScript
CSS
HTTP Header
DOM




Saturday, August 7, 2010
Saturday, August 7, 2010
Future is Now


Saturday, August 7, 2010
<   :-)/>




Saturday, August 7, 2010
zibin AT opera.com
         www.opera.com/developer (      )
         zibin.tehais.com(     )
         twitter: zibin
                 slideshare.net/zibin       PPT



Saturday, August 7, 2010
love
                http://www.flickr.com/photos/mar1lyn84/2722712047/sizes/o/
                spider web
                http://www.flickr.com/photos/luc_viatour/2843025968/sizes/l/in/set-72157614714349217/
                now
                http://www.gottabemobile.com/2010/01/18/ebook-readers-strike-back-at-publishers-trying-to-
                maximize-profits
                shadow
                http://www.flickr.com/photos/jenny-pics/3115479281/sizes/m/
                transitions transform
                http://www.flickr.com/photos/28481088@N00/1298930743/
                borders and background
                http://www.flickr.com/photos/cheekyneedle/178950842/sizes/o/
                web fonts
                http://www.flickr.com/photos/sekimura/4363831481/sizes/o/
                dinosaur
                http://www.flickr.com/photos/valerianasolaris/3205069930/sizes/l/
                clapping photo
                http://splashclubpenguin.files.wordpress.com/2009/03/101606sly_claps.jpg
                sun flower
                http://www.flickr.com/photos/treyevan/429692359/sizes/l/
                transition
                http://www.flickr.com/photos/28481088@N00/1290363773/sizes/o/
                using internet
                http://farm4.static.flickr.com/3295/2676703205_30cc3322d9_b.jpg
                me
                http://www.douban.com/photos/album/30539339/
                expo
                http://www.flickr.com/photos/simonhua/4660243736/sizes/l/in/photostream/


Saturday, August 7, 2010
Demo &  
                  background and borders articles
                  http://dev.opera.com/articles/view/css3-border-background-boxshadow/
                  border-radius flower demo
                  http://people.opera.com/zibin/css3flower/flower.html
                  transiitons and transform article
                  http://dev.opera.com/articles/view/css3-transitions-and-2d-transforms/
                  web fonts article
                  http://dev.opera.com/articles/view/seven-web-fonts-showcases/
                  9elements HTML5 demo
                  http://9elements.com/io/projects/html5/canvas/
                  David’s photobook demo
                  http://people.opera.com/dstorey/transforms/image-gallery.html
                  Geolocation demo
                  http://people.opera.com/shwetankd/external/demos/demo_geo_googlemap.htm
                  newspaper
                  http://people.opera.com/zibin/newspaper/newspaper_test.html#image1




Saturday, August 7, 2010
introduction to CSS2.1 and CSS3
                  http://www.slideshare.net/marcamos/introduction-to-css-21-and-css-3




Saturday, August 7, 2010

More Related Content

What's hot (7)

PDF
Koss, How to make desktop caliber browser apps
Evil Martians
 
PDF
Html5 apps nikolaionken-08-06
Skills Matter
 
PDF
让开发也懂前端
lifesinger
 
PDF
Hardcore Extending Rails 3 - From RailsConf '10
Rick Martínez
 
PDF
MySQL Sandbox - A toolkit for laziness
Giuseppe Maxia
 
PDF
开放式类库的构建
lifesinger
 
PDF
Standards: politics, case studies
Zi Bin Cheah
 
Koss, How to make desktop caliber browser apps
Evil Martians
 
Html5 apps nikolaionken-08-06
Skills Matter
 
让开发也懂前端
lifesinger
 
Hardcore Extending Rails 3 - From RailsConf '10
Rick Martínez
 
MySQL Sandbox - A toolkit for laziness
Giuseppe Maxia
 
开放式类库的构建
lifesinger
 
Standards: politics, case studies
Zi Bin Cheah
 

Viewers also liked (8)

PPTX
W3C HTML5 Chinese IG Report
Zi Bin Cheah
 
PDF
Nigeria & Designing for the Mobile Web
Zi Bin Cheah
 
PDF
不懂HTML5 非好汉 Be a man, learn HTML5
Zi Bin Cheah
 
PDF
Html5games
Zi Bin Cheah
 
PDF
Designing for the mobile web
Zi Bin Cheah
 
PDF
Opera Mobile HTML5 CSS3 Standards
Zi Bin Cheah
 
PPT
Agricultural For F &amp;
greentechengineers
 
PDF
Beyond HTML5:Device, Graphics, Orientation, Real Time
Zi Bin Cheah
 
W3C HTML5 Chinese IG Report
Zi Bin Cheah
 
Nigeria & Designing for the Mobile Web
Zi Bin Cheah
 
不懂HTML5 非好汉 Be a man, learn HTML5
Zi Bin Cheah
 
Html5games
Zi Bin Cheah
 
Designing for the mobile web
Zi Bin Cheah
 
Opera Mobile HTML5 CSS3 Standards
Zi Bin Cheah
 
Agricultural For F &amp;
greentechengineers
 
Beyond HTML5:Device, Graphics, Orientation, Real Time
Zi Bin Cheah
 
Ad

Similar to Html5/CSS3 in shanghai 2010 (20)

PDF
谈一谈HTML5/CSS3 @ WebRebuild 2010
Zi Bin Cheah
 
PDF
Progressive Advancement, by way of progressive enhancement
Paul Irish
 
PDF
Cutting Edge CSS3 @ WebExpo Tour 2010
Zi Bin Cheah
 
PDF
Progressive Advancement in Web8
Paul Irish
 
PDF
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScript
David Kaneda
 
PDF
In depth with html5 java2days 2010
Mystic Coders, LLC
 
PDF
let's talk web standards
Zi Bin Cheah
 
PDF
HTML 5: The Future of the Web
Tim Wright
 
PDF
Responsive Web Design & Webfonts
Natan
 
PDF
WordPress Front End Optimizations
Scott Taylor
 
PDF
HTML5 and CSS3: does now really mean now?
Chris Mills
 
PDF
HTML XHTML HTML5
timstone
 
PDF
Tim stone.html5.rjug.20110316
Richmond Java User's Group
 
PDF
Html5 coredevsummit
Jen Simmons
 
PDF
HTML5: About Damn Time
Kevin Lawver
 
PDF
HTML5 - Yeah!
J Cornelius
 
PDF
CSS Bloat!
Nicole Sullivan
 
PDF
University of Abertay Dundee - evening
Rachel Andrew
 
PDF
Introduction to HTML5
Adrian Olaru
 
PDF
CSS3 3D Workshop
Christopher Schmitt
 
谈一谈HTML5/CSS3 @ WebRebuild 2010
Zi Bin Cheah
 
Progressive Advancement, by way of progressive enhancement
Paul Irish
 
Cutting Edge CSS3 @ WebExpo Tour 2010
Zi Bin Cheah
 
Progressive Advancement in Web8
Paul Irish
 
Sencha Touch beta — Amazing Mobile Web Apps with HTML5, CSS3 & JavaScript
David Kaneda
 
In depth with html5 java2days 2010
Mystic Coders, LLC
 
let's talk web standards
Zi Bin Cheah
 
HTML 5: The Future of the Web
Tim Wright
 
Responsive Web Design & Webfonts
Natan
 
WordPress Front End Optimizations
Scott Taylor
 
HTML5 and CSS3: does now really mean now?
Chris Mills
 
HTML XHTML HTML5
timstone
 
Tim stone.html5.rjug.20110316
Richmond Java User's Group
 
Html5 coredevsummit
Jen Simmons
 
HTML5: About Damn Time
Kevin Lawver
 
HTML5 - Yeah!
J Cornelius
 
CSS Bloat!
Nicole Sullivan
 
University of Abertay Dundee - evening
Rachel Andrew
 
Introduction to HTML5
Adrian Olaru
 
CSS3 3D Workshop
Christopher Schmitt
 
Ad

More from Zi Bin Cheah (6)

PDF
Taiwan Web Standards Talk 2011
Zi Bin Cheah
 
PDF
Web Standards Indonesia Tour
Zi Bin Cheah
 
PDF
Mobile Web Trends inIndonesia
Zi Bin Cheah
 
PDF
Web Standards @ Opera Talk Oslo
Zi Bin Cheah
 
PDF
Standards Talk - Opera Uni Tour Indonesia
Zi Bin Cheah
 
KEY
Browser War 2: Standards strikes back
Zi Bin Cheah
 
Taiwan Web Standards Talk 2011
Zi Bin Cheah
 
Web Standards Indonesia Tour
Zi Bin Cheah
 
Mobile Web Trends inIndonesia
Zi Bin Cheah
 
Web Standards @ Opera Talk Oslo
Zi Bin Cheah
 
Standards Talk - Opera Uni Tour Indonesia
Zi Bin Cheah
 
Browser War 2: Standards strikes back
Zi Bin Cheah
 

Recently uploaded (20)

DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 

Html5/CSS3 in shanghai 2010

  • 1. HTML5 & CSS3 2010 Saturday, August 7, 2010
  • 2. zibin Web Evangelist twitter:zibin Saturday, August 7, 2010
  • 5. Why do open standards matter? Saturday, August 7, 2010
  • 9. W3C HTML4 HTML XML W3C has no intention to extend HTML4 as such. Instead, further work is focusing on a reformulatoin of HTML in XML 1999 Saturday, August 7, 2010
  • 10. ... XHTML2 HTML4 XHTML1.0 XHTML1.1. XHTML2 ...while the ancestry of XHTML2 comes from HTML4, XHTML 1.0 and XHTML 1.1. It is not intended to be backward compatible with its earlier versions 2002 Saturday, August 7, 2010
  • 11. 350 4 5 W3C 2008 http://dev.opera.com/articles/view/mama-w3c-validator-research-2/ Saturday, August 7, 2010
  • 13. < /> HTML5 Text Saturday, August 7, 2010
  • 14. Text http://devfiles.myopera.com/articles/572/idlist-url.htm Saturday, August 7, 2010
  • 17. < /> HTML5 Text Saturday, August 7, 2010
  • 18. <embed src="http://player.youku.com/player.php/sid/ XMTk1NjY4NDc2/v.swf" quality="high" width="480" height="400" align="middle" allowScriptAccess="sameDomain" type="application/x- shockwave-flash"></embed> Saturday, August 7, 2010
  • 19. < /> Video source: http://zibin.tehais.com/?p=1641 Saturday, August 7, 2010
  • 20. < /> CANVAS 3D? Saturday, August 7, 2010
  • 21. < /> SVG Saturday, August 7, 2010
  • 23. < /> Web Forms Text Saturday, August 7, 2010
  • 24. type="date" Text Saturday, August 7, 2010
  • 26. < /> Appcache http://dev.opera.com/articles/view/offline-applications-html5-appcache/ Saturday, August 7, 2010
  • 27. < /> Geolocation Text not html5 Saturday, August 7, 2010
  • 28. < /> Widgets not html5 Text Saturday, August 7, 2010
  • 29. W3C Standards Browser Independent Runs on phone, TV, desktop Saturday, August 7, 2010
  • 32. HTML5 Semantics CSS3 Design Saturday, August 7, 2010
  • 33. < /> CSS3 Saturday, August 7, 2010
  • 35. border-radius border-radius: 25px; Saturday, August 7, 2010
  • 36. border-radius border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; Saturday, August 7, 2010
  • 37. border-radius border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 10px; border-top-right-radius: 10px; Saturday, August 7, 2010
  • 39. border-radius source: http://zibin.tehais.com/?p=1410 Saturday, August 7, 2010
  • 41. multiple background images background: url(rose.png) no-repeat 150px -20px, url(driedrose.png) no-repeat,! ! ! ! ! ! url(fieldsky.jpg) no-repeat; Saturday, August 7, 2010
  • 42. box-shadow box-shadow: 10px 10px 0px #fff; Saturday, August 7, 2010
  • 43. box-shadow box-shadow: 10px 10px 20px #fff; Saturday, August 7, 2010
  • 44. box-shadow width, height: 100px; box-shadow:10px 10px 20px #ff0000; border-radius:60px; Saturday, August 7, 2010
  • 47. div { -o-transition-property: background-color, width, height; -o-transition-duration: 4s, 8s, 5s; -o-transition-delay: 0s, 0s 2s; } Saturday, August 7, 2010
  • 49. Transform - translate -o-transform: translate(50px, 100px); Saturday, August 7, 2010
  • 50. Transform - scale -o-transform: scale(2.5); Saturday, August 7, 2010
  • 51. Transform - skew -o-transform: skew(10deg, 20deg) Saturday, August 7, 2010
  • 52. Transform - rotate -o-transform: rotate(30deg) Saturday, August 7, 2010
  • 54. @font-face { src: url(DeutscheZierschrift.ttf) format("truetype"); font-family: "Zierschrift"; font-style: normal; } Saturday, August 7, 2010
  • 55. SVG @font-face { ! font-family: Blackout-Midnight; ! src: url(Blackout-Midnight.ttf) format("truetype"); ! } Saturday, August 7, 2010
  • 57. text-shadow text-shadow: #000000 10px 10px 19px; Saturday, August 7, 2010
  • 58. text-shadow text-shadow: 0 0 4px white, 0 -5px 4px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -25px 18px #f20; Saturday, August 7, 2010
  • 65. Future is Now Saturday, August 7, 2010
  • 66. < :-)/> Saturday, August 7, 2010
  • 67. zibin AT opera.com www.opera.com/developer ( ) zibin.tehais.com( ) twitter: zibin slideshare.net/zibin PPT Saturday, August 7, 2010
  • 68. love http://www.flickr.com/photos/mar1lyn84/2722712047/sizes/o/ spider web http://www.flickr.com/photos/luc_viatour/2843025968/sizes/l/in/set-72157614714349217/ now http://www.gottabemobile.com/2010/01/18/ebook-readers-strike-back-at-publishers-trying-to- maximize-profits shadow http://www.flickr.com/photos/jenny-pics/3115479281/sizes/m/ transitions transform http://www.flickr.com/photos/28481088@N00/1298930743/ borders and background http://www.flickr.com/photos/cheekyneedle/178950842/sizes/o/ web fonts http://www.flickr.com/photos/sekimura/4363831481/sizes/o/ dinosaur http://www.flickr.com/photos/valerianasolaris/3205069930/sizes/l/ clapping photo http://splashclubpenguin.files.wordpress.com/2009/03/101606sly_claps.jpg sun flower http://www.flickr.com/photos/treyevan/429692359/sizes/l/ transition http://www.flickr.com/photos/28481088@N00/1290363773/sizes/o/ using internet http://farm4.static.flickr.com/3295/2676703205_30cc3322d9_b.jpg me http://www.douban.com/photos/album/30539339/ expo http://www.flickr.com/photos/simonhua/4660243736/sizes/l/in/photostream/ Saturday, August 7, 2010
  • 69. Demo &   background and borders articles http://dev.opera.com/articles/view/css3-border-background-boxshadow/ border-radius flower demo http://people.opera.com/zibin/css3flower/flower.html transiitons and transform article http://dev.opera.com/articles/view/css3-transitions-and-2d-transforms/ web fonts article http://dev.opera.com/articles/view/seven-web-fonts-showcases/ 9elements HTML5 demo http://9elements.com/io/projects/html5/canvas/ David’s photobook demo http://people.opera.com/dstorey/transforms/image-gallery.html Geolocation demo http://people.opera.com/shwetankd/external/demos/demo_geo_googlemap.htm newspaper http://people.opera.com/zibin/newspaper/newspaper_test.html#image1 Saturday, August 7, 2010
  • 70. introduction to CSS2.1 and CSS3 http://www.slideshare.net/marcamos/introduction-to-css-21-and-css-3 Saturday, August 7, 2010