Custom DateTime JSON Format for .NET JavaScriptSerializer
The DateTime serialization format in the built-in JSON serializer in .NET is particularly inconvenient as it requires...
The DateTime serialization format in the built-in JSON serializer in .NET is particularly inconvenient as it requires...
TLDR This post is mainly a way for me to structure arguments and counter-arguments for various JavaScript module syst...
For the conversion tool from SVG path to CSS animations I needed a selector for vendor prefixes. I decided to use the...
Click Here to Test The ToolIt’s not easy to generate keyframes for CSS3 Animations. This new CSS Path Animation tool ...
There are a couple of well-known micro optimization techniques when you need that extra speed within an expensive loo...
UPDATED: The demos are now updated to work around some bugs in the ANGLE implementation currently in Chrome 9 beta an...
You can introduce AOP interception patterns by either changing the original instance or by using additional proxy obj...
This is a follow up to my earlier post about the Reactive Extensions (Rx) for JavaScript by Microsoft’s DevLabs. This...
I’ve been following the work on the Reactive Extensions for .NET (Rx) by Eric Meijer and others over at Microsoft. At...
I was researching various options of traversing nodes for Slick and the DOM Range for MooTools. I realized that the n...
Let’s say I have a link (anchor tag with href), and I wish to attach an event listener to it.<ul> <li>&l...
A common problem with DDD is the injection of services to your domain model. Sometimes your domain relies on external...
The other day David Walsh was experimenting with rendering images in the browser using regular tags as pixels. Valeri...
This post is in response to an off-site discussion about modular dependency strategies. But I figured I’d post it her...
This is part 2 of a series describing Large Object Storage (BLOB) in a Domain Driven fashion. Be sure to read Part 1 ...
The HTML 5 working draft is continuing it’s development of the future support for HTML 5. This includes new tags, att...
This is the first in a series of posts describing the design considerations involved with storing Binary Large OBject...
Today is the start of our effort to share some of the thoughts and ideas we have about advanced web application devel...