wizard04


Member since 06/17/2008

Name: Andy Harrison

wizard04

Location: Woodbridge, VA

54 snippets

5250 profile views

95 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

wizard04's Recent Snippets



1 2 Next »
Modified just a bit. This version includes the Google Chrome beta.
2 727 posted 15 years ago by wizard04
Just some pseudo-code notes about using labels with `break` and `continue` statements.
0 650 posted 15 years ago by wizard04
Highlight an address and click the bookmarklet to open it in Google Maps
1 576 posted 15 years ago by wizard04
In mouseout and mouseover event handlers, use this object to check if the mouse was leaving or entering a "landmark" element. See my [MouseEnter/Leave Handlers](http://snipplr.com/view/8913/mouseenterleave-handlers/) snipplet for a practical use....
3 690 posted 15 years ago by wizard04
Just for a quick copy and paste. A cool Lorum Ipsum generator is at [lipsum.com](http://www.lipsum.com/).
1 604 posted 15 years ago by wizard04
Creates a drop shadow for a div. In IE I can't get `filter:alpha(opacity=__)` to work right, but it degrades gracefully without it so I left it out.
5 758 posted 15 years ago by wizard04
0 637 posted 15 years ago by wizard04
For use with the Firefox Stylish add-on. I put this up on userstyles.org as well - http://userstyles.org/styles/9213. When you edit a snippet, especially with the comment box, the font is large and fancy. This style changes them to a normal, *rea...
0 625 posted 15 years ago by wizard04
0 494 posted 15 years ago by wizard04
0 503 posted 15 years ago by wizard04
(Created for JavaScript) These are rather forgiving. Spaces, dashes, or periods are allowed as separators. Extensions can be recognized by several strings (#, x, x., ext, ext., extension). Area code: $1$2 Exchange code: $3 Station code: $...
1 971 posted 15 years ago by wizard04
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 625 posted 15 years ago by wizard04
Convert a number to a different base.
0 643 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 443 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 698 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 479 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 604 posted 15 years ago by wizard04
(Supported by JavaScript, maybe other languages)
3 5028 posted 15 years ago by wizard04
1 2 Next »