You’ve completed your design, coded all the pages and implemented the content management system… now what? Launching a website involves many details that are often (in my case) forgotten in the last minute scramble to finish before a deadline. I thought I would share this list of things to remember before launching a website.
1. Cross Browser Testing

Browser testing is quite possibly the least ‘fun’ aspect of web design. But, like the dentist its a necessary evil. As web designers we need to test our sites across several browsers depending on what your target audience uses. Make sure the site appears relatively the same and functional in the lesser-privileged browsers. Consider using progressive enhancement for browsers that can handle nifty things like border-radius and text-shadow.
Browser Testing Resources:
Adobe Browserlab
NetRenderer
Read More »