Apple seeded build 13D55 of OS X 10.9.3 to developers, just over a week after releasing the eighth OS X beta, build 13D45a, and nearly two months after […]
iOS 7.1.1 with improvements to Touch ID
iOS 7.1.1 is now available through Software Update in the Settings application on an iPhone or iPad. Documentation accompanying the update says it contains “improvements, bug fixes and […]
OS X Mavericks 10.9.3 Build 13D43
Apple seeded build 13D43 of OS X 10.9.3 to developers, just under a week after releasing the sixth OS X beta, build 13D38, and a little over a […]
Quick tip: Using background operations with Grand Central Dispatch
Yes, Grad Centeral Dispatch may seems big and complex. But if you need to put some work into background, its pretty easy, all you have to do is: […]
OS X Mavericks 10.9.3 Build 13D33 available for devs
Apple today seeded build 13D33 of OS X 10.9.3 to developers, just under a week after releasing the fourth OS X beta, build 13D28, and a month after […]
Quick tip: Ajax filter is not working in Magento grid?
It is a common issue, you added: $this->setUseAjax(true); but filtering just shows ajax spinner and not loading content? Check your grid class ([COMPANY]_[MODULE]_Block_Adminhtml_[CONTROLLER]_Grid extending from Mage_Adminhtml_Block_Widget_Grid) and if […]
Quick tip: Redirect to admin product edit at specified tab in Magento
It’s quite easy if you know how to do it, if not use this snippet: $this->_redirect(‘adminhtml/catalog_product/edit’, array(‘id’ => $productid, ‘active_tab’ => ‘mytab’)); It works in every controller extending […]
Safari 7.0.3 for Mavericks available for download
Apple updated update Safari for Mavericks to version 7.0.3, adding improvements to compatibility, stability, and security. The update includes a new option for turning off push notification prompts […]
iWork for iCloud Updated
As noted by 9to5Mac, Pages, Numbers, and Keynote for iCloud have gained updated designs for their document, spreadsheet, and presentation editors along with support for Retina displays. All […]