Subscribe by RSS
This is my lifestream page, a collection of some of the marks I leave behind on the web.
Home › Tag: html
Webkrauts » Formulare auf der Höhe der Zeit
Formular-Neuerungen in HTML5 Das placeholder-Attribut Das autofocus-Attribut Das required-Attribut Neue Eingabefeld-Typen Eigene Patterns und Validierung WAI-ARIA Prüfen ob ein HTML5 Attribut von einem Browser unterstützt wird: var inputElement = document.createElement('input'); if(!('placeholder' in inputElement)) { }
Webkrauts » Geolocation: und dein Browser weiß, wo du bist
Einführung / Übersicht zu navigator.geolocation
jMediaelement - jme - not only just another html5 audio / video player
jme is an HTML5 audio / video development kit with Flash Fallback, which focuses on flexibility, intuitive DOM-API and semantic code.
HTML Purifier - Filter your HTML the standards-compliant way!
HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are…
Software Federation - GUI.NET | Determining and detecting Page Zoom levels in IE and Firefox
function getPageZoom() { var detector = $("zoom_level_detector"); var zoom = 1.0; if (isIE) { zoom = detector.offsetLeft / detector.style.pixelLeft; } else { zoom = detector.offsetHeight / 16; } return(zoom); }
Pages: 1