HTML5

HTML5 ist ein lebendiger Standard, der ständig erweitert wird
  • Polyfills rüsten Funktionalitäten in (älteren) Browsern nach, die diese nicht von sich aus beherrschen. Doch Polyfills müssen geladen werden und es wäre unangemessen, alten Browsern zuliebe mit geringem Marktanteil allen Nutzern den Download vieler Polyfills zuzumuten. Die Lösung hierfür: polfill.io – das Skript fragt erst die Möglichkeiten eines Browsers ab und lädt dann nur benötigte Polyfills nach.
  • HTML5 is designed to be “fake-able” in older browsers, the mark-up between the video tags is ignored by browsers that understand HTML5 and is rendered by older browsers. Therefore, embedding fall-back video with Flash is possible using the old-school <;object>; or <;embed>; tags, as pioneered by Kroc Camen is his article “Video for Everybody!”

(Smashing Magazine)

  • Zur Entstehung von HTML5 ein sehr aufschlussreicher Artikel von molily: http://molily.de/weblog/html-geschichte
  • HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and future-proof site.
    After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain ajax and flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on.
    Boilerplate is not a framework, nor does it prescribe any philosophy of development, it’s just got some tricks to get your project off the ground quickly and right-footed.
    HTML5 Boilerplate

  • HTML5-Spickzettel (Cheat Sheet): Wann sollte ich welches (semantisch korrektes) HTML-Element benutzen?http://html5doctor.com/downloads/h5d-sectioning-flowchart.png (engl.)
  • W3C Specification: HTML5 (Edition for Web Authors)
    Just the stuff for those who write websites (as opposed to those who write browsers).
  • HTML5 Demos and Examples
    Demos of the HTML5 APIs that are implemented in browsers.
  • HTML5 Doctor
    Short, focused articles, “helping you implement HTML5 today.”
  • html5-shims
    Scripts that fake HTML5 functionality in older browsers.
  • html5-center
    Die HTML5-Strukturelemente
  • Smashing Magazine
    Die HTML5-Strukturelemente nochmal. Ausführlicher, besser, aber auf englisch
  • HTML5-Referenz auf Webkompetenz
    des bekannten Autors und Gründers von SelfHTML Stefan Münz

Von ihm stammt auch eine Empfehlung für den nächsten Link. Auf der Seite „WebDesign Tutorial erfährt man alles wichtige, um eine Webseite komplett zu betreuen: von der Einrichtung des Servers bis zur eigentlichen Webseite.

Interessante Lösungen

To be continued…

Defekte Links melden, bitte!

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert