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>

https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_Editable

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)

computer language char distribution 2015-04-18
Computer Languages Characters Frequency (now you can enter your own source code and get punctuation usage statistics)

SVG: viewBox, User Coordinate (minor improvement)

JavaScript books definitive guide vs good parts-s333x188
JavaScript Book by David Flanagan, and Man-made Complexity in Computer Language

HTML: Figure Tag (rewrite)

Date Object (new. Tutorial + Complete Reference)

New version of JavaScript tutorial is out. Buy. Thanks. JavaScript in Depth .

SVG Clock

Math (new. complete.)