JavaScript ARCHIVE
Hiding and Display Table Rows Dynamically - Blog Entry
"So today I needed to update some existing code and hide a part of a table using JavaScript. The short of it being, that based on another element on the page they wanted to hide a part of the table.
Technically I could have broke the table into two sep..."
Posted Wednesday, December 05, 2007 @ 1:55:32 PM |
0 Comments
Tiny Tool Tip JavaScript - Blog Entry
"Tiny Tool Tip - Creates a small tool tip on the fly. Can be used with virtually any HTML element or JavaScript event.
License
Attribution-NonCommercial-ShareAlike 3.0
Syntax
Add the following to the element you wish the tip to work with:
o..."
Posted Friday, April 20, 2007 @ 10:42:17 AM |
0 Comments
ShortURL - Shortens Long URLs - Article Entry
"One of the interesting things about writing your own Blog software is seeing all the ways people break it. One of the most frustrating things is containing long strings of text, mostly because there is no easy way to force word wrapping outside of the IE ..."
Posted Wednesday, March 07, 2007 @ 10:53:45 AM |
0 Comments