Skip to content

Commit

Permalink
ARGH WHITESPACING.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Jul 14, 2011
1 parent e69cd5c commit fcff75f
Showing 1 changed file with 38 additions and 36 deletions.
74 changes: 38 additions & 36 deletions 2011/site/speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,42 +59,44 @@ <h1>Speakers</h1>
<p style='margin-bottom: 2em;'>There will be a total of 20 amazing speakers that will be presenting at DojoConf 2011, we are posting them as soon as we have final confirmation over the next week, so be sure to check back. For now here are the agents that have been brought online for active duty.</p>
<h4 style='margin-bottom:0px; '>We Want To Hear From You</h4>
<p style='margin-bottom: 2em; margin-top: 0px'>If you want to present at DojoConf on a topic, product, or idea that you have, there will be a Track B for lightning talks and hackfests. Speaking in Track B is completely free form, but you must be a registered attendee. Sign up will be done at the conference, so start preparing your topic to present today and get ready.</p>
<div class='person clearfix' id='hann'></div>
<img alt='John Hann' height='150' src='images/hann.jpg' width='150' />
<h4>
<a href='http://twitter.com/#!/unscriptable'>
John Hann
</a>
- AMD module patterns
</h4>
<p>
Much of the hype about AMD modules centers around performance and code size (and it's well-deserved). But modules are as important to software architecture as dojo.declare()!
</p>
<p>
In this session, we'll take a look at some classic, general-purpose patterns re-spun as AMD modules as well as a few advanced, implementation-specific patterns.
</p>
<p>
Specifically, we'll cover:
</p>
<ul>
<li>Singletons, Decorators, Adapters</li>
<li>Inversion of Control / Dependency Injection</li>
<li>Mediators and inter-module coordination</li>
<li>Model-View-Controller patterns</li>
<li>Self-contained Widgets (js, css, and html)</li>
<li>Strategies for sharing code on the server</li>
</ul>
<div class='person clearfix' id='corrandini'></div>
<img alt='Ryan Corradini' height='150' src='images/corradini.jpg' width='150' />
<h4>
<a href='http://twitter.com/#!/buyog'>
Ryan Corradini
</a>
- DataGrid Bootcamp: Extreme Performance Hacks for Big Data
</h4>
<p>
We love the <a href="http://dojotoolkit.org/reference-guide/dojox/grid/DataGrid.html">Dojox DataGrid</a>. It has built-in pagination, dynamic data binding, flexible resizing, and all kinds of <em>sexy</em> customization options. However, when you operate in the world of <a href="http://en.wikipedia.org/wiki/Big_data">Big Data</a>, it can fall short of its promise, ballooning your memory footprint, crushing your JavaScript engine, and otherwise causing your users to <strong>curse your name</strong>.</p>
</p>
<div class='person clearfix' id='hann'>
<img alt='John Hann' height='150' src='images/hann.jpg' width='150' />
<h4>
<a href='http://twitter.com/#!/unscriptable'>
John Hann
</a>
- AMD module patterns
</h4>
<p>
Much of the hype about AMD modules centers around performance and code size (and it's well-deserved). But modules are as important to software architecture as dojo.declare()!
</p>
<p>
In this session, we'll take a look at some classic, general-purpose patterns re-spun as AMD modules as well as a few advanced, implementation-specific patterns.
</p>
<p>
Specifically, we'll cover:
</p>
<ul>
<li>Singletons, Decorators, Adapters</li>
<li>Inversion of Control / Dependency Injection</li>
<li>Mediators and inter-module coordination</li>
<li>Model-View-Controller patterns</li>
<li>Self-contained Widgets (js, css, and html)</li>
<li>Strategies for sharing code on the server</li>
</ul>
</div>
<div class='person clearfix' id='corrandini'>
<img alt='Ryan Corradini' height='150' src='images/corradini.jpg' width='150' />
<h4>
<a href='http://twitter.com/#!/buyog'>
Ryan Corradini
</a>
- DataGrid Bootcamp: Extreme Performance Hacks for Big Data
</h4>
<p>
We love the <a href="http://dojotoolkit.org/reference-guide/dojox/grid/DataGrid.html">Dojox DataGrid</a>. It has built-in pagination, dynamic data binding, flexible resizing, and all kinds of <em>sexy</em> customization options. However, when you operate in the world of <a href="http://en.wikipedia.org/wiki/Big_data">Big Data</a>, it can fall short of its promise, ballooning your memory footprint, crushing your JavaScript engine, and otherwise causing your users to <strong>curse your name</strong>.</p>
</p>
</div>
<div class='person clearfix' id='lee'>
<img alt='Daniel Lee' height='150' src='images/lee.jpg' width='150' />
<h4>
Expand Down

0 comments on commit fcff75f

Please sign in to comment.