SlideShare una empresa de Scribd logo
1 de 56
Descargar para leer sin conexión
A Period of Transition
Jens Grochtdreis
‣ Frontend Developer
‣ 10 years experience in internet agencies
‣ 13 years of work in and for the Web
‣ Founder of Web standards community „ Webkrauts“
‣ Blogger
‣ Technical reviews for O'Reilly and other publishers
We are in a period of
     transition
New techniques and old
                    browsers




http://technbuzz.com/5-ways-ie-will-be-adored-by-people/
Our classic question

                                                          Does it work in IE?




http://www.sts.tu-harburg.de/projects/WEL/0911/images/Der%20Schrei.jpg
The question should be: How
can I make my content accessible
even if $technique isn´t available?
Not the rounded corners
are important, the content is!
Two strategies




              Get it done - somehow                             Relax
http://blog.crusy.net/wp-content/uploads/2008/09/macgyver.jpg
We produced the problem

 ‣ For years we tried to fill the technical gaps in
   IE with tricks.
 ‣ CSSZengarden was a whole site dedicated to
   such tricks and techniques.
 ‣ But now the browsers of the majority of our
   visitors don‘t need those tricks.
 ‣ Our mindset and that of our clients and co-
   workers should adjust.
Polyfilling the gaps

‣ We can use JavaScript to „fill the gaps“ (polyfills).
‣ If you mimic a JavaScript-technique with
  JavaScript it is okay.
‣ If you mimic CSS with JavaScript you should care
  for the „no-JS“-case.
‣ You should be aware of performance problems.
With a simple hack you can
get closer to a technique.
Some examples



http://blogs.sitepointstatic.com/images/tech/121-ie6-mod-orange.jpg
Rounded corners

‣ with the help of JavaScript and VRML
‣ with the help of JavaScript and extra images
‣ with extra images
Gradient

‣ with the help of an IE-filter
rgba()

               ‣ with the help of an IE-filter




http://jsfiddle.net/Flocke/wsmxD/
box-shadow

                ‣ with the help of JavaScript
                ‣ with the help of an IE-filter




http://jsfiddle.net/Flocke/FSH99/
Don´t pretend everyone
uses the internet like you!
Nightly builds of browser X
may be interesting. But think
    about their usage!
cutting edge technology is
seldom for broader usage
3D-transforms




                                      Chrome
http://jsfiddle.net/Flocke/ZmGtA
3D-transforms




                                    hovering in Firefox
http://jsfiddle.net/Flocke/ZmGtA
3D-transforms




                           only the front is readable in Opera
http://jsfiddle.net/Flocke/ZmGtA
3D-transforms




                              IE8: perfect for graceful degredation
http://jsfiddle.net/Flocke/ZmGtA
Think about fallback

‣ Sometimes you can spare modern browsers
  with JavaScript and use CSS3 instead.
‣ But don‘t forget: although you don‘t use IE 8
  and IE 7, Millions out there do. They must!
‣ Microsoft starts to get modern with IE9.
Think about fallback

                                            modern
                                           browsers




                                               IE8


http://jsfiddle.net/Flocke/BEJRM/
Good fallback
                                             modern browsers




                                             IE8


   This demo works with a CSS3-selector.
   So you can help oldIE with JavaScript and have a working fallback.
http://jsfiddle.net/Flocke/VzSHG/
Think about usability




http://wordpress.org/extend/plugins/wp-cirrus/
Dont fall in love with tools
and techniques and loose
  the sight for the user.
‣ Look for useful purposes of techniques.
‣ Don´t do everything with this technique
  because it is possible.
‣ Don´t forget semantics, it´s an important
  buliding block for accessibility and for better
  maintainable code.
‣ Searchengines read the content of your
  HTML, not that of CSS or JavaScript.
http://benthebodyguard.com/
The three most important
      best practices




   Think              Research              Experiment
http://goo.gl/NYGeI   http://goo.gl/HbFx0    http://goo.gl/LohPq
Dont pretend a technique
to work unless you have
 tested and confirmed it!
There can be layouts where
the JavaScript-driven rounded
     corners won´t show.
Example with HTML5-video

 ‣ A linklist on top of a HTML5-video works in
   all desktop browsers.
 ‣ On iPad no link is clickable.
 ‣ On Android they are.
 ‣ To get iPad working you must delete the
   „controls“-attribute and create your own
   controls.
We should change
 our workflow
Reduce time in Photoshop
it is http://
 not psd://
Work early on a HTML-
prototype with the designer
      and the client!
Demonstrate the difference
   between browsers
Example for extra effort

‣ Define the extra efforts for simulating modern
  techniques in oldIE.
‣ rounded corners and shadows for a site
 ‣ with CSS3: 30 minutes, 1 front-end dev
 ‣ for oldIE: appr. 4 to 5 hours front-end dev
   plus minimum the same amount for designer
   and back-end dev
Clients and colleagues should
  understand, that front-end
development isn´t easily done!
We work in a hostile
                        environment.


http://bradfrostweb.com/blog/web/mobile-first-responsive-web-design/
Our colleagues and clients
 don´t know this feeling.
‣ A web-page doesn´t look the same in different
  browsers on different OS on different
  machines etc.
‣ Our clients and colleagues work with software
  that has a direct output into ONE state:
 ‣ Photoshop, Word, Powerpoint
‣ Even a back-end developer knows one
  concrete CMS or interpreter.
Our websites are interpreted
 by many programs that can
     easily be changed.
‣ at least 6 different browsers
‣ different platforms (OS and machines)
‣ mobile
‣ responsive or not
‣ performance
‣ maintainability
‣ special „features“ of $cms
Good demos

‣ Show a page designed with webfonts on a Mac
  and on Windows XP
‣ Show on both systems a page with unstyled
  form-controls
‣ Try on both systems to give a checkbox and a
  radio-button a padding or a bigger size.
‣ Lay a linklist above a HTML5-video on a
  desktop-browser and on an iPad.
In the end ...

‣ you won‘t see, which CMS drives the site,
‣ you won‘t see if the page was designed in
  Photoshop, Fireworks or Corel Draw.
‣ But you will see and feel, if the frontend-
  developer knows his craft and had the time to
  make a good job.
The web IS flexible
http://bradfrostweb.com/blog/web/mobile-first-responsive-web-design/
„Responsive Design“ is no
new invention - it´s designing
  for the webs true nature
The user can consume our
 pages in the way he likes.
   We have no control.
http://mediaqueri.es/
Our layout is only a
recommendation!
http://www.flickr.com/photos/gavinbell/558733303/
Jens Grochtdreis
                                                     http://grochtdreis.de
                                                   http://twitter.com/Flocke
                                                      http://webkrauts.de
                                                http://slideshare.net/Flocke669




This presentaion is licensed
with Creative Commons licence
„Attribution-ShareAlike 2.0“
http://creativecommons.org/licenses/by-sa/2.0/
http://creativecommons.org/licenses/by-sa/2.0/de/

Más contenido relacionado

La actualidad más candente

Arab conquest of sindh
Arab conquest of sindhArab conquest of sindh
Arab conquest of sindhkhuram rasheed
 
IX ICSE CIVICS OUR CONSTITUTION
IX ICSE CIVICS OUR CONSTITUTIONIX ICSE CIVICS OUR CONSTITUTION
IX ICSE CIVICS OUR CONSTITUTIONHussain Mukadam
 
Faraizi movement Explained |History| CSS| Haji Shariatullah|
Faraizi movement Explained |History| CSS| Haji Shariatullah|  Faraizi movement Explained |History| CSS| Haji Shariatullah|
Faraizi movement Explained |History| CSS| Haji Shariatullah| Lamia Islam
 
The First War of Independence, 1857
The First War of Independence, 1857The First War of Independence, 1857
The First War of Independence, 1857Suhas Mandlik
 
Second Phase of Indian National Movement
Second Phase of Indian National MovementSecond Phase of Indian National Movement
Second Phase of Indian National MovementSuhas Mandlik
 
Indian independence & partition
Indian independence & partitionIndian independence & partition
Indian independence & partitionjose thottam
 
CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:
CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:
CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:abdullahkhalid50
 
Chinese Revolution
Chinese RevolutionChinese Revolution
Chinese RevolutionYCIS Beijing
 
Aligarh movement
Aligarh movementAligarh movement
Aligarh movementAshu Sallan
 
Bhakti And Sufism......@dibyendu
Bhakti And Sufism......@dibyenduBhakti And Sufism......@dibyendu
Bhakti And Sufism......@dibyenduDibyendu Dolai
 
The nationalist movement & india after independence
The nationalist movement & india after independenceThe nationalist movement & india after independence
The nationalist movement & india after independencePankaj Pandey
 

La actualidad más candente (20)

Arab conquest of sindh
Arab conquest of sindhArab conquest of sindh
Arab conquest of sindh
 
The rowlatt act
The rowlatt actThe rowlatt act
The rowlatt act
 
Muslim league
Muslim leagueMuslim league
Muslim league
 
The mauryan empire
The mauryan empireThe mauryan empire
The mauryan empire
 
IX ICSE CIVICS OUR CONSTITUTION
IX ICSE CIVICS OUR CONSTITUTIONIX ICSE CIVICS OUR CONSTITUTION
IX ICSE CIVICS OUR CONSTITUTION
 
Revolt of 1857 class 8 History cbse
Revolt of 1857 class 8 History cbseRevolt of 1857 class 8 History cbse
Revolt of 1857 class 8 History cbse
 
Faraizi movement Explained |History| CSS| Haji Shariatullah|
Faraizi movement Explained |History| CSS| Haji Shariatullah|  Faraizi movement Explained |History| CSS| Haji Shariatullah|
Faraizi movement Explained |History| CSS| Haji Shariatullah|
 
Lucknow pack 1916
Lucknow pack 1916Lucknow pack 1916
Lucknow pack 1916
 
The First War of Independence, 1857
The First War of Independence, 1857The First War of Independence, 1857
The First War of Independence, 1857
 
Second Phase of Indian National Movement
Second Phase of Indian National MovementSecond Phase of Indian National Movement
Second Phase of Indian National Movement
 
Indian independence & partition
Indian independence & partitionIndian independence & partition
Indian independence & partition
 
Khilafat movement
Khilafat movementKhilafat movement
Khilafat movement
 
CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:
CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:
CAUSES OF CREATION OF MUSLIM LEAGUE: HISTORY AND BACKGROUND:
 
Quit India Movement
Quit India MovementQuit India Movement
Quit India Movement
 
Chinese Revolution
Chinese RevolutionChinese Revolution
Chinese Revolution
 
lahore resolution
 lahore resolution lahore resolution
lahore resolution
 
Aligarh movement
Aligarh movementAligarh movement
Aligarh movement
 
Bhakti And Sufism......@dibyendu
Bhakti And Sufism......@dibyenduBhakti And Sufism......@dibyendu
Bhakti And Sufism......@dibyendu
 
Mr. liaquat ali khan
Mr. liaquat ali khanMr. liaquat ali khan
Mr. liaquat ali khan
 
The nationalist movement & india after independence
The nationalist movement & india after independenceThe nationalist movement & india after independence
The nationalist movement & india after independence
 

Destacado

Optimizing Facilities for Transition Cow Success- Ken Nordlund
Optimizing Facilities for Transition Cow Success- Ken NordlundOptimizing Facilities for Transition Cow Success- Ken Nordlund
Optimizing Facilities for Transition Cow Success- Ken NordlundDAIReXNET
 
Transition cow, cow comfort and heat stress -- Jack Britt
Transition cow, cow comfort and heat stress -- Jack BrittTransition cow, cow comfort and heat stress -- Jack Britt
Transition cow, cow comfort and heat stress -- Jack BrittJack Britt
 
Optimizing Production by Managing How Dairy Cows Eat
Optimizing Production by Managing How Dairy Cows EatOptimizing Production by Managing How Dairy Cows Eat
Optimizing Production by Managing How Dairy Cows EatDAIReXNET
 
Far Off To Fresh Cow- Opportunities to Improve Transition Performance
Far Off To Fresh Cow- Opportunities to Improve Transition PerformanceFar Off To Fresh Cow- Opportunities to Improve Transition Performance
Far Off To Fresh Cow- Opportunities to Improve Transition PerformanceDAIReXNET
 
Feeding Systems for Group-Housed Dairy Calves- Dr. Mark Thomas
Feeding Systems for Group-Housed Dairy Calves- Dr. Mark ThomasFeeding Systems for Group-Housed Dairy Calves- Dr. Mark Thomas
Feeding Systems for Group-Housed Dairy Calves- Dr. Mark ThomasDAIReXNET
 
Lameness, Hoof, and Leg Issues in Dairy Cattle- Ernest Hovingh
Lameness, Hoof, and Leg Issues in Dairy Cattle- Ernest HovinghLameness, Hoof, and Leg Issues in Dairy Cattle- Ernest Hovingh
Lameness, Hoof, and Leg Issues in Dairy Cattle- Ernest HovinghDAIReXNET
 
Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2
Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2
Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2DAIReXNET
 
Troubleshooting Design-Based Cow Comfort Issues
Troubleshooting Design-Based Cow Comfort IssuesTroubleshooting Design-Based Cow Comfort Issues
Troubleshooting Design-Based Cow Comfort IssuesDAIReXNET
 
Meeting Heifer Nutrition Goals
Meeting Heifer Nutrition GoalsMeeting Heifer Nutrition Goals
Meeting Heifer Nutrition GoalsDAIReXNET
 
Better Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron Erskine
Better Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron ErskineBetter Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron Erskine
Better Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron ErskineDAIReXNET
 
Diagnosis and Treatment of Metritis
Diagnosis and Treatment of MetritisDiagnosis and Treatment of Metritis
Diagnosis and Treatment of MetritisDAIReXNET
 
Milk chemistry and composition - Basics for Dairy processing
Milk chemistry and composition - Basics for Dairy processingMilk chemistry and composition - Basics for Dairy processing
Milk chemistry and composition - Basics for Dairy processingDhanupriya S
 
Factors affecting quality and quantity of milk in dairy cattle
Factors affecting quality and quantity of milk in dairy cattleFactors affecting quality and quantity of milk in dairy cattle
Factors affecting quality and quantity of milk in dairy cattleDr. IRSHAD A
 
Dairy cattle powerpoint
Dairy cattle powerpointDairy cattle powerpoint
Dairy cattle powerpointThermal Aid
 

Destacado (16)

Optimizing Facilities for Transition Cow Success- Ken Nordlund
Optimizing Facilities for Transition Cow Success- Ken NordlundOptimizing Facilities for Transition Cow Success- Ken Nordlund
Optimizing Facilities for Transition Cow Success- Ken Nordlund
 
Transition cow, cow comfort and heat stress -- Jack Britt
Transition cow, cow comfort and heat stress -- Jack BrittTransition cow, cow comfort and heat stress -- Jack Britt
Transition cow, cow comfort and heat stress -- Jack Britt
 
Optimizing Production by Managing How Dairy Cows Eat
Optimizing Production by Managing How Dairy Cows EatOptimizing Production by Managing How Dairy Cows Eat
Optimizing Production by Managing How Dairy Cows Eat
 
Far Off To Fresh Cow- Opportunities to Improve Transition Performance
Far Off To Fresh Cow- Opportunities to Improve Transition PerformanceFar Off To Fresh Cow- Opportunities to Improve Transition Performance
Far Off To Fresh Cow- Opportunities to Improve Transition Performance
 
Lameness in dairy cows
Lameness in dairy cowsLameness in dairy cows
Lameness in dairy cows
 
Feeding Systems for Group-Housed Dairy Calves- Dr. Mark Thomas
Feeding Systems for Group-Housed Dairy Calves- Dr. Mark ThomasFeeding Systems for Group-Housed Dairy Calves- Dr. Mark Thomas
Feeding Systems for Group-Housed Dairy Calves- Dr. Mark Thomas
 
Lameness, Hoof, and Leg Issues in Dairy Cattle- Ernest Hovingh
Lameness, Hoof, and Leg Issues in Dairy Cattle- Ernest HovinghLameness, Hoof, and Leg Issues in Dairy Cattle- Ernest Hovingh
Lameness, Hoof, and Leg Issues in Dairy Cattle- Ernest Hovingh
 
Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2
Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2
Lameness, Hoof, and Leg Issues in Dairy Cattle- Part 2
 
Management of high yielders during transition period
Management of high yielders during transition periodManagement of high yielders during transition period
Management of high yielders during transition period
 
Troubleshooting Design-Based Cow Comfort Issues
Troubleshooting Design-Based Cow Comfort IssuesTroubleshooting Design-Based Cow Comfort Issues
Troubleshooting Design-Based Cow Comfort Issues
 
Meeting Heifer Nutrition Goals
Meeting Heifer Nutrition GoalsMeeting Heifer Nutrition Goals
Meeting Heifer Nutrition Goals
 
Better Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron Erskine
Better Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron ErskineBetter Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron Erskine
Better Milk Quality from Better Mastitis Therapy Decisions- Dr. Ron Erskine
 
Diagnosis and Treatment of Metritis
Diagnosis and Treatment of MetritisDiagnosis and Treatment of Metritis
Diagnosis and Treatment of Metritis
 
Milk chemistry and composition - Basics for Dairy processing
Milk chemistry and composition - Basics for Dairy processingMilk chemistry and composition - Basics for Dairy processing
Milk chemistry and composition - Basics for Dairy processing
 
Factors affecting quality and quantity of milk in dairy cattle
Factors affecting quality and quantity of milk in dairy cattleFactors affecting quality and quantity of milk in dairy cattle
Factors affecting quality and quantity of milk in dairy cattle
 
Dairy cattle powerpoint
Dairy cattle powerpointDairy cattle powerpoint
Dairy cattle powerpoint
 

Similar a A Period of Transition

Building Responsive Websites and Apps with Drupal
Building Responsive Websites and Apps with DrupalBuilding Responsive Websites and Apps with Drupal
Building Responsive Websites and Apps with DrupalFour Kitchens
 
Angels versus demons: balancing shiny and inclusive
Angels versus demons: balancing shiny and inclusiveAngels versus demons: balancing shiny and inclusive
Angels versus demons: balancing shiny and inclusiveChris Mills
 
Apache Flex and the imperfect Web
Apache Flex and the imperfect WebApache Flex and the imperfect Web
Apache Flex and the imperfect Webmasuland
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesiabrucelawson
 
Beyond responsive design - UI for the modern web application - Pete Smith - C...
Beyond responsive design - UI for the modern web application - Pete Smith - C...Beyond responsive design - UI for the modern web application - Pete Smith - C...
Beyond responsive design - UI for the modern web application - Pete Smith - C...Codemotion
 
Stefan Judis "Did we(b development) lose the right direction?"
Stefan Judis "Did we(b development) lose the right direction?"Stefan Judis "Did we(b development) lose the right direction?"
Stefan Judis "Did we(b development) lose the right direction?"Fwdays
 
PrairieDevCon 2014 - Web Doesn't Mean Slow
PrairieDevCon 2014 -  Web Doesn't Mean SlowPrairieDevCon 2014 -  Web Doesn't Mean Slow
PrairieDevCon 2014 - Web Doesn't Mean Slowdmethvin
 
Cross-platform Desktop application with AngularJS and build with Node-webkit
Cross-platform Desktop application with AngularJS and build with Node-webkitCross-platform Desktop application with AngularJS and build with Node-webkit
Cross-platform Desktop application with AngularJS and build with Node-webkitWittawas Wisarnkanchana
 
Building for real standards (includes notes)
Building for real standards (includes notes)Building for real standards (includes notes)
Building for real standards (includes notes)Christian Heilmann
 
(For non-developers) HTML5: A richer web for everyone
(For non-developers) HTML5: A richer web for everyone(For non-developers) HTML5: A richer web for everyone
(For non-developers) HTML5: A richer web for everyoneChris Mills
 
CSS3: the new style council
CSS3: the new style councilCSS3: the new style council
CSS3: the new style councilChris Mills
 
Beyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web applicationBeyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web applicationPete Smith
 
Responsive web design
Responsive web designResponsive web design
Responsive web designpsophy
 
Progressing JavaScript and Apps the Web way…
 Progressing JavaScript and Apps the Web way…  Progressing JavaScript and Apps the Web way…
Progressing JavaScript and Apps the Web way… Christian Heilmann
 

Similar a A Period of Transition (20)

Real solutions, no tricks
Real solutions, no tricksReal solutions, no tricks
Real solutions, no tricks
 
Building Responsive Websites and Apps with Drupal
Building Responsive Websites and Apps with DrupalBuilding Responsive Websites and Apps with Drupal
Building Responsive Websites and Apps with Drupal
 
Angels versus demons: balancing shiny and inclusive
Angels versus demons: balancing shiny and inclusiveAngels versus demons: balancing shiny and inclusive
Angels versus demons: balancing shiny and inclusive
 
Apache Flex and the imperfect Web
Apache Flex and the imperfect WebApache Flex and the imperfect Web
Apache Flex and the imperfect Web
 
RWD
RWDRWD
RWD
 
Bruce Lawson Opera Indonesia
Bruce Lawson Opera IndonesiaBruce Lawson Opera Indonesia
Bruce Lawson Opera Indonesia
 
Beyond responsive design - UI for the modern web application - Pete Smith - C...
Beyond responsive design - UI for the modern web application - Pete Smith - C...Beyond responsive design - UI for the modern web application - Pete Smith - C...
Beyond responsive design - UI for the modern web application - Pete Smith - C...
 
Stefan Judis "Did we(b development) lose the right direction?"
Stefan Judis "Did we(b development) lose the right direction?"Stefan Judis "Did we(b development) lose the right direction?"
Stefan Judis "Did we(b development) lose the right direction?"
 
Echo HTML5
Echo HTML5Echo HTML5
Echo HTML5
 
TPR4
TPR4TPR4
TPR4
 
TPR4
TPR4TPR4
TPR4
 
PrairieDevCon 2014 - Web Doesn't Mean Slow
PrairieDevCon 2014 -  Web Doesn't Mean SlowPrairieDevCon 2014 -  Web Doesn't Mean Slow
PrairieDevCon 2014 - Web Doesn't Mean Slow
 
Cross-platform Desktop application with AngularJS and build with Node-webkit
Cross-platform Desktop application with AngularJS and build with Node-webkitCross-platform Desktop application with AngularJS and build with Node-webkit
Cross-platform Desktop application with AngularJS and build with Node-webkit
 
Flourish2011
Flourish2011Flourish2011
Flourish2011
 
Building for real standards (includes notes)
Building for real standards (includes notes)Building for real standards (includes notes)
Building for real standards (includes notes)
 
(For non-developers) HTML5: A richer web for everyone
(For non-developers) HTML5: A richer web for everyone(For non-developers) HTML5: A richer web for everyone
(For non-developers) HTML5: A richer web for everyone
 
CSS3: the new style council
CSS3: the new style councilCSS3: the new style council
CSS3: the new style council
 
Beyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web applicationBeyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web application
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Progressing JavaScript and Apps the Web way…
 Progressing JavaScript and Apps the Web way…  Progressing JavaScript and Apps the Web way…
Progressing JavaScript and Apps the Web way…
 

Más de Jens Grochtdreis

Modularisierung von Webseiten
Modularisierung von WebseitenModularisierung von Webseiten
Modularisierung von WebseitenJens Grochtdreis
 
Wir brauchen einen neuen Workflow
Wir brauchen einen neuen WorkflowWir brauchen einen neuen Workflow
Wir brauchen einen neuen WorkflowJens Grochtdreis
 
Rapid Prototyping mit YAML4
Rapid Prototyping mit YAML4Rapid Prototyping mit YAML4
Rapid Prototyping mit YAML4Jens Grochtdreis
 
Modularisierung von Webseiten
Modularisierung von WebseitenModularisierung von Webseiten
Modularisierung von WebseitenJens Grochtdreis
 
Am Ende ist doch alles HTML - 2012 - Webmontag Edition
Am Ende ist doch alles HTML - 2012 - Webmontag EditionAm Ende ist doch alles HTML - 2012 - Webmontag Edition
Am Ende ist doch alles HTML - 2012 - Webmontag EditionJens Grochtdreis
 
Best practices im Frontend -Barcamp Mainz 2011
Best practices im Frontend -Barcamp Mainz 2011Best practices im Frontend -Barcamp Mainz 2011
Best practices im Frontend -Barcamp Mainz 2011Jens Grochtdreis
 
Echte Lösungen, keine Tricks
Echte Lösungen, keine TricksEchte Lösungen, keine Tricks
Echte Lösungen, keine TricksJens Grochtdreis
 
Von Dinosauriern, Bienen und Wespen
Von Dinosauriern, Bienen und WespenVon Dinosauriern, Bienen und Wespen
Von Dinosauriern, Bienen und WespenJens Grochtdreis
 
Praktikum in Frontendentwicklung - Session1
Praktikum in Frontendentwicklung - Session1Praktikum in Frontendentwicklung - Session1
Praktikum in Frontendentwicklung - Session1Jens Grochtdreis
 
Einfuehrung in YAML (2010)
Einfuehrung in YAML (2010)Einfuehrung in YAML (2010)
Einfuehrung in YAML (2010)Jens Grochtdreis
 
Komplexe Sites sauber aufbauen
Komplexe Sites sauber aufbauenKomplexe Sites sauber aufbauen
Komplexe Sites sauber aufbauenJens Grochtdreis
 
Knockin' on heaven's door - Die Praxis zu Besuch beim W3C
Knockin' on heaven's door - Die Praxis zu Besuch beim W3CKnockin' on heaven's door - Die Praxis zu Besuch beim W3C
Knockin' on heaven's door - Die Praxis zu Besuch beim W3CJens Grochtdreis
 
Die Pest - philosophische Betrachtungen zur Webentwicklung
Die Pest - philosophische Betrachtungen zur WebentwicklungDie Pest - philosophische Betrachtungen zur Webentwicklung
Die Pest - philosophische Betrachtungen zur WebentwicklungJens Grochtdreis
 
Am Ende ist doch alles HTML (Jax 2010)
Am Ende ist doch alles HTML (Jax 2010)Am Ende ist doch alles HTML (Jax 2010)
Am Ende ist doch alles HTML (Jax 2010)Jens Grochtdreis
 
Am Ende ist doch alles HTML (Uni Mainz)
Am Ende ist doch alles HTML (Uni Mainz)Am Ende ist doch alles HTML (Uni Mainz)
Am Ende ist doch alles HTML (Uni Mainz)Jens Grochtdreis
 
Webseiten sind keine Gemälde
Webseiten sind keine GemäldeWebseiten sind keine Gemälde
Webseiten sind keine GemäldeJens Grochtdreis
 
A Tag 2009 - Aspekte Moderne Webentwicklung
A Tag 2009 -  Aspekte Moderne WebentwicklungA Tag 2009 -  Aspekte Moderne Webentwicklung
A Tag 2009 - Aspekte Moderne WebentwicklungJens Grochtdreis
 

Más de Jens Grochtdreis (20)

Modularisierung von Webseiten
Modularisierung von WebseitenModularisierung von Webseiten
Modularisierung von Webseiten
 
Wir brauchen einen neuen Workflow
Wir brauchen einen neuen WorkflowWir brauchen einen neuen Workflow
Wir brauchen einen neuen Workflow
 
Rapid Prototyping mit YAML4
Rapid Prototyping mit YAML4Rapid Prototyping mit YAML4
Rapid Prototyping mit YAML4
 
Modularisierung von Webseiten
Modularisierung von WebseitenModularisierung von Webseiten
Modularisierung von Webseiten
 
Am Ende ist doch alles HTML - 2012 - Webmontag Edition
Am Ende ist doch alles HTML - 2012 - Webmontag EditionAm Ende ist doch alles HTML - 2012 - Webmontag Edition
Am Ende ist doch alles HTML - 2012 - Webmontag Edition
 
Kleiner Blick auf CSS3
Kleiner Blick auf CSS3Kleiner Blick auf CSS3
Kleiner Blick auf CSS3
 
Best practices im Frontend -Barcamp Mainz 2011
Best practices im Frontend -Barcamp Mainz 2011Best practices im Frontend -Barcamp Mainz 2011
Best practices im Frontend -Barcamp Mainz 2011
 
Echte Lösungen, keine Tricks
Echte Lösungen, keine TricksEchte Lösungen, keine Tricks
Echte Lösungen, keine Tricks
 
Einführung in YAML4
Einführung in YAML4Einführung in YAML4
Einführung in YAML4
 
Frontend Best Practices
Frontend Best PracticesFrontend Best Practices
Frontend Best Practices
 
Von Dinosauriern, Bienen und Wespen
Von Dinosauriern, Bienen und WespenVon Dinosauriern, Bienen und Wespen
Von Dinosauriern, Bienen und Wespen
 
Praktikum in Frontendentwicklung - Session1
Praktikum in Frontendentwicklung - Session1Praktikum in Frontendentwicklung - Session1
Praktikum in Frontendentwicklung - Session1
 
Einfuehrung in YAML (2010)
Einfuehrung in YAML (2010)Einfuehrung in YAML (2010)
Einfuehrung in YAML (2010)
 
Komplexe Sites sauber aufbauen
Komplexe Sites sauber aufbauenKomplexe Sites sauber aufbauen
Komplexe Sites sauber aufbauen
 
Knockin' on heaven's door - Die Praxis zu Besuch beim W3C
Knockin' on heaven's door - Die Praxis zu Besuch beim W3CKnockin' on heaven's door - Die Praxis zu Besuch beim W3C
Knockin' on heaven's door - Die Praxis zu Besuch beim W3C
 
Die Pest - philosophische Betrachtungen zur Webentwicklung
Die Pest - philosophische Betrachtungen zur WebentwicklungDie Pest - philosophische Betrachtungen zur Webentwicklung
Die Pest - philosophische Betrachtungen zur Webentwicklung
 
Am Ende ist doch alles HTML (Jax 2010)
Am Ende ist doch alles HTML (Jax 2010)Am Ende ist doch alles HTML (Jax 2010)
Am Ende ist doch alles HTML (Jax 2010)
 
Am Ende ist doch alles HTML (Uni Mainz)
Am Ende ist doch alles HTML (Uni Mainz)Am Ende ist doch alles HTML (Uni Mainz)
Am Ende ist doch alles HTML (Uni Mainz)
 
Webseiten sind keine Gemälde
Webseiten sind keine GemäldeWebseiten sind keine Gemälde
Webseiten sind keine Gemälde
 
A Tag 2009 - Aspekte Moderne Webentwicklung
A Tag 2009 -  Aspekte Moderne WebentwicklungA Tag 2009 -  Aspekte Moderne Webentwicklung
A Tag 2009 - Aspekte Moderne Webentwicklung
 

Último

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 

Último (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 

A Period of Transition

  • 1. A Period of Transition
  • 2. Jens Grochtdreis ‣ Frontend Developer ‣ 10 years experience in internet agencies ‣ 13 years of work in and for the Web ‣ Founder of Web standards community „ Webkrauts“ ‣ Blogger ‣ Technical reviews for O'Reilly and other publishers
  • 3. We are in a period of transition
  • 4. New techniques and old browsers http://technbuzz.com/5-ways-ie-will-be-adored-by-people/
  • 5. Our classic question Does it work in IE? http://www.sts.tu-harburg.de/projects/WEL/0911/images/Der%20Schrei.jpg
  • 6. The question should be: How can I make my content accessible even if $technique isn´t available?
  • 7. Not the rounded corners are important, the content is!
  • 8. Two strategies Get it done - somehow Relax http://blog.crusy.net/wp-content/uploads/2008/09/macgyver.jpg
  • 9. We produced the problem ‣ For years we tried to fill the technical gaps in IE with tricks. ‣ CSSZengarden was a whole site dedicated to such tricks and techniques. ‣ But now the browsers of the majority of our visitors don‘t need those tricks. ‣ Our mindset and that of our clients and co- workers should adjust.
  • 10. Polyfilling the gaps ‣ We can use JavaScript to „fill the gaps“ (polyfills). ‣ If you mimic a JavaScript-technique with JavaScript it is okay. ‣ If you mimic CSS with JavaScript you should care for the „no-JS“-case. ‣ You should be aware of performance problems.
  • 11. With a simple hack you can get closer to a technique.
  • 13. Rounded corners ‣ with the help of JavaScript and VRML ‣ with the help of JavaScript and extra images ‣ with extra images
  • 14. Gradient ‣ with the help of an IE-filter
  • 15. rgba() ‣ with the help of an IE-filter http://jsfiddle.net/Flocke/wsmxD/
  • 16. box-shadow ‣ with the help of JavaScript ‣ with the help of an IE-filter http://jsfiddle.net/Flocke/FSH99/
  • 17. Don´t pretend everyone uses the internet like you!
  • 18. Nightly builds of browser X may be interesting. But think about their usage!
  • 19. cutting edge technology is seldom for broader usage
  • 20. 3D-transforms Chrome http://jsfiddle.net/Flocke/ZmGtA
  • 21. 3D-transforms hovering in Firefox http://jsfiddle.net/Flocke/ZmGtA
  • 22. 3D-transforms only the front is readable in Opera http://jsfiddle.net/Flocke/ZmGtA
  • 23. 3D-transforms IE8: perfect for graceful degredation http://jsfiddle.net/Flocke/ZmGtA
  • 24. Think about fallback ‣ Sometimes you can spare modern browsers with JavaScript and use CSS3 instead. ‣ But don‘t forget: although you don‘t use IE 8 and IE 7, Millions out there do. They must! ‣ Microsoft starts to get modern with IE9.
  • 25. Think about fallback modern browsers IE8 http://jsfiddle.net/Flocke/BEJRM/
  • 26. Good fallback modern browsers IE8 This demo works with a CSS3-selector. So you can help oldIE with JavaScript and have a working fallback. http://jsfiddle.net/Flocke/VzSHG/
  • 28. Dont fall in love with tools and techniques and loose the sight for the user.
  • 29. ‣ Look for useful purposes of techniques. ‣ Don´t do everything with this technique because it is possible. ‣ Don´t forget semantics, it´s an important buliding block for accessibility and for better maintainable code. ‣ Searchengines read the content of your HTML, not that of CSS or JavaScript.
  • 31. The three most important best practices Think Research Experiment http://goo.gl/NYGeI http://goo.gl/HbFx0 http://goo.gl/LohPq
  • 32. Dont pretend a technique to work unless you have tested and confirmed it!
  • 33. There can be layouts where the JavaScript-driven rounded corners won´t show.
  • 34. Example with HTML5-video ‣ A linklist on top of a HTML5-video works in all desktop browsers. ‣ On iPad no link is clickable. ‣ On Android they are. ‣ To get iPad working you must delete the „controls“-attribute and create your own controls.
  • 35. We should change our workflow
  • 36. Reduce time in Photoshop
  • 37. it is http:// not psd://
  • 38. Work early on a HTML- prototype with the designer and the client!
  • 39. Demonstrate the difference between browsers
  • 40. Example for extra effort ‣ Define the extra efforts for simulating modern techniques in oldIE. ‣ rounded corners and shadows for a site ‣ with CSS3: 30 minutes, 1 front-end dev ‣ for oldIE: appr. 4 to 5 hours front-end dev plus minimum the same amount for designer and back-end dev
  • 41. Clients and colleagues should understand, that front-end development isn´t easily done!
  • 42. We work in a hostile environment. http://bradfrostweb.com/blog/web/mobile-first-responsive-web-design/
  • 43. Our colleagues and clients don´t know this feeling.
  • 44. ‣ A web-page doesn´t look the same in different browsers on different OS on different machines etc. ‣ Our clients and colleagues work with software that has a direct output into ONE state: ‣ Photoshop, Word, Powerpoint ‣ Even a back-end developer knows one concrete CMS or interpreter.
  • 45. Our websites are interpreted by many programs that can easily be changed.
  • 46. ‣ at least 6 different browsers ‣ different platforms (OS and machines) ‣ mobile ‣ responsive or not ‣ performance ‣ maintainability ‣ special „features“ of $cms
  • 47. Good demos ‣ Show a page designed with webfonts on a Mac and on Windows XP ‣ Show on both systems a page with unstyled form-controls ‣ Try on both systems to give a checkbox and a radio-button a padding or a bigger size. ‣ Lay a linklist above a HTML5-video on a desktop-browser and on an iPad.
  • 48. In the end ... ‣ you won‘t see, which CMS drives the site, ‣ you won‘t see if the page was designed in Photoshop, Fireworks or Corel Draw. ‣ But you will see and feel, if the frontend- developer knows his craft and had the time to make a good job.
  • 49. The web IS flexible
  • 51. „Responsive Design“ is no new invention - it´s designing for the webs true nature
  • 52. The user can consume our pages in the way he likes. We have no control.
  • 54. Our layout is only a recommendation!
  • 56. Jens Grochtdreis http://grochtdreis.de http://twitter.com/Flocke http://webkrauts.de http://slideshare.net/Flocke669 This presentaion is licensed with Creative Commons licence „Attribution-ShareAlike 2.0“ http://creativecommons.org/licenses/by-sa/2.0/ http://creativecommons.org/licenses/by-sa/2.0/de/