<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: How to send one domain name to another &#8211; in three different ways</title>
	<atom:link href="http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/</link>
	<description>The internet made awesome</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:50:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johnny</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-1912</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-1912</guid>
		<description>Dammit... just email me if you&#039;d like the code. It wants to USE it here, and the code tags aren&#039;t working for some reason.</description>
		<content:encoded><![CDATA[<p>Dammit&#8230; just email me if you&#8217;d like the code. It wants to USE it here, and the code tags aren&#8217;t working for some reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-1911</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-1911</guid>
		<description>Dammit, how the fuck can I paste code?</description>
		<content:encoded><![CDATA[<p>Dammit, how the fuck can I paste code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-1910</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-1910</guid>
		<description>Hey Siraaj,

The simplest solution is to do a simple Javascript redirect. Go ahead and put an index.html file at muslimbestlife.com that has the following code in it (in the &lt;body&gt; section) and it should handle it for you:

(Note: This code isn&#039;t mine. I got it online. The author is credited below)

&lt;code&gt;&lt;script&gt;

//Browser redirect Script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100&#039;s more DHTML scripts, and Terms Of Use, 
//visit dynamicdrive.com

var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)

//if NS 6
if (browser_type==&quot;Netscape&quot;&amp;&amp;browser_version&gt;=5)
window.location.replace(&quot;http://muslimbestlife.com/blog&quot;)
//if IE 4+
else if (browser_type==&quot;Microsoft Internet Explorer&quot;&amp;&amp;browser_version&gt;=4)
window.location.replace(&quot;http://muslimbestlife.com/blog&quot;)
//if NS4+
else if (browser_type==&quot;Netscape&quot;&amp;&amp;browser_version&gt;=4)
window.location.replace(&quot;http://muslimbestlife.com/blog&quot;)
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location=&quot;http://muslimbestlife.com/blog&quot;
&lt;/script&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey Siraaj,</p>
<p>The simplest solution is to do a simple Javascript redirect. Go ahead and put an index.html file at muslimbestlife.com that has the following code in it (in the <body> section) and it should handle it for you:</p>
<p>(Note: This code isn&#8217;t mine. I got it online. The author is credited below)</p>
<p><code><script></p>
<p>//Browser redirect Script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and Terms Of Use, 
//visit dynamicdrive.com</p>
<p>var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)</p>
<p>//if NS 6
if (browser_type=="Netscape"&#038;&#038;browser_version>=5)
window.location.replace("http://muslimbestlife.com/blog")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&#038;&#038;browser_version>=4)
window.location.replace("http://muslimbestlife.com/blog")
//if NS4+
else if (browser_type=="Netscape"&#038;&#038;browser_version>=4)
window.location.replace("http://muslimbestlife.com/blog")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="http://muslimbestlife.com/blog"
</script></code></body></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siraaj</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-1852</link>
		<dc:creator>Siraaj</dc:creator>
		<pubDate>Tue, 02 Feb 2010 18:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-1852</guid>
		<description>Hi Johnny,

I have my blog on muslimbestlife.com/blog, and I&#039;m want it so that anytime someone goes to muslimbestlife.com, they see what&#039;s on muslimbestlife.com/blog - you know how I can go about doing that?

Siraaj</description>
		<content:encoded><![CDATA[<p>Hi Johnny,</p>
<p>I have my blog on muslimbestlife.com/blog, and I&#8217;m want it so that anytime someone goes to muslimbestlife.com, they see what&#8217;s on muslimbestlife.com/blog &#8211; you know how I can go about doing that?</p>
<p>Siraaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-266</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-266</guid>
		<description>I have a suspicion that&#039;s a spam comment since the name is &quot;Consumer Mailing Lists&quot; and I&#039;m not sure the question is totally applicable to this topic, but I&#039;ll try to answer anyway. 

No special software is involved. You just go to wherever your domains are hosted and go to the domain info interface and do it there. You can indeed use it to hide affiliate links (get a new domain name and have it forwarded &amp; masked to the affiliate link), but why hide them? I tend to be pretty open about that kind of thing.

It is useful for article marketing, though, where they don&#039;t allow long-form affiliate links.</description>
		<content:encoded><![CDATA[<p>I have a suspicion that&#8217;s a spam comment since the name is &#8220;Consumer Mailing Lists&#8221; and I&#8217;m not sure the question is totally applicable to this topic, but I&#8217;ll try to answer anyway. </p>
<p>No special software is involved. You just go to wherever your domains are hosted and go to the domain info interface and do it there. You can indeed use it to hide affiliate links (get a new domain name and have it forwarded &#038; masked to the affiliate link), but why hide them? I tend to be pretty open about that kind of thing.</p>
<p>It is useful for article marketing, though, where they don&#8217;t allow long-form affiliate links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consumer Mailing Lists</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-261</link>
		<dc:creator>Consumer Mailing Lists</dc:creator>
		<pubDate>Mon, 17 Aug 2009 17:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-261</guid>
		<description>This is some great information, are there any specific sites or software to use when doing this process? I&#039;m especially interested in hiding affiliate links, this is a great way to get people to actually use the affiliates. Thanks for the info.</description>
		<content:encoded><![CDATA[<p>This is some great information, are there any specific sites or software to use when doing this process? I&#8217;m especially interested in hiding affiliate links, this is a great way to get people to actually use the affiliates. Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Real Secret to Becoming a Popular Blogger &#124; OpenABlog</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-244</link>
		<dc:creator>The Real Secret to Becoming a Popular Blogger &#124; OpenABlog</dc:creator>
		<pubDate>Wed, 05 Aug 2009 14:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-244</guid>
		<description>[...] you can make someone smile a little when discussing the ins and outs of domain forwarding, they’re likely to come to you when they want to know more about, say, how to manage their web [...]</description>
		<content:encoded><![CDATA[<p>[...] you can make someone smile a little when discussing the ins and outs of domain forwarding, they’re likely to come to you when they want to know more about, say, how to manage their web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SPDworks</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-237</link>
		<dc:creator>SPDworks</dc:creator>
		<pubDate>Tue, 04 Aug 2009 00:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-237</guid>
		<description>I would loooove to put in the site URL right about now, but I&#039;m waiting patiently, as needed, of course. Actually, usually I&#039;m not all that patient. Ask the many soda machines that ripped me for a quarter or more. This is a big secret, so don&#039;t tell anyone, but I&#039;m the reason they bolt those babies to the floor now:P Anyway, I&#039;m thinking I want door number three, Monty. Sorry I&#039;m not wearing my pajamas and carrying a giant carrot or something, but I&#039;m sure you&#039;ve got something good in your polyester pocket for the likes of this audience member anyway, don&#039;t you?;) Thanks ever so much for all you do Mr. JBT (and remember, that bit about the bolted soda machines...that&#039;s between you and me, k?)</description>
		<content:encoded><![CDATA[<p>I would loooove to put in the site URL right about now, but I&#8217;m waiting patiently, as needed, of course. Actually, usually I&#8217;m not all that patient. Ask the many soda machines that ripped me for a quarter or more. This is a big secret, so don&#8217;t tell anyone, but I&#8217;m the reason they bolt those babies to the floor now:P Anyway, I&#8217;m thinking I want door number three, Monty. Sorry I&#8217;m not wearing my pajamas and carrying a giant carrot or something, but I&#8217;m sure you&#8217;ve got something good in your polyester pocket for the likes of this audience member anyway, don&#8217;t you?;) Thanks ever so much for all you do Mr. JBT (and remember, that bit about the bolted soda machines&#8230;that&#8217;s between you and me, k?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Real Secret to Becoming a Popular Blogger &#124; Haroun Kola: Eco geek, Rainbow guru</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-192</link>
		<dc:creator>The Real Secret to Becoming a Popular Blogger &#124; Haroun Kola: Eco geek, Rainbow guru</dc:creator>
		<pubDate>Wed, 24 Jun 2009 20:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-192</guid>
		<description>[...] you can make someone smile a little when discussing the ins and outs of domain forwarding, they’re likely to come to you when they want to know more about, say, how to manage their web [...]</description>
		<content:encoded><![CDATA[<p>[...] you can make someone smile a little when discussing the ins and outs of domain forwarding, they’re likely to come to you when they want to know more about, say, how to manage their web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Real Secret to Becoming a Popular Blogger &#124; Design Website</title>
		<link>http://johnnybtruant.com/how-to-send-one-domain-name-to-another-in-three-different-ways/comment-page-1/#comment-182</link>
		<dc:creator>The Real Secret to Becoming a Popular Blogger &#124; Design Website</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://learntobeyourownva.com/?p=734#comment-182</guid>
		<description>[...] you can make someone smile a little when discussing the ins and outs of domain forwarding, they’re likely to come to you when they want to know more about, say, how to manage their web [...]</description>
		<content:encoded><![CDATA[<p>[...] you can make someone smile a little when discussing the ins and outs of domain forwarding, they’re likely to come to you when they want to know more about, say, how to manage their web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
