Archive for the ‘PHP’ Category
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 ...
Posted in Google, PHP | No Comments »
Thursday, September 24th, 2009
Building an app is easy. At least that's what facebook states. Yet it can be quite a challenge to get started if you're not famliar with facebook's API as the documentation can be quite confusing. Besides, the API seems to be still under development and therefore subject to changes. Chances ...
Posted in PHP, facebook | No Comments »
Sunday, June 29th, 2008
The simple widget that runs in our sidebar presents a random selection of stored links.
The script parses the <title> tags on the referred pages to name the links.
To install it copy the script file to your plugin directory. Activate the widget in WordPress under Plugins, add it under Design->Widgets and ...
Posted in PHP, WordPress | No Comments »
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 ...
Posted in Google, PHP, WordPress | No Comments »
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.
Posted in Google, PHP | No Comments »