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!
Thanks for the heads-up on this! I'll have to go check out the Uploadr code and poke around with its innards :-)
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
qqinxl,
Please create an issue on the ZF issue tracker with example code.
Thanks,
Rob…