Saturday, May 07, 2011

Best Practices for New Websites


I have listed some best coding practices for modern web development
  • Make Fewer HTTP Requests
  • Use a Content Delivery Network
  • Add a Expires Header
  • Gzip Components
  • Avoid Redirects
  • Put Style sheets @ top
  • Put Script @ bottom
  • Avoid CSS Expression
  • Make JS and CSS external
  • Reduce DNS Lookups
  • Minimize JS
  • Remove Duplicate Scripts
  • Configure Entity Tags
  • Make AJAX cachealbe 

0 Comments:

Post a Comment

<< Home