a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by mk
mk  ·  4381 days ago  ·  link  ·    ·  parent  ·  post: Trouble finding old posts

Thanks. That made me realize that the url search wasn't working. I just fixed it.

Drop a url in the search box, and if it was submitted, it should bring it up. However, it only works for the exact url, but so does the post redirect. Maybe I could work on a confirmation page for very similar urls, or, maybe even allow dupes, just with a confirmation page letting you know that a duplicate exists.





thundara  ·  4381 days ago  ·  link  ·  

Unsure how much you care about making the site interactive, but you could always add a bit of client-side javascript that asks the server if the page has been submitted before while the user is typing in the title/tag/other information.

mk  ·  4380 days ago  ·  link  ·  

Not a bad idea. Submission is a relatively low frequency function. If anything I'd like to try to implement it just for the exercise.

It might be a little bit, but I am going to try it out.