Sunday, July 6, 2008

How to optimise website?

So why are webmasters still developing slow loading bloated websites? Primarily due to a lack of knowledge of simple graphic optimization techniques that will allow them to maintain an attractive website while keeping the stage bigness smaller. As the average internet bandwidth rate per machine is raising, more and more webmasters allow themselves to develop complex websites laden with heavy graphic elements. In extreme cases you can find websites that hire as much as a uncommon minutes to load their content in your browser. Of line the user will never wait that lingering for a website to load, and will move on to the closest website in his search results. How many of you are aware of the act that a box with rounded corners can be achieved using CSS code only, without the call for for any graphic image. Well it is possible! Before those of you familiar with CSS assert that it cannot be done for every type of browser and a relatively high level of programming is required,
I claim that dealing with the most common mistakes web designers assemble regarding optimization can have simple solutions. Never limit the web designer by placing any restrictions that impact the final outcome. You might generate the claim that what a web designer can do with graphic software is impossible to implement by code. I disagree. When the design is finished and you are ready to slice it into small images to be used in the html code, your creativity is been tested. Everything you do at this stage will affect the total period size. If your design contains rounded shapes that overlap each other or areas with color gradients, then you must slice it carefully so the outcome is a small record size. Let's examine at what efficient slicing means: 1. If you have words on a solid color background, do not slice it at all. Practice code to create the background instead. Remember that you can define both the font style and background color of the area using CSS. 2. D
o not cause large slices that contain lots of different colors. Manipulate a small number of slices where each slice contains a limited number of colors. 3. Do not produce a large slice that contains the same graphic structure. Slice a small portion of it and duplicate it in your code. This is a very common mistake that webmasters/programmers create when dealing with gradient color background. 4. Do not handle JPEG information format all the time. In some cases a GIF format will be much smaller in size. A rule of thumb - a slice with high number of colors will be smaller in extent using the JPEG format rather than the GIF format, and the opposite is also true. Check each option separately. Every 1KB that you reduce from the image document vastness will eventually add up to a significant reduction in sheet size. Full text: http://computerandtechnologies.com/search-engine-optimization/news_2008-07-06-23-30-04-834.html

No comments: