Xah Web Dev Blog Archive 2014-03
Global Internet Usage Hour Pattern, with simple JavaScript image cycle script.
HTML: Page Structure Tags (updated)
html5 “time” tag changes
Sometimes in the past 3 years, the time
tag of HTML5 have changed significantly. Now it supports these convenient date/time formats:
<time>2014</time>
→ just year<time>2014-03</time>
→ year and month<time>11:35</time>
→ time only
major update: HTML: time
HTML: time (updated)
Firefox now supports meter and progress tags. HTML: meter Tag (updated)
CSS: Position: Relative (minor update. thanks to Jean-Philippe Paradis for a correction.)
HTML Tags Complete List (updated. added the main
tag. Thanks to Jean-Philippe Paradis)
Prevent Adding Property (updated)
CSS: 3-Column Side-Panels Layout (minor update)
The greats have fallen on this. this Binding (updated)
HTML Table Examples with thead, tbody, tfoot (minor update)
Operator “new” (minor update)
Function Call, Apply, Bind (added links to ECMAScript reference)
CSS: Basics (updated)
Pure CSS Table (updated)
CSS: Linear Gradient (updated)
Prototype and Inheritance (updated)
now you can buy my JavaScript tutorial. go to Xah JavaScript Tutorial, use the paypal button at top.
sometimes in past 7 months, Google Chrome browser now supports CSS animation. See: CSS: Animation (updated)
CSS: Radial Gradient (updated)
CSS: Selector Tutorial (updated)
CSS Selector Syntax (updated)
HTML Entity List (updated)
Encode URL, Escape String (updated)
Source Code Encoding (updated with correction)
thinking of writing a Firefox extension. Here's the official doc. https://developer.mozilla.org/en-US/Add-ons
Property Attributes (minor update)
Object Type (minor update)
var Declaration Order (Name Hoisting) (minor update)
var Name Scope (updated)
HTML Video Tag (minor update)