search for: jbhv

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

Did you mean: jbh
2006 Jan 25
16
Slideshow beta
...ge the transition effect: http://rachel.kathihill.com/?effect=random (slide, blind, appear, and grow are the other options) You can combine any of those arguments. There are links on the page to show the controls available. (play, pause, etc). The code is at: http://rachel.kathihill.com/content/jbhv/web/default/js/scriptaculous/sl ideshow.js Any suggestions/feedback are welcome and desired. Thanks, Greg
2006 Mar 08
2
RE: Slideshow
Nope, nothing new. I haven''t had time to get back to it since I last posted the code, but I might over the next few days as there''s a bit of a lull at work. Greg > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of
2006 May 19
10
Content Rotate, unwanted flashing on IE.
I just wrote a stupid little JS object to rotate DOM Elements (mainly images) using Prototype and Script.aculo.us as support. Everything seems to work well on IE and Firefox Linux but on FireFox Windows I am getting a slight flash prior to transition. I was wondering if a effects guru could take a quick look and see if anything jumps out. I can live with the flash for my current project but
2006 Jul 24
15
XML Question
I''ve got an XML file which is pretty well structured. I need to retrieve specific elements from that file to fill out empty HTML elements on a page. I think what I need is xPath? Or - is that overkill? Is there some easier way to locate an XML element? What I have in mind is pulling the XML file using Ajax, then xPath to get the bits I need. Am I on the right path and does