-
Greg Moeck 4.52
Description:
Building a large JavaScript application that performs well on the desktop is hard. Building a large JavaScript application that performs well on mobile devices initially might seem impossible. However it can be done! This talk will focus on techniques that we have discovered and developed in the last year while building a large tablet application, and optimizing it's performance across a spectrum of mobile browsers. Topics will include reducing initial load time, dealing with large quantities of data, minimizing trips to the DOM, and dealing with low powered devices.
Comments on this Talk
Bob Moore ,
03 Oct 02:09 AM
An excellent and thought provoking presentation.
David Schnur,
03 Oct 03:07 PM
An excellent presentation, with lots of concrete, useful ideas and examples, covered in just the right amount of depth for the available time.
Last Five Ratings
-
urbanor
-
clogic
-
Elijah Manor
4.29
-
David Schnur
-
Bob Moore

As the "last man standing" for the lines of code in a single project at the beginning, I was glad to see many of the techniques we use featured, but there were other things I haven't used before. I will now.