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
/** | |
* VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units | |
* | |
* To overcome this, create media queries that target the width, height, and orientation of iOS devices. | |
* It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing | |
* the height of element `.foo` βwhich is a full width and height cover image. | |
* | |
* iOS Resolution Quick Reference: http://www.iosres.com/ | |
*/ | |
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
<h2>jQuery Filtering Demo</h2> | |
<p>Just trying to figure out how to best utilize jquery's .filter() function for future projects.</p> | |
<p> | |
<button class="f-red">Filter Red Items</button> | |
<button class="f-blue">Filter Blue Items</button> | |
<button class="f-green">Filter Green Items</button> | |
| |
<button class="f-all">All Items</button> | |
</p> |
A Pen by Scott Marshall on CodePen.
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
canvas#sky |
####Reference links obelisk.js γ§η«δ½ηγͺγγγη΅΅γζγγ¦γΏγγγΉγ http://jsdo.it/cx20/bQtQ
nosir obelisk.js - GitHub https://github.com/nosir/obelisk.js/
MARIO JUMP - BY ANTONIO R / Q-BLOCK Create 3D Pixel Art Online
Based on:
A Pen by Chris Coyier on CodePen.
Pure CSS glitched, noisy, analog-y text.
Forked from Lucas Bebber's Pen CSS Glitched Text.
A Pen by Chris Coyier on CodePen.
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
<html> | |
<body> | |
<!-- load combined svg file (with symbols) into body--> | |
<script> | |
(function (doc) { | |
var scripts = doc.getElementsByTagName('script') | |
var script = scripts[scripts.length - 1] | |
var xhr = new XMLHttpRequest() | |
xhr.onload = function () { |
###Let's install Vagrant###
- Install VirtualBox: https://www.virtualbox.org/
- Install Vagrant: http://vagrantup.com/
###Select a Vagrant Box from https://vagrantcloud.com###
#add it to your list of boxes
vagrant box add hashicorp/precise32
#create a new folder for your project & init vagrant