This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* `XHTML, HTML4, HTML5 Reset | |
----------------------------------------------------------------------------------------------------*/ | |
a, | |
abbr, | |
acronym, | |
address, | |
applet, | |
article, | |
aside, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- Helpful things to keep in your <head/> | |
// Brian Blakely, 360i | |
// http://twitter.com/brianblakely/ | |
--> | |
<head> | |
<!-- According to Heather Champ, former community manager at flickr, | |
you should not allow search engines to index your "Contact Us" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var theShiftObjects = [ | |
{ | |
"job_id":"0", | |
"account_id":"ukn_1_acc1", | |
"division_id":"1998", | |
"job_name":null, | |
"job_code":null, | |
"job_type":null, | |
"start_date":"2011-12-26", | |
"end_date":"2012-01-01", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> | |
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline --> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font: 65% "Trebuchet MS", sans-serif; | |
margin: 15px; | |
} | |
table, .maincell { | |
padding: 5px 0px 0px 0px; | |
width: 100%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Usage: generate-fiddle <folder> | |
# Creates a folder and adds some files commonly used with JSFiddle | |
set -e | |
# Create folder | |
mkdir $1 | |
cd $1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"ID":"AMR81DHO3OR","FName":"Declan","LName":"Brown","Phone":"(856) 341-3014","Fax":"(285) 109-6104","DOB":"09/13/86","Status":"Single","Gender":"M","Height":64,"Weight":114,"Education":"HS","Profession":"Librarian","Score":7,"Notes":"Est ac mattis semper, dui lectus rutrum.","EmergencyName":"Aileen A. Olsen","EmergencyPhone":"(555) 273-6511","HW1":73,"HW2":87,"HW3":96,"HW4":66,"Quizzes":[85,84,78,70],"City":"Louisville","State":"KY","Lat":38.25,"Lon":-85.77,"Email":"[email protected]","Partners":"VGF56MFL2FV,DSF93DOW5TP,PWQ61VAN5SH,FWV30OFT8VN"}, | |
{"ID":"AOZ64KVV1LK","FName":"Maggy","LName":"Mckenzie","Phone":"(190) 399-3985","Fax":"(154) 884-8513","DOB":"09/28/74","Status":"Single","Gender":"F","Height":64,"Weight":160,"Education":"MS","Profession":"Doctor","Score":7,"Notes":"Odio a purus. Duis elementum, dui quis.","EmergencyName":"Brent U. Phelps","EmergencyPhone":"(550) 885-7683","HW1":97,"HW2":98,"HW3":79,"HW4":74,"Quizzes":[78,85,73,100],"City":"Fort Worth","State":"TX","Lat":32.72,"Lon":-97.32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"job_id":"0", | |
"account_id":"ukn_1_acc1", | |
"division_id":"1998", | |
"job_name":null, | |
"job_code":null, | |
"job_type":null, | |
"start_date":"2011-12-26", | |
"end_date":"2012-01-01", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font: 65% "Trebuchet MS", sans-serif; | |
margin: 15px; | |
} | |
table, .maincell { | |
padding: 5px 0px 0px 0px; | |
width: 100%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table { | |
border: solid 1px #fc0; | |
border-collapse: collapse; | |
} | |
table caption { | |
font-weight: bold; | |
font-size: 125%; | |
text-transform: uppercase; | |
} |
OlderNewer