Web Developer Checklist
webdevchecklist.com
Web Developer Checklist
1–10 of 77 posts
Re: Web Developer Checklist
#2Re: Web Developer Checklist
#3Re: Web Developer Checklist
#4Re: Web Developer Checklist
#5This to me is like a checklist of things to automate. Is there any "build" system for the web?
Re: Web Developer Checklist
#6I'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
#7Re: Web Developer Checklist
#8Re: Web Developer Checklist
#9Re: Web Developer Checklist
#10Would 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)