I have taken the time to learn javascript (great language) due to wanting to discover more than just a plugin library - and I am loving it and can see so many years ahead.... To add to my strings on my Javascript bow id like to also enable my ajax applications to have a solid answer to the back button issue and the bookmarking issue.
Ideally working in all major highley used browsers (ie6 > ie8, firefox, safari, opera, chrome etc....)
I have had a look into RSH today
http://code.google.com/p/reallysimplehistory/ but the current version ahs issues in IE8
I have seen that Jquery has a solution
http://www.mikage.to/jquery/jquery_history.html
but I ideally wanted to avoid having to have the 5ok minified file assocated with this (I also want to learn how to do this myself)
I think really the answer is wait for RSH version 0.8, but first I wanted to see if anyone had any advice here as I could do with this now (damn it)
Thanks as always in advance for your thoughts and advice.