Websites are meant to be accessible, usable, user friendly, easily navigable, fast loading and search engine friendly. Designers and developers often busy in achieving the basic goals of design code miss many important and rather trivial things. I have been personally missing on things for quite a long time. Finding and editing common mistakes at a later stage can be hectic but it is still worth going through a checklist before committing any sins. I hope this list will serve a good purpose.
No comment has been posted for this article yet. Be the first to comment below
When you allow users to post any HTML on the site, make sure you have appropriate measures to handle any hacks. Using cross site scripting (XSS), hackers can put javascript on your website which in turn can cause session hijacks ( Posted by nick )
Post A Comment