similar to: script.aculo.us support script loading fails with SiteMesh in FireFox

Displaying 20 results from an estimated 140 matches similar to: "script.aculo.us support script loading fails with SiteMesh in FireFox"

2006 Mar 31
3
Layout Question .. (Sitemesh related)
Hi, I understand that the layout concept is very similar to OpenSymphony''s Sitemesh project. I have done a lot of development with Sitemesh, but am fairly new to Rails. I am wondering if there is a way for a layout in rails to find out value of a variable from a page it is decorating? In sitemesh you would be able to do <meta name="show_menu" content="true"> on
2006 Jan 03
22
Large-scale application
Hi fellow railers! We are discussing the possibility of writing a very large application in Rails. By "very large" I mean a framework that would contain a few hundred smaller applications that would need to talk to one big database and have to share some common session data I''d like to get some feedback on some possible ways of doing the following: The application would
2008 Jul 17
2
problems with validation on STI
I have the following STI table: def self.up create_table :distributions do |t| t.string :type t.integer :simulation_id t.string :dist_name t.string :desc, :default=> ''fixed'' t.float :param1, :default => 5.0 t.float :param2, :param3 t.timestamps #fields for RscDist t.integer :resource_id #fields for LoadDist
2004 Apr 25
7
R vs Matlab: which is more "programmer friendly"?
Hi, The department of economics at our university (Budapest) is planning a course on numerical methods in economics. They are trying to decide which software to use for that, and I would like to advocate R. The other alternative is Matlab. I have found comparisons in terms of computational time for matrix algebra, but I don't think that is relevant: the bottleneck for economists is usually
2006 Jan 16
42
Linux Suggestions
I''m fairly new to Ruby & Rails and I come from a stricly M$ background. I''m trying to move into the world of open source, but I don''t have a good roadmap. I''m starting to develop a Rails-based product and I want to have the option to distribute it to non-hosted customers. So I''ve said all that to say this... I want to learn how to setup linux and
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 Jul 26
0
SortableFloats demo in script.aculo.us
Hi, I tried to drag and drop the SortableFloats demo as given in the demo section of the site at http://wiki.script.aculo.us/scriptaculous/page/print/SortableFloatsDemo. It works perfectly fine in Mozilla 1.0 and Mozilla 1.5 but fails to do so in IE 6. Also there seems to be some javascript error. Please advice me in this regard. Thanks in advance prasad -- Posted via
2006 Jun 08
0
Why doesn''t Rails 1.1 have all the Script.aculo.us 1.6
Ran across this today. Builder.js was removed *but* effects.js references Builder (~line 115, inside tagifyText I think) and will throw errors, obviously, if builder.js hasn''t been loaded. I can see the intent of removing scriptaculous.js, builder.js and slider.js, but they should be removed if one of the remaining files depends on features provided by [one of] them. As it stands,
2006 Jun 29
1
script..aculo.us - ajax not working with NTLM on windows
Sorry if this is the wrong place to post this subject. I''m trying to implement an autocompleter input text (in asp, for the moment) using the script.aculo.us / prototype library. In IE (internetExplorer) it works fine. But in FF (fireFox) it keeps asking for my user/password on every atempt to reach the server from the AJAX call. The site is configures with integrated security and
2006 Apr 03
0
Using "in_place_editor_options" for script.aculo.us options?
I was just learning about the "in_place_editor_field" tag when reading thru RAILs Recipes. What is "in_place_editor_options" for???? I was hoping after reading the script.aculo.us documentation that I could do something like this. <%= in_place_editor_field :contact, column.name, {:tag => ''div''}, { :cancelText => ''Never
2006 Apr 12
0
Updating script.aculo.us scripts
Hi! Is there a command that would update those scripts in my rails install? Or where to copy the latest version, so if i run ''rake rails:update:javascripts'' it would use them? -- Posted via http://www.ruby-forum.com/.
2006 May 24
0
script.aculo.us add multiple slider values together
Hy there I''m sucessfully use the scriptaculous sliders. I''m not a programmer at all and managed to set up the sliders on a page. Great work guys! I like to add diffrent slidervalues together and make an output of the sum. Something like slider 1: 23.4567 Slider 2: 10.123 Output: Sum=33.5797 If ($Sum >=30) { output(''Great Score!)} If ($Sum <30
2006 Apr 06
0
script.aculo.us V1.6.1
V1.6.1 (2006-04-06): Sortable Trees, Prototype 1.5.0_rc0 (fixes IE mem leaks)! New features in V1.6.1 and V1.6.0: * Update to Prototype 1.5.0_rc0 * Sortable trees [thx Sammi Williams, sammi-EeRYXuc1dym5PgFUrJwY1aU/zSkkHjvu@public.gmane.org] See the functional test (test/functional/sortable_tree_test.html) and the CHANGELOG for more information! * Add Draggable object as third parameter
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
Hi everybody, For me the most interesting of Effects is to do a visual effect will doing an ajax request because the user didn''t think that he is waiting for something. So, In a timeout function, I create an Effect and an AJAX call: ... Effect.MoveBy( ... ); ... Then do an AJAX Call ... setTimeout(function(){ getJsonRPC().callMyFunction(); },30);
2006 Mar 01
0
Script.aculo.us: Dynamic Sortable List Problems
This is my first post to this mailing list so I hope its in the right location.I''m trying to use a list of draggables (not sortable) which I can drag into a droppable div. The goal is to create a new item, not to move from one list to the other. When a new draggable is dropped, a new div is added to the droppable div and a sortable is created. Everything is working fairly well, to
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 20
0
script.aculo.us Libraries Repository
Has anyone put any thought into a repository for all the "widgets" being posted here? I''ve seen a LOT of good stuff, and it would be great if we could keep it all in one place. I could create a project on sourceforge or something...anyone have any ideas/thoughts around this? -Jerod _______________________________________________ Rails-spinoffs mailing list
2005 Dec 02
0
script.aculo.us effects
hello everyone. I have been implementing script.aculo.us effects into my new site design. I really like the scrolling effect for transferring to my h2. But I was looking at the effects and I thought of an idea that would be very cool. If a user clicks on one of the links, it would direct them to the h2. But it would be really cool if the user clicks on the link, it directs them, then the whole
2005 Dec 02
1
script.aculo.us site mostly down
Any page besides the front page gives me this error: Bad Gateway The proxy server received an invalid response from an upstream server. ---------------------------------------------------------------------------- ---- Apache/2.0.52 (Gentoo/Linux) mod_fastcgi/2.4.2 mod_ssl/2.0.52 OpenSSL/0.9.7e DAV/2 SVN/1.1.3 PHP/4.3.10 Server at wiki.script.aculo.us Port 80 -- Dylan Greene
2005 Dec 09
0
Element.setOpacity issue in script.aculo.us effects
In the Element.setOpacity method definition in effects.js, there is a line that sets the opacity to 0.999999 if the requested opacity is 1. This is clearly there for a reason, but having a very slight transparency actually makes my pages look bad - images are the worst, but I can see the backgrounds through my supposedly opaque elements. Why is 1 bad for this value? Here''s the