Tag: html

10.02.2015

unfortunately, with every producer (Apple (Quicktime=mp4), Adobe (vlf), Microsoft, Google (webm)…) wanting to set their own standard… things become complicated. Only solution: Open Source Standards & support by everybody. thats the code from the “Video for Everybody” generator http://v4e.thewikies.com/: [cc […]

21.08.2014

Block-Elemente Block-Elemente erzeugen eine neue Zeile im Textfluß und können zum vorherigen und zum nachfolgenden Element einen größeren Abstand aufweisen. Sie sind im Textfluß somit immer untereinander angeordnet. Block-Elemente können Text, Inline- und je nach Element auch weitere Block-Elemente enthalten. […]

31.03.2014

javascript jquery html form element – also submit checkboxes that have the “off” state solution: http://jsfiddle.net/az7s5/ [cc lang=”js” escaped=”true” width=”500″] // serialize form, also send values for checkboxes that are “off” $(form).children().each(function() { add = “”; //access to form element via […]

14.01.2014

it’s pretty funny… not even google knows what valid html looks like. html has gone a long way, starting in 1999 and specified by the W3C as a recommendation, not a standard. The technology how to create web layouts kept […]