Displaying 9 results from an estimated 9 matches for "razorstream".
2005 Aug 25
17
IE and the activeX security warning
I''ve been testing my page, which not only includes my new slider code
but the drag and drop code as well. You can see it here:
http://hoover.razorstream.com/preference.htm
My issue is that in IE, I get the annoying security warning across the
top saying ''IE has restricted this file from showing active content that
could access your computer''. If I allow the content then everything
works fine, but I''m concerned users...
2005 Sep 30
5
Converting text into a javascript array
Hey Guys,
I know this isn''t specific to scriptaculous libraries but it''s something
that I''m exploring as I use the ajax functions in prototype. My
application server is not rails but java and I was thinking of returning
a javascript array in the ajax response. When I get back my response is
it, of course, text and I''m not sure how best to convert it into
2005 Sep 27
3
Too much recursion
Hey Guys,
I''ve just encountered this error in Firefox will I pulled the latest
scriptaculous rc into project. Sadly, I don''t have a linkable page for
you to look over at the point. My question is what is this error
exactly? My code before this never got it but now it does. My few
searches suggest it''s the browsers way of keeping infinite loops from
happening
2005 Aug 18
8
Extending a js class
It''s been a few days since I posted my last two emails (of which, no one
replied to) so I''ve gone ahead and coded a working slider class as well
as a ''resizeable'' class that allows a user to drag and resize the
element. I also linked these two together as I want to have slider
behavior that can resize the resizeable element. The end result is both
the
2005 Aug 15
0
Scriptaculous - Sliders and resizing images
Hello,
I''m new to Ajax and Web 2.0 development and I noticed that one of the things I want to hook up first are on the wish list for scriptaculous. Hopefully, I''ve sent my questions to the right place. Has anyone done any work so far on sliders with the prototype.js library? Also, I would like to resize an image/div on the page. I see we have some functions for resizing
2005 Aug 17
2
CumulativeOffset
Hey All,
I have a fairly basic question about the prototype.js library. First,
I''ve been looking for documentation on this and I have yet to find it.
If any of you know of any, please let me know. Since I''m new to both
the scriptaculous and prototype libraries could someone explain why I
would want to use the cumulativeOffset method and not to just grab the
offset off
2005 Aug 22
1
Event keycodes
I''ve been looking for a list of all the keycode constants for the Event
object. Does anyone have a link to one? Specifically I''m looking for
the page up, page down, end and home keys.
Cheers,
Marty
2005 Aug 30
4
Java with Scriptaculous
I know that the prototype library was paired with Rails but I''m curious
if anyone has used the ajax part (of the libraries) with java servlets?
If so could you please point me to some examples or documentation.
Cheers,
Marty
2005 Sep 15
4
Scrolling Tables/Divs?
Is anyone working on a scrolling table or div such as the openrico
livegrid demo? I''m looking to develop (much like smashbox''s scrolling
images) a collection of thumbnails that you can scroll horizontally.
I''ve got a non-prototype.js example but I wanted to check to see if
anyone was closer than I to this.
BTW, I will be finishing up my slider code shortly and