<?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>AdultWebSEO.com ~ Helping Webmasters Earn More Money with Adult Affiliate Advertising. &#187; Tips</title>
	<atom:link href="http://adultwebseo.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://adultwebseo.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Dec 2010 07:33:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Step HTML Diet.</title>
		<link>http://adultwebseo.com/10-step-html-diet/</link>
		<comments>http://adultwebseo.com/10-step-html-diet/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 23:20:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Newbies]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://adultwebseo.com/?p=15</guid>
		<description><![CDATA[Your new year&#8217;s resolution may be to go on a diet. Here are some tips to put your HTML on a diet, improving load times and writing better code.
1. Use fewer files and directories

Every file is a separate call to the server.
Instead of using many small images you might consider using an imagemap.
Decrease the number [...]]]></description>
			<content:encoded><![CDATA[<p>Your new year&#8217;s resolution may be to go on a diet. Here are some tips to put your HTML on a diet, improving load times and writing better code.</p>
<p>1. Use fewer files and directories</p>
<ul>
<li>Every file is a separate call to the server.</li>
<li>Instead of using many small images you might consider using an imagemap.</li>
<li>Decrease the number of directory structure levels.</li>
</ul>
<p>2. Limit your spacing</p>
<ul>
<li>While we know that spaces in your code, as a rule, should not effect the layout, it does effect how it&#8217;s parsed. Decrease or eliminate the spaces between your lines of code.</li>
</ul>
<p>3. Use relative addressing instead of absolute addressing.</p>
<ul>
<li> Instead of using href=http://www.mydomain.com/images/pic1.jpg, use href=&#8221;../images/pic1.jpg&#8221;</li>
<li>To really speed things up use the &lt;base&gt; tag in the  &lt;head&gt; like this: &lt;base href=http://www.mydomain.com&gt; then use relative addressing in the rest of the page.</li>
</ul>
<p>4. Use HTML to control spacing when possible</p>
<ul>
<li>Instead of using a spacer.gif to manipulate space, try using &amp;nbsp; for horizontal spacing and the &lt;br&gt; and &lt;p&gt; tags for vertical spacing.</li>
</ul>
<p>5. Eliminate repetitive tags</p>
<ul>
<li>This is something you&#8217;ll often find in pages created with point and click web applications (WYSIWYG HTML editors) for example:&lt;font face=&#8221;arial&#8221;&gt;Hello World&lt;/font&gt; &lt;font face=&#8221;arial&#8221;&gt;Welcome to my web page.&lt;/font&gt;
<p>In this example the first &lt;/font&gt; and the second &lt;font face=&#8221;arial&#8221;&gt; could be eliminated.</li>
</ul>
<p>6. Eliminate attributes with default values</p>
<ul>
<li>For example, you don&#8217;t need to use these:<br />
&lt;body text=&#8221;black&#8221;&gt;<br />
&lt;div align=&#8221;left&#8221;&gt;<br />
&lt;font size=&#8221;3&#8243; color=&#8221;silver&#8221; face=&#8221;times&#8221;&gt;</li>
</ul>
<p>7. Use short file names and directories</p>
<ul>
<li>Instead of href=&#8221;../imagefiles/companylogos/advertisements.html try href=&#8221;../imgs/logos/ads.html</li>
</ul>
<p>8. Use Cascading Style Sheets</p>
<ul>
<li>Use CSS to position your content. It requires less code and you have more accurate control over layout.</li>
</ul>
<p>9. Beware of WYSIWYG code trash</p>
<ul>
<li>Many web authoring apps add their own proprietary code. FrontPage is notorious for this. Beware!!</li>
<li>Clean up your META tag. You don&#8217;t need the following info in your METAs:<br />
&lt;META NAME=&#8221;generator&#8221; content=&#8221;Microsoft FrontPage 4.0&#8243;&gt;<br />
&lt;META NAME=&#8221;ProgId&#8221; CONTENT=&#8221;FrontPage.Editor.Document&#8221;&gt;</li>
</ul>
<p>10. Table Savvy</p>
<ul>
<li>Avoid nesting tables. Rather than creating complex table layouts, use the attributes rowspan and colspan to control content layout.</li>
<li>If you can, fill empty table data cells with &amp;nbsp; This weighs less than a spacer.gif.</li>
<li>Tables take time. Even if you need to use a table for some of your content, the entire page doesn&#8217;t have to be in a table.</li>
</ul>
<p>Do you have any other suggestions? Add them to the comments below! Ok, the holidays are over&#8230; Let&#8217;s get back to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://adultwebseo.com/10-step-html-diet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

