<?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"
	>
<channel>
	<title>Comments for footabulous.com</title>
	<atom:link href="http://www.footabulous.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.footabulous.com</link>
	<description>Blog about web development and marketing</description>
	<pubDate>Thu, 11 Mar 2010 03:02:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment on A fun way to ignore people on a vB forum by [Free] Free greasemonkey script, an alternative to vB's ignore list - Net Builders</title>
		<link>http://www.footabulous.com/2009/01/a-fun-way-to-ignore-people-on-a-vb-forum/#comment-79</link>
		<dc:creator>[Free] Free greasemonkey script, an alternative to vB's ignore list - Net Builders</dc:creator>
		<pubDate>Sat, 17 Jan 2009 03:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.footabulous.com/?p=7#comment-79</guid>
		<description>[...] // ==UserScript== // @name Troll Filter for vB v1.0 beta // @namespace http://footabulous.com/trollfilter // @include http://forums.digitalpoint.com/* // ==/UserScript== //(function() { var defaultReplacement = 'General Tard lives here!!!'; // Usernames should be all lower case. var badUsers = { 'example_user_1': defaultReplacement, 'example_user_2': '&#60;span style=&#34;font-size:150%; font-weight:bold; color:#ff0000;&#34;&#62;I'm a goob!!!&#60;/span&#62;', }; var tableList = document.getElementsByTagName('TABLE'); var postElemsToReplace = new Array; var aList, postID, i; for (i in tableList) { if (/postd+/.test(tableList[i].id)) { aList = tableList[i].getElementsByTagName('A'); for (var j in aList) { if (aList[j].className == 'bigusername') { if( aList[j].innerHTML.toLowerCase() in badUsers) { postID = 'td_post_'+tableList[i].id.match(/w+?(d+)/)[1]; postElemsToReplace.push({element:postID, user:aList[j].innerHTML.toLowerCase()}); } } } } } for (i in postElemsToReplace) { var postMessageEl = document.getElementById(postElemsToReplace[i]['element']); postMessageEl.innerHTML = badUsers[postElemsToReplace[i]['user']]; } //})(); There's a little bit more of a description here. [...]</description>
		<content:encoded><![CDATA[<p>[...] // ==UserScript== // @name Troll Filter for vB v1.0 beta // @namespace <a href="http://footabulous.com/trollfilter" rel="nofollow">http://footabulous.com/trollfilter</a> // @include <a href="http://forums.digitalpoint.com/" rel="nofollow">http://forums.digitalpoint.com/</a>* // ==/UserScript== //(function() { var defaultReplacement = &#8216;General Tard lives here!!!&#8217;; // Usernames should be all lower case. var badUsers = { &#8216;example_user_1&#8242;: defaultReplacement, &#8216;example_user_2&#8242;: &#8216;&lt;span style=&quot;font-size:150%; font-weight:bold; color:#ff0000;&quot;&gt;I&#8217;m a goob!!!&lt;/span&gt;&#8217;, }; var tableList = document.getElementsByTagName(&#8217;TABLE&#8217;); var postElemsToReplace = new Array; var aList, postID, i; for (i in tableList) { if (/postd+/.test(tableList[i].id)) { aList = tableList[i].getElementsByTagName(&#8217;A'); for (var j in aList) { if (aList[j].className == &#8216;bigusername&#8217;) { if( aList[j].innerHTML.toLowerCase() in badUsers) { postID = &#8216;td_post_&#8217;+tableList[i].id.match(/w+?(d+)/)[1]; postElemsToReplace.push({element:postID, user:aList[j].innerHTML.toLowerCase()}); } } } } } for (i in postElemsToReplace) { var postMessageEl = document.getElementById(postElemsToReplace[i]['element']); postMessageEl.innerHTML = badUsers[postElemsToReplace[i]['user']]; } //})(); There&#8217;s a little bit more of a description here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How relevant to SEO are relevant backlinks? by Dimitar Christoff</title>
		<link>http://www.footabulous.com/2008/05/are-relevant-backlinks-relevant/#comment-19</link>
		<dc:creator>Dimitar Christoff</dc:creator>
		<pubDate>Mon, 06 Oct 2008 07:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.footabulous.com/?p=4#comment-19</guid>
		<description>Good point - I have always played down the relevance of backlinks in favour of good organic seo structure that makes the site likeable... 

But sometimes you are facing having to promote a site against others that use lots and lots of links, built blatantly without any relevance... An example I found the other day: on a page on finding a hotel in Barbados, a back link to Carpet Cleaning London. Multiply that by 50 and you're facing a mountain to climb... Very annoying! :(</description>
		<content:encoded><![CDATA[<p>Good point - I have always played down the relevance of backlinks in favour of good organic seo structure that makes the site likeable&#8230; </p>
<p>But sometimes you are facing having to promote a site against others that use lots and lots of links, built blatantly without any relevance&#8230; An example I found the other day: on a page on finding a hotel in Barbados, a back link to Carpet Cleaning London. Multiply that by 50 and you&#8217;re facing a mountain to climb&#8230; Very annoying! <img src='http://www.footabulous.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
