Skip to content

Instantly share code, notes, and snippets.

View 3Easy's full-sized avatar

@3Easy 3Easy

View GitHub Profile
@3Easy
3Easy / Panel
Last active December 12, 2015 00:08
Foundation Panel
<div class="panel">
<p>A good looking panel</p>
</div>
<div class="panel radius">
<p>Outstanding panel, with <em>radius</em></p>
</div>
@3Easy
3Easy / Grid
Last active December 11, 2015 23:59
Foundation Grid Rows & Columns
<div class="row">
<div class="six columns">
<p>Any kind of content in a column</p>
</div>
<div class="six columns">
<p>So long as columns add up to twelve</p>
</div>
</div>
@3Easy
3Easy / SPOT Tracker
Created June 22, 2012 05:14
Extract the Lat and Long Coordinates using Javascript
<article>
<p>@bobbridgestock Bobs SPOT Tracker Latitude:-34.8474 Longitude:150.59785 GPS location Date/Time:06/21/2012 12:36:40 E... http://t.co/RJPPcoY4</p>
<article>
@3Easy
3Easy / saleprice.html
Created December 22, 2011 12:49
BrilliantRetail 1.0.4.0 Sale Price
<!-- ExpressionEngine BrilliantRetail
<div class="price_wrapper sale">
{price_html}
</div>
<div class="price_wrapper">
{price_html}
</div>
-->
<div class="price_wrapper sale">
@3Easy
3Easy / ee_config.php
Last active August 4, 2017 08:40
Sample ExpressionEngine 2.x Config Files
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| ExpressionEngine Config Items
|--------------------------------------------------------------------------
|
| The following items are for use with ExpressionEngine. The rest of
| the config items are for use with CodeIgniter, some of which are not
| observed by ExpressionEngine, e.g. 'permitted_uri_chars'
@3Easy
3Easy / ee_nav_nested_list.html
Created November 21, 2010 03:03
EE Nav Nested List Date Heading & Date Footer
<ul class="nav">
{exp:weblog:entries channel="project" status="open|index"}
{date_heading display="yearly"}
<li>
<h2>{entry_date format="%Y"}</h2>
<ul>
{/date_heading}
{date_heading display="monthly"}