Don't want to pay

Did you buy some tool for development ? Yes, I bought but not too much. Most of the tools that I am using are open source or free. Did you subscribe some service for development ? For me, only hosting. I hate subscription. Most of the developer don’t want to pay for service. Don’t like [...]

Burma at WWDC 2013

Deploy Node.js website with git

If we are using node.js , you need to start and stop for running app. So, stop the node.js process. upload the files. start the node.js process again. If we do like that everything , I feel it’s waste of time. We can do automatically with git + service for our life easier. Setup Git [...]

Why I don't want to use hangout

I was using gtalk at last 6 year. I approve a lot of friends. Most are from online. I didn’t know at this time , what is privacy , why I shouldn’t add people if I don’t know them. I approve most of the people from internet forum. I have a lot of people in [...]

Burmese Food at Google I/O 2013

IAPHelper

I didn’t update https://github.com/saturngod/IAPHelper around 10 months. Tody I have updated and it include check receipt with apple server. Code Example if(![IAPShare sharedHelper].iap) { NSSet* dataSet = [[NSSet alloc] initWithObjects:@”com.comquas.iap.test”, nil]; [IAPShare sharedHelper].iap = [[IAPHelper alloc] initWithProductIdentifiers:dataSet]; } [IAPShare sharedHelper].iap.production = NO; [[IAPShare sharedHelper].iap requestProductsWithCompletion:^(SKProductsRequest* request,SKProductsResponse* response) { if(response > 0 ) { SKProduct* product [...]

Sketch 2 50% off

Now, you can buy sketch 2 with US $24.99 (50% off). SG $ 31.98. It’s worth. Sketch is a designers’ dream toolbox. Specifically created for designers, it powers a beautiful interface and powerful tools. Tools every designer will appreciate. Here’s one feature — multiple shadows per layer. Making beautiful graphics isn’t challenging anymore. We set [...]

Windmill

Draw with Sketch 2

Part Time Freelance ?

Some people were asking me to do part time freelance, I said “Sorry, I can’t”. I always same answer about that. Why? Part time freelance can make extra money and why I don’t want to do it? I had a experience about Part Time freelance. Working full time and part time freelance is not easy. [...]

Header Search Paths not found Error

After upgrade to Xcode 4.6 , Header Search Paths file couldn’t find. It always show “file not found”. It was working before but not working now. I thought , it’s because of Xcode. I am using header search path like following $(SRCROOT)/openssl_include I checked my fullpath and it’s showing like /Users/saturngod/Copy/test project/openssl_include It’s correct path [...]