Pragmatism in the real world

Flickr Uploadr

The new Flickr Uploadr was written using Xul. Richard Crowley has put up a post at the Flickr blog with links to various articles that he’s written about devloping with XUlrunner.

Fascinating stuff and a must read for anyone who writes Xulrunner apps. Even better, the full source to Uploadr is available!

3 thoughts on “Flickr Uploadr

  1. Sorry,i have to post a bug about Zend_Config_Ini.Please try to create a instance like this $config = new Zend_Config_Ini ( $iniFile, null, true );

    It will error at line 134($dataArray = array_merge_recursive($dataArray, $this->_processKey($config, $sectionName, $sectionData));),beacuse the code of line 226 is $config[$key] = $value; Here we cannot use a scalar value as an array.

    If it's not a bug,please email to me and tell me why.

    Thanks

Comments are closed.