Xah Web Dev Blog Archive 2015-04
HTML Video Tag (more update)
HTML5 “contenteditable”
In HTML5 any element can be editable.
<div contenteditable="true">yay yay</div>
JS: DOM Methods (major update. Added “hasAttribute”, “removeAttribute”, listing attributes, and much more)
JS: Set Element's Attribute Value (minor update)
JS: Get Element's Attribute Value (minor update)
Web Design: Grey Text on White Background. Solarize Color Disease (repost)
“I have a 20″ screen, but my software forces it to 2″ screen.”. User Interface Design: Peepshow Windows (repost)
SVG: viewBox, User Coordinate (minor improvement)
HTML: Figure Tag (rewrite)
Date Object (new. Tutorial + Complete Reference)
New version of JavaScript tutorial is out. Buy. Thanks. JavaScript in Depth .
Math (new. complete.)