30.3.2006
I wrote here about how beautiful urls should look like. This week I listened to a speech which Tom Coates gave at the Future Of Web Applications conference in London. He talked about beautiful urls and made an important statement. A URL should never change so it is not allowed to include technical details into an URL such as: www.mywebsiterunsonphp.com/about.php. What happens when someday you do not want to use php anymore? You still have to support a URL which will tell the user wrong information about the resource because this resource is not generated by php anymore. Lots of sites in the internet include the technology in the url (.php;.jsp;.do;.asp) fortunately Ruby on Rails does not do it :)
Visit Toms weblog for more interesting ideas about URLs.
Visit Toms weblog for more interesting ideas about URLs.
