<?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>Web Hosting Help Guy &#187; Web Design Tips</title>
	<atom:link href="http://webhostinghelpguy.inmotionhosting.com/category/web-design-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://webhostinghelpguy.inmotionhosting.com</link>
	<description></description>
	<lastBuildDate>Thu, 01 Dec 2011 23:24:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTTP Cookies: Minimizing Request Overheads With Cookieless Domains</title>
		<link>http://webhostinghelpguy.inmotionhosting.com/homepage/http-cookies-minimizing-request-overheads-with-cookieless-domains/</link>
		<comments>http://webhostinghelpguy.inmotionhosting.com/homepage/http-cookies-minimizing-request-overheads-with-cookieless-domains/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 21:25:02 +0000</pubDate>
		<dc:creator>Web Hosting Help Guy</dc:creator>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Homepage]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[Website Optimization]]></category>
		<category><![CDATA[HTTP Cookies]]></category>
		<category><![CDATA[HTTP Request]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webhostinghelpguy.inmotionhosting.com/?p=3460</guid>
		<description><![CDATA[Every time users go to your website they send an HTTP request (request for a URL) to pull up a page on your domain.  The user's web browser uploads all of the cookies that have been set for your domain each time they request to view a page.  So, depending on how many cookies are set, the response time can vary...
<img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/whhg-request-headers.jpg" alt="WHHG Request Headers Screencap" title="whhg-request-headers" width="575" height="375" class="alignnone size-full wp-image-3489" style="border: 1px solid darkgrey;"/>


Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/website-optimization/http-status-codes-a-guide-to-the-most-common-responses/' rel='bookmark' title='Permanent Link: HTTP Status Codes: A Guide To The Most Common Responses'>HTTP Status Codes: A Guide To The Most Common Responses</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/updating-a-css-file-%e2%80%93-the-importance-of-clearing-a-browsers-cache/' rel='bookmark' title='Permanent Link: Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache'>Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/building-a-website-common-issues/' rel='bookmark' title='Permanent Link: Building A Website:  Common Issues'>Building A Website:  Common Issues</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h4 style="text-align:left;">What is a cookie?</h4>
<p>A cookie is simply a piece of text stored by a user&#8217;s browser, which online applications use for statistics and personalization purposes for returning users.  There are numerous ways that different websites use this data, such as stored shopping cart information, preferences, demographic data, and so on.</p>
<p style="margin-bottom: 0.75em;">
<h4 style="text-align:left;">How they work&#8230;</h4>
</p>
<p>Every time users go to your website they send an HTTP request (request for a URL) to pull up a page on your domain.  The user&#8217;s web browser uploads all of the cookies that have been set for your domain each time they request to view a page.  So, depending on how many cookies are set, the response time can vary due to the size of the HTTP request, since most users have a slower upload speed than download speed.  More cookies make the HTTP request larger in size, thus, it takes longer to upload the HTTP request to your web server to retrieve their requested page.</p>
<p><br/><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/whhg-request-headers.jpg" alt="WHHG Request Headers Screencap" title="whhg-request-headers" width="575" height="375" class="alignnone size-full wp-image-3489" style="border: 1px solid darkgrey;"/></p>
<p style="margin-bottom: 0.75em;">
<h4 style="text-align:left;">When would you want to set a cookieless domain?</h4>
</p>
<p>This question coincides with the way cookies work, which makes it dependent on what you intend to utilize cookies for.</p>
<p>Unless you want cookies set for a specific subdomain or just for your homepage, you may actually have them set incorrectly.  This would cause more overhead request than necessary, slowing down a web page&#8217;s response time.</p>
<p>If you do not want to have cookies set for subdomains, you will have to make sure your server or application only sets cookies to “www.example.com.”  Otherwise, if you set cookies for just your top-level domain “example.com,” cookies will also be set for all subdomains set in the *.example.com format.</p>
<p>But, if you do want to have cookies set for a specific subdomain, such as “shop.example.com,” you will have to set cookies specifically for the “shop.example.com” URL.</p>
<p>You can do further reading about minimizing request overhead at: <a  href="http://code.google.com/speed/page-speed/docs/request.html#ServeFromCookielessDomain">http://code.google.com/speed/page-speed/docs/request.html#ServeFromCookielessDomain</a></p>
<p style="margin-bottom: 0.75em;">
<h4 style="text-align:left;">Can cookies be disabled cookies on browsers?</h4>
</p>
<p>Yes they can.  For example, on Internet Explorer 8, a user can go to: </p>
<p><strong>Safety > Delete Browsing History > Then, select which stored files to delete</strong> <em>(Temporary Internet Files, Cookies, History, Form Data, Passwords, and InPrivate Filtering Data)</em></p>
<p><em><strong>Note:</strong><br />
First, close your browser, then re-open and delete the files because if you delete the files while you have a web page open, those cookies will not be deleted.</em></p>
<p><br/>
<p class="commenter">Aside from utilizing cookieless domains, what other methods do you use to reduce response latency?</p>


<p>Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/website-optimization/http-status-codes-a-guide-to-the-most-common-responses/' rel='bookmark' title='Permanent Link: HTTP Status Codes: A Guide To The Most Common Responses'>HTTP Status Codes: A Guide To The Most Common Responses</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/updating-a-css-file-%e2%80%93-the-importance-of-clearing-a-browsers-cache/' rel='bookmark' title='Permanent Link: Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache'>Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/building-a-website-common-issues/' rel='bookmark' title='Permanent Link: Building A Website:  Common Issues'>Building A Website:  Common Issues</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webhostinghelpguy.inmotionhosting.com/homepage/http-cookies-minimizing-request-overheads-with-cookieless-domains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS – 5 Tips To Organize A Style Sheet</title>
		<link>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/css-%e2%80%93-5-tips-to-organize-a-style-sheet/</link>
		<comments>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/css-%e2%80%93-5-tips-to-organize-a-style-sheet/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 20:05:14 +0000</pubDate>
		<dc:creator>Web Hosting Help Guy</dc:creator>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[How To:]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webhostinghelpguy.inmotionhosting.com/?p=3354</guid>
		<description><![CDATA[When designing a complicated, large-scale website or anywebsite even, an important factor to keep in mind is how to keep your files organized.  I mean, why make any process more difficult than it should be just by not arranging items to make them easily accessible...

<img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/organize-css.jpg" alt="Organized CSS Code Screencap" title="organize-css" width="575" height="300" class="alignnone size-full wp-image-3473" />


Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/ab-testing-a-guide-to-split-testing-2-different-versions-of-a-website/' rel='bookmark' title='Permanent Link: A/B Testing:  A Guide To Split Testing 2 Versions Of A Full Website'>A/B Testing:  A Guide To Split Testing 2 Versions Of A Full Website</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/9-tips-to-make-your-website-load-much-faster-part-1/' rel='bookmark' title='Permanent Link: 9 Tips to Make Your Website Load Much Faster (Part 1)'>9 Tips to Make Your Website Load Much Faster (Part 1)</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/updating-a-css-file-%e2%80%93-the-importance-of-clearing-a-browsers-cache/' rel='bookmark' title='Permanent Link: Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache'>Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When designing a complicated, large-scale website or <strong>any</strong> website even, an important factor to keep in mind is how to keep your files organized.  I mean, why make any process more difficult than it should be just by not arranging items to make them easily accessible?  </p>
<p>Lets take into account designing a website using <a  href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">Cascading Style Sheets (CSS)</a>.  With the main purpose of CSS being a way of separating document content from document presentation, it&#8217;s already meant to be a step taken to organize and simplify HTML coding.  Now, with that in mind, why not complete the process by organizing your style sheets to help make them easy to understand, making the maintenance of your website a much easier task.  But, as far as which is the best way of organizing a style sheet, it really all comes down to a matter of preference.</p>
<p><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/CSS.jpg" alt="CSS Image" title="CSS" width="575" height="351" class="alignnone size-full wp-image-3357" /></p>
<h4 style="text-align:left;">Here are basic guidelines to get you started:</h4>
<p><br/><strong style="font-size:16px;">Divide Into Specific Sections Using Flags</strong><br />
This helps to identify sections to get to  them more quickly.  Make sure to first plan out what the specific sections will be.  For example:<br />
<br/>
<ul>
	<br/>
<li><strong>Global Styles</strong> – This section can define background, link color, image related things, etc.</li>
<p><br/>
<li><strong>Typography</strong> – This section can define font size, header tags, paragraph tags, etc.</li>
<p><br/>
<li><strong>Library Styles</strong> – This section can define classes for pages that have recurring style elements on various parts of your site.</li>
<p><br/>
<li><strong>Templates</strong> – This section can define your main template layout.</li>
<p><br/>
<li><strong>Individual Page Structures</strong> – This section can define classes for individual pages that do not particularly follow the uniform style of the other pages on your site.</li>
</ul>
<p></span></li>
<p><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/organize-css.jpg" alt="Organized CSS Code Screencap" title="organize-css" width="575" height="300" class="alignnone size-full wp-image-3473" /></p>
<p><br/><br/><strong style="font-size:16px;">Create A Table Of Contents</strong><br />
Creating a table of contents creates an easy overview of the stylesheet and adding number references to your code is very helpful for finding sections faster.</p>
<p><br/><br/><strong style="font-size:16px;">Alphabetize Your Properties</strong><br />
This is another way of making specific properties faster to locate.</p>
<p><br/><br/><strong style="font-size:16px;">Indent Descendant/Child Items &#038; Related Rules</strong><br />
This helps to visually define page areas and how they&#8217;re related.</p>
<p><br/><br/><strong style="font-size:16px;">CSS Organizer Web Apps</strong><br />
Tools such as <a  href="http://styleneat.com/">StyleNeat</a> or <a  href="http://procssor.com/">ProCSSor</a>  can help to visually organize and standardize your CSS.</p>
<p><br/>
<p class="commenter">What other methods have you used to organize a stylesheet?</p>


<p>Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/ab-testing-a-guide-to-split-testing-2-different-versions-of-a-website/' rel='bookmark' title='Permanent Link: A/B Testing:  A Guide To Split Testing 2 Versions Of A Full Website'>A/B Testing:  A Guide To Split Testing 2 Versions Of A Full Website</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/9-tips-to-make-your-website-load-much-faster-part-1/' rel='bookmark' title='Permanent Link: 9 Tips to Make Your Website Load Much Faster (Part 1)'>9 Tips to Make Your Website Load Much Faster (Part 1)</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/updating-a-css-file-%e2%80%93-the-importance-of-clearing-a-browsers-cache/' rel='bookmark' title='Permanent Link: Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache'>Updating A CSS File – The Importance Of Clearing A Browser&#8217;s Cache</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/css-%e2%80%93-5-tips-to-organize-a-style-sheet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Icons: 10 Free High-Quality Resources</title>
		<link>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/10-free-high-quality-icon-set-resources/</link>
		<comments>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/10-free-high-quality-icon-set-resources/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 20:29:59 +0000</pubDate>
		<dc:creator>Web Hosting Help Guy</dc:creator>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Icon]]></category>

		<guid isPermaLink="false">http://webhostinghelpguy.inmotionhosting.com/?p=3401</guid>
		<description><![CDATA[So you're getting started with designing your website and are planning to incorporate sections or applications such as a picture gallery, knowledge base, shopping cart, and so on...Have you considered utilizing icons in your design?  They're an essential way of adding a visual reference...
<img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon1.jpg" alt="Icon Finder Screencap" title="Icon1" width="575" height="381" class="alignnone size-full wp-image-3408" style="border: 1px solid darkgrey;"/>


Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/10-resources-for-free-php-scripts/' rel='bookmark' title='Permanent Link: 10 Resources For Free PHP Scripts'>10 Resources For Free PHP Scripts</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/favicon-ico-%e2%80%93-how-to-easily-add-a-favorites-icon-to-your-website/' rel='bookmark' title='Permanent Link: Favicon.ico – How To Easily Add A Favorites Icon To Your Website'>Favicon.ico – How To Easily Add A Favorites Icon To Your Website</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/5-reasons-to-validate-html/' rel='bookmark' title='Permanent Link: 5 Reasons To Validate HTML'>5 Reasons To Validate HTML</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;re getting started with designing your website and are planning to incorporate sections or applications such as a picture gallery, knowledge base, shopping cart, and so on&#8230;</p>
<p>Have you considered utilizing icons in your design?  They&#8217;re an essential way of adding a visual reference that helps users navigate through your website faster (when paired with a descriptive title) with recognizable images that identify sections/applications.  </p>
<p>For example, icons in cPanel:</p>
<p style="text-align: center;"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/cpanel-redirects-screencap2.png" alt="CPanel Redirects Screecap" title="cpanel-redirects-screencap" width="513" height="117" class="alignnone size-full wp-image-3406" /></p>
<p>Another bonus of utilizing icons is that you can get them FREE!  There are numerous online resources for great quality icon libraries.  And of course, if you want to take the extra step, you can purchase custom icons or create them yourself.  So why not boost both your website&#8217;s usability and design all in one?<br />
<br/><br />
<h4 style="text-align:left;">Here are 10 resources for free icon libraries:</h4>
<p><br/><a  href="http://www.iconfinder.com/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon1.jpg" alt="Icon Finder Screencap" title="Icon1" width="575" height="381" class="alignnone size-full wp-image-3408" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://www.iconfinder.com/"><strong>Icon Finder</strong></a><br />
This is an icon search engine that allows you to search through over 140,000 icons or browse through almost 700 different icon sets.</p>
<p><br/><br/><br/><a  href="http://wefunction.com/2008/07/function-free-icon-set/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon2.jpg" alt="Function Free Icon Set" title="Icon2" width="575" height="393" class="alignnone size-full wp-image-3411" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://wefunction.com/2008/07/function-free-icon-set/"><strong>Function&#8217;s Free Icon Set</strong></a><br />
This is a set of 128 free 48&#215;48 pixel icons with a glossy look from Function Web Design &#038; Development.</p>
<p><br/><br/><br/><a  href="http://www.freeiconsweb.com/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon3.jpg" alt="Free Icons Web Screencap" title="Icon3" width="575" height="472" class="alignnone size-full wp-image-3412" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://www.freeiconsweb.com/"><strong>FreeIconsWeb</strong></a><br />
This is a database of over 20,000 free high quality icons for Windows, Mac and Linux Systems.  There  will only be a price for icons if used for commercial purposes. </p>
<p><br/><br/><br/><a  href="http://www.freeiconsdownload.com/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon4.jpg" alt="Free Icons Download Screencap" title="Icon4" width="575" height="417" class="alignnone size-full wp-image-3415" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://www.freeiconsdownload.com/"><strong>Free Icons Download</strong> </a><br />
This is another large database of high quality icons for Windows, Mac and Linux that can be used free of charge for personal and non-commercial use.</p>
<p><br/><br/><br/><a  href="http://www.creativefreedom.co.uk/icon-design-info/free-windows-7-icons"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon5.jpg" alt="Creative Freedom&#039;s Free Windows 7 Icons" title="Icon5" width="575" height="426" class="alignnone size-full wp-image-3416" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://www.creativefreedom.co.uk/icon-design-info/free-windows-7-icons"><strong>Creative Freedom&#8217;s Free Windows 7 Icons</strong></a><br />
Website and Icon design company, Creative Freedom, offers a free download of their “Shimmer” Windows 7 icon library.</p>
<p><br/><br/><br/><a  href="http://blog.twg.ca/2010/11/retina-display-icon-set/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon6.jpg" alt="Retina Display Icon Set" title="Icon6" width="575" height="442" class="alignnone size-full wp-image-3417" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://blog.twg.ca/2010/11/retina-display-icon-set/"><strong>The Working Group Retina Display Icon Set</strong></a><br />
This company provides a 147 piece icon set that is optimized for Retina Display.  It&#8217;s available to use for both commercial and non-profit purposes.</p>
<p><br/><br/><br/><a  href="http://www.smashingmagazine.com/2010/12/23/free-icon-set-for-web-developers-coded/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon7.jpg" alt="Smashing Magazine&#039;s Coded Icon Set" title="Icon7" width="575" height="402" class="alignnone size-full wp-image-3418" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://www.smashingmagazine.com/2010/12/23/free-icon-set-for-web-developers-coded/"><strong>Smashing Magazine “Coded” Icon Set</strong></a><br />
This is free icon set from Smashing Magazine features 25 high-quality icons ranging from 512&#215;512 pixels to 32&#215;32 pixels that was designed with web developers in mind.</p>
<p><br/><br/><br/><a  href="http://blog.graphicpeel.com/post/1316078665/credit-card-icon-pack"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon8.jpg" alt="Graphicpeel&#039;s Credit Card Icon Set" title="Icon8" width="575" height="487" class="alignnone size-full wp-image-3419" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://blog.graphicpeel.com/post/1316078665/credit-card-icon-pack"><strong>Graphicpeel&#8217;s Credit Card Icon Pack</strong></a><br />
This free icon set from Graphicpeel consists of 35 miniature credit card icons that come in 32&#215;32 pixels in PNG format.</p>
<p><br/><br/><br/><a  href="http://www.instantshift.com/2010/12/07/socialshift-icon-set-246-free-social-networking-icons/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon9.jpg" alt="SocialShift Icon Set" title="Icon9" width="575" height="395" class="alignnone size-full wp-image-3420" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://www.instantshift.com/2010/12/07/socialshift-icon-set-246-free-social-networking-icons/"><strong>iShift&#8217;s “SocialShift” Icon Set</strong></a><br />
This free icon set designed by Manuel Lopez for iShift consists of 246 free social networking/media icons in PNG format.</p>
<p><br/><br/><br/><a  href="http://webdesign.tutsplus.com/freebies/exclusive-freebie-the-kudos-web-icon-set/"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/Icon10.jpg" alt="Kudos Web Icon Set" title="Icon10" width="575" height="358" class="alignnone size-full wp-image-3421" style="border: 1px solid darkgrey;"/></a></p>
<p><a  href="http://webdesign.tutsplus.com/freebies/exclusive-freebie-the-kudos-web-icon-set/"><strong>Webdesigntut+&#8217;s Kudos Icon Set</strong></a><br />
Web Design Tut+ offers this free 51 piece professional web icon set that are sized at 32&#215;32 pixels that can be used for both personal and commercial use.</p>
<p><br/>
<p class="commenter">What&#8217;s your favorite icon set?</p>


<p>Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/10-resources-for-free-php-scripts/' rel='bookmark' title='Permanent Link: 10 Resources For Free PHP Scripts'>10 Resources For Free PHP Scripts</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/favicon-ico-%e2%80%93-how-to-easily-add-a-favorites-icon-to-your-website/' rel='bookmark' title='Permanent Link: Favicon.ico – How To Easily Add A Favorites Icon To Your Website'>Favicon.ico – How To Easily Add A Favorites Icon To Your Website</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/5-reasons-to-validate-html/' rel='bookmark' title='Permanent Link: 5 Reasons To Validate HTML'>5 Reasons To Validate HTML</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/10-free-high-quality-icon-set-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WWW Vs No WWW On A Canonical URL?</title>
		<link>http://webhostinghelpguy.inmotionhosting.com/homepage/www-vs-no-www-on-a-canonical-url/</link>
		<comments>http://webhostinghelpguy.inmotionhosting.com/homepage/www-vs-no-www-on-a-canonical-url/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 22:14:28 +0000</pubDate>
		<dc:creator>Web Hosting Help Guy</dc:creator>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Homepage]]></category>
		<category><![CDATA[How To:]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webhostinghelpguy.inmotionhosting.com/?p=3377</guid>
		<description><![CDATA[So though this is not a new issue on the web, there still continues to be debate over the use of WWW versus no WWW on canonical URLs.  Which is better for SEO?  The answer is...
<img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/canonicalization.jpg" alt="WWW or No WWW" title="canonicalization" width="575" height="431" class="alignnone size-full wp-image-3397" />


Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/subdirectories-3-ways-to-hide-them-through-cpanel/' rel='bookmark' title='Permanent Link: Subdirectories &#8211; 3 Ways To Hide Them Through CPanel'>Subdirectories &#8211; 3 Ways To Hide Them Through CPanel</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/3-ways-to-shorten-urls/' rel='bookmark' title='Permanent Link: 3 Ways To Shorten URLs'>3 Ways To Shorten URLs</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/website-optimization/search-engine-ranking-%e2%80%93-5-useful-serp-trackers/' rel='bookmark' title='Permanent Link: Search Engine Ranking – 5 Useful SERP Trackers'>Search Engine Ranking – 5 Useful SERP Trackers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So though this is not a new issue on the web, there still continues to be debate over the use of WWW versus no WWW on canonical URLs.  With websites like <a  href="http://www.yes-www.org/">Yes-WWW</a> and <a  href="http://no-www.org/">No-WWW</a>, you can see just how strong of a stance groups have on this topic.</p>
<p>Now, while I&#8217;m not going to side with either, I do want to clarify and emphasize that after all of the debate, <strong>it really comes down to a matter of preference.</strong></p>
<p><br/><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/canonicalization.jpg" alt="WWW or No WWW" title="canonicalization" width="575" height="431" class="alignnone size-full wp-image-3397" /><br />
<br/><br />
<h4 style="text-align:left;">Which is better for SEO?</h4>
<p>The answer is&#8230;it does NOT matter.  Using either WWW/no WWW versions of a website does not effect a website&#8217;s rankings because search engines do not base their ranking algorithms on that part of a URL.    But, what is important is that for which ever one you choose, you need to continue to only use that format for all inbound links to your canonical URL.  Otherwise, if some websites link to your WWW site, while others link to your non WWW site, then your search engine rankings will be split and not strengthen your canonical URL.</p>
<p>In this case, what you need to do from the get-go is create a 301 redirect from your non-canonical URL to your chosen canonical URL.  This way, search engines will automatically redirect inbound links to your canonical URL, giving it the full “link juice” that it&#8217;s meant to get.<br />
<br/><strong>Here are 2 ways of doing a 301 redirect:</strong></p>
<p><strong>I.  Through cPanel:</strong></span></li>
<p><a  href="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/cpanel-redirects-screencap.png" class="thickbox no_icon" rel="gallery-3377" title="CPanel Redirects Screencap"><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/cpanel-redirects-screencap.png" alt="CPanel Redirects Screencap" title="cpanel-redirects-screencap" width="575" height="117" class="alignnone size-full wp-image-3391" /></a><br />
<br/>
<ul style="list-style-type:decimal !important; font-weight: bold;">
<li><span style="font-weight: normal;">Log into your cPanel account</span></li>
<li><span style="font-weight: normal;">Under the “Domains” section, click “Redirects”</span></li>
<li><span style="font-weight: normal;">Select the domain name in the drop down menu next to “http://(www.)?”</span></li>
<li><span style="font-weight: normal;">In the text box to the right, type in the URL that you want to redirect</span></li>
<li><span style="font-weight: normal;">Next to “redirects to?” enter your canonical URL</span></li>
<li><span style="font-weight: normal;">Click “Add”</span></li>
</ul>
<p><br/><strong>II.  Through .htaccess:</strong></span></li>
<p><br/>
<ul style="list-style-type:decimal !important; font-weight: bold;"></span></li>
<li><span style="font-weight: normal;">Download the .htaccess file</span></li>
<li><span style="font-weight: normal;">Open the file in a text editor (e.g. Notepad)</span></li>
<li><span style="font-weight: normal;">Use the following code below to redirect (replacing “domain.com” with your URL)</span></li>
</ul>
<pre class="brush: php; title: ;">
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{http_host} ^www.domain.com$
RewriteRule (.*) http://domain.com/$1 [R=301,L]
</pre>
<p><br/><strong><em>NOTE</em> – For SSL Certificates:</strong></p>
<p>By default, companies assign SSL&#8217;s to “exampledomain.com” without the WWW, so if you decide to include the WWW in your canonical URL, make sure to notify your SSL company about that, and remember to do so every time you do renewals.</p>
<p><br/>
<p class="commenter">Are you Pro or No WWW?</p>


<p>Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/subdirectories-3-ways-to-hide-them-through-cpanel/' rel='bookmark' title='Permanent Link: Subdirectories &#8211; 3 Ways To Hide Them Through CPanel'>Subdirectories &#8211; 3 Ways To Hide Them Through CPanel</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/3-ways-to-shorten-urls/' rel='bookmark' title='Permanent Link: 3 Ways To Shorten URLs'>3 Ways To Shorten URLs</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/website-optimization/search-engine-ranking-%e2%80%93-5-useful-serp-trackers/' rel='bookmark' title='Permanent Link: Search Engine Ranking – 5 Useful SERP Trackers'>Search Engine Ranking – 5 Useful SERP Trackers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webhostinghelpguy.inmotionhosting.com/homepage/www-vs-no-www-on-a-canonical-url/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A/B Testing:  A Guide To Split Testing 2 Versions Of A Full Website</title>
		<link>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/ab-testing-a-guide-to-split-testing-2-different-versions-of-a-website/</link>
		<comments>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/ab-testing-a-guide-to-split-testing-2-different-versions-of-a-website/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 20:01:29 +0000</pubDate>
		<dc:creator>Web Hosting Help Guy</dc:creator>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[How To:]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[A/B Testing]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Website Optimizer]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webhostinghelpguy.inmotionhosting.com/?p=3360</guid>
		<description><![CDATA[Website A/B testing is a common practice used to compare the effectiveness of different combinations of elements on a website; but most notably on individual sections, such as landing pages, newsletters, and  so on.  A good web designer knows that when it comes to having a successful website, there are many elements that need to come together...
<img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/balance_scale.jpg" alt="Balance Scale" title="balance_scale" width="575" height="456" class="alignnone size-full wp-image-3367" />


Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/unobtrusive-javascript-%e2%80%93-website-accessibility-even-if-javascript-is-disabled/' rel='bookmark' title='Permanent Link: Unobtrusive JavaScript – Website Accessibility When JavaScript Is Disabled'>Unobtrusive JavaScript – Website Accessibility When JavaScript Is Disabled</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/usability-track-test-and-improve-your-website/' rel='bookmark' title='Permanent Link: Usability &#8211; Track, Test, And Improve Your Website'>Usability &#8211; Track, Test, And Improve Your Website</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/how-to-add-a-search-engine-to-your-website/' rel='bookmark' title='Permanent Link: How To Add A Search Engine To Your Website'>How To Add A Search Engine To Your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Website A/B testing is a common practice used to compare the effectiveness of different combinations of elements on a website; but most notably on individual sections, such as landing pages, newsletters, and  so on.  </p>
<p>A good web designer knows that when it comes to having a successful website, there are many elements that need to come together in order to obtain “success.”  Which, of course, will vary depending on the website type (e.g. &#8211; e-commerce, blog, non-profit, etc.).  These elements can range anywhere from design (e.g. &#8211; color combinations, font sizes, item placements, etc.) to usability (e.g. &#8211; how many steps in an order process, new pages vs modal windows, text hierarchy, etc.).  </p>
<p>Once you&#8217;ve put these elements together, the next step would be to test it out with users.  In which there are many different testing options that can be utilized, as mentioned in this previous article: <a  href="http://webhostinghelpguy.inmotionhosting.com/web-design-tips/usability-track-test-and-improve-your-website/">Usability – Track, Test, And Improve Your Website</a>.<br />
<br/><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/balance_scale.jpg" alt="Balance Scale" title="balance_scale" width="575" height="456" class="alignnone size-full wp-image-3367" /></p>
<h4 style="text-align:left;">So what if you want to compare 2 versions of a website?</h4>
<p>Well here&#8217;s a way of doing so&#8230;If you&#8217;re familiar with A/B testing, then you&#8217;re probably familiar with <a  href="http://www.google.com/websiteoptimizer">Google Website Optimizer (GWO)</a>.  If you&#8217;re new to it, this is the most  commonly used website testing and optimization tool that&#8217;s available free.  </p>
<p>To summarize, GWO lets you create an experiment by taking either a variation of parts of a web page (e.g. – call to action button, image, etc.) or testing 2 different pages to compare conversion rates.  This is done by including Control, Tracking and Conversion scripts/tags generated in GWO on your web pages for that particular experiment.  <em>For an example of the scripts you can go to <a  href="http://www.intelligrape.com/blog/2010/08/12/applying-google-web-optimization/">http://www.intelligrape.com/blog/2010/08/12/applying-google-web-optimization/</a>.</em></p>
<p>It also lets you set the percentage of how many various users are directed to each version. For example, you could set a randomization of 50% of users going to either version A or B, or 80% A and 20% B, etc. </p>
<p><img src="http://webhostinghelpguy.inmotionhosting.com/wp-content/uploads/2011/01/gwo-screencap.png" alt="Google Website Optimizer Screencap" title="gwo-screencap" width="575" height="350" class="alignnone size-full wp-image-3371" style="border: 1px solid darkgrey;"/></p>
<p><strong>Now, in order to utilize GWO to compare 2 full websites, you will need to:</strong><br />
<br/>
<ul style="list-style-type:decimal !important; font-weight: bold;">
<li><span style="font-weight: normal;">In Website A, add empty GWO tags.</span></li>
<li><span style="font-weight: normal;">In Website B, enter a redirect script that goes to version B.</span></li>
</ul>
<p><br/><em><strong>NOTE:</strong></em><br />
If there is 1 goal defined for the 2 websites, such as conversion rate, then the statistics calculated in GWO can be used. But, if you want to analyze individual areas of each website, then that can be done for each in <a  href="http://www.google.com/analytics/">Google Analytics</a>. Therefore, GWO will work as the first step as a tool to randomly direct users to either version A or B.</p>
<p><br/>
<p class="commenter">Have you used another method for comparing full websites?</p>


<p>Related posts:<ol><li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/unobtrusive-javascript-%e2%80%93-website-accessibility-even-if-javascript-is-disabled/' rel='bookmark' title='Permanent Link: Unobtrusive JavaScript – Website Accessibility When JavaScript Is Disabled'>Unobtrusive JavaScript – Website Accessibility When JavaScript Is Disabled</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/usability-track-test-and-improve-your-website/' rel='bookmark' title='Permanent Link: Usability &#8211; Track, Test, And Improve Your Website'>Usability &#8211; Track, Test, And Improve Your Website</a></li>
<li><a href='http://webhostinghelpguy.inmotionhosting.com/web-design-tips/how-to-add-a-search-engine-to-your-website/' rel='bookmark' title='Permanent Link: How To Add A Search Engine To Your Website'>How To Add A Search Engine To Your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webhostinghelpguy.inmotionhosting.com/web-design-tips/ab-testing-a-guide-to-split-testing-2-different-versions-of-a-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

