Skip to content

Instantly share code, notes, and snippets.

@KennyLisc
KennyLisc / gist:3562781
Created September 1, 2012 02:11
Sample HTML page with Twitter's Bootstrap, Ryan Fait's Sticky Footer, and a full-width footer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Martin Bean" />
<title>Twitter&rsquo;s Bootstrap with Ryan Fait&rsquo;s Sticky Footer</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<style>
html, body {
height: 100%;
@KennyLisc
KennyLisc / gist:3191916
Created July 28, 2012 05:26 — forked from reybango/gist:3182689
The Results of my Essential Tools, Libs and Frameworks for Front-End Development Survey
jQuery 916 89%
Modernizr 525 51%
Git 489 47%
HTML5 Boilerplate 439 43%
Sublime Text 2 442 43%
jQuery UI 421 41%
Bootstrap 346 34%
Sass 316 31%
JSFiddle 261 25%
Underscore 245 24%
@KennyLisc
KennyLisc / addSpeaker-brief.html
Created April 21, 2012 06:30 — forked from bsatrom/addSpeaker-brief.html
Moving from markup-based KnockoutJS bindings to unobtrusive bindings (After)
<form id="addSpeaker">
<fieldset>
<legend>Speaker Info</legend>
Name: <input type="text" id="name" /> <br />
Bio: <textarea id="bio"></textarea> <br />
Twitter Handle: <input type="text" id="twitterHandle" /> <br />
State: <input type="text" id="state" /> <br />
Photo Url: <input type="text" id="photoUrl" />
</fieldset>
<fieldset>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Bing Maps</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="rx.js" type="text/javascript"></script>
<script src="json2.js" type="text/javascript"></script>
<script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2"></script>
<script type="text/javascript">