Archives for Javascriptmvc RSS feed for

3.2 $.Controller - Templated Event Binding

17 October 2011 by justinbmeyer

JavaScriptMVC 3.2 brings a lot of great features and enhancements. So many features that changes to $.Controller didn't make the cut for our upcoming 3.2 article. This article reviews 3.2's $.Controller and talks about templated event binding (something we neglected to write up for 3.1).

Read More »

Deferreds and 3.1

12 October 2011 by moschel

jQuery 1.6 brought Deferred support. They are a great feature that promise to make a lot of asynchronous functionality easier to write and manage. But many people struggle with uses other than 'waiting for a bunch of Ajax requests to complete'. For JavaScriptMVC 3.1, we identified an extremely common but annoying practice that becomes a one-liner with deferreds - loading data and a template and rendering the result into an element.

Read More »

jQuery Resize Event

23 May 2011 by justinbmeyer

When building web applications, it can be tricky to get pages to layout correctly, especially when layout can't be done with CSS. Widgets that can dynamically change the layout only complicate matters. JavaScriptMVC 3.1 packs a new resize event that greatly simplifies these layouts.

Read More »

Having your Cake and Eating it without Getting Fat

04 May 2011 by justinbmeyer

On stack overflow, someone asked what are the pros and cons of using JavaScriptMVC.  Believe it or not, there no cons for using JavaScriptMVC.  

Read More »

Knock JavaScriptMVC's Back Out

30 March 2011 by justinbmeyer

I've read a lot of articles and tweets comparing JavaScriptMVC, BackboneJS, and KnockoutJS.  A lot of good things can be said about these frameworks. Backbone is largely similar to JavaScriptMVC's MVC components, and Knockout has a really amazing observable system.

Read More »

JavaScriptMVC and List Performance

08 January 2011 by justinbmeyer

Most applications center around displaying and interacting with lists and individual pieces of data.  Consider applications like GMail, Grooveshark, Twitter, Facebook, and Hulu.  Each of these applications displays a list of items where a user can drill down into a single item.  In many cases, the user can edit a single item while in the list view.

Read More »

JavaScriptMVC Cheat Sheet

20 December 2010 by mihael

Here's a helpful JavaScriptMVC cheat sheet:

Read More »

Creating a JavaScriptMVC Slider

12 December 2010 by justinbmeyer

JavaScriptMVC makes it easy to write and organize copious amounts of JavaScript code. And although this usually means working among its Model-View-Controller layers to create something amazing, often, you'll find yourself wanting to make a lightweight, reusable UI widget. This demo walks you through creating a basic slider widget.

Read More »

JavaScriptMVC 3.0: Good To Go!

06 December 2010 by justinbmeyer

For the past year and a half, we've been pouring our heart into JavaScriptMVC 3.0. So it's with great excitement that we're ready to announce 3.0 is here to solve your JavaScript headaches With over 1800 commits, the new version is faster, easier to use, and more powerful.

Read More »

FuncUnit Infographic

30 November 2010 by justinbmeyer

FuncUnit is pretty awesome.  But it might not be clear how it works in Browser vs Command (Selenium) mode.  To help, I put together 2 quick illustrations that highlight what's going on.

Read More »