We have a new community site. It is based on WordPress 3.0.1 and Budypress. What are the features: 1. We have community. Anyone can: – […]
Month: August 2010
Quick short URL PHP function
function shortURL($long) { $short=file_get_contents(“http://is.gd/api.php?longurl=”.$long); return $short; } Usage: $short = shortURL(“http://veryveryveryverylongurl.tld/something/verylong.php”); echo $short;
Posting to Facebook fan page wall as an admin using Facebook API
I know, I know. This is a blog about Open Technologies and Open Web and I am writing about Facebook. Shame on me :) It’s […]
vTiger SOAP bridge from WordPress and Imap server
In my last project I have to make to work together a vTiger instalation, a WordPress form and an Imap account. The best decision was […]