jamespadolsey (James Padolsey)

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

Following 5 githubbers and watching 13 repositories view all →

Public Repositories (12)

  • cssDataRequest

    Cross-domain Ajax via CSS

    legend

    Last updated Thu Nov 19 17:44:25 -0800 2009

  • jquery

    jQuery JavaScript Library

    legend

    Forked from jquery/jquery Fri Nov 20 10:11:33 -0800 2009

    Last updated Tue Nov 17 11:52:12 -0800 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 forked jquery/jquery Fri Nov 20 10:11:33 -0800 2009
Forked repository is at jamespadolsey/jquery
jamespadolsey pushed to master at jamespadolsey/cssDataRequest Thu Nov 19 17:44:26 -0800 2009
HEAD is f8b28ffccf3146f1a84f5a6f77c1fc99dadb1bf2
jamespadolsey pushed to master at jamespadolsey/cssDataRequest Thu Nov 19 15:53:40 -0800 2009
jamespadolsey created repository Test Thu Nov 19 15:39:31 -0800 2009
New repository is at jamespadolsey/Test
jamespadolsey created gist: 236004 Mon Nov 16 06:11:07 -0800 2009
var script = document.createElement('script'); var code = "alert('foo');";
jamespadolsey updated gist: 235501 Sun Nov 15 14:02:56 -0800 2009
/** * Random number generator, never returns the same number * more than once, only returns int...
jamespadolsey updated gist: 235501 Sun Nov 15 13:57:45 -0800 2009
/** * Random number generator, never returns the same number * more than once, only returns int...
jamespadolsey created gist: 235501 Sun Nov 15 13:55:38 -0800 2009
/** * Random number generator, never returns the same number * more than once (only returns int...
jamespadolsey updated gist: 234211 Fri Nov 13 13:56:45 -0800 2009
// "elem" is an element within the document, visible to the user elem.style.display = "none";
jamespadolsey created gist: 234211 Fri Nov 13 13:56:35 -0800 2009
// "elem" is an element within the document, visible to the user elem.style.display = "none";
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( [