Archive for the ‘Google’ Category

Simple article rewriter

Sunday, May 30th, 2010

A web based prototype of our article rewriter is available here. You can use it to enliven your (English) text or to create unique content. The script does not connect to a database but crawls the Internet to fetch synonyms. That may take a while, depending on the size of your ...

WordPress AdSense Widget

Wednesday, June 25th, 2008

We customized Mike Smullin's AdSense to meet the current specs. Our sidebar shows what it looks like. You can find our version right here. After installation and activation you only need to specify google_ad_client (your publisher ID) and google_ad_slot (to be pasted from the code provided by Google) on the ...

Google PageRank in PHP

Monday, June 23rd, 2008

To obtain your PageRank in PHP without a 403 Forbidden error you'll have to calculate the PageRank Checksum and send it with your request. This is the way to go: http://www.hm2k.com/projects/pagerank We have added a simple demo. Get your PageRank right here.