Always remain updated about current software development trends

Articles having tag: JAVASCRIPT

kLib: Fast, Small, and Easy

kLib: A small library to make DOM operations very easy.

A first look at SignalR

SignalRis the latest in a long string of new technologies pouring out from the ASP.NET team recently, when Microsoft rolled out version 1.0 of SignalR when Visual Studio Update 2 was announced.  In a nutshell, SignalR is technology for .NET that allows...

Compiling to JavaScript, and Debugging with Source Maps

This is a tutorial on how to write a compiler which generates JavaScript as its target language, and maintains line and column meta-data in source maps for debugging. Storing line and column coordinates in a source map allows the end-user of the compiler to...

Dynamically Loading Controllers and Views with AngularJS and RequireJS

New to AngularJS? Check out theAngularJS in 60-ish Minutesvideo to get a jumpstart on using the framework to build Single Page Applications (SPAs).Dynamically Loading Controllers and ViewsAngularJS provides a simple way to associate a view with a controller...

Call JavaScript in an ASP.NET User Control

Call a uniquely named JavaScript function inside of an ASP.NET user control from the page it is hosted inside of.

Global UpdatePanel loading indicator in ASP.NET

Global UpdatePanel loading indicator in ASP.NET.