Hello! I''m a stamp dealer/collector I have a web site with my personal stamp collection (see address below), that I''ve wanted to "jazz up" some. So I d/l scriptaculous-js-1.7.0.zip and tried to install it. I put all the js files under /public_html/javascripts as the usage.html says. I then try to use the demo programs. BUT they did not work. Looking at usage.html all I can see is that they want me to be "on-line" all the time to use scriptaculous (ie #3 in the install list). But I pay by the minute on a 56k dialup so programming on-line is out of the question. Can someone make a suggestion on how to get this to work off-line? BTW I''m running SuSE 10.1 with apache, php, etc. Thanks! JIM -- Jim Hatridge Linux User #88484 Many Enemies -- Much Honor! Anti-US Propaganda stamp collection http://www.manyenemies-muchhonor.info --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
James Hatridge a écrit :> Can someone make a suggestion on how to get this to work off-line? BTW I''m > running SuSE 10.1 with apache, php, etc.I''d assume you have some root directory for your local Apache, where you put your app already. So add script.aculo.us'' scripts in this folder structure (if you already have JS files somewhere in there for your app, add SAU scripts along with them, otherwise create a folder, it''s better to be organized). Then access your pages through HTTP, something like: http://localhost/... (Maybe you also need a special port, but if so, I''m pretty sure you know it already). You can definitely develop locally. By "on-line," the usage doc just means "through HTTP, not through file://". ''HTH -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Christophe et al... On Saturday 17 February 2007 19:33, Christophe Porteneuve wrote:> James Hatridge a écrit : > > Can someone make a suggestion on how to get this to work off-line? BTW > > I''m running SuSE 10.1 with apache, php, etc. > > I''d assume you have some root directory for your local Apache, where you > put your app already. So add script.aculo.us'' scripts in this folder > structure (if you already have JS files somewhere in there for your app, > add SAU scripts along with them, otherwise create a folder, it''s better > to be organized). Then access your pages through HTTP, something like: > > http://localhost/... > > (Maybe you also need a special port, but if so, I''m pretty sure you know > it already). > > You can definitely develop locally. By "on-line," the usage doc just > means "through HTTP, not through file://".I was able to get it working thanks for the hints! :) Thanks! JIM -- Jim Hatridge Linux User #88484 --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---