Apple today seeded build 14B23 of OS X 10.10.1 to developers, one week after seeding the first OS X 10.10.1 beta, build 14B17, and nearly a month after […]
Silverlock – Password Manager & Secure Digital Wallet (29.99 USD) is now free
The best password manager & digital wallet. Are you tired of forgetting passwords? Silverlock increases productivity and security by protecting your passwords and other valuable information with military-grade […]
ecoFeed (9.99 USD) is now free
ecoFeed is a lightweight RSS editor. It is designed with only the most important features in mind. Thus, it gives you the power to quickly edit or create […]
Quicktip: SQLSTATE[HY000] [2002] Not a directory trying doctrine:schema:create
If you are using MAMP and trying to execute doctrine:schema:create or anything db related you may encounter that error, solution is simple – you need to create symlink […]
Apple released Yosemite 10.10.1 beta to devs
Apple today seeded the first beta of an upcoming OS X 10.10.1 Yosemite update to developers, nearly three weeks after first releasing OS X Yosemite to the public. […]
First iOS 8.1.1 beta is out
Following this afternoon’s release of the first OS X Yosemite 10.10.1 beta, Apple has seeded the first iOS 8.1.1 beta to developers. The iOS 8.1.1 beta comes two […]
Upgrading SVN to 1.8.9 on OSX 10.10 Yosemite
After fresh Yosemite install SVN version is pretty old (I had 1.7.17), but don’t worry – upgrade process is simple but will take some time (15-25 mins depends […]
Tutorial: Fetching stock data from Amazon using FBAInventoryServiceMWS
First thing you need is PHP client for Fulfillment Inventory API, you can download at https://developer.amazonservices.ca/doc/fba/inventory/v20101001/php.html – yes, version is 4 years old, they don’t have any newer… […]
Quick tip: updating inventory in Magento using SKU
Its not that bad, all you have to do is get Stock Object, update quantity and save again along with product: $_product = Mage::getModel(‘catalog/product’)->loadByAttribute(‘sku’, $SKU); $qty = 12; […]