Web
I often see developers (myself included) get frustrated when Ajax and the browser back button don't play nice together. The fact is, they have never really worked together and having the ability to use one means you have to sacrifice the other. But what if you want both? Let's take a look at why in the past we have not been able to have these features together and what we can do now to get them. Back in the "olden days" of the Internet each web page was a stateless, static entity. With the advent of new web frameworks like ASP.NET...