5 Things Every Web designer Should Know

So, you are planning to become a serious webif you need to have full control of your page. For
designer? Or you think you already are? Check outmaximum control you should always work in the
on these 5 things and see if you confirm to all ofcode view and create things yourself.
these!4. Use Mozilla Firefox for JavaScript debugging
1. There is more than one browserThe error messages Internet Explorer generates are
Internet Explorer for windows is by far not the onlyquite irritating to say the least. It doesn't even tell
browser around. You should test your website onyou what is actually missing and on what place things
both the Macintosh and on the PC. You can usego wrong.
Internet Explorer 6, Mozilla Firefox and Opera on theIf there's one browsers that can help you with your
PC and Safari and Firefox on the Macintosh. InternetJavaScript development then Firefox is the one. The
Explorer for the mac is no longer supported byJavaScript console is by far the most detailed one
Microsoft so don't bother testing, things will hardlyand will help you very much when you are testing
work anyway with today's CSS coding.your scripts.
2. CSS is the way to go5. Use the Web development Toolbar for both
There is no doubt about it. If you are serious aboutInternet Explorer and Firefox
developing websites you should use Cascading StyleThese toolbars will help you a lot because there are
Sheets for both your layout and your design. Thisfilled with debugging tools and handy shortlinks to
way you have total control over how your pageuseful tools.
behaves in all browsers.The one for Firefox can be found at:
It also adds great flexibility to your website for laterAnd the one for Internet Explorer can be found at:
on, when you are planning to do a redesign forYou really need to have at least these toolbars!
example.So now you know what you need to have to be a
3. Create all your code yourselfsuccessful web designer. Don't forget to download at
Don't even try to use the Design view fromleast the toolbars. They will help you a lot and will
Dreamweaver or Frontpage.save you a lot of time.
The code it generates is by far not what you want