Live data from Hacker News

Web Developer Checklist

webdevchecklist.com

1–10 of 77 posts

Re: Web Developer Checklist

#5
I have a sublist of that, that I built over the last ~year of hacking on web projects. One of my biggest to dos in each project is automate stuff like validating. I still haven't really found a good way so I either go to w3c and check everything once in a while or I just don't. Usually I just don't.

This to me is like a checklist of things to automate. Is there any "build" system for the web?

Re: Web Developer Checklist

#6
Custom 404 page under usability? hmm.

I'm sure just about anyone who has used the web for any length of time has hit the standard apache "Not found" page hundreds of times now and pretty much knows what it means.

Custom 404 pages of often quite confusing as they will try to be clever and redirect you to other content that may be interesting. Sometimes these aren't clear and give the impression that the link was not broken and that this is where the site designer intended you to go which leaves you looking around the page for the content you thought you were going to get.

Re: Web Developer Checklist

#10
Liked the favicon part, very often forgotten...

Would be nice if this was open sourced so more items could have been added by the community (also framework specific checklists) but I like the concept

One thing I would add which is driving me crazy on mobile / tablet sign up pages

  - make sure your email fields are annotated with type="email"
Another common issue is with SSL mixed content waring, so I would also add

  - make sure to use protocol relative / https only URLs 
(with a reminder to NOT use protocol relative URLs in email templates, your outlook users will appreciate it)
Post reply on HN