Quote:
|
What sort of testing do you guys go through before you launch a site. I know about testing on different browsers different speed machines and making all the links work, but every time I look at the sites im building I seem to notice something wrong.
|
I personally use the site mentioned by MJM_RDS above, but still manually test it on multiple browsers - Opera, Netscape, FireFox, IE7 (IE6 at work) on XP, but have also built up a spare box running Linux for Konqueror, Gnome. Unfortunately at the end of the day, the only way to really test parts of your site is to view it manually. Most HTML editors these days can check site links to make sure they are all correct, and you can test for valid HTML markup etc on the web or some tools do it for you (you can get a FireFox add-on for this too!).
One useful tool is the 'Web Developer' add-on for FireFox, this I use regularly to diagnose and find potential problem areas, especially with CSS.
Quote:
|
Maybe a font or size of writing is different between pages....
|
The simplest way around this is too use external CSS files if you can, this way you can control the text on every page from one file. Check this site: http://cssplay.co.uk
Quote:
|
I have just noticed now as well the way the hosting company has set the sub domains up they only read the website address in the browser window no matter what link is clicked. I wanted them set up so that when a link is clicked the full web page address can be seen.
|
Do you have any links to the main site? it sounds like that the pages maybe in frames or similar, a quick look at your site could confirm this..
Hope this is of some help...
|