4. Creating Spam-Proof Email
- demonstrates how you can publish an email address on the web without worrying that spiders and search engines will be able to pick it up.
The code is especially designed so that accessibility it still 100% for all platforms.
7. Pull Quote
- shows how to replicate a complex pull quote using pure CSS.
8. Tabable Radio Buttons
- demonstrates how you can use JavaScript to allow users to tab through all the elements of a radio button set. Normally, browsers skip from one radio button group to the next and only actually tabs to the selected element within each group.
10. 50/50 Split Test
- a CSS demo showing how to properly split a window into 2 side-by-side panels.
11. Caps Lock Detection
- this code is an example of how to detect Caps Lock and how you can use that detection to prompt a user of a possible problem.
18. JS Calendar
- an example of how to incorporate a popup calendar in your application for selecting dates.
20. Basic CSS Templates
- a few basic 2 and 3 column layouts using pure CSS. Please provide feedback/fixes if you find incompatibilities so that I can update accordingly.
21. Stretching Background
- demonstration of a "hack" to stretch a background image over the width and height of the viewport without using CSS3.