Permalink

8

Scaling Your JavaScript Applications (Videos And Slides) From Async

Watch Later submit to reddit

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?

Continue Reading →

Permalink

5

Polyfilling The HTML5 Gaps With JavaScript

Read Later submit to reddit

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

Permalink

2

jQuery Conference 2011 Bay Area Videos

Read Later submit to reddit

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

Permalink

12

Evaluating jQuery Learning Material

Read Later submit to reddit

  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

Permalink

39

Setting Up A Build Process For JavaScript & CSS Files Using Ant (Screencast)

Read Later submit to reddit

  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