Developers creating JavaScript applications these days usually use a combination of patterns like MVC/MV*, modules, widgets and plugins for their architecture.Whilst this works great for apps that are built at a smaller-scale, what happens when your project starts to grow?
Category Archives: Talks
Polyfilling The HTML5 Gaps With JavaScript
We all want to use the hot new features being implemented in modern browsers right away, but there's a small problem holding us back: how can we use these great new capabilities whilst ensuring older browsers still render pages and … Continue reading
jQuery Conference 2011 Bay Area Videos
Robert Nelson (a fellow jQuery geek) was one of the lucky attendees at the jQuery Conference in SF this year and went to the trouble of recording a number of the talks to share with those unlucky enough to not … Continue reading
Evaluating jQuery Learning Material
Hey guys. Quite regularly, I'll get e-mails and tweets from readers inquiring what the best resources to use for learning jQuery further are. My response to these questions is usually the same, however it occurred to me that rather … Continue reading
Setting Up A Build Process For JavaScript & CSS Files Using Ant (Screencast)
A well defined build process ensures that the output of your project is built in a consistent manner every time a new build is run. Today we’re going to take a look at how you can setup your own … Continue reading
