-
The Width and Height of the browser Window can be obtained through the innerWidth and innerHeight properties; these can be checked by an event handler to detect resize events.
-
Why web designers should avoid hijacking users scroll to make smooth-scrolling, parallax and other silly scroll-triggered effects.
-
How to add hover effects on links using CSS pseudo classes.
-
How to create a dotted line that appears the same in most browsers.
-
How to set the cellspacing and cellpadding of HTML tables with pure CSS.