Reconsidering the AJAX loading..
by Steen Nielsen on 16.02.09
Already 24 hours after I implemented the AJAX loading on swine.dk, I grew tired of it. It worked okay, but the way I made it work, it broke the back-button, and even though there are several ways of fixing that issue, I made the choice to comment out the javascript entirely.
After all.. There were no reason that I should use AJAX for loading the entire page anyway. It was a pointless idea, but hey.. it took about 20 min. to implement. It won't be something that I would regret.
I leave my previous article on the AJAX loading online for inspiration, if anybody else want to use it.