Skip to content

Instantly share code, notes, and snippets.

View ekdevdes's full-sized avatar

Ethan Kramer ekdevdes

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>cache buster!!!!!! - jsFiddle demo by ethankr</title>
<script type='text/javascript' src='/js/lib/dummy.js'></script>
<link rel="stylesheet" type="text/css" href="/css/normalize.css">
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Kitchen Sink · Created with Fiddles for iOS</title>
<style>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Kitchen Sink · Created with Fiddles for iOS</title>
<style>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Kitchen Sink · Created with Fiddles for iOS</title>
<style>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Untitled · Created with Fiddles for iOS</title>
<style>
@ekdevdes
ekdevdes / color.m
Created January 18, 2013 07:53 — forked from kylefox/color.m
/*
Distributed under The MIT License:
http://opensource.org/licenses/mit-license.php
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="yes" name="apple-mobile-web-app-capable">
<title></title>
<!-- iPhone -->
<link href="http://taylor.fausak.me/static/images/apple-touch-icon-57x57.png"
@ekdevdes
ekdevdes / 0_README.md
Created July 7, 2012 03:17 — forked from netzpirat/0_README.md
Continuous CoffeeScript testing with Guard and Jasmine

Continuous CoffeeScript testing with Guard and Jasmine

This Gist shows how to set up a Rails project to practice BDD with CoffeeScript, Guard and Jasmine. You can see this setup in action on Vimeo

  • Install Gems with Bundler with bundle install
  • Define your guards with mate Guardfile
  • Initialize Jasmine with bundle exec jasmine init
  • Configure Jasmine with mate spec/support/yasmine.ym
  • Start Guard with bundle exec guard
@ekdevdes
ekdevdes / vjCSk.css
Created June 28, 2012 04:57
[CSS] iCal-like event adder (posted via Fiddles for iOS)
body{
font-family:sans-serif;
padding:20px;
}
a{
color:white;
background:blue;
padding:15px;
text-decoration:none;
@ekdevdes
ekdevdes / vjCSk.html
Created June 28, 2012 04:57
[HTML] iCal-like event adder (posted via Fiddles for iOS)
<a href="#"><span>+</span></a>
<div>
<form>
<input type="text" id="event" placeholder="movie at 7pm" />
<span class="help-text">press enter to continue</span>
</form>
</div>