Dynamic sites, and urls. A website I am working on now, pretendpaper.com is one of those single url sites with lots of fancy DHTML where everything changes dynamically without changing urls. Everything is loaded with a python twisted, wsgi server sending xmlrpc into separate tabs. A while ago I implemented a scheme which works with javascript to inspect the url, and open up different tabs. For example, this link opens up a review and an article into different tabs http://www.pretendpaper.com/?r=5&a=4 Putting in a site url box. Now, to make people be able to share links of what they are looking at in the site, we are going to place a url box in there. So as they open up different bits of the site they can see a link for where they are. It will be like a browser inside of a browser. With a url bar, and tabs. Saving the whole state of website as a url. Now I am working on encoding the whole state of the page into a url. Including the scroll state of the bars in the tabs, and wh