<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design and Build Your Beauty Websites &#187; images</title>
	<atom:link href="http://www.webnestwest.com/tag/images/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webnestwest.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Jul 2010 03:23:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reducing Load Time Through Image Optimization</title>
		<link>http://www.webnestwest.com/23/reducing-load-time-through-image-optimization</link>
		<comments>http://www.webnestwest.com/23/reducing-load-time-through-image-optimization#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:58:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.webnestwest.com/?p=23</guid>
		<description><![CDATA[Even though more and more Internet users switch to broadband every year, a large portion of the web&#8217;s population is still running on good old dialup connections. It is therefore unwise to count them out of the equation when you&#8217;re designing your website, and a very major consideration we have to make for dialup users [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Even though more and more Internet users switch to broadband every year, a large portion of the web&#8217;s population is still running on good old dialup connections. It is therefore unwise to count them out of the equation when you&#8217;re designing your website, and a very major consideration we have to make for dialup users is the loading time of your website. </p>
<p style="text-align: justify;">Generally, all the text on your website will be loaded in a very short time even on a dialup connection. The culprit of slow-loading sites is mainly large images on your website, and it is very important to strike a delicate balance between using just enough images to attract your users and not to bog down the overall loading time of your site. </p>
<p style="text-align: justify;">You should also go to a greater length and optimize every image on your site to make sure it loads in the least time possible. What I really mean is to use image editing software to remove unnecessary information on your images, and thereby effectively reducing the file size of your image without affecting its appearance. </p>
<p style="text-align: justify;">If you own Photoshop, it will be obvious to you that when you save an image as a JPEG file, a dialog box appears and lets you choose the &#8220;quality&#8221; of the JPEG image &#8212; normally a setting of 8 to 10 is good enough as it will preserve the quality of your image while saving it at a small file size. If you do not have Photoshop, there are many free image compressors online that you can download and use to reduce your image&#8217;s file size. </p>
<p style="text-align: justify;">On the other hand, you can opt to save your images in PNG format to get the best quality at the least file size. You can also save your images in GIF format &#8212; the image editing software clips away all the color information not used in your image, hence giving you the smallest file size possible. However, saving in GIF format will often compromise the appearance of your image, so make your choice wisely! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.webnestwest.com/23/reducing-load-time-through-image-optimization/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Design Practices</title>
		<link>http://www.webnestwest.com/11/good-design-practices</link>
		<comments>http://www.webnestwest.com/11/good-design-practices#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:49:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[page content]]></category>
		<category><![CDATA[scripting languages]]></category>

		<guid isPermaLink="false">http://www.webnestwest.com/?p=11</guid>
		<description><![CDATA[Your website is where your business resides &#8212; it&#8217;s like the headquarter of an offline company. Hence, it is important to practise good design principles to make sure your site reaches out to the maximum number of visitors and sells to as many people as possible. 
Make sure you have clear directions on the navigation [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Your website is where your business resides &#8212; it&#8217;s like the headquarter of an offline company. Hence, it is important to practise good design principles to make sure your site reaches out to the maximum number of visitors and sells to as many people as possible. </p>
<p style="text-align: justify;">Make sure you have clear directions on the navigation of your website. The navigation menu should be uncluttered and concise so that visitors know how to navigate around your website without confusion. </p>
<p style="text-align: justify;">Reduce the number of images on your website. They make your site load very slowly and more often than not they are very unnecessary. If you think any image is essential on your site, make sure you optimize them using image editing programs so that they have a minimum file size. </p>
<p style="text-align: justify;">Keep your text paragraphs at a reasonable length. If a paragraph is too long, you should split it into seperate paragraphs so that the text blocks will not be too big. This is important because a block of text that is too large will deter visitors from reading your content. </p>
<p style="text-align: justify;">Make sure your website complies to web standards at www.w3.org and make sure they are cross-browser compatible. If your website looks great in Internet Explorer but breaks horribly in Firefox and Opera, you will lose out on a lot of prospective visitors. </p>
<p style="text-align: justify;">Avoid using scripting languages on your site unless it is absolutely necessary. Use scripting languages to handle or manipulate data, not to create visual effects on your website. Heavy scripts will slow down the loading time of your site and even crash some browsers. Also, scripts are not supported across all browsers, so some visitors might miss important information because of that. </p>
<p style="text-align: justify;">Use CSS to style your page content because they save alot of work by styling all elements on your website in one go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webnestwest.com/11/good-design-practices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
