Quote:
|
Originally Posted by JuniorOnline
I think what scares me most is the web testing side of things..how do i know from the start that the coding i am using is 100% compatable with other browsers.
|
After a while you will get to know what works across all browsers.
In the mean time I'd suggest you use CSS for styling and stick to standards compliant code, use
http://validator.w3.org/ and fix the errors.
Then in each browser you want to support test the site, it's the only way of being sure, valid code does
not guarantee that the page will display the same on all browsers although it can help.
You might find
http://www.browsercam.com/ useful, I've never used them myself though.