1 2 3 4
function toHTML(code) { code = removeTags(code) code = convertTables(code) ...
JavaScript Markdown-like editor
1 2 3 4
javascript: popw=window.open('','Tarpipe micro-post','width=800,height=150'); popw.focus(); ...
JavaScript Tarpipe to twitter, jaiku a...
<a href="http://tarpipe.com...
1 2 3 4
function odump(object, depth, max){ depth = depth || 0; max = max || 2; ...
JavaScript Recursively dump an object
Given an object, iterate th...
1 2 3 4
/* Example Usage: new ImagePreloader({ ...
JavaScript Image Preloader
by getopenid.com/deleteme,
December 26, 2007 20:34,
No refactoring, tagged with javascript, image, preloader, images
I'm looking at the 'createI...
1 2 3 4
function thousdands(num, decpoint, sep){ if (arguments.length == 2) { sep = ","; ...
JavaScript Thousands
Formats numbers with thousa...
1 2 3
//function that loops through the elements function __validateForm(theform){ ...
JavaScript Simple form validator with ...
by eljota,
November 11, 2007 10:32,
4 refactorings, tagged with js, javascript, form, validation, regex
This is a real simple form ...
1 2 3 4
#Functions [javscript] var ms = 0; var state = 0; ...
JavaScript Stop Watch
by richardhealy,
October 27, 2007 13:31,
3 refactorings, tagged with time, clock, speed, test, javascript
I use this to test speed of...
Hey all, I've created a Mar...