X

12 Books I will be planning to read in 2011

Here are some books I am planning to read for 2011, assuming that I complete 1 book a month, I…

Operator ‘==’ cannot be applied to operands of type ‘System.Collections.Generic.KeyValuePair‘ and ‘

You are here beacause you probably got a Linq error, specifically Operator '==' cannot be applied to operands of type…

ASP MVC, Jquery modifying a select drop down with Json data

Was coding some new functionality and though I would post this, so that others can find it helpful. Lets say…

Back from Holidays

So haven't posted for a while, was in home city Hong Kong for holidays and busy with work releasing software,…

Javascript http post data to new window or pop up

So was going through some legacy code to fix some security issues. One of them was there were links that…

Stubbing out ServiceLocator for unit testing

There are certainly many ways to stub out dependency, using constructor injection, etc etc. Here is one way to quickly…

Json A circular reference was detected while serializing an object of type … in my asp mvc app

I found this weird error when I was testing a no trivial test case in my app and was not…

JQuery print part of div only

So here is an interesting jquery plugin called jqprint it allows one to specify any element and sent it to…

JQuery get ajax call not working in IE

So for some reason IE just loves to cache things for you when you call an ajax method, thus my…

JQuery live ‘change’ doesn’t work in IE

So was having issues as in why does my checkbox doesn't work in IE when I do [crayon-6a1cc5db364f6935041842/] And found…