Completed
Template variables
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pjax and the Next Generation of Server-Side Web Frameworks - ETE 2012
Automatically move to the next video in the Classroom when playback concludes
- 1 EMERGING TECHNOLOGIES FOR THE ENTERPRISE CONFERENCE
- 2 Problem #1: Multiple content boxes
- 3 Context-switching
- 4 Computers should do this MON
- 5 Two pages, one system
- 6 The Solution
- 7 Auto diffs via Ajax
- 8 Support multiple content boxes
- 9 Support non-visible changes (JS!)
- 10 Respect URLs and permalinks
- 11 Bail if needed
- 12 Favor correctness, win devs' trust
- 13 Amaze
- 14 Why pass HTML instead of structured data?
- 15 Example
- 16 Find all on-site links
- 17 2. Set onclick
- 18 3. Django middleware
- 19 Overview
- 20 Two bits of MAGIC
- 21 Django template inheritance base.html
- 22 Basic diff using template inheritance
- 23 Template variables
- 24 Then it starts to get tricky...
- 25 How does the framework know this is a title?
- 26 Partial titles
- 27 Snippets in HTML tags
- 28 Hooking into the HTML: Option 2
- 29 Evil HTML snippets
- 30 Insertion types
- 31 Nested template logic
- 32 Template logic in crafty places
- 33 Removal of markup
- 34 Putting it all together
- 35 Security, part 1
- 36 Deferred loading
- 37 Template scanner