UPDATE: Take a few minutes and read this paper. It somehow reinforces what I said here about interlinking and such practices. It's a good read:)

First steps to a footprint free existence.
Bug Fix: Fixed a small bug that did not remove shuffles properly. Now it works and they're gone.

New Free SEO Software Tool for the taking. Microsoft AD Intelligence friendly. Claim your copy NOW!
Books always know better then 'online experts' and common sense combined with know-how of internal functionality can answer a lot of questions to which the 'experts' fail.
Remember! A celebrity does not always get it right just because of personal fame or charm. Celebrity status can be achieved over-night (usually by doing something really wrong or stupid), getting it right and knowing stuff takes a lot of study and practice.
I'll discuss here the myths behind search engines processing JavaScript and CSS to find on-page factors' violators and why this just doesn't work! I'll also show you a historycal mistake that gave me goosebumps.


No such un-exhaustible commons! But if you drink alone it lasts longer. Share it and you won't know what hit you when it ends.

Some light food for thought about the latest AdSense TOS Changes which I bet you have overlooked just like me but, luckily, Jensen didn't!
I'll also mention: cookies, beacons and how I see this related to the latest European Union discussions about the IP address as being personal data, fact that can couse major problems for search engines that rely on IP tracking for their services.

Follow the Black Dots dear Blog-Farmer and see how deep the Rabbit Hole goes!
This is a Short Guide on How Not To Setup Your Link Farm (aka blog farm) and will soon be followed by a How To Do It guide!

I just bumped into a thread on WickedFire where ELI from BluetHatSEO.com claims to have setup a .htaccess redirect to the WhiteHouse.gov against a DDos attack.
I bet those who know what I'm talking about are already laughing but for those who are not … please keep reading …!
The tools PHP provides for send emails are simply hilarious and when it all comes down to more advanced stuff you gotta make your own functions.
I went one step further and provided this pretty SMTP class for use in PHP to deliver emails. It supports a lot of cool features including SMTP AUTH for servers that require login, attachments, to, cc, bcc types to destinators and MIME encoding for HTML messages.
Learn to use it and, as my explanations surely suck, test it and ask your questions.
I shall reply promptly!
This is a resurected post that has passed unnoticed when I posted it first due to low readership. Now there's more who can benefit from it.
X-Robots-Tag new HTTP Header that Google now understands and obeys has some further implications that pass unnoticed at first glance. At first sight it will allow indexing rules for non HTML files and so on but … was this a mini-hit on the link exchange industry? Learn to harness its power!

Trying to fight worm spreads, Microsoft imposed a limit in tcpip.sys to a maximum of 10 half-open connections during one second. Even if this will not affect the average user it will be the difference between night and day for the black hat SEO.
Learn how it works, where to get the patch and how to apply it in this post.
Normalizing special characters from languages like: Spanish and French to their ASCII equivalents is not a really easy task in PHP. My goal is to turn all characters that resemble a t (Ţ) to a t and all those that resemble a c (Ç) to a c and all those that resemble an o (Ŏ) to an o and so on … you get the idea.
And the provided code will do just this!