Skip to content

Instantly share code, notes, and snippets.

View ericrasch's full-sized avatar

Eric Rasch ericrasch

View GitHub Profile
<?php
$ig_post_custom_fields = array (
"infographic" => array(
"name" => "is_infographic",
"std" => "",
"title" => "Is this an infographic post?",
"description" => "If you check this box, we'll add a Pin It share option.",
"type" => "checkbox"),
"image_url" => array(
<?php
$ig_post_custom_fields = array (
"infographic" => array(
"name" => "is_infographic",
"std" => "",
"title" => "Is this an infographic post?",
"description" => "If you check this box, we'll add a Pin It share option.",
"type" => "checkbox"),
"image_url" => array(
@ericrasch
ericrasch / Preferences.sublime-settings
Created October 9, 2012 15:02 — forked from ericclemmons/Preferences.sublime-settings
SublimeText2 User Preferences (Railscasts)
{
"color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme",
"theme": "Phoenix Dark.sublime-theme",
"file_exclude_patterns": [
".DS_Store",
"dump.rdb"
],
"folder_exclude_patterns":
[
".svn",

Setup OSX 10.9 with a Clean Install

After two years of tinkering my machine is a bit all over. With Mavericks I wanted to start fresh

1. Run Software Update

Make sure everything is up to date.

Software Update

@ericrasch
ericrasch / 0_reuse_code.js
Created August 6, 2014 14:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console