<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="0.92">
<channel>
	<title>Blue Hat SEO-Advanced SEO Tactics</title>
	<link>http://www.BlueHatSEO.com</link>
	<description>Advanced SEO Tactics and Techniques</description>
	<lastBuildDate>Sat, 06 Jun 2009 07:11:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Conspiracy Theories Please</title>
		<description>If you find portions of my writing style on this blog hard to understand, overly complicated, different then my writing style elsewhere or just generally outside the realm of normal blogging; It's not because I'm trying to hide something, trick you, cover up a lack of experience, or prevent you ...</description>
		<link>http://www.BlueHatSEO.com/conspiracy-theories-please/</link>
			</item>
	<item>
		<title>Open Questions - Subdomains and Main Domains</title>
		<description>I got a great question on my SEO Empire post from Ryan at NetSEO. I figured it was worth addressing in a post rather than leaving a really long comment.


Eli,
Can you be so kind and explain why this is:

“Primary domains can pass a penalty to subdomains. Subdomains can’t pass a ...</description>
		<link>http://www.BlueHatSEO.com/open-questions-subdomains-and-main-domains/</link>
			</item>
	<item>
		<title>Advanced White Hat SEO Exists Damn It! - Dynamic SEO</title>
		<description>Hello again!
I've been restless and wanting to write this post for a very long time and I'm not going to be happy until its out. So get out your reading glasses, and I have it on good authority that every reader of this blog happens to be the kind of ...</description>
		<link>http://www.BlueHatSEO.com/advanced-white-hat-seo-exists-damn-it-dynamic-seo/</link>
			</item>
	<item>
		<title>We Added A New Java Chat</title>
		<description>Facts be faced I haven't been posting lately. So if you want to chat it up and get some solid advice feel free to join us in the chatroom.

Chat.BlueHatSeo.com </description>
		<link>http://www.BlueHatSEO.com/we-added-a-new-java-chat/</link>
			</item>
	<item>
		<title>How To Overthrow A Wikipedia Result</title>
		<description>A busy ranking artist runs into this problem quite often. I ran into it again the other day and figured I might as well show my Blue Hat peeps how to overcome the same problem since its a fairly popular problem to have and there is a simple solution to ...</description>
		<link>http://www.BlueHatSEO.com/how-to-overthrow-a-wikipedia-result/</link>
			</item>
	<item>
		<title>Stumble and Digg Begging</title>
		<description>Haven't done a Neat Tricks and Hacks in awhile. Here's one to remind DIGG and Stumbleupon users to up your shit.

PHP



&#60;?
$sites['stumbleupon'] = 'Glad you stumbled upon us. Please leave us a nice review if you enjoy the site!';
$sites['digg.com'] = 'Glad you found us on Digg. Please Digg up if you ...</description>
		<link>http://www.BlueHatSEO.com/stumble-and-digg-begging/</link>
			</item>
	<item>
		<title>New Wordpress Plugin - PingCrawl</title>
		<description>I've been starting to use a new plugin I helped develop with the coding expertise of Josh Team from Dallas Nightlife Entertainment. It's called PingCrawl. Its a plugin that helps get your Wordpress blogs deep links automatically on every post.

Plugin Summary
Every time you make a post on your blog it ...</description>
		<link>http://www.BlueHatSEO.com/new-wordpress-plugin-pingcrawl/</link>
			</item>
	<item>
		<title>Open Questions #4 - Diminishing Values On Outbound Links</title>
		<description>I somehow missed this question from the Open Questions post and I can't help but answer it.


From Adsenser
I loved your SEO empire post.
But I was wondering how much effect does a lot of links from a lot of indexed pages from the same domain have?
I always thought that the search ...</description>
		<link>http://www.BlueHatSEO.com/open-questions-4-deminishing-values-on-outbound-links/</link>
			</item>
	<item>
		<title>Blue Hat Technique #20 - Cyclic Documents</title>
		<description>Summer You Never Even Really Gave Yourself enough time. :)

There was a bit of confusion with my cycle sites technique illustrated in the SEO Empire Part 1 post. I used autoblogs as an easy to understand example. Autoblogs generate links quickly to themselves and can be cycled (redirected) to a ...</description>
		<link>http://www.BlueHatSEO.com/blue-hat-technique-20-cyclic-documents/</link>
			</item>
	<item>
		<title>Product Review: Auto Stumble</title>
		<description>Oh boy I haven't done an actual product review in a really long time. Well with my effort to get back into posting regularly it couldn't hurt to do one for the sake of catching up. More the merrier. :) This one was sent in by the famous Mark from ...</description>
		<link>http://www.BlueHatSEO.com/product-review-auto-stumble/</link>
			</item>
	<item>
		<title>Blue Hat Technique #19 - Keyword Spinning</title>
		<description>Holy cripes! It's been awhile since I've sat down and written a Blue Hat Technique. It just so happens I need this one for the next SEO Empire post. I'm like blah blah talking about Keyword Spinning then I realized you guys have no fuckin' clue what I'm yammering about. ...</description>
		<link>http://www.BlueHatSEO.com/blue-hat-technique-19-keyword-spinning/</link>
			</item>
	<item>
		<title>Del.icio.us Captcha Cracked</title>
		<description>Here ya go. This is the del.icio.us captcha busted in Python.


#!/usr/bin/python
import Image,time,random,glob,re,os,sys


##$$$$
train = raw_input("train? (y/n)")
if(train == "y") : train= True
else: train = False
##
fileName = ''.join(sys.argv[1:])
def getNeighbourhood(i,width,height,pixels):
	results = []
	try:
		if(pixels[i+1] != 0): results.append(i+1)
		if(pixels[i-1] != 0): results.append(i-1)
		if(pixels[i-width] != 0): results.append(i-width)
		if(pixels[i+width] != 0): results.append(i+width)	
		if(pixels[i-width+1] != 0): results.append(i-width+1)
		if(pixels[i+width+1] != 0): results.append(i+width+1)
		if(pixels[i-width-1] != 0): results.append(i-width-1)
		if(pixels[i+width-1] != ...</description>
		<link>http://www.BlueHatSEO.com/delicious-captcha-cracked/</link>
			</item>
	<item>
		<title>Captchas Captchas Captchas</title>
		<description>Guess what I'm in the mood to talk about? You guessed it. Captchas! In fact I feel like dedicating a whole week, maybe more depending on if any downtime occurs. :) to talking about nothing but captcha breaking. We'll break every captcha in the book and even by the end ...</description>
		<link>http://www.BlueHatSEO.com/captchas-captchas-captchas/</link>
			</item>
	<item>
		<title>User Contributed - Captcha Breaking W/ PHPBB2 Example</title>
		<description>This is a fantastic guest post by Harry over at DarkSEO Programming. His blog has some AWESOME code examples and tutorials along with an even deeper explanation of this post so definitely check it out and subscribe so he'll continue blogging.

This post is a practical explanation of how to crack ...</description>
		<link>http://www.BlueHatSEO.com/user-contributed-captcha-breaking-w-phpbb2-example/</link>
			</item>
	<item>
		<title>Merry Christmas</title>
		<description>Roady also wishes everyone a happy holidays.

 </description>
		<link>http://www.BlueHatSEO.com/merry-christmas/</link>
			</item>
</channel>
</rss>
