similar to: Re: Rails-spinoffs Digest, Vol 3, Issue 5

Displaying 20 results from an estimated 70000 matches similar to: "Re: Rails-spinoffs Digest, Vol 3, Issue 5"

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 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 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 Jul 15
0
Re: Rails-spinoffs Digest, Vol 2, Issue 15
Maybe I''m doing something wrong, but whenever I use the fade/appear methods IE''s rendering engine has a fit. Anything that''s bolded becomes very aliased, and form elements have unusual borders and don''t update properly when set to disabled or not disabled (the element is disabled, but it doesnt appear to be. Once you click on it it updates.) Firefox runs it
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 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:
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
2006 Apr 04
1
Re: Rails Digest, Vol 19, Issue 102
Thank you Alain, I am not at all opposed to hiding one link and displaying the other ( I assume you mean having a div container for each and setting the appropriate style ) Unfortunately, the problem remains for me that I still do not know how to modify those style attributes from the action that gets called via the first link, I still have not had any success doing a page.replace_html, or know
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
I am looking for a ruby hosting service. Can any one recommend one for me. -----Original Message----- From: rails-request@lists.rubyonrails.org [mailto:rails-request@lists.rubyonrails.org] Sent: Saturday, May 06, 2006 7:37 AM To: rails@lists.rubyonrails.org Subject: Rails Digest, Vol 20, Issue 156 Send Rails mailing list submissions to rails@lists.rubyonrails.org To subscribe or
2006 Apr 08
0
Re: Rails-spinoffs] Ajax.Updater asynchronous => false
I just ran into this very problem myself. Yes, this is a bug in prototype. If you look in the code you will see that the relevent handlers and callbacks simply aren''t called with a synchronous request (onComplete is similarly not called). I submitted a patch <http://dev.rubyonrails.org/ticket/4657> over at dev.rubyonrails.org which fixes this behavior. If you decide to check it
2006 Jul 06
0
Re: Rails Digest, Vol 22, Issue 107
***** Micromuse are now IBM ***** Micromuse were acquired in February 2006 by IBM. We are sorry, but the address you are trying to email no longer exists. Please refer to your account manager, or attempt to search for the person you are contacting at http://www.ibm.com/contact/us/ Alternatively, you may locate your local IBM Office at http://www.ibm.com/planetwide/ If you are unsure of who
2006 Jul 06
0
Re: Rails Digest, Vol 22, Issue 108
***** Micromuse are now IBM ***** Micromuse were acquired in February 2006 by IBM. We are sorry, but the address you are trying to email no longer exists. Please refer to your account manager, or attempt to search for the person you are contacting at http://www.ibm.com/contact/us/ Alternatively, you may locate your local IBM Office at http://www.ibm.com/planetwide/ If you are unsure of who
2006 Aug 15
0
Re: Rails Digest, Vol 23, Issue 369
I have come across this problem too many times to mention. I''ll assume you are running on UNIX. The consistent problems I have seen have to do with file and directory permissions or the location of ruby. What to try: 1. Check your dispatch.fcgi to make sure that you are pointing to the proper ruby executable. Try "which ruby" at the command line and see if the directory
2006 Jul 11
0
Re: Rails Digest, Vol 22, Issue 187
I would be very interested in a AD Generator!!! Count me in. Mike ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 10 Jul 2006 21:46:43 +0200 > From: Francis Cianfrocca <garbagecat10@gmail.com> > Subject: [Rails] LDAP auth/az for Rails > To: rails@lists.rubyonrails.org > Message-ID:
2006 Jun 04
0
RE: Rails Digest, Vol 21, Issue 64
> From: Craig White <craigwhite@azapple.com> > Subject: [Rails] passing a value in a hidden field inside a form > To: rails@lists.rubyonrails.org > Mesdosage-ID: <1149428769.713.5.camel@lin-workstation.azapple.com> > Content-Type: text/plain > > should be trivial but I can''t figure this out from api > > <%= hidden_field
2006 Jun 08
0
RE: Rails Digest, Vol 21, Issue 160
> From: Thomas Townsend <tlt@vwg.com> > Subject: [Rails] adding a child record > Here''s a super-newbie question.... How do I go about adding > child records? > > I have a table called ''accounts'' to which I want to add > invoices (an account can have many invoices). I have the two > models (accounts and > invoices) all set up. >
2006 Jun 09
0
Re: Rails Digest, Vol 21, Issue 189
Hello and thanks for emailing B2B Logic. I am out of the office until Monday June 19th. Any emergency problems, comments or concerns should be directed to Ryan Lundie: ryan@b2blogic.net Thanks Randal Santia B2B Logic.net
2006 May 25
0
Re: Rails Digest, Vol 20, Issue 593
Ted, I''ve also visited the irc chat room, but if you want to contact me via IM, send me an email and I''ll put you on my buddy list. > > On 25-May-06, at 1:55 PM, Ted Korolchuk wrote: > > > >> I''m an independent software developer that spends a fair amount of > >> time each day working on Rails-related project. t''d be really >