Permalink

30

The Pros And Cons Of JavaScript Micro-Frameworks

Read Later submit to reddit

Introduction The concept of the JavaScript micro-framework has always existed, tackling tasks ranging from client-side templating through compact solutions for MVC-architecture and beyond. With an increased recent interest in combining such focused solutions into a custom modularized framework for your … Continue reading

Permalink

27

Building JavaScript Web Apps With MVC & Spine.js

Read Later submit to reddit

JavaScript developers wishing to add more structure to their code often look for simple ways to apply the popular MVC architecture pattern to their applications. Utilizing a client-side MVC framework can be useful for such code organization and today we’ll … 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

72

CSS3 Transition Animations With jQuery Fallbacks

Read Later submit to reddit

In today's post, we'll be taking a look at how you can use CSS3 transitions to power your application's animations with jQuery's .animate() method as a fallback where transitions aren't supported. The benefit of transitions is that unlike JavaScript based … Continue reading