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

10

Large-scale JavaScript Application Architecture

Read Later submit to reddit

Developers creating JavaScript applications these days usually use a combination of MVC, modules, widgets and plugins for their architecture. They also use a DOM manipulation library like jQuery. Whilst this works great for apps that are built at a smaller-scale, … Continue reading

Permalink

0

Announcing the jQuery Standards Team

Read Later submit to reddit

  We all know that web standards are important. They help ensure the code we write works across different technologies, for people of different abilities and most importantly across all browsers. That said, how often do we all feel our … Continue reading

Permalink

18

Demystifying jQuery 1.7′s $.Callbacks

Read Later submit to reddit

A brand new feature introduced in jQuery 1.7 is $.Callbacks, which we'll be taking a look at today. $.Callbacks are a multi-purpose callbacks list object and if you've had a chance to play around with jQuery's $.Deferred functionality (Julian Aubourg … Continue reading

Permalink

2

Essential jQuery Plugin Patterns

Read Later submit to reddit

I occasionally write about implementing design patterns in JavaScript. They’re an excellent way of building upon proven approaches to solving common development problems, and I think there’s a lot of benefit to using them. But while well-known JavaScript patterns are … Continue reading