wizard04


Member since 06/17/2008

Name: Andy Harrison

wizard04

Location: Woodbridge, VA

37 snippets

5419 profile views

95 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

wizard04's Recent SnippetsTagged javascript



1 2 Next »
When there's a URL on a page that's not a link, just highlight it and click this bookmarklet. The URL will open in a new window. If there are multiple selections (e.g., if you've selected something in each of two frames on the page), they will eac...
1 638 posted 15 years ago by wizard04
Convert a number to a different base.
0 661 posted 15 years ago by wizard04
Select some text, click the bookmarklet, and the definition(s) will open up in [Ninjawords](http://www.ninjawords.com). [Ninjawords](javascript:(function(){function%20t(f){try{if(f.getSelection)return%20f.getSelection().toString(&#...
0 450 posted 15 years ago by wizard04
`Events.add(element, type, handler)` adds a handler to an element `Events.remove(element, type, handler)` removes a handler from an element `Events.getTarget(event)` or `Events.getOrigin(event)` returns the element from which the event originat...
1 713 posted 15 years ago by wizard04
Functions to use the clipboard. Requires a Flash file for non-IE browsers: see [http://javascript.internet.com/forms/clipboard-copy.html](http://javascript.internet.com/forms/clipboard-copy.html) Remember to set `config.Clipboard.pathToFlash` a...
1 491 posted 15 years ago by wizard04
Useful functions to get around browser incompatibilities when working with stylesheets. If you find any errors, please leave a comment.
0 614 posted 15 years ago by wizard04
(Supported by JavaScript, maybe other languages)
3 5066 posted 15 years ago by wizard04
1 2 Next »