Displaying 20 results from an estimated 38 matches for "mowqitti3gbl57midrcfdg".
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 Apr 28
4
The Ajax Experience
Anyone on the list going to The Ajax Experience in San Francisco May 10?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
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
2005 Dec 17
17
problems with quotes and escaping
First of all I''d like to say thanks for all the great work everyone has put
into scriptaculous,
I''m having a lot of fun playing with the framework, and easily moving into
Web 2.0 territory.
I''ve just hit a snag on my project though.
So here''s my code:
...
var newEvent=
"<div
2006 Dec 13
4
Effect.Opacity on Firefox Mac Dims text
Hey everyone,
I have a series of thumbnails that have a loading overlay placed over
them when they''re clicked on. The overlay is set to an opacity of .7..
.The onclick code looks basically does this:
var loading = document.createElement(''div'');
loading.id = ''loading_image'';
$(loading).addClassName(''thumb_loading'');
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
6
Bug in Effect.Highlight ?
Hi All,
I''ve just discover scriptaculous and it is a really good library. Even
if I have some difficulties with short syntax in javascript code :/
I have a strange behaviour with Effect.Highlight, and as it''s said on
bug report page :
"It''s also a good idea to discuss this on the Mailing List beforehand,
maybe it''s already known and in the works, or it
2006 Apr 27
14
cleanWhitespace and parentNode
Hey cats,
I seem to have ran into a problem in IE trying to use parentNode with
the cleanWhitespace method.
doing something like:
var div = $(''mydiv'');
Element.cleanWhitespace(div);
works really great, but try doing:
var div = $(''mydiv'');
Element.cleanWhitespace(div.parentNode);
or
var div = $(''mydiv'');
div = div.parentNode;
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 Mar 09
3
Runtime Error
Hi all,
Can anyone tell me why this line of code works in FF but not IE??
function stuff(id){
record_id=$(id);
record_id.innerHTML = "foo";
}
I get a ''Runtime Error''.
--
-----------------------
Iggy Sandejas
Web Developer
0419 485 252
D-Frag Solutions
http://www.dfrag.com.au
-----------------------
2005 Nov 07
2
Font rendering in Firefox after effects
Hi all
I''ve started using some of the scriptaculous effects here, and have
noticed something weird. Whenever I use one of the effects, it causes
many of the fonts on the same page to rendered with a lighter weight
(ie: "less bold").
Has anyone else noticed a similar effect in Firefox? I use 1.5b1 on
Mac. This seems to be a common bug in moz-based browsers, as Camino
does
2006 Mar 02
3
Hey How did they do that?
I''ve seen web apps where cells within a table column can be highlighted by
dragging over them. NumSum does this. Any ideas on how this is achieved?
When I try to select cells in a column by dragging over them the text within
rows gets selected as well.
Take Care
--
Aneesha
_______________________________________________
Rails-spinoffs mailing list
2006 Jan 04
17
Scriptaculous + Prototype shrunk to < 50Kb
Maybe I''m anal but I like fat-free JS, so I pulled the Proptotype and core
Scriptaculous files into one single JS file at 49Kb.
It''s "packed" so if you care about that kind of thing, it''s also
"obfuscated".
Download from my personal site at www.alistercameron.com.
- Alister
PS. Of course this is the current version as posted on the
2007 Jun 19
4
Can't load swf files with Ajax.updater
Hello,
When I use the normal object tags to embed a swf file, the flash file
turns out blank by using the ajax.updater function to load a swf file
(both IE and FF). With swfobject nothing comes up at all.
Is this a bug or is there another (better) way to load a flash file by
using updater?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message
2006 Mar 29
3
V1.6.0 is not stable in IE...
Hi, I tried using v1.6.0 of the scriptaculous libraries (including
latest prototype library) in one of my existing apps that uses the 1.5.1
version, and found that IE 6 was very unstable. Actions get slower and
slower over time until the page is basically unusable. This continues
until the browser window closes - a page refresh does not solve the
problem. I can''t provide the exact code
2005 Dec 18
3
JavaScript question
Hi guys,
I know this is not the perfect place to ask this question, but I''m
struggling with object-oriented javascript and event-handlers and you
guys are probably the only ones adept enough to help me out with this.
I have this calendar code I hate (and still have to maintain ;) and
wanted to change it to use object-orientation.
So I have written a JavaScript-class called
2006 Mar 01
4
rant on browser makers (was something about updating TD''s)
> Oh is Gecko == Mozilla? Oh well, can''t keep them straight. As far as
I''m
> concerned there are only 2 browsers worth developing for, IE6 and FF >
> 1.07.
Remove IE 6 and I agree, hahahaha. Actually, I hate Mozilla''s box model
(I know it''s the w3c recommended one, but it''s flawed. Width and height
should include padding and borders.
2006 Jun 28
12
Ajax.Updater
Hi,
someone can help me, I am ot able to find the way how to user
Ajax.updaterto test if the request give some positive or negative
result.
I am able only to return the result inside a div.
An example is appreciated.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2007 Feb 27
14
Stop browser from "form filling" fields.
Hi all,
I have a user login form which the browser keeps populating because of
its form fill feature. So when anyone goes to log in it shows the
previous login''s username and password. How can I stop the browser
from populating a text field?
Thanks in advance.
Cheers,
Diego
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2007 Mar 02
12
Prototype: Ajax.Request w/asynchronous: false
All,
I have the following Ajax call:
new Ajax.Request(action, {asynchronous: false,
method: ''post'',
parameters: params_to_pass,
evalScripts: true});
The action that I''m calling is using render :update to send back
Javascript. When asynchronous is set to true above, then the Javascript
is executed (because of evalScripts: