June 28, 2016 by Christoff Truter
When Microsoft released ASP.NET MVC 3 around October 2010, they introduced a feature called "unobtrusive client validation" into their codebase using jQuery. In this post we’re going to focus on making unobtrusive validation work without jQuery using Angular
C# JavaScript ASP.NET Angular MVCMarch 22, 2016 by Christoff Truter
One of the basic fundamentals you need to understand when working with JavaScript is a concept called "hoisting", now before I go into the definition, lets have look at some code.
JavaScriptMarch 17, 2016 by Christoff Truter
In this post I am going to give you a quick overview of the JavaScript implementation of the 6th major release of the ECMAScript specification (just enough information to get you fired).
JavaScript ES6March 9, 2016 by Christoff Truter
A Promise acts like a placeholder for an asynchronous operation that hasn't completed yet, its aim is to give us back the things we "lost" (or never had for that matter) when writing asynchronous code opposed to synchronous code.
JavaScript ES6February 24, 2016 by Christoff Truter
Recently after whining like a little bitch and a soothing evening of brutally flogging myself, I delved deeper into the features of my resurrected Google Analytics (GA) account as an attempt to amend for my sins.
JavaScript PHP SEO