Posts tagged with "JavaScript"

JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Alongside HTML and CSS, it is one of the three core technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern Web browsers without plug-ins.

Unobtrusive Client Validation in ASP.NET MVC using AngularJS

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   MVC  

JavaScript Fundamentals - Hoisting

March 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.

JavaScript  

Quick and dirty look at ECMAScript 6

March 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   ES6  

JavaScript Promises

March 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   ES6  

Google Analytics : Measurement Protocol

February 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