Four Cool URLs
A neat look at varying URL designs. The author touches on the idea of designing URLs so that users can construct a URL without having to actually use your site. Additionally, as users become more familiar a site’s URL patterns, you’ll find it’s often quicker to edit the URL rather than use the GUI to navigate the application or website.
I’ve been thinking about URL design more and more lately. In fact, on my icon gallery sites I designed the URLs of each icon “resource” to act as my API for accessing the icon’s artwork:
I could leverage my site’s URLs as an interface for getting icons, i.e.
/icons/:id/for the HTML representation of the icon and/icons/:id/:size.pngfor the actual icon (i.e./icons/facebook/512.pngwould give me facebook’s 512px app icon).