This is very new material for me, so please be patient.
I'm going to be developing a site to show off some photography, all based on galleries. I'll be using JavaScript to fade in the previous/next images based off of some user controls. While searching for inspiration, I came across a site that updates the gallery's URL with a hashbang corresponding to the image number in the gallery. Great for linking directly to an image without having multiple pages!
So my question is.. What is the best way to develop this behavior with JavaScript? I don't need code written for me, so please don't scold. Are there any resources you guys recommend for learning how to take advantage of it?
The site I'm referencing is:
http://www.davehillphoto.com/adventure/#5
Thanks!