Become a webdsign master


Web Design Optimization

Is it possible to have an attractive websiteLet's  look  at what efficient slicing means:
and still be optimized for search engines?
The answer is absolutely yes! Of course we1. Do not make large slices that contain lots
tend to be mis-guided about what will dazzleof different colors. Use a small number of
the visitor. It is not necessary toslices where each slice contains a limited
overwhelm your website with graphics, whichnumber  of  colors.
will cause the page to download slower. Our
intention is to provide you with tips that2. Do not make a large slice that contains
will still be attractive, while focusing onthe same graphic structure. Slice a small
Easy Spider. Easy Spider is a term we use atportion of it and duplicate it in your code.
our firm that will optimize the HTML code,This is a very common mistake that webmasters
but  not  the  aesthetics  of  the  website.programmers make when dealing with gradient
color  background.
There is no question that most webmasters are
developing websites that are complex and full3. Do not use JPEG file format all the time.
of graphic design elements. Even though, weIn some cases a GIF format will be much
have faster connection speeds today comparedsmaller in size. A rule of thumb - a slice
to 10 years ago, we can go overboard and thewith high number of colors will be smaller in
page wills till download slowly. Of coursesize using the JPEG format rather than the
the user will never wait that long for aGIF format, and the opposite is also true.
website to load, and will move on to the nextCheck each option separately. Every 1KB that
website  in  their  search  results.you reduce from the image file size will
eventually add up to a significant reduction
One does have to ask the question whyin  page  size.
webmasters are still developing slow loading
websites. Primarily due to a lack of4. Consider using PNG graphic file formats
knowledge. The knowledge of simple graphicthat will provide you the balance between
optimization techniques that will allow themtransparent backgrounds and larger color
to maintain an attractive website whilepossibilities.
keeping  the  page  size  smaller.
5. If you have text on a solid color
Did you know that a box with rounded cornersbackground, do not slice it at all. Use code
can be achieved using CSS code only, withoutto create the background instead. Remember
the need for any graphic image? It isthat you can define both the font style and
possible and although not prevalent with allbackground  color  of  the  area  using  CSS.
web browsers, we are heading in the direction
where the browsers will accept more CSSAdvanced  Techniques
alternatives. However the point we are
trying to make here is not about CSS vs.Graphically optimizing a website is more than
graphic images, but that we tend to bejust knowing how to do image optimizations.
stagnant in our knowledge and do not keep upThere are some advanced techniques that
with the fast changing trends in webrequire a high level of programming. CSS2 has
development.much more to offer then CSS does. Although
not all browsers have adopted this standard
For instance, Flash only websites, whileyet  you  should  be  ready for when they do.
attractive, fund an interactive are not
appropriate for search engine optimization.PHP scripts have become more prevalent during
Consider keeping you web page 90% regular2005 and actually feed the information that
text HTML and insert Flash elements toSearch Engine spiders can use. PHP is
provide  the  interactive  attractiveness.preferable  over  JavaScript.
Granted one does believe that we should notJavaScript's are still good possibilities to
limit the web designer by placing anyconsider. JavaScript also gives you a set of
restrictions that impact the final outcome.options to create some cool effects without
However, do consider implanting code whereverneeding to overload the page with Flash.
possible over graphic elements. Equally,Using limited tools like JavaScript compared
consider the complexity of the graphics asto an advanced application like Flash to
the web sites structure, layout andcreate the desired effects can be difficult.
functionality  are  being  planned.However think about the outcome. For a
onetime effort you can differentiate your
Another example is when the design iswebsite from others. You will have an
finished and you are ready to slice it intoattractive professional looking website that
small images to be used in the html code.loads  quickly.
Everything you do at this stage will affect
the total page size. If your design containsGet used to writing well optimized web pages
rounded shapes that overlap each other orbecause search engines are still the number
areas with color gradients, then you mustone method of finding information on the web.
slice it carefully so the outcome is a smallSearch Engine spiders have to be considered
file  size.in this cat and mouse game that will never
end.



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