<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Webforum01&#039;s Blog</title>
	<atom:link href="http://ewebdesignforum.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ewebdesignforum.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 02 Nov 2009 08:59:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ewebdesignforum.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Webforum01&#039;s Blog</title>
		<link>http://ewebdesignforum.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ewebdesignforum.wordpress.com/osd.xml" title="Webforum01&#039;s Blog" />
	<atom:link rel='hub' href='http://ewebdesignforum.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HTML Headings</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/html-headings/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/html-headings/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:59:27 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Basic]]></category>
		<category><![CDATA[Headings Are Important]]></category>
		<category><![CDATA[HTML Headings]]></category>
		<category><![CDATA[HTML Tag Reference]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=30</guid>
		<description><![CDATA[Headings are important in HTML documents. HTML Headings Headings are defined with the &#60;h1&#62; to &#60;h6&#62; tags. &#60;h1&#62; defines the largest heading. &#60;h6&#62; defines the smallest heading. Example &#60;h1&#62;This is a heading&#60;/h1&#62; &#60;h2&#62;This is a heading&#60;/h2&#62; &#60;h3&#62;This is a heading&#60;/h3&#62; Headings Are Important Use HTML headings for headings only. Don&#8217;t use headings to make text [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=30&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Headings are important in HTML documents.</p>
<hr />
<h2>HTML Headings</h2>
<p>Headings are defined with the &lt;h1&gt; to &lt;h6&gt; tags.</p>
<p>&lt;h1&gt; defines the largest heading. &lt;h6&gt; defines the smallest heading.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;h1&gt;This is a heading&lt;/h1&gt;<br />
&lt;h2&gt;This is a heading&lt;/h2&gt;<br />
&lt;h3&gt;This is a heading&lt;/h3&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>Headings Are Important</h2>
<p>Use HTML headings for headings only. Don&#8217;t use headings to make text <strong>BIG</strong> or <strong>bold</strong>.</p>
<p>Search engines use your headings to index the structure and content of your web pages.</p>
<p>Since users may skim your pages by its headings, it is important to use headings to show the document structure.</p>
<p>H1 headings should be used as main headings, followed by H2 headings, then less important H3 headings, and so on.</p>
<hr />
<h2>HTML Rules (Lines)</h2>
<p>The &lt;hr /&gt; tag is used to create an horizontal rule (line).</p>
<table id="table1" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table id="table2" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;p&gt;This is a paragraph&lt;/p&gt;<br />
&lt;hr /&gt;<br />
&lt;p&gt;This is a paragraph&lt;/p&gt;<br />
&lt;hr /&gt;<br />
&lt;p&gt;This is a paragraph&lt;/p&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>HTML Comments</h2>
<p>Comments can be inserted in the HTML code to make it more readable and understandable. Comments are ignored by the browser and are not displayed.</p>
<p>Comments are written like this:</p>
<table id="table3" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table id="table4" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;!&#8211; This is a comment &#8211;&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>HTML Tip &#8211; How to View HTML Source</h2>
<p>Have you ever seen a Web page and wondered &#8220;Hey! How did they do that?&#8221;</p>
<p>To find out, click the VIEW option in your browser&#8217;s toolbar and select SOURCE or PAGE SOURCE. This will open a window that shows you the HTML code of the page.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td align="left" valign="middle">
<h2>Examples From This Page</h2>
</td>
</tr>
</tbody>
</table>
<p><a href="tryit.asp?filename=tryhtml_headers" target="_blank">Headings</a><br />
This example demonstrates the tags that display headings in an HTML document.</p>
<p><a href="tryit.asp?filename=tryhtml_comment" target="_blank">Hidden comments</a><br />
This example demonstrates how to insert a hidden comment in the HTML source code.</p>
<p><a href="tryit.asp?filename=tryhtml_hr" target="_blank">Horizontal rule</a><br />
This example demonstrates how to insert a horizontal rule.</p>
<hr />
<h2>HTML Tag Reference</h2>
<p>W3Schools&#8217; tag reference contains additional information about these tags and their attributes.</p>
<p>You will learn more about HTML tags and attributes in the next chapters of this tutorial.</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th align="left">Tag</th>
<th align="left">Description</th>
</tr>
<tr>
<td><a href="/tags/tag_html.asp">&lt;html&gt;</a></td>
<td>Defines an HTML document</td>
</tr>
<tr>
<td><a href="/tags/tag_body.asp">&lt;body&gt;</a></td>
<td>Defines the document&#8217;s body</td>
</tr>
<tr>
<td><a href="/tags/tag_hn.asp">&lt;h1&gt; to &lt;h6&gt;</a></td>
<td>Defines header 1 to header 6</td>
</tr>
<tr>
<td><a href="/tags/tag_hr.asp">&lt;hr /&gt;</a></td>
<td>Defines a horizontal rule</td>
</tr>
<tr>
<td><a href="/tags/tag_comment.asp">&lt;!&#8211;&gt;</a></td>
<td>Defines a comment</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=30&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/html-headings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Attributes</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/html-attributes/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/html-attributes/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:54:05 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Basic]]></category>
		<category><![CDATA[Always Quote Attribute Values]]></category>
		<category><![CDATA[HTML Attributes]]></category>
		<category><![CDATA[HTML Attributes Reference]]></category>
		<category><![CDATA[HTML Tip: Use Lowercase Attributes]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=28</guid>
		<description><![CDATA[Attributes provide additional information about HTML elements. HTML Attributes HTML elements can have attributes Attributes provide additional information about the element Attributes are always specified in the start tag Attributes come in name/value pairs like: name=&#8221;value&#8221; Attribute Example HTML links are defined with the &#60;a&#62; tag. The link address is provided as an attribute: Example [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=28&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Attributes provide additional information about HTML elements.</p>
<h2>HTML Attributes</h2>
<ul>
<li>HTML elements can have <strong>attributes</strong></li>
<li>Attributes provide <strong>additional information</strong> about the element</li>
<li>Attributes are always specified in <strong>the start tag</strong></li>
<li>Attributes come in name/value pairs like: <strong>name=&#8221;value&#8221;</strong></li>
</ul>
<hr />
<h2>Attribute Example</h2>
<p>HTML links are defined with the &lt;a&gt; tag. The link address is provided as an attribute:</p>
<table id="table1" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table id="table2" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;a href=&#8221;http://www.w3schools.com&#8221;&gt;This is a link&lt;/a&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>Always Quote Attribute Values</h2>
<p>Attribute values should always be enclosed in quotes.</p>
<p>Double style quotes are the most common, but single style quotes are also allowed.</p>
<p>In some rare situations, like when the attribute value itself contains quotes, it is necessary to use single quotes:</p>
<p>name=&#8217;John &#8220;ShotGun&#8221; Nelson&#8217;</p>
<hr />
<h2>HTML Tip: Use Lowercase Attributes</h2>
<p>Attribute names and attribute values are case-insensitive.</p>
<p>However, the World Wide Web Consortium (W3C) recommends lowercase attributes/attribute values in their HTML 4 recommendation</p>
<p>Newer versions of (X)HTML will demand lowercase attributes.</p>
<hr />
<h2>HTML Attributes Reference</h2>
<p>A full list of legal attributes for each HTML element is listed in our:</p>
<p><a href="/tags/default.asp">Complete HTML Reference</a></p>
<p>Below is a list of some attributes that are standard for most HTML elements:</p>
<table border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<th width="20%" align="left" valign="top">Attribute</th>
<th width="35%" align="left" valign="top">Value</th>
<th width="45%" align="left" valign="top">Description</th>
</tr>
<tr>
<td valign="top">class</td>
<td valign="top"><em>class_rule </em>or<em> style_rule</em></td>
<td valign="top">The class of the element</td>
</tr>
<tr>
<td valign="top">id</td>
<td valign="top"><em>id_name</em></td>
<td valign="top">A unique id for the element</td>
</tr>
<tr>
<td valign="top">style</td>
<td valign="top"><em>style_definition</em></td>
<td valign="top">An inline style definition</td>
</tr>
<tr>
<td valign="top">title</td>
<td valign="top"><em>tooltip_text </em></td>
<td valign="top">A text to display in a tool tip</td>
</tr>
</tbody>
</table>
<p>For more information about standard attributes:</p>
<p><a href="/tags/ref_standardattributes.asp">HTML Standard Attributes Reference</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=28&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/html-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Elements</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/html-elements/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/html-elements/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:48:11 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Basic]]></category>
		<category><![CDATA[HTML Element Syntax]]></category>
		<category><![CDATA[HTML Elements]]></category>
		<category><![CDATA[Nested HTML Elements]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=25</guid>
		<description><![CDATA[HTML documents are defined by HTML elements. HTML Elements An HTML element is everything from the start tag to the end tag: Start tag * Element content End tag * &#60;p&#62; This is a paragraph &#60;/p&#62; &#60;a href=&#8221;default.htm&#8221; &#62; This is a link &#60;/a&#62; &#60;br /&#62;     * The start tag is often called [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=25&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTML documents are defined by HTML elements.</p>
<hr />
<h2>HTML Elements</h2>
<p>An HTML element is everything from the start tag to the end tag:</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th width="34%">Start tag *</th>
<th width="34%">Element content</th>
<th width="34%">End tag *</th>
</tr>
<tr>
<td>&lt;p&gt;</td>
<td>This is a paragraph</td>
<td>&lt;/p&gt;</td>
</tr>
<tr>
<td>&lt;a href=&#8221;default.htm&#8221; &gt;</td>
<td>This is a link</td>
<td>&lt;/a&gt;</td>
</tr>
<tr>
<td>&lt;br /&gt;</td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p><strong>*</strong> The start tag is often called the <strong>opening tag</strong>. The end tag is often called the <strong>closing tag</strong>.</p>
<hr />
<h2>HTML Element Syntax</h2>
<ul>
<li>An HTML element starts with a <strong>start tag / opening tag</strong></li>
<li>An HTML element ends with an <strong>end tag / closing tag</strong></li>
<li>The <strong>element content</strong> is everything between the start and the end tag</li>
<li>Some HTML elements have <strong>empty content</strong></li>
<li>Empty elements are <strong>closed in the start tag</strong></li>
<li>Most HTML elements can have <strong>attributes</strong></li>
</ul>
<p>(You will learn about element attributes in the next chapter of this tutorial)</p>
<hr />
<h2>Nested HTML Elements</h2>
<p>Most HTML elements can be nested (can contain other HTML elements).</p>
<p>HTML documents consist of nested HTML elements.</p>
<hr />
<h2>HTML Document Example</h2>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;html&gt;</p>
<p>&lt;body&gt;<br />
&lt;p&gt;This is my first paragraph&lt;/p&gt;<br />
&lt;/body&gt;</p>
<p>&lt;/html&gt;</td>
</tr>
</tbody>
</table>
<p>The example above contains 3 HTML elements.</p>
<hr />
<h2>Example Explained</h2>
<h3>The &lt;p&gt; element:</h3>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;p&gt;This is my first paragraph&lt;/p&gt;</td>
</tr>
</tbody>
</table>
<p>The &lt;p&gt; element defines a paragraph in the HTML document<br />
The element has a start tag &lt;p&gt; and an end tag &lt;/p&gt;<br />
The element content is: This is my first paragraph</p>
<h3>The &lt;body&gt; element:</h3>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;body&gt;<br />
&lt;p&gt;This is my first paragraph&lt;/p&gt;<br />
&lt;/body&gt;</td>
</tr>
</tbody>
</table>
<p>The &lt;body&gt; element defines the body of the HTML document<br />
The element has a start tag &lt;body&gt; and an end tag &lt;/body&gt;<br />
The element content is another HTML element (a paragraph)</p>
<h3>The &lt;html&gt; element:</h3>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;html&gt;</p>
<p>&lt;body&gt;<br />
&lt;p&gt;This is my first paragraph&lt;/p&gt;<br />
&lt;/body&gt;</p>
<p>&lt;/html&gt;</td>
</tr>
</tbody>
</table>
<p>The &lt;html&gt; element defines the whole HTML document.<br />
The element has a start tag &lt;html&gt; and an end tag &lt;/html&gt;<br />
The element content is another HTML element (the body)</p>
<hr />
<h2>Don&#8217;t Forget the End Tag</h2>
<p>Most browsers will display HTML correctly even if you forget the end tag:</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;p&gt;This is a paragraph<br />
&lt;p&gt;This is a paragraph</td>
</tr>
</tbody>
</table>
<p>The example above will work in most browsers, but don&#8217;t rely on it. Forgetting the end tag can produce unexpected results or errors.</p>
<p><strong>Note:</strong> Future version of HTML will not allow you to skip end tags.</p>
<hr />
<h2>Empty HTML Elements</h2>
<p>HTML elements without content are called empty elements. Empty elements can be closed in the start tag.</p>
<p>&lt;br&gt; is an empty element without a closing tag (it defines a line break).</p>
<p>In XHTML, XML, and future versions of HTML, all elements must be closed.</p>
<p>Adding a slash to the start tag, like &lt;br /&gt;, is the proper way of closing empty elements, accepted by HTML, XHTML and XML.</p>
<p>Even if &lt;br&gt; works in all browsers, writing &lt;br /&gt; instead is more future proof.</p>
<hr />
<h2>HTML Tip: Use Lowercase Tags</h2>
<p>HTML tags are not case sensitive: &lt;P&gt; means the same as &lt;p&gt;. Plenty of web sites use uppercase HTML tags in their pages.</p>
<p>W3Schools use lowercase tags because the World Wide Web Consortium (W3C) <strong>recommends</strong> lowercase in HTML 4, and <strong>demands</strong> lowercase tags in future versions of (X)HTML.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=25&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Basic &#8211; 4 Examples</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/html-basic-4-examples/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/html-basic-4-examples/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:43:38 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Basic]]></category>
		<category><![CDATA[HTML Basic - 4 Examples]]></category>
		<category><![CDATA[HTML Headings]]></category>
		<category><![CDATA[HTML Images]]></category>
		<category><![CDATA[HTML Links]]></category>
		<category><![CDATA[HTML Paragraphs]]></category>
		<category><![CDATA[Product Spotlight]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=22</guid>
		<description><![CDATA[Don&#8217;t worry if the examples use tags you have not learned. You will learn about them in the next chapters. HTML Headings HTML headings are defined with the &#60;h1&#62; to &#60;h6&#62; tags. Example &#60;h1&#62;This is a heading&#60;/h1&#62; &#60;h2&#62;This is a heading&#60;/h2&#62; &#60;h3&#62;This is a heading&#60;/h3&#62; HTML Paragraphs HTML paragraphs are defined with the &#60;p&#62; tag. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=22&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t worry if the examples use tags you have not learned.</p>
<p>You will learn about them in the next chapters.</p>
<hr />
<h2>HTML Headings</h2>
<p>HTML headings are defined with the &lt;h1&gt; to &lt;h6&gt; tags.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;h1&gt;This is a heading&lt;/h1&gt;<br />
&lt;h2&gt;This is a heading&lt;/h2&gt;<br />
&lt;h3&gt;This is a heading&lt;/h3&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>HTML Paragraphs</h2>
<p>HTML paragraphs are defined with the &lt;p&gt; tag.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;p&gt;This is a paragraph&lt;/p&gt;<br />
&lt;p&gt;This is another paragraph&lt;/p&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>HTML Links</h2>
<p>HTML links are defined with the &lt;a&gt; tag.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;a href=&#8221;http://www.w3schools.com&#8221;&gt;This is a link&lt;/a&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<h2>HTML Images</h2>
<p>HTML images are defined with the &lt;img&gt; tag.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<h2>Example</h2>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;img src=&#8221;w3schools.jpg&#8221; width=&#8221;104&#8243; height=&#8221;142&#8243; /&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=22&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/html-basic-4-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML &#8211; Getting Started</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/html-getting-started/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/html-getting-started/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 07:29:14 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Basic]]></category>
		<category><![CDATA[HTML - Getting Started]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=14</guid>
		<description><![CDATA[What You Need You don&#8217;t need any tools to learn HTML at W3Schools. You don&#8217;t need any HTML editor You don&#8217;t need a web server You don&#8217;t need a web site Editing HTML In this tutorial we use a plain text editor (like Notepad) to edit HTML. We believe this is the best way to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=14&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>What You Need</h2>
<p>You don&#8217;t need any tools to learn HTML at W3Schools.</p>
<ul type="square">
<li>You don&#8217;t need any HTML editor</li>
<li>You don&#8217;t need a web server</li>
<li>You don&#8217;t need a web site</li>
</ul>
<hr />
<h2>Editing HTML</h2>
<p>In this tutorial we use a plain text editor (like Notepad) to edit HTML. We believe this is the best way to learn HTML.</p>
<p>However, professional web developers often prefer HTML editors like FrontPage or Dreamweaver, instead of writing plain text.</p>
<hr />
<h2>Create Your Own Test Web</h2>
<p><strong>If you just want to learn HTML, skip the rest of this chapter.</strong></p>
<p>If you want to create a test web on your own computer, just copy the 3 files below to your desktop.</p>
<p>(Right click on each link, and select &#8220;save target as&#8221; or &#8220;save link as&#8221;)</p>
<p><a href="mainpage.htm" target="_blank">mainpage.htm</a></p>
<p><a href="page1.htm" target="_blank">page1.htm</a></p>
<p><a href="page2.htm" target="_blank">page2.htm</a></p>
<p>After you have copied the files, you can double-click on the file called &#8220;mainpage.htm&#8221; and see your first web site in action.</p>
<hr />
<h2>Use Your Test Web For Learning</h2>
<p>We suggest you experiment with everything you learn at W3Schools by editing your web files with a text editor (like Notepad).</p>
<p><strong>Note: </strong>If your test web contains HTML markup tags you have not learned, don&#8217;t panic. You will learn all about it in the next chapters.</p>
<hr />
<h2>HTM or HTML Extension?</h2>
<p>When you save an HTML file, you can use either the .htm or the .html extension. We use .htm in our examples. It is a habit from the past, when the software only allowed three letters in file extensions.</p>
<p>With new software it is perfectly safe to use .html.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=14&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/html-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Introduction</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/html-introduction/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/html-introduction/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 07:21:05 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Basic]]></category>
		<category><![CDATA[HTML Introduction]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=11</guid>
		<description><![CDATA[What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of markup tags HTML uses markup tags to describe web pages HTML Tags HTML markup tags are usually called HTML [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=11&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>What is HTML?</h2>
<p>HTML is a language for describing web pages.</p>
<ul>
<li>HTML stands for <strong>H</strong>yper <strong>T</strong>ext <strong>M</strong>arkup <strong>L</strong>anguage</li>
<li>HTML is not a programming language, it is a <strong>markup language</strong></li>
<li>A markup language is a set of <strong>markup tags</strong></li>
<li>HTML uses <strong>markup tags</strong> to describe web pages</li>
</ul>
<hr />
<h2>HTML Tags</h2>
<p>HTML markup tags are usually called HTML tags</p>
<ul>
<li>HTML tags are keywords surrounded by <strong>angle brackets </strong>like &lt;html&gt;</li>
<li>HTML tags normally <strong>come in pairs</strong> like &lt;b&gt; and &lt;/b&gt;</li>
<li>The first tag in a pair is the <strong>start tag,</strong> the second tag is the <strong>end tag</strong></li>
<li>Start and end tags are also called <strong>opening tags</strong> and <strong>closing tags</strong></li>
</ul>
<hr />
<h2>HTML Documents = Web Pages</h2>
<ul>
<li>HTML documents <strong>describe web pages</strong></li>
<li>HTML documents <strong>contain HTML tags</strong> and plain text</li>
<li>HTML documents are also <strong>called web pages</strong></li>
</ul>
<p>The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;html&gt;<br />
&lt;body&gt;</p>
<p>&lt;h1&gt;My First Heading&lt;/h1&gt;</p>
<p>&lt;p&gt;My first paragraph&lt;/p&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</td>
</tr>
</tbody>
</table>
<h2>Example Explained</h2>
<ul>
<li>The text between &lt;html&gt; and &lt;/html&gt; describes the web page</li>
<li>The text between &lt;body&gt; and &lt;/body&gt; is the visible page content</li>
<li>The text between &lt;h1&gt; and &lt;/h1&gt; is displayed as a heading</li>
<li>The text between &lt;p&gt; and &lt;/p&gt; is displayed as a paragraph</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=11&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/html-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>Affiliate management and program management outsourcing</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/affiliate-management-and-program-management-outsourcing/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/affiliate-management-and-program-management-outsourcing/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 07:05:25 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[Affiliate Programs and Advertising]]></category>
		<category><![CDATA[Affiliate management and program management outsourcing]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=9</guid>
		<description><![CDATA[Successful affiliate programs require significant work and maintenance. Having a successful affiliate program is more difficult than when such programs were just emerging. With the exception of some vertical markets, it is rare for an affiliate program to generate considerable revenue with poor management or no management (i.e., &#8220;auto-drive&#8221;). Uncontrolled affiliate programs did—and continue to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=9&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Successful affiliate programs require significant work and maintenance. Having a successful affiliate program is more difficult than when such programs were just emerging. With the exception of some vertical markets, it is rare for an affiliate program to generate considerable revenue with poor management or no management (i.e., &#8220;auto-drive&#8221;).</p>
<p>Uncontrolled affiliate programs did—and continue to do so today—aid rogue affiliates, who use spamming.trademark infringement, false advertising, &#8220;cookie cutting typosquatting, and other unethical methods that have given affiliate marketing a negative reputation.</p>
<p>The increased number of Internet businesses and the increased number of people that trust the current technology enough to shop and do business online allows further maturation of affiliate marketing. The opportunity to generate a considerable amount of profit combined with a crowded marketplace filled with competitors of equal quality and size makes it more difficult for merchants to be noticed. In this environment, however, being noticed can yield greater rewards.</p>
<p>Recently, the Internet marketing industry has become more advanced. In some areas online media has been rising to the sophistication of offline media, in which advertising has been largely professional and competitive. There are significantly more requirements that merchants must meet to be successful, and those requirements are becoming too burdensome for the merchant to manage successfully in-house. An increasing number of merchants are seeking alternative options found in relatively new outsourced (affiliate) program management (OPM) companies, which are often founded by veteran affiliate managers and network program managers.OPM companies perform affiliate program management for the merchants as a service, similar to advertising agencies promoting a brand or product as done in offline marketing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=9&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/affiliate-management-and-program-management-outsourcing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>Predominant compensation methods</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/predominant-compensation-methods/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/predominant-compensation-methods/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:55:43 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[Affiliate Programs and Advertising]]></category>
		<category><![CDATA[Multi-tier programs]]></category>
		<category><![CDATA[performance marketing]]></category>
		<category><![CDATA[Predominant compensation methods]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=7</guid>
		<description><![CDATA[Eighty percent of affiliate programs today use revenue sharing or cost per sale (CPS) as a compensation method, nineteen percent use cost per action (CPA), and the remaining programs use other methods such as cost per click (CPC) or cost per mille (CPM). [edit] Diminished compensation methods Within more mature markets, less than one percent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=7&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Eighty percent of affiliate programs today use revenue sharing or cost per sale (CPS) as a compensation method, nineteen percent use cost per action (CPA), and the remaining programs use other methods such as cost per click (CPC) or cost per mille (CPM).</p>
<h3>[edit] Diminished compensation methods</h3>
<p>Within more mature markets, less than one percent of traditional affiliate marketing programs today use cost per click and cost per mille. However, these compensation methods are used heavily in display advertising and paid search.</p>
<p>Cost per mille requires only that the publisher make the advertising available on his website and display it to his visitors in order to receive a commission. Pay per click requires one additional step in the conversion process to generate revenue for the publisher: A visitor must not only be made aware of the advertisement, but must also click on the advertisement to visit the advertiser&#8217;s website.</p>
<p>Cost per click was more common in the early days of affiliate marketing, but has diminished in use over time due to click fraud issues very similar to the click fraud issues modern search engines are facing today. Contextual advertising programs such as Google AdSense are not considered in the statistic pertaining to diminished use of cost per click, as it is uncertain if contextual advertising can be considered affiliate marketing.</p>
<p>Whilst these models have diminished in mature e-commerce and online advertising markets they are still prevalent in some more nascent industries. China is one example where Affiliate Marketing does not overtly resemble the same model in the West. With many affiliates being paid a flat &#8220;Cost Per Day&#8221; with some networks offering Cost Per Click or CPM.</p>
<h3>[edit] Performance marketing</h3>
<p>In the case of cost per mille/click, the publisher is not concerned about a visitor being a member of the audience that the advertiser tries to attract and is able to convert, because at this point the publisher has already earned his commission. This leaves the greater, and, in case of cost per mille, the full risk and loss (if the visitor can not be converted) to the advertiser.</p>
<p>Cost per action/sale methods require that referred visitors do more than visit the advertiser&#8217;s website before the affiliate receives commission. The advertiser must convert that visitor first. It is in the best interest for the affiliate to send the most closely-targeted traffic to the advertiser as possible to increase the chance of a conversion. The risk and loss is shared between the affiliate and the advertiser.</p>
<p>Affiliate marketing is also called &#8220;performance marketing&#8221;, in reference to how sales employees are typically being compensated. Such employees are typically paid a commission for each sale they close, and sometimes are paid performance incentives for exceeding targeted baselines. Affiliates are not employed by the advertiser whose products or services they promote, but the compensation models applied to affiliate marketing are very similar to the ones used for people in the advertisers&#8217; internal sales department.</p>
<p>The phrase, &#8220;Affiliates are an extended sales force for your business&#8221;, which is often used to explain affiliate marketing, is not completely accurate. The primary difference between the two is that affiliate marketers provide little if any influence on a possible prospect in the conversion process once that prospect is directed to the advertiser&#8217;s website. The sales team of the advertiser, however, does have the control and influence up to the point where the prospect signs the contract or completes the purchase.</p>
<h2>[edit] Multi-tier programs</h2>
<p>Some advertisers offer multi-tier programs that distribute commission into a hierarchical referral network of sign-ups and sub-partners. In practical terms, publisher &#8220;A&#8221; signs up to the program with an advertiser and gets rewarded for the agreed activity conducted by a referred visitor. If publisher &#8220;A&#8221; attracts publishers &#8220;B&#8221; and &#8220;C&#8221; to sign up for the same program using his sign-up code, all future activities performed by publishers &#8220;B&#8221; and &#8220;C&#8221; will result in additional commission (at a lower rate) for publisher &#8220;A&#8221;.</p>
<p>Two-tier programs exist in the minority of affiliate programs; most are simply one-tier. Referral programs beyond two-tier resemble multi-level marketing (MLM) or network marketing but are different. Multi-level marketing (MLM) or network marketing have more requirements/qualifications to get paid a commission. Whereas affiliate programs do not.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=7&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/predominant-compensation-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>Colors and how to apply them to your web design</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/colors-and-how-to-apply-them-to-your-web-design/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/colors-and-how-to-apply-them-to-your-web-design/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:34:03 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[Web design Tutorials]]></category>
		<category><![CDATA[Web design Help]]></category>
		<category><![CDATA[Web design tips]]></category>

		<guid isPermaLink="false">http://ewebdesignforum.wordpress.com/?p=3</guid>
		<description><![CDATA[The appropriate colors selection for a web design is not an easy task, it is one of the most difficult decisions, you need to achieve a visual impact when thinking about your future visitors and members. The general recommended rule is to choose from 3 to 5 colors maximmum. Just like Hiperstores or supermarket consummers, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=3&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="post_message_20475">The appropriate colors selection for a web design is not an easy task, it is one of the most difficult decisions, you need to achieve a visual impact when thinking about your future visitors and members. The general recommended rule is to choose from 3 to 5 colors maximmum.</p>
<p>Just like Hiperstores or supermarket consummers, Internet users are susceptible to be influenced by color, also by music or web structure as commerce strategy.</p>
<p>The right color selection needs to be consider according to the target audience where the website will direct its business purpose. That&#8217;s why it is so important to follow a consummers preferences study. If you intend to get the most business opportunities and therefore increase your sales, make sure you choose a very skilled, well reviewed and professional team who will be able to develop a hit seller website, they will guarantee that the colors selection will be the most appropriate and also they will create the best brand for your website&#8217;s project.</p>
<p>According to consummer preference studies, the color may respond to phobias, affects, general audience inclinations but also tendencies of a determined country.</p>
<p>These case studies allowed to determine that bright colors transmit activity while middle bright colors provoke reflection.</p>
<p><span style="color:#993300;"><strong>Colors selection</strong><br />
</span>Regarding colors, the ideal thing is to choose between 3 to 5 colors for a web home page or website sections if you want them different. You need to be careful with the colors connotations and adjust them to the target public that you need to attract to your website.</p>
<p>Find below some comments regarding colors</p>
<p><strong>Black</strong><br />
This color denotes distinction if it is well mixed, however, it is not convenient to use it as background for a website with too much text because it difficults the legibility, it is highly recommended for image related websites because it highlights the images and graphics.</p>
<p><strong>Red</strong><br />
People who like this color use to be extrovert, dynamic, active and prone to action. It is not recommended for a website except in cases where the website wants to generate immediate reactions with confident designs and agressive tones that reduce its impact. Red is highly associated with agressiveness, therefore some of the applications for this color in web design are: energy drinks, cars, motorcycles, sports and extreme activities</p>
<p><strong>Blue</strong><br />
It is one of the most used colors in web design, it makes that people feel relaxed, confident and ready to accept its influences and proposals. It is ideal for products related with cleanliness and everything directly related to the sea, the water, the sky and the air.</p>
<p><strong>Orange</strong><br />
This color is visually powerful, it is very useful to capture the attention and highlight important aspects on a website. It is recommended for websites with young and effusive content.</p>
<p><strong>Green</strong><br />
This color generates a peaceful influence, recommended for websites that want to promote or sell ecological services or products, outside activities, tourism and gardening.</p>
<p><strong>Violet</strong><br />
It is recommended for websites with artistic tendencies and sites related to mystic studies.</p>
<p><strong>Yellow</strong><br />
It is very used in websites that develop innovative products, this color denotes intellectual aspects and learning.</p>
<p><strong>Pink</strong><br />
This color is highly associated to sensibility and feminity, that&#8217;s why it is so used in websites related to women and children.</div>
<p><!-- / message --><!-- sig --></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=3&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/colors-and-how-to-apply-them-to-your-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://ewebdesignforum.wordpress.com/2009/11/02/hello-world/</link>
		<comments>http://ewebdesignforum.wordpress.com/2009/11/02/hello-world/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 06:11:28 +0000</pubDate>
		<dc:creator>webforum01</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=1&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ewebdesignforum.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ewebdesignforum.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ewebdesignforum.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ewebdesignforum.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ewebdesignforum.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ewebdesignforum.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ewebdesignforum.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ewebdesignforum.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ewebdesignforum.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ewebdesignforum.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ewebdesignforum.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ewebdesignforum.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ewebdesignforum.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ewebdesignforum.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ewebdesignforum.wordpress.com&amp;blog=10232057&amp;post=1&amp;subd=ewebdesignforum&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ewebdesignforum.wordpress.com/2009/11/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8475e17dbcd7f6dc14449d67d40f680f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">webforum01</media:title>
		</media:content>
	</item>
	</channel>
</rss>
