Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
-
A possible way of handling distributed transaction for multiple contexts without alleviation to MSDTC??? c# - Entity Framework - Using Trans...
Saturday, May 31, 2014
introduction.js
Jasmine testing function with callbacks ..
describe("Testing function callback", function () {
it("calls the callback", function () {
var callbackObject = new CallBackTest();
// NB: a dummy object with function success so can be used to check callback was called
var observer = {
success: function() {}
};
// spies always need an object and a method
spyOn(observer, "success");
callbackObject.doIt(observer.success);
expect(observer.success).toHaveBeenCalled();
});
});
function CallBackTest() {
this.doIt = function (success) {
return success();
};
}
'via Blog this'
Richardson Maturity Model
Richardson Maturity Model:
Web API RMM or Maturity Model ... steps to get the api to its glory
'via Blog this'
Web API RMM or Maturity Model ... steps to get the api to its glory
'via Blog this'
Tuesday, May 27, 2014
Logging client side errors angularjs
http://www.bennadel.com/blog/2542-logging-client-side-errors-with-angularjs-and-stacktrace-js.htm
Thursday, May 22, 2014
Com. Net visibility issues
http://www.codeproject.com/Articles/769028/How-I-Came-to-Love-COM-Interoperability
Tuesday, May 20, 2014
AngularJS Form Validation with Directives - "myform.$valid" not quite right for me - Stack Overflow
AngularJS form validation including email validation and selecting the control ....
AngularJS Form Validation with Directives - "myform.$valid" not quite right for me - Stack Overflow:
'via Blog this'
AngularJS Form Validation with Directives - "myform.$valid" not quite right for me - Stack Overflow:
'via Blog this'
PopScript.js: A New Way Creating Lightboxes and Tooltips - CodeProject
Show pop up messages from javascript without pain!
PopScript.js: A New Way Creating Lightboxes and Tooltips - CodeProject:
'via Blog this'
PopScript.js: A New Way Creating Lightboxes and Tooltips - CodeProject:
'via Blog this'
Subscribe to:
Posts (Atom)