Skip to content

Instantly share code, notes, and snippets.

View homosaur's full-sized avatar

P. Edmon Graham homosaur

View GitHub Profile

Keybase proof

I hereby claim:

  • I am homosaur on github.
  • I am homosaur (https://keybase.io/homosaur) on keybase.
  • I have a public key ASD9ih0BJmQb2AKHgKy7HShVnZlMZdjHlHLNtHOj7ienFAo

To claim this, I am signing this object:

@homosaur
homosaur / .gitignore (optimized)
Last active August 29, 2015 14:23
STL WordPress Meetup July 2015
*~
.DS_Store
.svn
.cvs
*.bak
*.swp
Thumbs.db
# wordpress specific
wp-config.php
<table cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-spacing: 0; line-height: 140%; width: 100%; -moz-box-sizing: content-box">
<tbody style="margin: 0; padding: 0; border: 0; outline: 0">
<tr style="margin: 0; padding: 0; border: 0; outline: 0">
<td style="margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top">
<table cellspacing="0" cellpadding="0" align="center" style="border-collapse: collapse; border-spacing: 0; -moz-box-sizing: content-box; margin: 0 auto; width: 550px; background: #000000"><!-- align center for Outlook 2007 -->
<tbody>
<!-- header with logo for All Star Race -->
<tr style="margin: 0; padding: 0; border: 0; outline: 0">
<td style="margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top; background: #003768">
@homosaur
homosaur / gist:4277303
Created December 13, 2012 15:46
Load typekit via Modernizr, checks for fontface support (FOUC)
<script>
Modernizr.load([{
// Does the browser support @font-face?
test: Modernizr.fontface, // Should return a boolean
// Yep! Get the fonts
yep : 'http://use.typekit.com/.js',
complete: function() {
// Load complete! Tell Typekit to start up
try { Typekit.load(); } catch(e) {};
// Profit!