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

« Previous 1 2  ...  6 7 8 9 10 11 12 13 14 Next »
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.
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.
2
Date Submitted Thu. Aug. 20th, 2009 9:53 AM
Revision 1
Scripter Cloudgen
Tags classname | JavaScript | javascript-object
Comments 0 comments
To obtain the classname of every type of javascript object. See discussion
2
Date Submitted Thu. Apr. 15th, 2010 4:16 AM
Revision 1
Scripter Cloudgen
Tags decimalized | JavaScript | obfuscating
Comments 0 comments
alert(99) --> (function(O,o){o(O(97,108,101,114,116,40,57,57,41))})(String.fromCharCode,eval)

This is the way we obfuscate our javascript. Detail explanation see http://www.wretch.cc/blog/cloudgen/26742560
2
Date Submitted Thu. May. 20th, 2010 1:49 AM
Revision 1
Scripter Cloudgen
Tags compiling | JavaScript | Jsc | Rhino
Comments 0 comments
If you are using Rhino, to compile a JavaScript file into java byte code invoke the following class

org.mozilla.javascript.tools.jsc.Main

In most of the time, if we want to compile the JavaScript file, we should start a Rhino session in order to invoke the org.mozilla.javascript.tools.jsc.Main class. This may be trivial if we have to compile a batch of files at a time. Thus, it's better if we can have a command instead of invoking a jar class file. To see how this can be done, please go to Compilation of Javascript File
2
Date Submitted Wed. Mar. 7th, 2007 8:57 AM
Revision 1
Beginner stalkerX
Tags DOM | Element | JavaScript
Comments 1 comments
Remove all children of Object.
1
Date Submitted Tue. Dec. 4th, 2007 10:32 AM
Revision 1
Helper HRCerqueira
Tags JavaScript | Key | Web
Comments 2 comments
A simple, yet powerful (what a clich) way of resgistering javascript keyboard shortcuts. Register any kind of keyboard shortcuts, and if applicable, override the browser default action.

Example usage and more info here:

Javascript Keyboard Shortcut Manager
1
Date Submitted Wed. Mar. 3rd, 2010 10:37 AM
Revision 1
Beginner wizard04
Tags alert | console | debug | JavaScript | object | Popup | Window
Comments 0 comments
An object including a few helpful functions for debugging. Functions displaying popups or alerts are limited to a certain number of consecutive times before asking to continue, in case they end up being called in an endless loop or something.
-1
Date Submitted Wed. Mar. 18th, 2009 5:24 AM
Revision 1
Scripter mycodeofshailendra
Tags JavaScript | Security
Comments 0 comments

alert("HI")
« Previous 1 2  ...  6 7 8 9 10 11 12 13 14 Next »