About me
• Felix Geisendörfer, 20 years old, Germany
• Blogger / Programmer / Entrepreneur
• Used jQuery in all battle fields
• School projects, small business sites, 300++ DB table monster project
Key ideas
• Make the DOM represent you data (semantics)
• Abstract the DOM interaction away from
• Known your audience - no silver bullets.
• JSON is your friend in times of trouble.
Data on your server
posts id
user_id
title
users
text
created
tags
modified
Database Tables Rows Columns
Data in your client
id
user_id
title
text
created
modified
Table ‘posts’ DOM / Html representation