search for: mad4milk

Displaying 4 results from an estimated 4 matches for "mad4milk".

2005 Nov 21
1
Re: Rails-spinoffs Digest, Vol 6, Issue 27
has anyone checked out : http://moofx.mad4milk.net/#introduction pretty cool stuff - nothing u can''t do in script.aculo.us, but interesting nevertheless cheers j -- ___________________________________________ Graffiti.net free e-mail @ www.graffiti.net Play 100s of games for FREE! http://games.graffiti.net/ Powered By Outblaze
2006 May 09
12
prototype: leak with Element.extend
Had a nasty memory leak that was seriously slowing down the browser and eating up a couple megabytes every reload. I was using: $$(''.dyntable'').each(function(elm) { new DynTable(elm) }); To set up my behavior, but discovered that just running: $$(''.dyntable''); Caused the memory leak all by itself. The fix I found for it was to change Element.extend to a
2006 Jan 26
0
lightweight effects with prototype
i came across this today and thought some people might find it useful. Its a 3Kb somewhat replacement for effects.js it looks like. If all you need is basic effects, at 3KB you cant beat this little JS helper. http://moofx.mad4milk.net/ Enjoy adam
2007 Nov 07
5
Prototype error - iterator is not a function
I''m starting to learn to use Prototype (v1.5.1.1) along with Mootools. However I keep bumping into the same problem: All of the inserts result in the error "iterator is not a function" at line 542 of Prototype memo = iterator(memo, value, index); Am I missing something obvious here? I''m wondering if there''s an incompatibility between Prototype and Domino