search for: holoweb

Displaying 18 results from an estimated 18 matches for "holoweb".

Did you mean: folowed
2005 Sep 14
3
Effects.Scale and form input elements
...;script> new Effect.Scale($(''UiLocaleSelect''), 100, { scaleContent: true, scaleY: false, scaleX: true, scaleFrom: 0}); </script> -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie Founder, Zotech Software: http://www.zotechsoftware.com/
2005 Sep 18
3
Attaching effects during onload
...refers to the last thing it was set to during doOnLoad() due to Javascript''s lexical scoping rules. I''ve managed to work around it by using the ugly parentNode.parentNode... construct, but is there a better way? -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie Founder, Zotech Software: http://www.zotechsoftware.com/
2005 Aug 24
4
scriptaculous: Draggable and table rows
...the image out of row one, but can''t drag the table row at all (dragging greys it out, but it stays in place.) I''m using 1.1beta1 w/ the prototype 1.4.0_pre2 distribution from scriptaculous. Any hints appreciated! L. -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie Founder, Zotech Software: http://www.zotechsoftware.com/ -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie Founder, Zotech Software: http://www.zotechsoftware.com/
2005 Oct 18
3
Ajax.Request / XmlHttpRequest details
...ress bar as the AJAX request is processed. So, ideally, I''d like onComplete to called every so-many-bytes of response data, so I don''t have to compare the length of responseText to the Content-length header ;-) L. -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie Founder, Zotech Software: http://www.zotechsoftware.com/
2005 Dec 22
2
using slidedown and slide up in a multiple level menu
can someone take a look at a menu I am trying to build using slideUp and slideDown. I finally got it working in IE and now in Firefox, it works fine on the first level, but not on the submenus. They just slide over the top of the divs that follow them. Where am I going wong? http://mod.dreamchasers.com/menutest.php Thanks! Chad _______________________________________________
2005 Nov 19
16
Looking to develop for scriptaculous
Hello All, I have just joined rails-spinoffs mailing lists and I would like to introduce myself. My name is Casey and I am a professional Web and J2EE developer currently working out of New York. I am very interested in contributing to the Scriptaculous javascript library. For the past few months I have been using certain functions in the library and I have to say that it has taken my
2005 Dec 08
2
bounce effect
Hi, I was wondering if anyone has seen (or completed) an effect to make something ''bounce'' like icons do in the OS X dock when you launch them? Something that looks like there''s a bit of gravitational behavior to it? Thanks, Trevor Trevor Squires http://somethinglearned.com
2005 Oct 26
0
Draggable option elements
...39;t visible once you drag them outside those bounds. The drag and subsequent drop on the other list still works, it''s just that the option being dragged isn''t visible... Is there any way to fix that? Thanks, L. -- Laurie Harper Open Source advocate, Java geek: http://www.holoweb.net/laurie Founder, Zotech Software: http://www.zotechsoftware.com/
2005 Sep 20
1
Tabular structure where you can use keyboard to navigate up and down
Need some help in creating a table structure such that I can use the keyboard up/down keys to move through the rows. Can anyone give me a pointer to this? So, if I have 5 row in the table, I want to be able to use my keyboard to go up and down and select every row (without using the mouse). Thanks, Mandy. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Sep 15
12
Ajax to sockets.
Hello, I am trying to find a way to implement ajax with a given socket server. Basically I have a support system that is fully integrated, but I can not stand the "JAVA" chat client because of the security warning and load time. So I figured I would look towards ajax especially since it has XML capabilites. I have the whitepaper on the socket server, this socket server is on the same
2006 Jan 08
10
Resource Bundle Roundup
...vsey.org/experiments/textareatools/) Others that I have in mind include: - subModal Dialog (http://www.subimage.com/dhtml/subModal/) - Multiple File Uploader (http://the-stickman.com/web-development/ javascript/upload-multiple-files-with-a-single-file-element/) - Javascript Tree (http://www.holoweb.net/laurie/jstree/) - Tooltips (http://walterzorn.com/tooltip/tooltip_e.htm) So the question is, what other invaluable cream-of-the-crop tools would you like to see as drop-in bundled resources for Rails? Regards, Duane Johnson (canadaduane) http://blog.inquirylabs.com/ P.S. The plugin is...
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an Observable registered for it. Something like: <a href="#" id="toggle_1929">show</a> ... Event.observe("toggle_1929", ''click'', function(event){ Element.toggle ("group_1929"); return false; }); ... $("toggle_1929").click(); //this throws
2005 Oct 18
0
RE: Error: "onclick() is not a function"
...ailing list >>> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >>> >>> >>> >> >> -- >> Laurie Harper >> Open Source advocate, Java geek: http://www.holoweb.net/laurie >> Founder, Zotech Software: http://www.zotechsoftware.com/ >> >> >> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyo...
2005 Sep 24
5
Load latency, file count, and a proposal
Hey All, So now that we''re up to 7 files, and hopefully more coming as the project grows, minimizing load latency seems much more important. Maybe it''s time to consider creating a single file distribution, much like what prototype.js is (a concatination of 6 or so other files)? re: packaging suggestions *) scriptaculous_only.js - all of the scriptaculous components w/o
2005 Sep 19
9
Rails compatible JS datepicker -- beta
hi all, I''ve built a simple javascript datepicker for use with Rails. I''m sure others exist, but think this one is quite decent without being overengineered. http://projects.exactlyoneturtle.com/date_picker/ At present there''s no Rails HTML generator method for it; later I will package it in a script/generator, but for now it is quite easy to use with Rails and
2005 Aug 29
9
can a class find out it''s instance name?
Hi friends - a javascript question.... Does the prototype object add some way for a class to find out the variable name of its instance variable? Or does javascript have some built in way to do this? This is confusing to describe - but if I define a variable as some object: var myVariable= new Widget(''fdfa''); can some built-in method inside the Widget class be
2005 Sep 14
13
table sorting/manipulation library?
I have a library I''ve developed that I believe is the most flexible and useful table sorting/striping/row-selecting library around. Big features: Single and multiple-level sort Arbitrary sort criteria (IP address, date, etc.) Works with table headers that are > 1 row or column large Stripe tables and/or enable row selecting Row selecting supports drag-select and SHIFT-click No extra
2006 Jan 03
45
Status of Prototype
Hi *, we are using prototype in Apache MyFaces as our javascript library of choice. Recently, there has been much discussion on our mailing list as to the usability of prototype in a dynamic environments where several javascript libraries are used. The critics of prototype argue that the prototype objects are not namespaced - and that prototype extends basic javascript-objects with method names