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 - 2 comments
First public release of my Roundcube plugin to easily tie in piwik web analytics. With this plugin you can integrate your piwik website statistics into Roundcube, to let you see data about the people using your self hosted webmail. The plugin is free software and can be downloaded at the Roundcube Webmail piwik analytics plugin page.
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 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
my rss is not working proply can someone help me to fix it please
about 10 months ago
hey nice script. thanks.
Alwyn , you can find: .’$link.$row->ID.”;
and replace it with this: ‘.$link.$row->ID.”;
now it’s working