Live data from Hacker News

Web Developer Checklist

webdevchecklist.com

31–40 of 77 posts

Re: Web Developer Checklist

#31
post #29

So "SEO" has four different checkboxes but "Security" has just one: "Implement best practices" Uh...I think that can be broken down to at least two different things...

The second being 'cross your fingers'...?

Re: Web Developer Checklist

#33
It's sad how "Security" there's only one very generalizing item. "Implement best practices". Right.

Is the author just ignorant, or am I a fool thinking that if anything it should be "Security" which has the most elaborate items?

Re: Web Developer Checklist

#34

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 b…

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.

Re: Web Developer Checklist

#35
post #33

It's sad how "Security" there's only one very generalizing item. "Implement best practices". Right. Is the author just ignorant, or am I a fool thinking that if anything it should be "Security" which has the most elaborate items?

Yes, having robots and favicon is nice, but there are few items on this list that can embarrass / kill a company like bad security.

Re: Web Developer Checklist

#37
post #14

No clean URLs? How about setting up automated backups?

Clean URLs aren't really necessary and can be difficult with some frameworks.

Automated backups also aren't necessary for all sites, particularly if the entire site is in a source repository somewhere and doesn't have users.

Re: Web Developer Checklist

#39
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. As other comments here have pointed out, it's desirable in a checklist to establish priorities.

Re: Web Developer Checklist

#40
post #3

You might want to link your href-s to new tab/window.

No. That's what the back button, middle-click, or (cmd/ctrl/whatever it's mapped as) + click are for.

I prefer links away from 'apps' like this site to open in a new window or tab. I'd like the app to preserve its state, not replace itself.
Post reply on HN