Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2007-115
$eventId
ID of event: wwdc2007
$eventContentId
ID of session without event part: 115
$eventShortId
Shortened ID of event: wwdc07
$year
Year of session: 2007
$extension
Extension of original filename: mov
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: ...

WWDC07 • Session 115

Getting Started with Cocoa Bindings

Mac OS X Essentials • 1:05:32

Cocoa bindings is a collection of technologies that provide a means of keeping model and view values synchronized in your application. Find out how to create a more consistent user interface with less code, and how to refactor your code to leverage built-in classes. Bring your laptop and walk through a practical introduction to Cocoa bindings.

Speaker: Malcolm Crawford

Unlisted on Apple Developer site