Xah Web Dev Blog Archive 2015-03
CSS: HSL Color (major update)
SVG: Coordinate Transformation (updated with combined transformation)
the controversy of html5 「figcaption」 tag
What is good design? HTML5 has figure
and figcaption
. By spec, the figcaption
must be first or last child of figure
element.
〔see HTML: Figure Tag〕
now, controversy! see https://www.w3.org/Bugs/Public/show_bug.cgi?id=12835
Google Chrome still doesn't support CSS animation, in the year of our load 2015 CSS: Animation
SVG: Basic Shapes (minor update)
CSS: Length Units (major update)
CSS: Text Shadow (minor update)
CSS: Selector Tutorial. updated, for CSS beginner.
CSS: Round Corners (major update)
Cleaned up index page: Xah Web Dev Tutorials
Canvas vs SVG (repost)
JS DOM: textContent, innerHTML, innerText, nodeValue (added examples. On its own page.)
Get Cookie, Set Cookie (minor update)
Web Storage (minor update)
JS DOM: Add, Remove Event Handler (minor update)
JS DOM: Live Object (minor update)
JS DOM: Get Element Parent, Child, Sibling (major rewrite)
How to Create Tooltip (better JavaScript code)
Now, JavaScript tutorial and DOM scripting tutorial have separate index pages.
JS DOM: Change Element Content (updated)
Stopwatch (complete rewrite)
Allowed Characters in Identifier (minor update)
JS DOM: Remove Element (added a functional programing technique to eliminate variables.)
JS DOM: Create and Insert HTML Element (minor update)
JS DOM: Change CSS (minor update)
Digital Clock (minor update)
Pop-up New Window (minor update)
Image Rollover (minor update)