Posts

Petrol price war 28th June 2011 10:22 PM
I wish it worked like when spending
Google rankings 28th June 2011 10:13 PM
It also penalises sites that use advertising other than Google's own.

It penalized sites with only Google Ads on it in excessive manner. Low quality sites with duplicate contents and ads-heavy were penalized no matter which ads they are displaying.
Lots of Article directories were hit and they mostly had too much google ads on them.
prevent spam through contact form 23rd June 2011 4:47 PM
This is what We use when designing websites for clients. Use a normal text field(use type="text" NOT type="hidden") in the form and hide it through javascript or CSS. In the processing scripts, see if the field has been filled or not once the form is submitted. Spam bots tend to fill all input boxes in a form. So if you find the field not empty that must be a spam. I found the solution in the internet and that seemed to work 100% so far. Better than Captchas as captchas are not user friendly and bots now can even break captchas.

Hope that Helps.