One week after seeding the last OS X 10.9.4 Mavericks beta, Apple on Thursday issued to developers a new build of the upcoming maintenance update, with the latest […]
OS X 10.9.4 Mavericks build 13E19 is out
The latest OS X 10.9.4 Mavericks build 13E19 marks the return to Apple’s usual one-week build release interval, coming eight days after the second beta was issued earlier […]
Quick tip: Localizable.strings – validation failed
This can be really painfull – you made you translation and at compiling time you see such error: Localizable.strings:0: error: validation failed: The data couldn’t be read because […]
OS X 10.10 Yosemite announced
Named after the California national park, Yosemite will be available later this fall, and end users will be able to sign up for a public beta program in […]
First Mavericks 10.9.4 beta is out
Apple today seeded the first build of OS X 10.9.4 to developers, approximately two weeks after releasing OS X 10.9.3 to the public. The new beta is available […]
iTunes 11.2 available for download
pple today released iTunes 11.2 with several improvements to Podcast browsing, giving users a way to find new episodes with an “Unplayed” tab and the ability to save […]
OS X 10.9.3 released with improved support for high-res 4K displays
OS X 10.9.3 is now available to download through the Mac App Store. Apple says the update is recommended for all Mac users, and that it improves the […]
Quick tip: Conditions for addAttributeToFilter in Magento collections
As probably you know (or maybe not) in Magento you can add your own filters to every collection, basically it looks like: $collection = Mage::getModel(‘catalog/product’)->getCollection(); $collection->addAttributeToFilter(‘myfield’, array(‘eq’ => […]
Tutorial: How to create Amazon Fulfillment order using php?
Follow my steps and you will get working service: