Skip to content

Instantly share code, notes, and snippets.

From 7f63e219a4a51573eafcdb6d6483fe101f00cf16 Mon Sep 17 00:00:00 2001
From: fauverism <[email protected]>
Date: Mon, 28 Mar 2011 14:08:29 -0400
Subject: [PATCH] first commit
---
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 README
diff --git a/README b/README
@fauverism
fauverism / color-settings.scss
Created July 10, 2012 01:36 — forked from hatefulcrawdad/color-settings.scss
Foundation 3 Color Settings
// Colors Settings
$mainColor: #2ba6cb;
$secondaryColor: #e9e9e9;
$alertColor: #c60f13;
$successColor: #5da423;
$txtColor: #222;
$highlightColor: #ffff99;
$black: #000;
$white: #fff;
$shinyEdge: rgba(#fff, .5);
<ul>
<li class="month">October</li>
<li class="day">30</li>
<li class="year">2012</li>
</ul>
prompt: Is this ok?: (yes)
info: Analyzing application dependencies in server.js
info: Checking app availability myapp
info: Creating app myapp
info: Creating snapshot 0.0.0
info Uploading: [=============================] 100%
info: Updating app myapp
info: Activating snapshot 0.0.0 for myapp
info: Starting app myapp
error: Error running command deploy
1 {
2 "name": "myapp",
3 "subdomain": "nko3-fauverism.myapp",
4 "scripts": {
5 "start": "server.js"
6 },
7 "version": "0.0.0-1",
8 "engines": {
9 "node": "0.8.x"
10 }
@fauverism
fauverism / gist:4125371
Created November 21, 2012 15:17
XML for SP Experience
<cars>
<car make="Ford" model="Pinto">
<passenger name="Dustin"></passenger>
<passenger name="Graham"></passenger>
</car>
<car make="Toyota" model="Prius" />
<car make="Nissan" model="Sentra" />
</cars>
@fauverism
fauverism / gist:4171385
Created November 29, 2012 19:45
CSS from Hakim's site with the awesome rollover effect
article .roll
{
display:inline-block;
overflow:hidden;
vertical-align:top;
-webkit-perspective:400px;
-moz-perspective:400px;
-o-perspective:400px;
perspective:400px
}
@fauverism
fauverism / Remove the address bar in iOS
Created December 6, 2012 13:53
Remove the address bar in iOS
<meta name="apple-mobile-web-app-capable" content="yes" />
@fauverism
fauverism / IE CSS Conditionals
Created December 17, 2012 19:43
IE CSS Conditionals
Target ALL VERSIONS of IE
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="all-ie-only.css" />
<![endif]-->
Target everything EXCEPT IE
<!--[if !IE]><!-->
<link rel="stylesheet" type="text/css" href="not-ie.css" />
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.31090480089187622</real>
<key>Green Component</key>
<real>0.31097450852394104</real>