Skip to content
Yet Another Programmer's Blog

Yet Another Programmer's Blog

PHP, Magento, iOS and more

  • Home
  • Contact
  • Privacy Policy
iOS

Quick tip: using singleton pattern

Posted on: March 29, 2014March 29, 2014

So far I saw many examples, but not every of them is valid, follow my rules and you will get proper singleton pattern. in MySingleton.h file: @interface MySingleton : […]

Mac

OS X Mavericks 10.9.3 Build 13D28 available for devs

Posted on: March 29, 2014

Apple today seeded build 13D28 of OS X 10.9.3 to developers, a little over one week after releasing the third OS X 10.9.3 beta, build 13D21 and three […]

Mac

Cannot find autoconf when using phpize on Mavericks

Posted on: March 29, 2014

running: phpize command can cause such sample output: Configuring for: PHP Api Version:         20100412 Zend Module Api No:      20100525 Zend Extension Api No:   220100525 Cannot find autoconf. Please […]

iOS

Quick tip: How to get year, month and day from NSDate

Posted on: March 28, 2014March 28, 2014

First you have to get NSDateComponents object with year, month and day units: NSDateComponents *components = [[NSCalendar currentCalendar] components:NSCalendarUnitDay | NSCalendarUnitMonth | NSCalendarUnitYear fromDate:[NSDate date]]; then extracting each […]

iOS

Tower Madness HD is free for limited time!

Posted on: March 28, 2014

One of the coolest iPad games is now free, hurry up and grab your copy here

iOS

Quick tip: How to convert NSString to NSData?

Posted on: March 27, 2014April 5, 2014

Pretty simple: NSString* str = @”some example string”; NSData* data = [str dataUsingEncoding:NSUTF8StringEncoding]; and if you want it back: NSString* another = [NSString stringWithUTF8String:[data bytes]];    

Mac

OS X 10.9 Mavericks adoption is over 40%

Posted on: March 27, 2014

After five months of availability, OS X 10.9 Mavericks now generates just over 40 percent of all North American OS X-based Web traffic handled by ad network Chitika, […]

Mac

Quick tip: Update Java to 8 and set it as default version

Posted on: March 26, 2014

Well, first part is quite easy, just go to http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html and grab jre-8-macosx-x64.dmg. After downloading doubleclick and install as normal app. After installation new browser window will be […]

iOS

Quick tip: Architecture not supported when compiling for iOS 7.1 using XCode 5.1

Posted on: March 24, 2014March 24, 2014

Using configuration mentioned above you may receive one of those (or another) errors: types.h – User Defined Issues – Architecture not supported _types.h – User Defined Issues – […]

Posts pagination

Page 1 Page 2 … Page 4 Next page
  • 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