Live data from Hacker News

Web Developer Checklist

webdevchecklist.com

71–77 of 77 posts

Re: Web Developer Checklist

#71

What would be the best approach to automate this so I could put in a URL and it detects as much as it can about the website?

I was thinking about this a couple of days ago. The way I would do it is to submit it individually to each of the checks (e.g. W3C validator) and scrape the results. There may be APIs available for some, I've not looked into that.

Re: Web Developer Checklist

#73
post #70

Earlier quoted context omitted.

I prefer the 404 pages that something to the effect of "Sorry, that is broken" and then include the results of a site search of the keywords or friendly url that was provided. It's less confusing and keeps people on site.

If you do this (which you should in my opinion), please return the 404 code. For example Facebook used to return 200 on error. Very confusing.

Absolutely, I assumed that was a given.

Re: Web Developer Checklist

#75
I built a public trello board from this list: not quite sure if that's the best presentation (should it be one card for each heading?), but ideally people would clone it to work on their own sites, and make contributions of new cards/info for existing cards on the main board. https://trello.com/b/hkC4B6HA

Re: Web Developer Checklist

#76

I see that Jakob Nielsen's venerable "Top 10 Mistakes in Web Design" checklist http://www.nngroup.com/articles/top-10-mistakes-web-design/ just got new styling the other day, as I work on updating my seventeen-year-old personal website. There are still a LOT of websites that make several of those top ten mistakes. They are higher priority than many of the other issues mentioned on the checklist kindly submitted here.…

Nice list, but I think it can be condensed into one: Use your own site and make sure you don't hate it yourself.

Simple but effective advice.
Post reply on HN