Skip to content
Yet Another Programmer's Blog

Yet Another Programmer's Blog

PHP, Magento, iOS and more

  • Home
  • Contact
  • Privacy Policy
Mac

OS X Yosemite 10.10.2 Build 14C106a is available

Posted on: January 22, 2015January 22, 2015

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 […]

iOS

Dealing with NSInternalInconsistencyException when removing UITable row

Posted on: January 20, 2015

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 […]

Mac

Yosemite 10.10.2 Build 14C99d is now available to developers

Posted on: January 15, 2015January 15, 2015

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 […]

Magento / PHP

Send pdf automatically when invoice is created in Magento

Posted on: January 14, 2015

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 […]

Magento / PHP

Quicktip: How to send PDF invoice via transactional email in Magento?

Posted on: January 13, 2015January 13, 2015

Seems to be complex, but its not that bad: $orderModel = Mage::getModel(‘sales/order’)->load($myOrderId); $invoices = $orderModel->getInvoiceCollection(); $invoicesSet = array(); foreach ($invoices as $_invoice) { array_push($invoicesSet, $_invoice); } $pdf = […]

iOS

Fourth iOS 8.2 Beta is available to developers

Posted on: January 13, 2015January 13, 2015

Apple today seeded the fourth beta of iOS 8.2 to developers, nearly a month after seeding the third beta and more than two months after releasing the first […]

iOS

Tutorial: Custom UITable section header using Interface Builder

Posted on: January 11, 2015January 11, 2015

I saw a lot of tutorials about custom header/footer, or even custom section header, but they were creating controls programatically, in this tutorial I want to show how […]

Mac

Apple Seeds OS X Yosemite 10.10.2 Build 14C94b

Posted on: January 8, 2015

Apple today seeded a fourth beta of OS X 10.10.2 Yosemite to developers, nearly four weeks after the previous beta release. The new beta, build 14C94b, is available […]

iOS

FMDB and threaded update/select

Posted on: January 6, 2015

FMDB is pretty cool but due to specific iOS behaviour while using threads, it can lead to unexpected results. First rule is – never use FMDB as singleton. […]

  • iOS
  • Mac
  • Magento
  • MySQL
  • PHP
  • Promocje
  • Python
  • Salesforce
  • Uncategorized
  • Wordpress
  • April 2025
  • November 2024
  • October 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • September 2022
  • July 2022
  • September 2021
  • June 2021
  • September 2020
  • May 2020
  • March 2020
  • January 2020
  • December 2019
  • August 2019
  • July 2019
  • June 2019
  • April 2019
  • October 2018
  • August 2018
  • May 2018
  • April 2018
  • November 2017
  • August 2017
  • April 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • June 2013
  • March 2013
  • February 2013
  • November 2012
  • October 2012
  • August 2012
  • July 2012
  • May 2012
  • April 2012
  • February 2012
  • October 2011
  • September 2011
  • August 2011
  • July 2011
Theme Cube Blog by Kantipur Themes
 

Loading Comments...