ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2  ...  6 7 8 9 10 11 12 13 14 Next »
7
Date Submitted Thu. Mar. 6th, 2008 3:09 AM
Revision 1
Scripter Fordiman
Tags JavaScript | parse_url | PHP
Comments 0 comments
Simple. It's parse_url, from PHP, implemented in Javascript. Seen a lot of similar ones around the web, but they were all bulky code and none of them took advantage of the RegEx parser in JS.

Applied as a member of the String prototype, so just call as myURL.parseURL(); Will return a named object with naming identical to that of PHP's function.

Additional: if first argument is present, will break the querystring up into name/value pairs, unescaped, and return that instead of the raw querystriing.
3
Date Submitted Mon. Aug. 11th, 2008 11:43 PM
Revision 1
Scripter Fordiman
Tags JavaScript | sqlite | xul
Comments 0 comments
Dead simple interface for structured SQLite access within XUL, using Mozilla's SQLite Storage API.
2
Date Submitted Mon. Aug. 11th, 2008 11:50 PM
Revision 1
Scripter Fordiman
Tags analytics | drop | google | in | JavaScript
Comments 1 comments
Forgive the formality here; this is one of my professional scripts.

Analyte 1.0 (c) 2008 Bryan Elliott
Purpose:
Simplify inclusion of Google Analytics into any site, add GA tracking to non-HTML links, and reduce 'blocking' action of Google Analytics scripts.

Use:


License:
Unlimited license granted to Abacus Studios, Inc. and I-Site, Inc.
All other parties licensed under CC-BY-SA-3.0:

Creative Commons Attribution / Share Alike 3.0 US
Fulltext and synopsis at
http://creativecommons.org/licenses/by-sa/3.0/us/

This license need not appear in minified or otherwise compressed forms
of this script, so long as the script is in active use by a web site or
application, and no other credit is claimed.
-1
Date Submitted Wed. Mar. 18th, 2009 5:24 AM
Revision 1
Scripter mycodeofshailendra
Tags JavaScript | Security
Comments 0 comments

alert("HI")
2
Date Submitted Wed. May. 6th, 2009 3:37 PM
Revision 1
Scripter Fordiman
Tags checkbox | drag | JavaScript | jquery
Comments 1 comments
Essentially, lets your users click a whole line of checkboxes by clicking the first and dragging down the line.

This is a crop-in script. That is to say, include it on your page, and you need do nothing else. Even primitive event handlers (element.onchange, for example) are supported, with no action on your part.

A demo of it in action is on my hosting:
http://fordi.org/test/checks.php

This is the jQuery-compatible version. The libless version will be up soon.
3
Date Submitted Wed. May. 6th, 2009 3:40 PM
Revision 1
Scripter Fordiman
Tags checkbox | drag | JavaScript | libless
Comments 0 comments
Essentially, lets your users click a whole line of checkboxes by clicking the first and dragging down the line.

This is a crop-in script. That is to say, include it on your page, and you need do nothing else. Even primitive event handlers (element.onchange, for example) are supported, with no action on your part.

A demo of it in action is on my hosting:
http://fordi.org/test/checks.php

This is the libless version; that is to say, it is independent of and doesn't interfere with any Javascript libraries, such as jQuery, Prototype, MooTools, etc.
3
Date Submitted Mon. Jul. 6th, 2009 3:00 AM
Revision 1
Scripter Cloudgen
Tags JavaScript | jquery | property | Prototype
Comments 0 comments
Add property to Javascript Obj in "jQuery Style", see detail:here
3
Date Submitted Mon. Jul. 6th, 2009 3:18 AM
Revision 1
Scripter Cloudgen
Tags function | JavaScript | Lazy
Comments 0 comments
This is a prototype version of, Oliver Steele's "One-Line Javascript Memorization". For brief discussion, go to here
3
Date Submitted Mon. Jul. 6th, 2009 10:13 PM
Revision 1
Scripter Cloudgen
Tags Cross | JavaScript | Server
Comments 0 comments
a script that is able to load a remote script located in other server anytime it is need. See illustration
3
Date Submitted Tue. Jul. 14th, 2009 4:34 AM
Revision 1
Scripter Cloudgen
Tags Class | JavaScript | query | String | URL
Comments 0 comments
This function is quite useful in accessing the query string, host, path and filename obtained from an url. See detailed discussion in A javascript class for retrieving query string
« Previous 1 2  ...  6 7 8 9 10 11 12 13 14 Next »