Skip to content

Instantly share code, notes, and snippets.

View stanwmusic's full-sized avatar
🏠
Working from home

Stan Williams stanwmusic

🏠
Working from home
View GitHub Profile
@stanwmusic
stanwmusic / 0_reuse_code.js
Created March 20, 2014 03:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Libraries

  • 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
@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;
@stanwmusic
stanwmusic / Horizontal-Menu-Demo.markdown
Created March 20, 2014 09:42
A Pen by Stan Williams.

Responsive Border Image with Scaling Image on Hover

Responsive Border Image with Scaling Image. Resize images on hover, while retaining border size.

A Pen by Stan Williams on CodePen.

License.

@stanwmusic
stanwmusic / 3D-Book-.markdown
Last active August 29, 2015 13:57
A Pen by Stan Williams.

3D Book

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.

License.

@stanwmusic
stanwmusic / Simple-Gallery-in-CSS3.markdown
Created March 23, 2014 06:09
A Pen by Stan Williams.