I haven't found a good resource in using # in urls to enable bookmarking with ajax calls so I have a few questions.
We have a site based on CakePHP using 'pretty' urls essentially www.mysite.com/controller/action/param1:param2
I noticed that Facebook uses a weird syntax with their pretty urls ex) #!/?ref=logo
Is there a way we can use # marks to enable bookmarking this way keeping our 'pretty' urls?
Thanks