Apple today seeded the third beta of OS X Yosemite to developers, almost a month after seeding the first OS X 10.10.3 betaand a week after releasing OS X 10.10.3 […]
Nexway integration for PC Welt webshop
Orders management between 3 webshop was possible thanks to this Magento extension. Integration was made between Nexway, TBone and Magento system. Project timeline: 2014.09 – 2014.10
Yosemite 10.10.3 Public Beta With Photos App Now Available
Apple today made a pre-release version of OS X Yosemite 10.10.3 available to those who are signed up for the company’s OS X public beta program, giving them […]
Magento direct SQL INSERT with safe parameters binding
Maybe someone will find it usefull: $write = Mage::getSingleton(“core/resource”)->getConnection(“core_write”); $query = “insert into mytable ” . “(field1, field2, field3, field4) values ” . “(:field1, :field2, :field3, 12)”; $binds […]
iOS 8.3 beta is available to Developers
Apple today seeded the first beta of iOS 8.3 to registered developers for testing purposes, just a week after seeding the fifth beta of iOS 8.2, which is […]
OS X Yosemite 10.10.2 Build 14C106a is available
Apple today seeded a sixth beta of OS X Yosemite 10.10.2 to developers, just a week after seeding the fifth beta of OS X 10.10.2, and two months […]
Dealing with NSInternalInconsistencyException when removing UITable row
Stupid situation, today I wanted to test deleteRowsAtIndexPaths method from UITable withRowAnimation:UITableViewRowAnimationFade – just to check how it will look, did not wanted to remove my db record […]
Yosemite 10.10.2 Build 14C99d is now available to developers
Apple today seeded a fifth beta of OS X Yosemite 10.10.2 to developers, just one week after seeding the fourth beta of OS X 10.10.2 and nearly two […]
Send pdf automatically when invoice is created in Magento
It is a bit different then method showed in previous post – this time its not transactional email sent at demand, but we will catch event fired after […]