Displaying 2 results from an estimated 2 matches for "js_slideshow".
2006 May 28
0
Making the JS_Slideshow autoplay
I am trying to make the JS_Slideshow auto play through images in the array
http://www.couloir.org/js_slideshow/
I have been looking at the quote fader script used on
http://rubyonrails.com/
all I have managed to do is cycle through the array with the script ,
now images show up and an error is repeated highlighted in the effects...
2004 Nov 19
18
SingleTableInheritance Considered Harmful
Here''s the text of a quick note I''ve added to the Inheritance wiki page.
I''m actually proposing that it would be a good idea to drop automatic
single table inheritance and force people to declare it explicitly.
There are two reasons for this:
1. Implicitly doing it unnecessarially limits your use of
inheritance where you really need it: in your object-oriented