<?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>Dream Driven Designs &#187; name</title>
	<atom:link href="http://www.dreamdrivendesigns.com/tag/name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreamdrivendesigns.com</link>
	<description>Professional Web Design &#38; Wordpress Support</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:37:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What is a Website Domain Name</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/85/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/85/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:37:05 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[domain name system]]></category>
		<category><![CDATA[internet server]]></category>
		<category><![CDATA[internet web servers]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[tmpPost]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=85</guid>
		<description><![CDATA[Bookmark this category Domain Name System, or DNS, is the most recognized system for assigning addresses to Internet web servers (hosts). like an international phone number, the domain name system helps to give every Internet server a easy-to-spell address. Simultaneously, a domain keeps the techinical numbers away from users. eg. www.Dreamdrivendesigns.com or yoursitename.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
Domain Name System, or DNS, is the most recognized system for assigning<br />
addresses to Internet web servers (hosts). like an international phone<br />
number, the domain name system helps to give every Internet server a<br />
easy-to-spell address. Simultaneously, a domain keeps the techinical<br />
numbers away from users.</p>
<p>eg. <a href="http://www.Dreamdrivendesigns.com">www.Dreamdrivendesigns.com</a> or yoursitename.com</p>
<p></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2F85%2F&amp;title=What%20is%20a%20Website%20Domain%20Name" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diference between A and CNAME</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/via-postie/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/via-postie/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 19:15:58 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[circular references]]></category>
		<category><![CDATA[cname records]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[example computer]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=52</guid>
		<description><![CDATA[Bookmark this category *CNAME Record* CNAME records are domain name aliases. Often computers on the Internet have multiple functions such as web-server, ftp-server, chat-server etc. To mask this, CNAME-records can be used to give a single computer multiple names (aliases). For example computer &#8220;www.mycomputer.com&#8221; may be both a web-server and an ftp-server, so two CNAME-records [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
 *CNAME Record*</p>
<p>CNAME records are domain name aliases.</p>
<p>Often computers on the Internet have multiple functions such as web-server, ftp-server, chat-server etc.</p>
<p>To mask this, CNAME-records can be used to give a single computer multiple names (aliases). For example computer &#8220;www.mycomputer.com&#8221; may be both a web-server and an ftp-server, so two CNAME-records are defined: &#8220;www.mycomputer.com&#8221; = &#8220;xyz.com&#8221; and &#8220;ftp.mycomputer.com&#8221; = &#8220;xyz.com&#8221;.</p>
<p>Sometimes a single server computer hosts many different domain names such as web servers that host many sites. In this example many CNAME records may be defined such as &#8220;www.abc.com&#8221; = &#8220;www.xyz.com&#8221;.</p>
<p>The most popular use the CNAME-record type is to provide access to a web-server using both the standard &#8220;www.domain.com&#8221; and &#8220;domain.com&#8221; (without the www). This is usually done by creating an A-record for the short name (without www), and a CNAME-record for the www name pointing to the short name.</p>
<p>CNAME-records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.</p>
<p>A CNAME-record should always point to an A-record to avoid circular references.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2Fvia-postie%2F&amp;title=Diference%20between%20A%20and%20CNAME" id="wpa2a_4">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/via-postie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

