I want to create a similar type of url as stack overflow does when a question is created.
Example:
http://stackoverflow.com/questions/1149454/non-ajax-get-post-using-jquery-plugin
I am particularly interested in the last part which I have highlighed in bold. How do you achieve the affect of adding the title of the page to the url with the delimiter?
What is this technique called?