Month: June 2011
-
Jan Schneider: Automatic twitter messages with Horde_Service_Twitter and two lines of code
Jan Schneider just posted a damn cool use case for the Horde_Service_Twitter library. Using this library, just a few lines of php code are enough to send messages to your twitter stream like this: #!/usr/bin/env php <!–?php /* Keys – these are obtained when registering for the service */ $keys = array( ‘consumer_key’ => ”,…
-
Migrating Horde 3 to Horde 4 – Top 6 ways to mess up
There have been some migrations of Horde 3 to Horde 4 recently – not all went smooth from the start. Some top issues of messing things up and how to avoid it: initial application dimpIn Horde 3 dimp was a separate application which provided an ajax interface to imp. It has since been merged into…
