You might want to look into URL rewritting. A little manipulation of the .htaccess text document should achieve your desired effect.
You also might want to look into using Ajax to upload the selected pictures on the existing page sans loading another page. I'm not too versed with this, but I'm fairly certain that's where you'd want to start.
I want to create a gallery which behaves like http://darrenbooth.com/.
Once a thumbnail is clicked new content is brought onto the page without the rest of the page reloading but yet gives a new URL.
Can someone please explain how this works and point me in the right direction to the easiest way to achieve this?
Thanks.
You might want to look into URL rewritting. A little manipulation of the .htaccess text document should achieve your desired effect.
You also might want to look into using Ajax to upload the selected pictures on the existing page sans loading another page. I'm not too versed with this, but I'm fairly certain that's where you'd want to start.
Yes as per @posterity576 use Ajax for click effect.
Thanks for the responses. Is there any online tutorials for this you can point me in the direction of?
@BibCra, this might help you