A.I on the 1s and 0s

Alnur Ismail is a PM for Microsoft's XAML

Browse by Tags

All Tags » ASP .NET AJAX (RSS)
Why I Love The Microsoft Web Platform (And How I Built an Enterprise Ready Site in 48hrs)
There is no other web platform in the world that lets you build a fully functional, optimized, and scalable enterprise ready website in under 48hrs. Microsoft’s web platform provides you with a powerful set of tools, servers, and tech that can help you...
Part 2 – Object Oriented JavaScript (MS AJAX)
I recently gave a presentation on Object Oriented JavaScript (OOJ) and received some good feedback so the next few posts will be a more verbose version of that presentation. AGENDA Part 1 – JavaScript Review Part 2 – How Part 3 – Why Use OOJ? Part 4 ...
Part 1 - Object Oriented JavaScript (Using MS AJAX)
I recently gave a presentation on Object Oriented JavaScript (OOJ) and received some good feedback so the next few posts will be a more verbose version of that presentation. AGENDA Part 1 – JavaScript Review Part 2 – How Part 3 – Why Use OOJ? Part 4 ...
Maintaining Context in a JavaScript Callback
For reference. To maintain context in a JavaScript callback use a closure and an anonymous function. For example: var curObj = this ; //closure to get context in callback $( '#foobar' ).animate({ height: 100 }, 1000, "jswing" , function () { alert(curObj...
Running WCF Ajax-enabled services on Windows Server 2008
Yesterday I was trying to run an ASP .NET website that leveraged multiple WCF Ajax-enabled services on a Windows Server 2008 box under an IIS7 application but kept running into the following JavaScript error: "Namespace.Service is undefined". One of my...
More Posts