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 […]
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. […]
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 […]
i wish, that such simple things should be easier accomplishable with html5. [cc lang=”html” escaped=”true” width=”500″] Center Images in divs with css and html in 2014 [/cc]
cross browser and platform compatibility is one of the main reasons for customers and developers to go for html, css + javascript. html5 is again (IMHO) making things more complicated for those folks. folks that want to build fancy demos […]
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 […]