My Recent Pastes (23 and counting)

All Pasties (over 23 and counting)

Pages: 1 2

Below are summaries of the 8 most recent pasties by Jan Kassens.

June 27, 2007
7:21AM EDT
by Jan Kassens

1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>commands</key>

June 25, 2007
2:12PM EDT
by Jan Kassens

1
2
3
4
5
        //PREVIOUS BUTTON EVENT
        change: function(i) {        
                //ITERATION TRACKING
                var newPosition = (this.current + i).limit(0, this.max); //determine stopping point
                if(newPosition == this.current) return; // no change, hence no effect or change in dom

June 25, 2007
9:54AM EDT
by Jan Kassens

1
2
3
4
5
Index: /Users/jan/webdev/moodev/mootools/trunk/Remote/Json.js
===================================================================
--- /Users/jan/webdev/moodev/mootools/trunk/Remote/Json.js        (revision 696)
+++ /Users/jan/webdev/moodev/mootools/trunk/Remote/Json.js        (working copy)
@@ -30,6 +30,7 @@

June 25, 2007
8:37AM EDT
by Jan Kassens

1
2
3
4
5
/*
Script: Json.js
        Simple Json parser and Stringyfier, See: <http://www.json.org/>

License:

June 25, 2007
7:51AM EDT
by Jan Kassens

1
2
3
4
5
/*
Script: Json.js
        Simple Json parser and Stringyfier, See: <http://www.json.org/>

License:

June 25, 2007
7:50AM EDT
by Jan Kassens

1
        },

June 25, 2007
7:49AM EDT
by Jan Kassens

1
2
3
4
5
/*
Script: Json.js
        Simple Json parser and Stringyfier, See: <http://www.json.org/>

License:

June 18, 2007
6:18PM EDT
by Jan Kassens

1
2
3
4
5
/*
Script: Sortables.js
        Contains <Sortables> Class.

License:

Previous page