background preloader

Coding

Facebook Twitter

HTML5 & CSS3. Modernizr: the feature detection library for HTML5/CSS3. jQuery 51+ Tutorials. Apr 24 2008 There’s stuff all over the Web about jQuery, but finding the best tutorials to get you started can be tough.

jQuery 51+ Tutorials

Here are Examples and tutorials from jQuery masters to keep you on the right track. We will start with jQuery masters and feature some of their best tutorials, then we will move on to more categorized tutorials, cheat sheets and hacks. You can also take a look at other 3 articles in this series : So let’s get started and don’t forget to subscribe to our RSS-Feed to keep track on our next post in this series. John Resig John Resig, creator of the JQuery JavaScript library and author of Pro JavaScript Techniques, is a Mozilla technologist focused on the relationship between Mozilla and the world of JavaScript libraries. Featured Tutorials of John Resig 15 Days Of jQuery 15 Days Of jQuery – Fantastic tutorials and example code that takes you from zero to hero in no time flat. Featured Tutorials of 15 Days Of jQuery Learning jQuery Featured Tutorials on LearningjQuery.com Bassistance. Webdesign mittels HTML5 & CSS.

Aus Winfwiki 1 Abkürzungsverzeichnis 2 Abbildungsverzeichnis 3 Tabellenverzeichnis 4 Einleitung 4.1 Thema Die folgende Fallstudie beschäftigt sich mit dem Thema „Webdesign mittels HTML5 und CSS(3)“, welche im Rahmen des Moduls „Fallstudien/Wissenschaftliches Arbeiten“ im Wintersemester 2010/11 an der Hochschule für Ökonomie und Management durchgeführt wird.

Webdesign mittels HTML5 & CSS

Seit Web 2.0 stellt das Internet nicht nur reine Informationen bereit, die Nutzer sind seit dem auch in der Lage, selbst Inhalte über eine Webseite zu veröffentlichen. 4.2 Zielsetzung Das Ziel dieser Arbeit ist es, dem Leser einen Überblick über HTML5 zu liefern. 4.3 Aufbau Im fünften Kapitel werden die Grundlagen für gelegt. Im sechsten Kapitel wird HTML5 mit den Vorgängerversionen dieses Standards verglichen. Das siebte Kapitel stellt den Hauptteil der Arbeit dar.

Im achten und somit letzten Kapitel wird das Thema „Webdesign mittels HTML5 und CSS(3)“ in Form einer Schlussbetrachtung zusammengefasst. 4.4 Anmerkungen 5 Grundlagen 5.1 Webdesign. How to Create a Drop-down Nav Menu With HTML5, CSS3 and JQuery. In this tutorial, we’ll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu.

How to Create a Drop-down Nav Menu With HTML5, CSS3 and JQuery

We’ll also use jQuery to handle the effects and add the finishing touches for us. HTML5 brings to the spec a dedicated <nav> element that should be used as the container for any major navigation structure, such as the main vertical or horizontal site navigation menus, or an in-page table of contents for example. IE unfortunately doesn’t support this new element yet, but there is a simple fix we can use, of which I’m sure you’re all aware. Using CSS3 we can do away with what would have required the use of several background images and possibly an additional wrapping container or two and rely (almost) purely on some of the new style properties, such as rounded corners and drop-shadows for example, that are available to supporting browsers. Again, not all browsers (cough, IE!) Step 1. Step 2. the Underlying Page.