Lost your password?

Blogs about: Objective Ccocoa

Featured Blog

WebView에서 JavaScript debugging하기

jongampark wrote 3 days ago: Google의 Open Source를 보면 쓸만한거 투성이다. 그런데 Google의 특성상 대개 웹 프로그래밍을 해야하는 것이다. 자.. 그렇다면 그것을 Cocoa 프로그램에서 쓰 … more →

Tags: Cocoa, Objective C, Programming, Webkit

Objective-C를 처음 접했을때 갖던 생각에 대한 답이 있는 글..3 comments

jongampark wrote 3 weeks ago: 역시 Cocoa with Love이다. Objective-C’s niche: why it survives in a world of alternatives Objectiv … more →

Tags: Cocoa, Objective C, Programming

Objective-C의 장점을 살린 Thread-safe NSHost

jongampark wrote 3 weeks ago: Cocoa with Love에 Objective-C의 장점을 잘 살린, NSHost를 thread-safe하게 구현하는 법에 대해서 나왔다. 사실 여기엔 두가지 기법이 사용되는데, … more →

Tags: Cocoa, Objective C, Programming

Mac OS X에서 System folder로 파일 카피할 때의 권한 문제

jongampark wrote 1 month ago: Unix에선 가능하면 시스템 폴더로 파일을 카피하지 않는게 좋다. 사실 모든 OS에서 다 그렇다. 이걸 안지키고 막가파식으로 간 OS가 바로 Windows이지 않는가? 아무 프로그 … more →

Tags: Cocoa, Objective C, Programming

What’s new in Interface Builder 3.2 - II

jongampark wrote 1 month ago: OK. Mr. bonaldi left a comment to my previous post, What’s new in Interface Builder 3.2. According t … more →

Tags: Cocoa, Objective C, Programming

What's new in Interface Builder 3.23 comments

jongampark wrote 1 month ago: From Interface Builder 3.x, it seemed to me that Apple people wants to separate Xcode and Interface … more →

Tags: Cocoa, Objective C, Programming

iSight camera and iPhone simulator

jongampark wrote 1 month ago: Did I point out that there were problems with iPhone/iPod touch for developers? Hmm.. I don’t … more →

Tags: Cocoa, Iphone/Ipod Touch, Objective C, Programming

QTMovieView IB PlugIn on Snow Leopard problem3 comments

jongampark wrote 1 month ago: Recently I found a weird problem with QTMovieView IB Plug-In on Snow Leopard. If you create an XIB o … more →

Tags: Cocoa, Objective C, Programming

The sample project location : People at Apple should think about it again!

jongampark wrote 1 month ago: Well, finally I got to write a post about the location of Sample projects location. It has used to b … more →

Tags: Objective C, Cocoa, Programming, Complaint, Xcode

What does housekeeping for [NSURLCache sharedURLCache]?

jongampark wrote 1 month ago: This code is from Apple’s sample code, URL CacheInfo. Interestingly, the [NSURLCahce sharedURL … more →

Tags: Cocoa, Objective C, Programming

Loading a cached web page using WebKit and NSURLRequest?

jongampark wrote 1 month ago: I found this codes at Apple’s mailing list. // Create a NSURLRequest: NSURLRequest *myRequest … more →

Tags: Objective C, Cocoa, Programming

awakeFromNib and applicationDidFinishLaunching

jongampark wrote 2 months ago: Whenever Apple announces a new Xcode or a new OS revision, you can feel how Apple wants to change th … more →

Tags: Objective C, Programming

Memory management for NIB objects on iPhone and Mac2 comments

jongampark wrote 2 months ago: What is good about iPhone is that virtually all knowledge about Cocoa/Objective-C programming on Mac … more →

Tags: Cocoa, Iphone/Ipod Touch, Objective C, Programming, Mac

New mechanism for high performance computing on Snow Leopard2 comments

jongampark wrote 3 months ago: Just like the previous post, I would like to put links for this subject and let’s think about … more →

Tags: Objective C, Cocoa, Programming

Closure or Block with Objective-C in Snow Leopard1 comment

jongampark wrote 3 months ago: There are a few things newly added to Objective-C in Snow Leopard. Actually they were added with LLV … more →

Tags: Objective C, Cocoa, Programming

Delegation vs. Notificaiton

jongampark wrote 3 months ago: Sometimes program flow or logic flow can be disconnected while you are programming. What does this m … more →

Tags: Objective C, Cocoa, Programming

Tree XML parser for iPhone

jongampark wrote 3 months ago: When parsing XML files, there are two ways. One is to use an event parser and the other one is to us … more →

Tags: Cocoa, iPhone, Iphone/Ipod Touch, Objective C, Programming, xml

Difference between NSDictionaryController and NSArrayController2 comments

jongampark wrote 4 months ago: Long time, no see! That is what I wanted to say to Cocoa Binding. A few years ago, it was a buzz wor … more →

Tags: Objective C, Cocoa, Programming

componentsSeparatedByCharactersInSet for pre-OS X 10.5

jongampark wrote 4 months ago: Mac OS X 10.5 added many convenient methods to existing Cocoa framework. However, whenever you want … more →

Tags: Objective C, Cocoa, Programming


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS