Tag Cloud
Blog Categories
Recent Posts
Umbraco with Articulate Package Deployment issues
Jan 31, 2017 19:07I have been playing with Umbraco CMS for a couple of weeks now to setup up my blog website. So far, it is straight forward to author using Visual Studio IDE mixed with Umbraco back office.However,…
hertzen.com
Sep 11, 2011 12:49Paul Irish originally shared this post:Mr +Niklas von Hertzen has been doing some very cool experiments lately. (He made html2canvas (the thing that basically has a rendering engine written in…
Learning Advanced JavaScript concepts from jQuery Source Code
Apr 8, 2011 16:29One of the thing I was so lazy in my career was not considering JavaScript as serious thing. Yeah, it is on my resume and I know stuffs like doing simple validations and so on. But I thought, what is…
Refactoring CSLA.NET NameValueList and Command Object Return Value
Mar 18, 2011 16:32In my current project using CSLA.NET, one of the drawbacks that I noticed on the NameValueList and Command object implementation is the fact that it forces one return value type. Ideally, the best…