Public Gists by rpheath

Gravatar
Tue Nov 17 09:33:36 -0800 2009
1
2
3
// global to store a reference
// to the timed autoplay slideshow
var autoplay = null
Gravatar
Tue Sep 01 09:56:35 -0700 2009
1
2
3
// An unobtrusive Textile editor in jQuery
// Inspired by: http://slateinfo.blogs.wvu.edu/plugins/textile_editor_helper
//
Gravatar
Tue Mar 10 10:28:52 -0700 2009
1
2
3
// jQuery plugin
// - will adjust a content area to be at least as
// tall as the sidebar area
Gravatar
Wed Feb 18 12:20:10 -0800 2009
1
2
3
// tooltip plugin for jQuery
 
(function($) {
Gravatar
Wed Jan 28 07:37:46 -0800 2009
1
2
3
// jQuery plugin:
// converts a float number as text in some element
// into US currency
Gravatar
Fri Jan 02 08:48:28 -0800 2009
1
2
3
module States
  def self.abbreviation_for(state)
    LIST.invert[state]
Gravatar
Fri Jan 02 07:14:41 -0800 2009
1
2
3
require 'colored'
 
def banner(title, pad = 85)
Gravatar
Wed Dec 03 15:28:28 -0800 2008
1
2
3
template(:rph) do
  gem 'RedCloth'
  gem 'mislav-will_paginate'