Displaying 20 results from an estimated 4000 matches similar to: "API of scriptaculous"
2008 Jan 14
13
prototype/script.aculo.us ecosystem
Recently errtheblog (http://errtheblog.com/) put up a nice post about
jQuery. Putting aside all the assertions about cleaner code and fewer
lines of code than with Prototype, the one thing that struck me from
his (and others'') writing and from direct inspection is this: jQuery
seems to have a more of an ecosystem surrounding it. That is, more
plugins, widgets, locked-and-loaded
2006 Jun 24
10
Looking for Javascript IDE
Hi everyone!
I am looking for a good Javascript IDE. Complete code-completion, should
understand object oriented models and anonymous functions.
Any suggestions?
PS: Im on windows.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jun 24
6
Few questions
I apologize if these questions are not relevant to Scriptaculous. I
just want to get a general idea if I can acomplish some or all of
these things with the framework, and then what (if any) I''ll need to
do outside just using javascript.
For now, I have 2 column layout. On the right I want a form palette
where form elements can be dragged to the left column. I have a form
inside the
2006 Sep 30
3
Builder.node, each() and Event.observe - Help!
Hi all
I am trying to get the following code working but somehow it doesn''t..
Please help me.
------------ snip ---------
Ajax.Request(''/json/images/''+query, {
onComplete:function(xmlhttp,json)
{
if(json.TotalResults != 0) {
json.Item.each(function(item)
{
$(''out'').appendChild(
2006 Jun 15
12
Why such bad performance with IE ?
Regarding DragDrop
I am wondering what the deal about Internet Explorer 6 is. My application is
near to final and now while testing browsers all but the IE6 are running as
supposed to. Any other browser is performing smooth movement while IE
compared provides a very bad expirience. I''ve seen some "tuning" infos on
this list but they are either outdated or not actually working
2006 Jun 16
4
can someone please show me how to feed a drop down ....
Hi there...
I have a html page that i have to use as a template page for an exucuting
CGI file. (search engine). that source can not be modified on that CGI.
The CGI file pulls in the template file and provides a way to format the
resulting CGI output. (the htm template have has CSS in it to formate the
CGI resulting page)
of cource with html being stateless .. i have no way to put a feed drop
2014 Jul 15
1
samba print server and driver snmp request
Hi,
I try a samba print server like it's explain on the wiki
https://wiki.samba.org/index.php/Samba_as_a_print_server
It's work fine for many printers but some windows drivers try to make
SNMP request towards the printer.
Is there a way to route the SNMP request between the windows driver and
the printer through Samba and Cups ?
Thanks
Cyril
2012 Jul 18
1
Puppet modules for Ceph
[Note: This message has also been sent to ceph-devel@vger.kernel.org &
puppet-openstack@puppetlabs.com]
Hi,
I''m currently working on writing a Puppet module for Ceph.
As after some research I found no existing module, I''ll start from
scratch but I would be glad to hear from people who would already have
started working or this or having any idea or pointers regarding this
2007 Jan 19
7
Prototype.js: Is there an "in_array"-like function?
Hi
i was wondering if there is a quick way to search for a item within an
array. Here is my approach for this functionality. It''s an prototype
for an Array method called "has":
Array.prototype.has = function(needle) {
for (var i=0;i<this.length;i++) {
if(this[i] == needle){ return true; }
}
return false;
}
var someArray = [''jim'',
2006 Jul 16
3
Bug in mongrel_cluster
Anybody know where to submit a bug for mongrel_cluster.
Thanks
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2007 Sep 06
2
Wordpress Javascript Index Loop
I want to use javascript to display the categories that the post is
filed under when a icon/image is clicked. The list of categories
should expand at the bottom of the post under the icon(s).
This works great on the single post page, but the index (main) page
lists 10 posts, and it will only work on the first post. No matter
what post icon is clicked the first post expands. I think I
understand
2006 Feb 22
1
Gram-Charlier series
Good day everyone,
I want to use the Gram-Charlier series expansion to model
some data. To do that, I need functions to:
1) Calculate 'n' moments from given data
2) Transform 'n' moments to 'n' central moments, or
3) Transform 'n' moments to 'n' cumulants
4) Calculate a number of Hermite polynomials
Are there R-functions to do any of the above?
2007 Mar 23
7
Lightbox-eske Dialogish Object
So, one of the things I''ve always wanted to do was expand upon the
simplicity of the Lightbox Gone Wild! object that the coders at
www.particletree.com put together months ago. I used it on an
application I wrote to organize my own picture albums on my localhost
web server, but I had to hack it apart to get it to do the things I
wanted it to do. I looked at the Prototype Window
2006 Jun 13
3
Weird flicker effect in IE6 (sortables)
Hello everyone
I have made some strange expirience yesterday. I have an unordered list with
sortable list items (basic). Within these are various contents (forms, divs,
more lists) etc..
Now on only some of them the whole page (all text) begins to flicker /
redrawn in Internet Explorer 6 if i pick up a dragable and move it above its
original position (like moving it above the ghost of the
2007 May 15
1
Effect.dropout and Too Much Recursion Error
Hi,
I need some help again. :-)
I have "Too much recursion error" prototype.js line 1288,
I heve this error when I try to use Effect.dropout (script.aculo.us)
if I remove table ID, there is no error, and the effect works fine
(remove the tr from table)
But I need this ID assign to this table, as table ID is used by other
effect (Builder.node)
Please help ....
Thanks
YUAN
Here is
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).
2006 Jun 30
1
Empirical CDF
Good day everyone,
I want to assess the error when fitting a Gram-Charlier
CDF to some data 'ws', that is, I want to calculate:
Err = |ecdf(ws) - GCh_ser(ws)|
The problem is, I cannot get the F(x) values from the
ecdf.
'Summary(ecdf())' returns some of the x-axis values,
but how do you get the F(x) values?
Thank you for any help you can provide.
Regards,
Augusto
2013 Dec 18
4
Linux client of the domain
Hello,
I think I'm starting to understand how Linux client can be integrated
into a samba domain.
Tell me if I'm wrong :
Linux clients don't need Samba for authentication, only the ldap part of
samba.
sssd through kerberos get information from ldap. If the user is known or
get the right, he can log.
So why should I need to install winbind and samba4 on the linux client ?
Is it
2007 Dec 18
4
Using MysqlPool Application 1.4
Hi,
Since I've upgraded to Asterisk 1.4 I can't use a MySQL database anymore
for select queries :-(
I'm using dbquery from MysqlPool Application 1.4 and selecting something
from a table returns nothing even if I try to do a query like
"SELECT 1;"
Is anyone in the same troubles ? Do you advice me another solution to
connect to my database ?
For information, I'm using
2019 Feb 06
4
Freepbx / Asterisk PJsip multipe devices
Hello,
I have some user that had have a hardwarephone and an softphone. I use
pjsip driver and set "Max Contacts = 2" to have register both at the
same time.
But Only the softphone is ring. the hardware phone is mute.
How can i fix this?