about 1 year ago - 1 comment
If an object is converted to an array, the result is an array whose elements are the object‘s properties. The keys are the member variable names, with a few notable exceptions: private variables have the class name prepended to the variable name; protected variables have a ‘*’ prepended to the variable name. These prepended values have null bytes on either side.…
about 2 years ago - No comments
Facebook has released their new “Send” button that lets you share content all over the web with selected groups or individuals. I wrote a little plugin that will insert this button under every post in your blog including the correct permalink. This is version 0.1 and very basic. Head over to the project site to…
about 2 years ago - 13 comments
Last weekend I sat down and built a surveillance system, including an iPhone webapp, for my apartment using my old iBook, an external iSight, the Webcam Software EvoCam and a set of scripts in AppleScript, PHP and some shell scripts. The whole thing is pretty custom made but I’ll document it here anyway and with a basic…
about 2 years ago - 1 comment
The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services. YQL’s possibilities are virtually endless, say you want to get specific Flickr Images containing a defined word in the title, or you want to geo-code some addresses on the fly. YQL makes those tasks extremely easy…
about 3 years ago - No comments
I use the really great macFUSE to mount several server directories via SSH on my work computer. One programm that makes this process really easy is Macfusion which offers a menu item and a standalone application to configure your mountpoints and mount/unmount them. After upgrading to Snow Leopard recently Macfusion & macFUSE stopped working, so…
about 5 years ago - 1 comment
Testing a new code highlighting plugin for WordPress, that I found via Tech-Nick-Blog. It is called Dean’s Code Highlighter and uses the powerful GeSHi library. //@author Florian Beer //@date 2007-09-10 $_SESSION[‘lang’] = (substr($_SERVER[‘HTTP_ACCEPT_LANGUAGE’], 0, 2) == ‘de’)?‘de’:‘en’;
about 6 years ago - 3 comments
Lately I’m totally amazed by the beauty that is CakePHP. It’s one of those hyped »rapid webdevelopment frameworks« …and boy, it really enables you to work fast! At least compared to what I was used to previously in my PHP development. endless procedural code crafting DB queries by hand no MVC no ORM composing my…
about 1 year ago
Hello,
using piwik in Roundcube. After installing I get:
“PHP Notice: Failed to load plugin file /var/lib/roundcube/plugins//piwik_analytics/piwik_analytics.php” whenever a user moves on the page. Please note the double slash.
The file piwik_analytics.php in var/lib/roundcube/plugins/pwick_analytics/ is 644 root root
Any help greatly appreciated!
Ludger
about 1 year ago
A permission problem maybe? I doubt the double slash makes any difference.
Check all permissions again (also on the containing folger) and make sure your webserver can read the file. Then make double check your configuration settings.