Skip to content

Instantly share code, notes, and snippets.

/**
* @fileoverview A content slider.
*/
// TODO: emit events.
goog.provide("goox.ui.Slider");
goog.require("goog.dom");
goog.require("goog.style");
@douglasback
douglasback / jqt-validator-1.2.7.js
Created October 2, 2012 14:45
jQ Tools Validator 1.2.7
/**
* @license
* jQuery Tools Validator @VERSION - HTML5 is here. Now use it.
*
* NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
*
* http://flowplayer.org/tools/form/validator/
*
* Since: Mar 2010
* Date: @DATE
@douglasback
douglasback / gruntEE.txt
Last active December 14, 2015 15:29
Proposed Grunting syntax for MSM Support
grunt common:site_name
clean
jshint:site_name
concat:site_name
uglify:site_name
grunt dev:site_name
grunt common:site_name
grunt sass:site_name:dev
grunt watch:sass
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$plugin_info = array(
'pi_name' => 'URL Encode',
'pi_version' => '1.1',
'pi_author' => 'Airtype Studio / BSD',
'pi_author_url' => 'http://www.airtypestudio.com/',
'pi_description' => 'Runs urlencode on a string of text.',
raw_content = JSON.parse(yield)
json.content raw_content
json.jsonp! params[:callback] if jsonp?