Public Gists by jim

Gravatar
Thu Jun 25 13:11:39 -0700 2009
1
2
3
$(function() {
 
    if($.cookie('state') == 'hidden') {
Gravatar
Sun Nov 30 09:48:38 -0800 2008
1
2
3
<?php
 
// setup your database connection
Gravatar
Sun Nov 30 09:30:08 -0800 2008
1
2
3
define('TWITTER_USERNAME', 'testfacer'); // your twitter username
define('TWITTER_PASSWORD', 'testfacer'); // your twitter password
 
gist: 29422 From http://www.usps.com/nc...
Gravatar
Wed Nov 26 07:42:16 -0800 2008
1
2
3
# includes some technically sovereign countries that are on the official USPS list
# as well as territories
 
Gravatar
Fri Oct 17 08:08:39 -0700 2008
1
2
3
$("div#featured_navigation a").click(function () {
    $(this).effect("highlight", { color: "#a7d6ee" }, 500);
    var id = '#' + $(this).attr('id').replace('_nav', '');
gist: 14116 blog post: http://autonomou...
Gravatar
Wed Oct 01 09:45:40 -0700 2008
1
2
3
it "should wrap with a div" do
  input = <<-HTML
    <p>
gist: 14111 blog post: http://autonomou...
Gravatar
Wed Oct 01 09:24:01 -0700 2008
1
2
3
module Spec
  module Matchers
    module Markup