similar to: Re: Rails-spinoffs Digest, Vol 2, Issue 15

Displaying 20 results from an estimated 40000 matches similar to: "Re: Rails-spinoffs Digest, Vol 2, Issue 15"

2005 Nov 21
1
Re: Rails-spinoffs Digest, Vol 6, Issue 27
has anyone checked out : http://moofx.mad4milk.net/#introduction pretty cool stuff - nothing u can''t do in script.aculo.us, but interesting nevertheless cheers j -- ___________________________________________ Graffiti.net free e-mail @ www.graffiti.net Play 100s of games for FREE! http://games.graffiti.net/ Powered By Outblaze
2005 Sep 15
0
Re: Rails-spinoffs Digest, Vol 4, Issue 21
Hey all, We (http://www.weblinc.com) just launched a new site in which I have used the scriptaculous library in a few places. check out http://www.smashbox.com scriptaculous was used in creating the zoom controls on the product detail pages, and was also used with the sliding paginator on the product browse pages (some serious reworking is in progress on that, but it works). its also being
2006 Jan 09
0
Re: Rails-spinoffs Digest, Vol 8, Issue 25
For removing or changing a given element, these two functions (from the element object) seem the business remove: function(element) { Element = $(element); Element.parentNode.removeChild(element); }, update: function(element, html) { $(Element).innerHTML = html.stripScripts(); setTimeout(function() {html.evalScripts()}, 10); }, Thanks to everybody for responding,
2005 Aug 04
0
Re: Rails-spinoffs Digest, Vol 3, Issue 5
would it be possible to have a similar edit-in-place moving images and divs about ?
2005 Jun 28
0
Re: Rails-spinoffs Digest, Vol 1, Issue 4
Hey, I''ve been using prototype and script.aculo.us quite a bit lately and felt the need for a unit-testing framework. But none of the frameworks I found were simple or graphical. So i created littleUnit. I figured other people here might find it helpful, you can check it out here <a
2005 Jul 20
1
RE: Rails-spinoffs Digest, Vol 2, Issue 22
Hi Jonah, I support usability. For a great book on it, read Jakob Nielsen''s "Designing Web Usability: The Practice of Simplicity" and, for a great general book on usability, try "The Design of Everyday Things." You''re right. Drag ''n drop is not the best tool for many things. Unless something offers a 50%+ advantage over an existing method of doing
2005 Nov 11
0
Re: Rails-spinoffs Digest, Vol 6, Issue 17
Hey I got a question regarding sortables. I can drag and drop the items on a page to different locations. But when I refresh the page the contraols are goin to their inital positions. Is there any way that I can make them stay in their new positions even after post back (refresh)??? Thank you. On 11/11/05, rails-spinoffs-request@lists.rubyonrails.org <
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
Issue 1: <%= @pic %> instead of <% @pic %> -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of rails-spinoffs-request-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Sent: Wednesday, May 17, 2006 11:13 PM To:
2006 Oct 29
1
scriptaculous: fade out then in.
I''m pretty new to javascript, and scriptaculous, but I know what I want to do. I want to make it so that when a person clicks a link, the previous content of the div fades out, and the new content fades in. This is what I''ve got for my function: <script type="text/javascript"> //<![CDATA[ function loadmerch(im) { new
2006 Jan 20
0
Fade/appear + PNG Alpha backgrounds + IE = HELP!
I have an element that uses a PNG with alpha as the background, and I want to do an fade/appear effect on it. It seems that on IE the two Microsoft filters that are needed for both the fade and the PNG background are conflicting with each other. If I fade the same element that already is using the "Microsoft.AlphaImageLoader" filter, I loose the alpha channel. Simple solution
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
2008 Apr 01
4
Trying to get Effect.Appear, Scale, Fade to work
================================================= Mon-03-31-2008, 11:04pm U.S.EDT Hello, I''m trying to get a website entry page to work properly, while learning Scriptaculous effects and javascript at the same time. I wanted to use a couple of effects to add a little flash-style animation. I managed to get the initial Appear to work but with a problem: the image that''s supposed
2007 Sep 17
5
Script.aculo.us effect queues & Ajax.Updater()
Hey guys, I''m new here and just checked out Prototype with Script.aculo.us and have to say it''s a great experience once you get the concept. However, I''m not very experienced with JS so I''m a bit stuck on something I think is quite easy to solve: What already works: A searchfield is observed by a DelayedObserver, a list of contacts is updated vie Ajax updater.
2007 Jun 07
4
Effect.Fade and innerHTML?
Hi there, I''m now having an odd problem with Effect.Fade not working based on the innerHTML of a div. Take the following for example... <div id="blah"> Nothing here yet. </div> If I then update "blah", hide it and then fade it in, like so: <script type="text/javascript"> document.getElementById("blah").innerHTML =
2008 Jan 21
2
scriptaculous fade problem
Been googling trying to find a workaround, with no luck yet ... I hope y''all can help. My goal is to have a semi-transparent background screen on a DIV which will fade in and out over another DIV with a photo for a background. currently I have background-image: url(screen.png) which is a 32x32 PNG24 filled with white at 35% opacity. The problem is that as the div is fading-in, IE
2005 Jul 20
3
examples of drag n drop
Sorry if this sounds cynical, ( i do love script.aculo.us scripts ) , but I am wondering if people know of some good real world examples of uses of drag n drop and sortable lists. such a cute script will likely be *ab*used as much as it is used. obviously the point here is to use script.aculo.us to improve the user interface rather than just have some k00l eFX. e.g. the drag n drop instantly
2005 Nov 05
1
How to cancel an effect
Hi all, I have a situation where I want to display an error message, and have it fade away after a 2 second delay. My problem is an impatient user could click buttons so fast that multiple Fade effects will be in play. I believe script.aculo.us can supports canceling existing effects before starting a new one, but couldn''t find any examples. I tried something like this but it
2008 Jul 11
1
Scriptaculous: how to keep element space?
Hello everybody, I hope I am at the right place here with my question, otherweise please accept my apologies. I searched a lot for my question and did not find an answer, so I would be very happy if you could help me out maybe. I am using Effect.Fade for on element. Everythings works fine, but when the element is faded out, its space it no longer used and therefore other elements move and
2005 Jul 12
2
highlighte
hi, i''ve just started using script.aculo.us visual effects, lots of fun. i was wondering what the best and most efficient way would be of achieving something along the lines of fade anything technique (FAT, http://www.axentric.com/aside/fat/) whereby an element''s background fades away from one color to the element''s native background-color. (for example, you get
2006 Jan 16
4
how di i stop a running effect?
Hi, i need some help with Effect.Appear/Effect.Fade i would like fade in and out an element on hovering an element(-> tooltip behavior), but when i''m using Effect.Appear/Effect.Fade both effects will continue to play and overlap each other, resulting in unpredictable behavior. <code> <button onmouseover="Effect.Appear(''test_div2'')"