- jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
- Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
- AngularJS - Conventions based MVC framework for HTML5 apps.
- Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
- lawnchair - Key/value store adapter for indexdb, localStorage
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
@turquoise: #95A5A6; | |
@emerald: #2ECC71; | |
@peter-river: #3498DB; | |
@amethyst: #9B59B6; | |
@wet-asphalt: #34495E; | |
@green-sea: #16A085; | |
@nephritis: #27AE60; | |
@belize-hole: #2980B9; | |
@wisteria: #8E44AD; | |
@midnight-blue: #2C3E50; |
Implementing the HTML5 Audio Tag and the MP3 Player will fallback to the Flash player in those browsers that don't support the audio tag nor can play mp3 in it. Modified by: Stan Williams http://stans-songs.com and http://stanwilliamsmusic.com
MP3 sample is Last Trail, by: Stan Williams: http://www.stanwilliamsmusic.com and is licensed under http://creativecommons.org/licenses/by-nc-nd/3.0/
Attribution - NonCommercial - NoDerivatives
Responsive Border Image with Scaling Image. Resize images on hover, while retaining border size.
A Pen by Stan Williams on CodePen.
Custom fonts and text using CSS3.
A Pen by Stan Williams on CodePen.
3D book, turn pages, embeddable content, photos, styled text, even a music player . Made with HTML, CSS3, and Javascript.
A Pen by Stan Williams on CodePen.
A Pen by Stan Williams on CodePen.