Google의 Open Source를 보면 쓸만한거 투성이다. 그런데 Google의 특성상 대개 웹 프로그래밍을 해야하는 것이다. 자.. 그렇다면 그것을 Cocoa 프로그램에서 쓰려면 여러가지 방법이 있겠는데, 그 중 WebKit의 WebView에 HTML을 로딩해서 이용하령하는 것이 가장 간단한 경우가 될 것이다. 그런데 그럴 경우, 로딩되는 HTML과 … more →
JongAm's blogjongampark wrote 3 days ago: Google의 Open Source를 보면 쓸만한거 투성이다. 그런데 Google의 특성상 대개 웹 프로그래밍을 해야하는 것이다. 자.. 그렇다면 그것을 Cocoa 프로그램에서 쓰 … more →
jongampark wrote 3 weeks ago: 역시 Cocoa with Love이다. Objective-C’s niche: why it survives in a world of alternatives Objectiv … more →
jongampark wrote 3 weeks ago: Cocoa with Love에 Objective-C의 장점을 잘 살린, NSHost를 thread-safe하게 구현하는 법에 대해서 나왔다. 사실 여기엔 두가지 기법이 사용되는데, … more →
jongampark wrote 1 month ago: Unix에선 가능하면 시스템 폴더로 파일을 카피하지 않는게 좋다. 사실 모든 OS에서 다 그렇다. 이걸 안지키고 막가파식으로 간 OS가 바로 Windows이지 않는가? 아무 프로그 … more →
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 →
jongampark wrote 1 month ago: From Interface Builder 3.x, it seemed to me that Apple people wants to separate Xcode and Interface … more →
jongampark wrote 1 month ago: Did I point out that there were problems with iPhone/iPod touch for developers? Hmm.. I don’t … more →
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 →
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 →
jongampark wrote 1 month ago: This code is from Apple’s sample code, URL CacheInfo. Interestingly, the [NSURLCahce sharedURL … more →
jongampark wrote 1 month ago: I found this codes at Apple’s mailing list. // Create a NSURLRequest: NSURLRequest *myRequest … more →
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 →
jongampark wrote 2 months ago: What is good about iPhone is that virtually all knowledge about Cocoa/Objective-C programming on Mac … more →
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 →
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 →
jongampark wrote 3 months ago: Sometimes program flow or logic flow can be disconnected while you are programming. What does this m … more →
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 →
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 →
jongampark wrote 4 months ago: Mac OS X 10.5 added many convenient methods to existing Cocoa framework. However, whenever you want … more →