Browse by Tags

All Tags » Design Patterns (RSS)

JavaScript Data Binding with AngularJS Part II – Binding a View to a Controller/ViewModel by dwahlin

Related Posts: JavaScript Data Binding Frameworks The JavaScript Cheese is Moving: Data-Oriented vs. Control-Oriented Programming JavaScript Data Binding with AngularJS Part I – Getting Started   In my previous post I showed how the AngularJS framework...

JavaScript Data Binding with AngularJS Part I – Getting Started by dwahlin

Related Posts: JavaScript Data Binding Frameworks The JavaScript Cheese is Moving: Data-Oriented vs. Control-Oriented Programming In a previous post I talked about where I see things moving when it comes to the world of client-side JavaScript development...

jQuery Tip #7 - Consolidating jQuery Ajax Calls by dwahlin

Interested in learning more about jQuery? Check out the jQuery Fundamentals course at Pluralsight.com. Previous Tips: jQuery Tip #1 - Defining a Context When Using Selectors jQuery Tip #2 - Manipulating the DOM in a Loop jQuery Tip #3 – Using the data...

Pluralsight Meet the Author Podcast on Structuring JavaScript Code by dwahlin

I had the opportunity to talk with Fritz Onion from Pluralsight about one of my recent courses titled Structuring JavaScript Code for one of their Meet the Author podcasts. We talked about why JavaScript patterns are important for building more re-useable...

Code and Slides: Building the Account at a Glance ASP.NET MVC, EF Code First, HTML5, and jQuery Application by dwahlin

This presentation was given at the spring 2012 DevConnections conference in Las Vegas and is based on my Pluralsight course . The presentation shows how several different technologies including ASP.NET MVC, EF Code First, HTML5, jQuery, Canvas, SVG, JavaScript...

Code and Slides: Techniques, Strategies, and Patterns for Structuring JavaScript Code by dwahlin

This presentation was given at the spring 2012 DevConnections conference in Las Vegas and is based on my Structuring JavaScript Code course from Pluralsight. The goal of the presentation is to show how closures combined with code patterns can be used...

Call for Speakers – Fall 2012 ClientDev Connections by dwahlin

John Papa and I just sent out a call for abstracts for the upcoming Fall 2012 DevConnections conference to be held in Las Vegas, NV. If you’re interested in presenting on client-side development topics such as HTML5, CSS3, JavaScript, jQuery (or another...

New Pluralsight Course: Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery by dwahlin

I just finished up a new Pluralsight course titled Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery that I’m really excited about. As the title implies, the course provides an end to end look at an application built using ASP.NET MVC, Entity...

Upcoming ASP.NET, HTML5 and Windows 8 Talks and Workshops at DevConnections 2012 by dwahlin

It’s that time of the year again! DevConnections 2012 is right around the corner and we have a lot of great new workshops and sessions planned for the ASP.NET and Client-Dev (HTML5, Windows 8 Metro, JavaScript, jQuery, etc.) tracks. The keynote at DevConnections...

Working with the JavaScript “this” Keyword by dwahlin

JavaScript's "this" keyword can be a bit tricky to work with depending on the context in which it's used. When it's used with patterns such as the Prototype or Revealing Prototype patterns working with "this" can be challenging in...
More Posts Next page »