Skip to content

Instantly share code, notes, and snippets.

View EMGMatt's full-sized avatar

Matt Urenovich EMGMatt

View GitHub Profile
Verifying my Blockstack ID is secured with the address 12LbfdHJL4g5MttRPWFM1U1LtjTBiePSAD https://explorer.blockstack.org/address/12LbfdHJL4g5MttRPWFM1U1LtjTBiePSAD
@EMGMatt
EMGMatt / keybase.md
Created August 9, 2016 20:07
Keybase.md

Keybase proof

I hereby claim:

  • I am emgmatt on github.
  • I am murenovich (https://keybase.io/murenovich) on keybase.
  • I have a public key ASAAMhcBe5HSne8XOh3NijgcydFflD_-dQLChPV-iNLfNQo

To claim this, I am signing this object:

@EMGMatt
EMGMatt / qtip2-js-wp
Created August 8, 2013 17:16
call qTip2 from separate file for WordPres From https://github.com/Craga89/qTip2/wiki/Getting-Started
<?php wp_enqueue_script('qtipCall', 'path/to/qtipcall.js', array('jquery', 'qtip'), false, true); ?>
@EMGMatt
EMGMatt / qtip2-wp
Created August 8, 2013 17:14
Wordpress Scripts Snippet for qTip2 jQuery Plugin From https://github.com/Craga89/qTip2/wiki/Getting-Started
<?php
wp_enqueue_style('qtip', 'path/to/jquery.qtip.min.css', null, false, true);
// Using imagesLoaded? Do this.
wp_enqueue_script('imagesloaded', 'path/to/imagesloaded.min.js', null, false, true);
wp_enqueue_script('qtip', 'path/to/jquery.qtip.min.js', array('jquery', 'imagesloaded'), false, true);
// Not using imagesLoaded? :( Okay... then this.
wp_enqueue_script('qtip', 'path/to/jquery.qtip.min.js', array('jquery'), false, true);
?>
@EMGMatt
EMGMatt / reset.css
Created June 16, 2013 03:13
CSS Reset Stylesheet
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
outline: none;
}
html { height: 101%; } /* always display scrollbars */
@EMGMatt
EMGMatt / ie8-grid-foundation-4.css
Created April 25, 2013 11:57 — forked from hatefulcrawdad/ie8-grid-foundation-4.css
Foundation-4 grid fix for Internet Explorer 8
/* The Grid ---------------------- */
.lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row .row.large-collapse { margin: 0; }
.lt-ie9 .column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }