jamespadolsey (James Padolsey)

Name
James Padolsey
Email
Website/Blog
http://james.padolsey.com
Location
Hampton, UK
Member Since
Mar 03, 2009 (8 months)

Following 4 githubbers and watching 11 repositories view all →

Public Repositories (11)

  • cssDataRequest

    Cross-domain Ajax via CSS

    legend

    Last updated Mon Sep 14 00:39:54 -0700 2009

  • jQuery-plus

    A collection of addons/plugins for jQuery - mostly overloaded jQuery methods...

    legend

    Last updated Mon Sep 07 07:18:33 -0700 2009

  • satisfy

    "Satisfy" is a development-only utility function that you can use to quickly generate HTML for te...

    legend

    Last updated Mon Aug 24 00:01:39 -0700 2009

  • embedHelper

    "embedHelper" is a tiny helper-library used to aid in the unobtrusive inclusion and execution of ...

    legend

    Last updated Tue Aug 11 14:18:27 -0700 2009

  • mini

    A tiny selector engine; only the essentials

    legend

    Last updated Sun Aug 09 09:19:38 -0700 2009

  • string

    Cool String.prototype additions

    legend

    Last updated Sun Jul 12 11:23:12 -0700 2009

  • debug

    debug.js is an in-browser JavaScript error-reporter

    legend

    Last updated Sun Jun 21 13:36:22 -0700 2009

  • commentData

    Keep per-element metadata in HTML comments.

    legend

    Last updated Mon Jun 15 02:33:56 -0700 2009

  • prettyPrint.js

    An in-browser JavaScript variable dumper, similar in functionality to ColdFusion's cfdump tag.

    legend

    Last updated Sun Jun 07 03:17:55 -0700 2009

  • parseScripts

    A simple abstraction to simplify the process of adding your own JavaScript enhancements. Read REA...

    legend

    Last updated Thu May 21 14:21:51 -0700 2009

  • javascript-dom-general

    Random JavaScript

    legend

    Last updated Sat May 16 14:25:04 -0700 2009

Public Activity feed

jamespadolsey updated gist: 227562 Thu Nov 05 16:42:43 -0800 2009
/* Taken from http://wave.google.com/maintenance/index.html / Google */ var cloudMoved = false;
jamespadolsey created gist: 227562 Thu Nov 05 16:41:55 -0800 2009
var cloudMoved = false; var cloud2Moved = false;
jamespadolsey created gist: 220071 Tue Oct 27 16:29:25 -0700 2009
/** * Returns a list of words (ArrayList) that are anagrams for * the passed word....
jamespadolsey updated gist: 219135 Mon Oct 26 16:23:06 -0700 2009
public void insert(String newWord) { dictionary.add(newWord);
jamespadolsey updated gist: 219135 Mon Oct 26 16:20:56 -0700 2009
public void insert(String newWord) { dictionary.add(newWord);
jamespadolsey created gist: 219135 Mon Oct 26 16:12:06 -0700 2009
public void insert(String newWord) { dictionary.add(newWord);
jamespadolsey created gist: 207904 Sun Oct 11 14:37:23 -0700 2009
<html> <head>
jamespadolsey updated gist: 201983 Mon Oct 05 01:26:36 -0700 2009
/* Make getters return full set if first arg === true */ $.each( [
jamespadolsey created gist: 201983 Mon Oct 05 01:25:30 -0700 2009
/* Make getters return full set if first arg === true */ $.each( [