Skip to content

Instantly share code, notes, and snippets.

@tbonemalone
tbonemalone / gist:2051529
Created March 16, 2012 18:01
html: base doc template
<! doctype html >
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="" />
</head>
@tbonemalone
tbonemalone / gist:2051193
Created March 16, 2012 17:10
st2-snippet: console.log
<snippet>
<content><![CDATA[
console.log($1);
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>log</tabTrigger>
</snippet>
@tbonemalone
tbonemalone / gist:2041923
Created March 15, 2012 04:35
st2-snippet: jquery cdn
<snippet>
<content><![CDATA[
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>jquery</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
@tbonemalone
tbonemalone / gist:2041859
Created March 15, 2012 04:26
css: image replacement
.ir {
font: 0/0 a;
text-shadow: none;
color: transparent;
}