How to use JavaScript Templates
Presented by Garann Means
If you work with JavaScript and aren’t already using templates, you should start! The syntax is simple and the organization and maintainability advantages are huge. If your application uses XHRs to update the page, if you write plugins, or if you’re trying to minimize the markup in your app that’s generated on both the client and...
[read more]
How to use JavaScript Templates
Presented by Garann Means
If you work with JavaScript and aren’t already using templates, you should start! The syntax is simple and the organization and maintainability advantages are huge. If your application uses XHRs to update the page, if you write plugins, or if you’re trying to minimize the markup in your app that’s generated on both the client and server, templates can help there, too. This talk will cover the basic syntax of one engine, jQuery templates, and give some examples of templates in use.