<?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/"
		>
<channel>
	<title>Comments on: Ranking The Post</title>
	<atom:link href="http://www.brainstormblogs.com/ranking-the-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainstormblogs.com/ranking-the-post/</link>
	<description>Internet And Affilliate Marketing Information &#38; Thoughts: The Real Deal!</description>
	<lastBuildDate>Wed, 29 Dec 2010 15:42:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dhira</title>
		<link>http://www.brainstormblogs.com/ranking-the-post/comment-page-1/#comment-1074</link>
		<dc:creator>Dhira</dc:creator>
		<pubDate>Mon, 26 Nov 2007 22:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstormblogs.com/?p=126#comment-1074</guid>
		<description>An &lt;a href=&quot;http://jonathanleger.com/links-from-blog-comments-update/&quot; &quot;target=_blank&quot;&gt;update to the comment by Jonathan Ledger&lt;/a&gt;:
I came up with this technique myself, but he discovered on his tests that using the keyword in the &quot;name&quot; fieldcauses less of the blog posts to &quot;stick&quot;.

Disappointing, but to be expected.
I do think there&#039;s a anothr way to make it work though... seems like blog owners want you to sign your name and leave a comment, but what about a &quot;clever&quot; way to sign your name with the keyword link below it? :-)</description>
		<content:encoded><![CDATA[<style type="text/css">
<!--</p>
<p>.WPMCL_link{</p>
<p>font-size: px;
}</p>
<p>-->
</style>
<style type="text/css">
<!--</p>
<p>#WPMCL_popup {
    background-attachment: fixed;
    background-color: white;
    border: 0.1em dashed black;
    font-family: "Verdana, Arial, Sans-Serif";
    font-size: 75%;
    margin: 0px;
    padding: 0.7em;
    position: absolute;
    spacing: 0em;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}</p>
<p>-->
</style>
<div id="WPMCL_popup"></div>
<p><script type="text/javascript">
<!--</p>
<p>var offsetxpoint = 0;
var offsetypoint = 0;
var closing_time_in_miliseconds = 100;
var ie = document.all;
var gecko = document.getElementById && !document.all;
var showing = false;
var moving = false;
var close_time = 0;
var popupw = document.getElementById ? document.getElementById("WPMCL_popup") : (document.all ? document.all["WPMCL_popup"] : "");</p>
<p>function WPMCL_msbody() {
    return (document.compatMode && document.compatMode != "BackCompat") ? document.documentElement : document.body;
}</p>
<p>function WPMCL_show_popup(e, thetext){
    if (popupw.innerHTML != undefined) {
        popupw.innerHTML = thetext;
        showing = window.event ? window.event.srcElement : e.currentTarget;
        newpopup = true;
        return false;
    }
}</p>
<p>function WPMCL_close_popup(){
    showing = false;
    moving = false;
    newpopup = false;
    close_time = 0;
    popupw.style.backgroundColor = "";
    popupw.style.left = "-10000px";
    popupw.style.visibility = "hidden";
    popupw.style.width = "";
}</p>
<p>function WPMCL_mouse_moved(e){
    if (showing && (newpopup || moving)){
        var curX = window.event ? window.event.clientX+WPMCL_msbody().scrollLeft : e.pageX;
        var curY = window.event ? window.event.clientY+WPMCL_msbody().scrollTop : e.pageY;
        var left_edge = offsetxpoint < 0 ? -offsetxpoint : -10000;
        var right_edge = ie && !window.opera ? WPMCL_msbody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20;
        var bottom_edge = ie && !window.opera ? WPMCL_msbody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20;</p>
<p>        if (right_edge < popupw.offsetWidth) {
            popupw.style.left = ie ? WPMCL_msbody().scrollLeft+event.clientX-popupw.offsetWidth+"px" : window.pageXOffset+e.clientX-popupw.offsetWidth+"px";
        } else if (curX < left_edge) {
            popupw.style.left = "5px";
        } else {
            popupw.style.left = curX+offsetxpoint+"px";
        }</p>
<p>        if (bottom_edge < popupw.offsetHeight) {
            popupw.style.top = ie ? WPMCL_msbody().scrollTop+event.clientY-popupw.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-popupw.offsetHeight-offsetypoint+"px";
        } else {
            popupw.style.top = curY+offsetypoint+"px";
            popupw.style.visibility = "visible";
        }
        newpopup = false;
    }</p>
<p>    if (showing && !moving){
            currentElement = window.event ? window.event.srcElement : e.target;
            while (currentElement.id != showing.id && currentElement.id != "WPMCL_popup" && currentElement.tagName != "BODY" && currentElement.tagName != "HTML"){
                currentElement = currentElement.parentElement ? currentElement.parentElement : currentElement.parentNode;
            }
            if (currentElement.id != showing.id && currentElement.id != "WPMCL_popup"){
                Now = new Date();
                Now_time = Now.getTime();
                if (!close_time) {
                    close_time = Now_time;
                } else if (Now_time - close_time >= closing_time_in_miliseconds) {
                    WPMCL_close_popup();
                }
            }
    }
}</p>
<p>document.onmousemove = WPMCL_mouse_moved;
document.onmousedown = Function("moving = true");
document.onmouseup = Function("moving = false");</p>
<p>-->
</script></p>
<p>An <a href="http://jonathanleger.com/links-from-blog-comments-update/" "target=_blank">update to the comment by Jonathan Ledger</a>:<br />
I came up with this technique myself, but he discovered on his tests that using the keyword in the &#8220;name&#8221; fieldcauses less of the blog posts to &#8220;stick&#8221;.</p>
<p>Disappointing, but to be expected.<br />
I do think there&#8217;s a anothr way to make it work though&#8230; seems like blog owners want you to sign your name and leave a comment, but what about a &#8220;clever&#8221; way to sign your name with the keyword link below it? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhira</title>
		<link>http://www.brainstormblogs.com/ranking-the-post/comment-page-1/#comment-1047</link>
		<dc:creator>Dhira</dc:creator>
		<pubDate>Wed, 21 Nov 2007 11:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstormblogs.com/?p=126#comment-1047</guid>
		<description>Aaasn this just keeps getting better.
&quot;Ranking the post&quot; has like 53 million competing pages on google and this post is on the first page.
Looks like I got it!

Then i came across this little gem and I got it. and it references all the stuff I&#039;ve been talking about, including dulicate content penalties for Wordpress!
Check it, because it is one of those truly complte products - full review coming soon.

&lt;a href=&quot;http://dreams2freedom.com/n/9in/638&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://blogwithsuccess.com/images/bundle.jpg&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Aaasn this just keeps getting better.<br />
&#8220;Ranking the post&#8221; has like 53 million competing pages on google and this post is on the first page.<br />
Looks like I got it!</p>
<p>Then i came across this little gem and I got it. and it references all the stuff I&#8217;ve been talking about, including dulicate content penalties for WordPress!<br />
Check it, because it is one of those truly complte products &#8211; full review coming soon.</p>
<p><a href="http://dreams2freedom.com/n/9in/638" target="_blank"><img src="http://blogwithsuccess.com/images/bundle.jpg" border="0"/></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhira</title>
		<link>http://www.brainstormblogs.com/ranking-the-post/comment-page-1/#comment-1044</link>
		<dc:creator>Dhira</dc:creator>
		<pubDate>Mon, 19 Nov 2007 09:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstormblogs.com/?p=126#comment-1044</guid>
		<description>Okay,... I did make it.
I&#039;m on the first page of G for this post alone.
Perfect i&#039;m on the right track.
So the main secret has been narrowed down....due to... tadaa...
the sitemap plugin.
Priority settings.</description>
		<content:encoded><![CDATA[<p>Okay,&#8230; I did make it.<br />
I&#8217;m on the first page of G for this post alone.<br />
Perfect i&#8217;m on the right track.<br />
So the main secret has been narrowed down&#8230;.due to&#8230; tadaa&#8230;<br />
the sitemap plugin.<br />
Priority settings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

