Displaying 20 results from an estimated 3000 matches similar to: "script.aculo.us Design Patterns"
2005 Sep 28
0
Prototype / script.aculo.us / XSLT 2.0
Here''s an blog on how I''m using Prototype and script.aculo.us...
http://engrm.com/blogometer/2005/09/28/relay-and-javascript-generators/
If anyone is interested in generating views and models for
script.aculo.us controllers in XSLT 2.0 please let me know.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
-
2005 Sep 21
2
Tutorials, Howtos
Are there any tutorials or howtos on scriptaculous or Prototype?
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
2005 Sep 21
0
Other JavaScript Forums
Are their other forms for Prototype and script.aculo.us
developers? Know I''ve asked before, but I''ll ask again. Make
sure I''m not missing anything.
Thanks.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
2005 Sep 21
2
Result Documents XML or JSON?
My Java servlets can generate both JavaScript objects, like
JSON, and XML. I can generate both pretty easily.
What''s best practice for AJAX responses? Return scripts to be
evaled by the Ajax control, or return XML documents and iterate
them using XML DOM?
Thanks.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
-
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 Sep 26
0
Expando? Bubble?
The last time I worked with DHTML I found myself using a lot of
expando properties. I''d set properties and event handlers on an
element, and I''d handle events in one place.
I see that there are a lot of JavaScript objects created in
scriptaculous, and I''m not seeing expandos yet.
I found it much easier to treat the document as a data
structure
2008 Feb 18
6
inheriting static/class methods with new prototype.js class creation
Hey all.
I want something like this to work:
var Foo = Class.create();
Foo.myStaticMethod = function(){alert("I''m a static method!")};
Foo.myStaticMethod(); // works
var f = new Foo();
f.myStaticMethod(); // doesn''t work, but that''s good--I don''t want it
to
var Bar = Class.create(Foo);
Bar.myStaticMethod(); // doesn''t work, undefined :(
2007 Mar 04
23
Sound support for script.aculo.us
Hi all,
I''ve added a new library called sound.js to script.aculo.us, which
allows for playing (mp3-based) sound effects. It works without using
Flash, by using IE''s internal sound playback mechanism (BGSOUND) and
falling back on using whatever plugin is used for audio/mpeg on other
browsers (in real world terms, this means QuickTime or a QuickTime-
compatible plugin).
2005 Sep 19
5
accept on Sortable
Hi all,
I am working on a Google Suggest Like thing, where you can add / remove,
drag n drop ... mini-apps, it is nearly done but I need some advices
(here it is if you want to check it :
http://dev.karibou.org/default/edit ).
I am using Sortables, is it the best way to do it ?
I needed to modify the Serialize function cause I didn''t like the way I
had to id my elements. Sorry, the
2006 Feb 27
0
script.aculo.us/mir.aculo.us outtage
FYI:
Due to some work on the server hosting script.aculo.us (and
mir.aculo.us),
both sites won''t be available on Friday starting about 9:00am UTC for
about
3-4 hours.
-Thomas
2006 Apr 10
10
Prototype Ajax - How to pass my own params to onComplete ?
Sorry if this has been covered before, i can''t imagine it hasn''t, but
i''ve been unable to find any information on it.
Can i pass my own parameters to the onComplete function specified by
Ajax.Request ?
My basic setup is i have an html element triggering an event (the ajax
update).
I have additional information encoded into the element about how it
should handle
2005 Oct 01
3
storing state in cookies using scriptaculous
Hi All,
So I''m using scriptaculous in rails to allow opening and closing of
messages in a threaded forum without the need for reloading the entire page.
What I was wondering was if there was some way to store the state (which
messages are open and which are closed) in a cookie or something, so
that when the user does reload the page the messages won''t all be reset
to their
2005 Jul 06
16
Autocompletion not working in Konqueror
I''ve just had a look again at the autocompletion demo that Thomas put up
at
http://script.aculo.us/demos/ajax/autocompleter
Unfortunately, in Konqueror (3.4.1) it doesn''t work at all. Not even an
error is triggered. It does work nicely in Firefox. How about Safari?
I don''t have the time right now to track this down systematically (maybe
latter), but just from
2005 Aug 04
10
Rails Spin-offs WIKI.
http://rails-spinoffs.bombdiggity.net/index.php?title=Main_Page
guys here is the wiki. Once you register let me know and I''ll give you
full access to the site.
Jon
Jon Whitcraft
Online Services
(317) 492-8623
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Aug 31
0
script.aculo.us patches and bug reports got a new home
Heya,
As handling the bug reports and patches through the list and some
obsure wiki pages became ever more complicated,
I can gladly announce that from now on patches and bug reports are
handling at the Ruby on Rails trac.
There''s a new component called "script.aculo.us" that should be set
on all bug reports and patches that affect script.aculo.us.
Please do not use the
2006 Jan 10
2
WHAT IS SCRIPT.ACULO.US?
Hi,
Can anybody tell what is script.aculo.us? like whether it is an java
package, javascript package, javascript library or something else,
Pls clear my doubt.
With Regards
Rupa
**********************************************************
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter"
to my harddisc inclusive all .js and .css.
Then I changed "new Ajax.Autocompleter(''contact_name'',
''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})"
to
"new Ajax.Autocompleter(''contact_name'',
2005 Oct 05
0
script.aculo.us and jspkg
Hey guys,
I''m the author of the recently-released Javascript package loader,
jspkg, that was just released to Sourceforge. I''m trying to judge
interest in using this library loader for various unobtrusive Javascript
libraries like script.aculo.us.
jspkg requires very minimal changes to the included source files and
most libaries won''t require any code to be
2005 Jul 14
1
Dropping on empty script.aculo.us sortable lists
I have a need to have two sortable lists with the ability to cross drop
items between the list. I am using the
script.aculo.us<http://script.aculo.us>library. All is well until I
empty one of the lists completely out, at which
time I cannot drop anything in to the empty list. I have used CSS to set the
height of the <UL> so I have a large target to drop on.
In my efforts to make it
2006 Mar 26
2
script.aculo.us 1.6 beta
Heya,
The script.aculo.us SVN repositiory now holds the 1.6 beta.
This version is mostly a refactoring/bugfix release, and marks the
switch over to
Prototype 1.5 (Prototype 1.4.0 is no longer supported). The required
prototype.js
file is included (lib/prototype.js) of course.
Changes since 1.5.3:
* Prepare for script.aculo.us 1.6, add Prototype 1.5 requirement and
check that