Skip to content

Instantly share code, notes, and snippets.

View robert-dale-schell's full-sized avatar

Robert Dale Schell robert-dale-schell

View GitHub Profile
@robert-dale-schell
robert-dale-schell / gist:2702914
Created May 15, 2012 16:05 — forked from psiborg/gist:1569659
Javascript: Function, Self-Invoking
;(function (window, $, undefined) {
})(window, jquery);
@robert-dale-schell
robert-dale-schell / html5template.html
Created May 15, 2012 15:42 — forked from rwbaker/html5template.html
HTML: Tmpl-5-IE-Mobil
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">