Become a webdsign master


6 Website Design Tips For Novices

So, you learned HTML and now your ready towebsite's look and feel from the functioning
design your website. Well, as an experiencedcode. If you design the code yourself, you'll
web  designer  let  me  share  some  tips.be tempted to mix the look and feel with the
functioning aspects. So, if later you want to
1. Use CSS (cascading style sheets). If youupdate the look and feel, you'll have to dig
do not know CSS, learn it. CSS allows you tothrough the long software scripts. If you're
keep the formatting of your site (e.g. thegoing to be using freeware or any other code
color or size of a piece of text) on athat you didn't design yourself, you should
separate single page - a CSS document. Thus,still  be  familiar  with  that  language.
with CSS you can change the formatting of a
common-element by simply updating one piece4. Don't use free or cheap web-hosting. Okay,
of code on one page, rather then updating allthis isn't necessarily a design tip. However,
the pages of your site. For example, if youhosting is related to design. Free hosts may
want to change the back-ground color of yourscatter your website with annoying ads. So,
website, you could just change your one CSSyou won't be able to load your site as is.
sheet and your entire website's backgroundAlso, free and cheap hosts often don't
color would change. Another great aspect ofsupport dynamic websites. Unless you're
CSS is that you can use it to set the defaultwebsite is supposed to be a joke, don't use a
properties of HTML tags. This can be used tofree  host.
counter browser compatibility problem - that
different browsers (e.g. Internet Explorer,5. Don't write your email address on your
Netscape, etc.) use different defaultwebsite. If you have a phone number or
settings.mailing address that your customers can use
to reach you or your business, publish that
2. Test your website in all browsers. Juston your website. Website's with a phone
because your website displays a certain waynumber or mailing address appear much more
in one browser, doesn't mean it will displayreliable and honest than websites without
that way in another browser. You should checkcontact information. However, don't publish
that your website displays properly in all ofyour email address, because spammers will use
the major following browsers: Mozillaweb-crawlers will to pick it up. Instead,
Firefox, Internet Explorer, and Netscape, anddesign a form on your website that customers
Opera.can use to send messages or questions without
giving  your  email  address.
3. Use open source software and freeware, if
you want to create a dynamic website. Even if6. Take it slow. Unfortunately, the only way
you know dynamic languages (such asto become an expert designer is through
JavaScript, PHP, and CGI) well enough toexperience, but your business can't afford
create your own software and features, you dosloppy pages. Don't attempt to design complex
not want to do that if you are a beginner.and dynamic websites without the ability. If
There's no reason to create your own dynamicyou try to design a code, but find it hard
scripts (e.g. shopping carts, chat-rooms,and the code begins to come out sloppy, don't
etc.), if you can find full-functioninghesitate to just throw it out. It's better to
customizable freeware. A great benefit ofhave a simple, sleek, and functional website,
this method is that the customization optionsthan to have a complex, sloppy, dysfunctional
will separate the code that changes yourwebsite.



1 A B C D E 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128