By tag: Javascript
0
kicks
AngularJS and TypeScript
For those TypeScript developers who want to use the new hotness of AngularJS but have run into some issues with minification and model primitives, this blog post describes how to use AngularJS in a .NET environment with TypeScript.
0
kicks
Validating composite models with knockout validation
This article looks at how you go at validating composite models with knockout.js.
0
kicks
Customizing a knockout validation message
Knockout validation is a plugin that allows you to extend observables with validation. If you're familiar with jQuery validation, you will notice that most provided validation rules are very similar. One of the validation rules available out-of-the-box is pattern validation. By default the error mes...
0
kicks
Unsuck your backbone
A talk given at Codemania 2013 on how to build better JavaScript Applications using a composite event driven architecture
0
kicks
Barbarian Meets Knockout.js
Have you ever done any XAML development? Have you ever wondered or considered how cool it would be to use XAML-style data bindings and MVVM on the web? How awesome to get that level of rich user experience and separation of concerns? Well, that is what Knockout.js is all about.
0
kicks
7 hard earned lessons from a Single Page Application
7 controversial techniques to boost performance of Single Page Applications (SPA) and achieve 3-4 second page load time. Find out when commonly used techniques like combining Javascript back fires.
0
kicks
Report Unhandled Errors from JavaScript
Logging and aggregating error reports is one of the most important things you can do when building software. If you are like the vast majority of websites out there, then you don't know about JavaScript errors, and it's time to fix that!
This article talks about reporting unhandled JavaScript error...
0
kicks
Angry Birds of JavaScript: Mighty Eagle - Automation
In this post we will take a look at the Mightly Eagle who uses the most superior weapon of them all, a suite of tools that can organize and deploy all the other birds into battle against their soon to be vanquished foe. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Angry Birds of JavaScript: Big Brother Bird - Patterns
In this post we will take a look at the Big Brother Bird who pulls out the big guns with his finite state machine and other proven design patterns of destruction. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Angry Birds of JavaScript: Orange Bird - Templating
In this post we will take a look at the Orange Bird. He first starts out small with a simple template, but then expands itself into a DOM blast that will surely send the message that the birds mean business. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Angry Birds of JavaScript: Green Bird - Mocking
In this post we will take a look at the Green Bird that can penetrate all of those hard to reach places and will mock and spy those stealing swine right where it hurts!. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Angry Birds of JavaScript: White Bird - Linting
In this post we will take a look at the White Bird who appears to be seemingly harmless, but when it pulls out it's strict coding style and bursts of quality checks the hogs are sure to squeal. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Angry Birds of JavaScript: Black Bird - Backbone
In this post we will take a look at the Black Bird who will use the organized approach of the Backbone.js bomb to fight these porkers. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Angry Birds of JavaScript: Yellow Bird - RequireJS
In this post we will take a look at the Yellow Bird who comes with a RequireJS speed booster and dynamically injects scripts against those pesky swine. Slowly, one by one, the birds will take back what it theirs to keep!
0
kicks
Useful jQuery Plugins Part 2: Layout
Lists some very useful (free, open-source) layout plugins that you can easily incorporate on the front end of your page!