search for: railsdevelopment

Displaying 18 results from an estimated 18 matches for "railsdevelopment".

2006 Jan 23
4
Transition between effects
Peepz, I was looking into how script.aculo.us handles effect to write a tutorial and for a current project I wanted to make transition between PAIR effects possible. These PAIR effects are (Appear/Fade, SlideUp/SlideDown, BlindUp/BlindDown) the effect that toggle can handle. script.aculo.us calls queue.loop each 40 milliseconds, and that calls all the effect.loop for all effects in the
2006 Feb 18
2
Effect queues with RJS templates and scriptaculous
Hi. I was wondering if it''s possible to combine effects for individual elements with RJS templates. I notice that scriptaculous has support for a concept called effect queues (http://www.railsdevelopment.com/2006/01/15/effectqueue/). Is there anyway to use these queues from rjs?
2006 Jun 14
0
Rails blog article is giving a 404 error
Hi, When I open http://blog.railsdevelopment.com/pages/effect/queue in Internet Explorer it gives a 404 after showing the page for a couple of seconds (even if I disable javascript). But everythink works fine on firefox, I can''t figure out why its not working... -- Abdur-Rahman Advany http://blog.railsdevelopment.com/
2006 Jun 23
2
Queue 3 or more RJS actions
...h its new content. Instead it BlindsUp first and then BlindsDown/replaces the div pretty much at the same time. I need three things to happen in order and ''front'' and ''end'' only let me set the order for two things. My reference so far has been http://blog.railsdevelopment.com/pages/effect/queue/ It talks about using :scope with :queue. I tried changing all the :queue in the above example to :queue => {:scope=> ''myscope''} hoping that this would set up my queue but that did not appear to work. Any help is greatly appreciated. Matthew Margol...
2006 Feb 21
7
non simultaneous effects
Hi all, If I call this function bla: function bla() { Effect.Appear('some_element'); Effect.Appear('some_other_element'); } Both effect happen at the same time. Is there a way to stop this from happening? I mean, how can I delay the effect on 'some_other_element' from happening until the effect on 'some_element' is finished? thanks and regards, Jeroen
2006 Jan 20
5
Height problem after interrupting SlideDown/SlideUp effects
Hi, i have a problem with the the SlideDown and SlideUp effects. Since a similiar problem is also visible on the script.aculo.us homepage, i''m going to explain it this way. - Go to http://script.aculo.us/ - On the main site below "visual effects", click "Advanced options", the sub panel will scroll down. - Hit the close button, and while the panel is still
2006 Jun 07
1
Site5 Hosting: Defautl Root Directory for site
Just signed up for hosting with Site5. So far the service has been great, but one question I had couldn''t be answered by the tech support. I need to change the default root directory of my site from public_html to a rails directory (i.e. foo/app/public). The tech support suggested mod_rewrite. Any other suggestions on ways to accomplish this? Thanks, Nathan -------------- next
2006 Jun 22
1
fade and appear effects
i have a box of content on my site that i would like to fade out, load new content and then fade back in with the new content. i tried something like this: <%= link_to_remote(image_tag(url_for_file_column(''project'', ''image'')), :update => ''project-info'', :before => "new
2006 Jun 30
2
Development of RailsCron
Hi, Is the development of Rails Cron still active? most of the blog articles about it are unavailable and it hasn''t been updated for a long time. -- Abdur-Rahman Advany http://blog.railsdevelopment.com/
2006 Dec 28
2
Needed tutorial
As i m very begginner to AJAX and script.aculo.us , Kindly provide me very basic level tutorials regarding them with examples aslo Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2006 Apr 28
35
what''s your rails wishlist?
I''ve been working with rails for a while now. Rails is the second web framework I''ve tried. It blows the doors off catalyst (perl''s best framework). I even just wrote my first plugin (broomstick). Ruby''s ability to meta-program blew me away with it''s ease of use. I''ve been so impressed with the helpers that rails uses to make a lot of
2006 Apr 03
5
RJS Queue
Hi, I''ve been able to succesfully queue page.visual_effect commands in my RJS templates. Each command will wait to execute until the previous command is done executing. But I''d also like to execute a page.replace_html command AFTER the page.visual_effect commands. I have a series of five DIVs: div1 div2 div3 div4 div5 When the user clicks on div1, a page.visual_effect
2011 Nov 18
3
Rails Installation Error: Failed to build gem native extension.
After installing Ruby, i tried installing Rails and this is the error i got: C:\Users\Eunice>gem install rails Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension. C:/Ruby/bin/ruby.exe extconf.rb checking for re.h... *** extconf.rb failed *** Could not create Makefile due to some reason, problably lack
2006 Jun 13
21
RJS Templates for Rails
I''m happy to announce the availability of RJS Templates for Rails published by O''Reilly. The book covers all aspects and features of RJS that are included in Rails 1.1. It also walks through a few examples, debugging with FireBug, and finishes off with some reference material. The book is 56 pages and is available in PDF format. I''m really happy with how the book has
2006 Jun 28
20
Rails Vs JBoss Seam
I have been frustrated with J2EE technology just like any other developer who has worked in that technology for a long time. This made me learn about Rails and I was excited about RoR. Today I came across JBoss Seam framework and I am not able to contain my excitement. My passion for JEE development is back. It seems like it is better than RoR. I would like to hear differnt opinions about this
2006 Apr 05
23
how to create RJS visual effects callbacks
I''m trying desperately to get visuall effects callbacks working in rjs templates to no avail What I''m trying to do is fade an image, change the div with the image to a new image, and then fade the new image back in. How would I go about this in RJS Here''s a simple line from my rjs that I can''t get to work. It is not using callbacks so the
2006 Jun 21
48
Freelance Rate
Hi, Not sure where to address this question ... but I guess this is a good start. I am a freelance Rails developer - and have been developing Rails apps professionally for about a year now. I just want to get an idea of what you other freelancers charge yourselves out at. I have been charging the equivalent of about $28/hour, but get a sense that I could/should charge a whole lot more. I am
2006 Jun 16
5
Menu using Scriptaculous Effects = OnMouseOver bug
I am trying to achieve a Flash-like menu with OnMouseOver effects on 3 divs below. Unfortunately, the javascript resets when the mouse is rolled over the text and if you go mouse crazy on the divs, the script seems to remember where it cut off, and doesn''t roll down completely afterwards. Is it a good place to ask for help? I couldn''t find any Scriptaculous forum (only