WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.2 KiB

  1. = URLs prone to decay =
  2. * Things which are dynamically generated and feed a content identifier as a parameter to some script/CMS/whatever
  3. * Filetype or platform specific addressing: things which end in .asp, .cfm, .php, .pl, .cgi (the last two seeming slightly more stable, probably due to usage patterns)
  4. ** .htm, .html where replaced by dynamically generated content
  5. ** index.html or a nonstandard directory index instead of /
  6. ** things which live in /cgi-bin
  7. * Detailed but essentially subjective and arbitrary hierarchies, especially when composed of abbreviations
  8. * Hierarchies generally - the more nested, the more fragile a given resource will be
  9. * Most meaningless content id strings
  10. * URLs dependent on user ids, especially those which expire (any paid account, students, employees)
  11. * anything with case-sensitivity.
  12. = stuff =
  13. * [http://informationr.net/ir/9-2/paper174.html A longitudinal study of Web pages continued: a consideration of document persistence] - Nice title, but it's a tiny sample.
  14. * [http://www.mikeschinkel.com/blog/welldesignedurlsarebeautiful.aspx well designed URLs are beautiful] - unfortunately the URL is followed by an ".aspx" extension...