Yep,u may say the "back button" is an old topic of Ajax web application,ugly but can''t be avoided. Here is another solution,from Dan.(of http://www.streampad.com),seems ingenious. 1,First,let''s take a look at the effect on the testing page of Dan. http://www.streampad.com/test/historyMan.php 2,Then,let''s see what''s going on there on that test page. http://www.streampad.com/blog/?p=110 I bring the case here,sharing with u,and hope someone can see through it or even improve it .What''s more important,share ur opinions here pls. Vin. Sincerely --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
a.alonzi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jul-31 15:10 UTC
Re: Ingenious New way to fix back button!!
Hi, at the moment I use these library: http://codinginparadise.org/weblog/2005/09/ajax-history-libraries.html Bye On 31 Lug, 07:57, Vin <vip_m...-KN7UnAbNpbg@public.gmane.org> wrote:> Yep,u may say the "back button" is an old topic of Ajax web > application,ugly but can''t be avoided. > Here is another solution,from Dan.(ofhttp://www.streampad.com),seems > ingenious. > 1,First,let''s take a look at the effect on the testing page of Dan.http://www.streampad.com/test/historyMan.php > 2,Then,let''s see what''s going on there on that test page.http://www.streampad.com/blog/?p=110 > > I bring the case here,sharing with u,and hope someone can see through > it or even improve it .What''s more important,share ur opinions here > pls. > > Vin. > Sincerely--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I have created a class for Prototype for that. I use the code of some web site to do it. I don''t if it work on Safari. http://www.2freak.com check the file http://scripts.2freak.com/main.js it works 100% on IE, Opera and FF, the others one, I don''t know. On 31 juil, 11:10, "a.alo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <a.alo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > at the moment I use these library:http://codinginparadise.org/weblog/2005/09/ajax-history-libraries.html > > Bye > > On 31 Lug, 07:57, Vin <vip_m...-KN7UnAbNpbg@public.gmane.org> wrote: > > > > > Yep,u may say the "back button" is an old topic of Ajax web > > application,ugly but can''t be avoided. > > Here is another solution,from Dan.(ofhttp://www.streampad.com),seems > > ingenious. > > 1,First,let''s take a look at the effect on the testing page of Dan.http://www.streampad.com/test/historyMan.php > > 2,Then,let''s see what''s going on there on that test page.http://www.streampad.com/blog/?p=110 > > > I bring the case here,sharing with u,and hope someone can see through > > it or even improve it .What''s more important,share ur opinions here > > pls. > > > Vin. > > Sincerely- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
It looks as though Dab has taken a similar approach as me. Creating an iframe is great for history management as it allows you to control the user interface based on load events of the iframe and not rely on polling. Take a look at my implementation of controlling the back button in an Ajax Service style architecture. http://positionabsolute.net/blog/2007/07/javascript-history-service.php On Aug 7, 4:33 pm, Unplugged <vincent.tal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have created a class for Prototype for that. I use the code of some > web site to do it. I don''t if it work on Safari.http://www.2freak.com > check the filehttp://scripts.2freak.com/main.jsit works 100% on IE, > Opera and FF, the others one, I don''t know. > > On 31 juil, 11:10, "a.alo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <a.alo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > at the moment I use these library:http://codinginparadise.org/weblog/2005/09/ajax-history-libraries.html > > > Bye > > > On 31 Lug, 07:57, Vin <vip_m...-KN7UnAbNpbg@public.gmane.org> wrote: > > > > Yep,u may say the "back button" is an old topic of Ajax web > > > application,ugly but can''t be avoided. > > > Here is another solution,from Dan.(ofhttp://www.streampad.com),seems > > > ingenious. > > > 1,First,let''s take a look at the effect on the testing page of Dan.http://www.streampad.com/test/historyMan.php > > > 2,Then,let''s see what''s going on there on that test page.http://www.streampad.com/blog/?p=110 > > > > I bring the case here,sharing with u,and hope someone can see through > > > it or even improve it .What''s more important,share ur opinions here > > > pls. > > > > Vin. > > > Sincerely- Masquer le texte des messages précédents - > > > - Afficher le texte des messages précédents ---~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---