WWDC 2011 Session Videos - HD
에서 interface builder로 filtering하면 tutorial 이 3개 나온다.

그 중 story board는 진정 인상적이다.
그리고, nib으로부터 자연스럽게 발전했다는 것을 알 수 있다.
Session 309 - Introducing Interface Builder Storyboarding 50:04 11. 6. 16. Apple Developer Developer on iTunes

하지만, 혼자서 사용법을 익히는 것은 쉽지 않다.
도움말이 있어야 하겠는데, 아직 ios5가 release 되지 않아서 그런지, 도움말이 부족하다.
그래서 더욱 tutorial은 필수로 보고 시작해야겠다.

Session 302 - Using Interface builder in Xcode 4 53:44 11. 6. 16. Apple Developer Developer on iTunes
도 봤다.
앞부분에서는 nib 사용법을 가르쳐주고, 뒷부분에서는 autolayout 을 비롯한 layout 배치를 demo한다. 

그 외에도 3개 더 봐야겠네.
Autolayout 내용이랑 TableView 내용이 더 있었네~
Cocoa Autolayout

Session 120 - View Based NSTableView 53:44 11. 6. 16. Apple Developer Developer on iTunes
는 반절쯤 봤다. mac 에만 적용되는 거래. 아직 필요 없다.
Session 125 - UITableView Changes, Tips, Tricks 47:29 11. 6. 16. Apple Developer Developer on iTunes
는 너무 대충 봐서 내용은 잘 모르지만, 인상적인 건 없던 것 같다. 새로 추가된 작은 기능들 얘기만 있었던 것 같다.
 

'공부 > Computers' 카테고리의 다른 글

node js 관련 자료  (0) 2011.10.29
iphone foundation video는 기초부터  (0) 2011.10.25
Core data video  (0) 2011.10.20
Xcode Instruments tutorials  (0) 2011.10.13
mac unit test ocunit 외  (0) 2011.09.28
Effective cpp 시작  (0) 2011.09.09
ios push notification  (0) 2011.09.02
wwdc web 중 앞부분  (1) 2011.08.31
developer apple com video  (0) 2011.08.31
Graphics architecture 강의  (0) 2011.08.26
by 언제나19 2011. 9. 16. 17:05

Item 1:  Prefer const and inline to #define.
처음 item은 쉬운 얘기.
prefer the compiler to the preprocessor

당연한 얘기인데, 무심코 잘 안지켰던 얘기들이다.
설득력있고, 조리있게 잘 정리돼 있다.

topic 하나씩 보기에 좋다.
하루에 한 개씩 본다고 생각해야겠다.
시간표에 적어야지~.

요약한 사람들이 좀 있네.
http://yagi815.tistory.com/594
http://kelly.springnote.com/pages/552483
 

'공부 > Computers' 카테고리의 다른 글

iphone foundation video는 기초부터  (0) 2011.10.25
Core data video  (0) 2011.10.20
Xcode Instruments tutorials  (0) 2011.10.13
mac unit test ocunit 외  (0) 2011.09.28
wwdc 2011 중 interface builder tutorial 인상적  (0) 2011.09.16
ios push notification  (0) 2011.09.02
wwdc web 중 앞부분  (1) 2011.08.31
developer apple com video  (0) 2011.08.31
Graphics architecture 강의  (0) 2011.08.26
Standford machine learning  (0) 2011.08.26
by 언제나19 2011. 9. 9. 00:58


Apple Push Notification Service 7:42 09. 3. 18. Apple Developer Developer on iTunes

Implementing Push Notification 38:56 10. 3. 3. Apple Developer Developer on iTunes

iPhone Development Essential Videos

iPhone Development Advanced Videos
에서 찾았다.

아나운서처럼 냉정하고 진지하고 신속하게 설명해준다.

길지 않은 주제들도 있어 좋다.

server가 필요하고,
certificate를 받아야 한다.
처음에는 token만 보낸다.
id는 device별 하나인가보다.
 

'공부 > Computers' 카테고리의 다른 글

Core data video  (0) 2011.10.20
Xcode Instruments tutorials  (0) 2011.10.13
mac unit test ocunit 외  (0) 2011.09.28
wwdc 2011 중 interface builder tutorial 인상적  (0) 2011.09.16
Effective cpp 시작  (0) 2011.09.09
wwdc web 중 앞부분  (1) 2011.08.31
developer apple com video  (0) 2011.08.31
Graphics architecture 강의  (0) 2011.08.26
Standford machine learning  (0) 2011.08.26
The 3n+1 problem 부터도 실패  (1) 2011.08.15
by 언제나19 2011. 9. 2. 20:08

WWDC 2011 Session Videos - HD


Session 501 - iCloud Storage Overview 38:10 11. 6. 16. Apple Developer Developer on iTunes

icloud가 api까지 있는 건지 몰랐었네.. 좋겠다 이거.

Session 502 - Advanced HTML5 Media Controllers in Safari 42:36 11. 6. 16. Apple Developer Developer on iTunes

주로 javascript , css
 
webkitRequestFullScreen() 등으로 video를 조절할 수 있다.
-webkit-full-screen 

spec이 just proposal 단계래.

발표하는 사람이 safari/webkit engineer래.
javascript로 만든 것 같아 보이는 sample application을 demo로 보여준다.

custom <video> control

20' 쯤에 나오는 demo는 참 길고 지루하다.

뒷부분 demo는 매우 인상적이다.

자막 관련 javascript link도 도움된다.

html5에서는 자막 표준으로 smil 이 아닌 webvtt 자막을 표준으로 선택한 것으로 보입니다.
http://www.whatwg.org/specs/web-apps/current-work/webvtt.html  
webvtt 자막의 경우, 아직 browser에서 지원하지 않는 것으로 보이지만,
video element에 자막을 넣어주는 javascript libraries가 있습니다.

https://github.com/cgiffard/Captionator
http://www.delphiki.com/html5/playr/
http://videojs.com/
http://popcornjs.org/

아쉽게도 이것들 중에도 smil을 지원하는 library는 없는 것 같습니다.



Session 519 - Combining Web Accessibility and Automation on iOS 48:35 11. 6. 16. Apple Developer Developer on iTunes

는 목소리도 조금 지루하고,
나한테 별로 도움도 안돼 보인다.

gesture 인식 부분이 들어가 있는 것 같기도 하고,
선택한 부분에 대한 글씨를 읽을 수 있는 것 같기도 하다.

30' 정도 딴 짓을 하며서 봤다.



Session 516 - Understanding Layout and Gestures 50:13 11. 6. 16. Apple Developer Developer on iTunes

Window와 viewport와의 관계를 알려준다.
browser의 default stylesheet가 user agent stylesheet로 나오네.

image를 늘리기.
주로, css layout 얘기
-webkit-device-pixel-ratio 라는 걸 정할 수가 있다.
if ('styleMedia' in window && window.styleMedia.matchMedium("screen and (device-width: 320px) and (-webkit-device-pixel-ratio ...

Flaky fixed positioning
javascript로 처리하면, scroll 중에 따라다니지 않는다. --> css positioning.
fixed positioning은 ios4에서 안되고, ios5 safari에서 지원.




wwdc 말고, 
Integrating Web Content into iPhone Apps     53:41     10. 3. 3.     Apple Developer     Developer on iTunes     
에서도 css shadow, mask 같은 거 가르쳐준다. 

iPhone Development Essential Videos                         
Using Advanced Web Technologies on iPhone     58:24     09. 3. 18.     Apple Developer     Developer on iTunes     
에서도 가르쳐줄 것 같다.





'공부 > Computers' 카테고리의 다른 글

Xcode Instruments tutorials  (0) 2011.10.13
mac unit test ocunit 외  (0) 2011.09.28
wwdc 2011 중 interface builder tutorial 인상적  (0) 2011.09.16
Effective cpp 시작  (0) 2011.09.09
ios push notification  (0) 2011.09.02
developer apple com video  (0) 2011.08.31
Graphics architecture 강의  (0) 2011.08.26
Standford machine learning  (0) 2011.08.26
The 3n+1 problem 부터도 실패  (1) 2011.08.15
WWDC2011 iBooks  (0) 2011.08.07
by 언제나19 2011. 8. 31. 15:43



https://developer.apple.com/videos/iphone/

에도 동영상 강의 목록이 있네.
Essentials와 Advanced는 다 보면 좋겠다.

Apple developer로 가입하면, itunes에 download할 수 있대.

http://developer.apple.com/videos/

WWDC 2011

Watch over 100 sessions covering the latest innovations in iOS and OS X from the Apple Worldwide Developers Conference 2011.
Learn more

WWDC 2010

Watch Apple engineers present over 100 session from the Apple Worldwide Developers Conference 2010 and download the supporting presentation slides.
Learn more

iOS

View fundamental and advanced techniques for creating innovative apps that maximize the powerful technologies in iOS.
Watch now

Mac OS X

See how to use the the technologies available in Mac OS X to create innovative applications that deliver an amazing user experience.
View in iTunes

Safari

Learn how to use the world’s most innovative web development platform to create stunning web pages and web applications.
View in iTunes


'공부 > Computers' 카테고리의 다른 글

mac unit test ocunit 외  (0) 2011.09.28
wwdc 2011 중 interface builder tutorial 인상적  (0) 2011.09.16
Effective cpp 시작  (0) 2011.09.09
ios push notification  (0) 2011.09.02
wwdc web 중 앞부분  (1) 2011.08.31
Graphics architecture 강의  (0) 2011.08.26
Standford machine learning  (0) 2011.08.26
The 3n+1 problem 부터도 실패  (1) 2011.08.15
WWDC2011 iBooks  (0) 2011.08.07
중소기업 직원 교육 훈련의 기회  (0) 2011.05.31
by 언제나19 2011. 8. 31. 15:16