Skip to content

Instantly share code, notes, and snippets.

View tylerwillingham's full-sized avatar

Tyler Willingham tylerwillingham

View GitHub Profile
<input type="hidden" name="elqCustomerGUID" value="" /> {!-- Auto-populated by Eloqua --}
<input type="hidden" name="elqFormName" value="ResourceLibrary">
<input type="hidden" name="elqSiteID" value="1554" />
<input type="hidden" name="elqCookieWrite" value="0" />
<input type="hidden" name="OmniWebLead" value="1" />
<input type="hidden" name="task_status" value="" />
<input type="hidden" name="member_status" value="Inquiry-High" />
<input type="hidden" name="oid" value="00D300000000Ndm" />
<input type="hidden" name="retURL" value="SFDCID_returnError" /> {!-- SFDCID_action --}
<input type="hidden" name="Primary_Language__c" value="{env:language}" />
<?php
$last_view = array(
'session_one' => array(
'last_slide' => '3'
),
'session_two' => FALSE,
'session_three' => FALSE
);
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* ExpressionEngine - by EllisLab
*
* @package ExpressionEngine
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2003 - 2011, EllisLab, Inc.
* @license http://expressionengine.com/user_guide/license.html
* @link http://expressionengine.com
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* ExpressionEngine - by EllisLab
*
* @package ExpressionEngine
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2003 - 2011, EllisLab, Inc.
* @license http://expressionengine.com/user_guide/license.html
* @link http://expressionengine.com
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* ExpressionEngine - by EllisLab
*
* @package ExpressionEngine
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2003 - 2011, EllisLab, Inc.
* @license http://expressionengine.com/user_guide/license.html
* @link http://expressionengine.com
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* ExpressionEngine - by EllisLab
*
* @package ExpressionEngine
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2003 - 2011, EllisLab, Inc.
* @license http://expressionengine.com/user_guide/license.html
* @link http://expressionengine.com
@tylerwillingham
tylerwillingham / 0_reuse_code.js
Created November 7, 2013 13:17
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
{exp:channel:entries
channel="procedures"
disable="{global:disabled_params_strict}"
dynamic="no"
orderby="title"
sort="asc"}
{if count == '1' OR count == '4' OR count == '7'}
<ul class="navGlobal_desktop-list">
{/if}
def something
puts 'awesome'
end
runtime macros/matchit.vim
set mouse=a
:imap jk <Esc>
:set relativenumber
set t_Co=256
syntax on
colorscheme Tomorrow-Night