bio photo

Articles

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...

Choosing JavaScript Module Dependency Syntax

TLDR This post is mainly a way for me to structure arguments and counter-arguments for various JavaScript module syst...

Simple Browser Icons

For the conversion tool from SVG path to CSS animations I needed a selector for vendor prefixes. I decided to use the...

Convert a SVG Path to CSS Animation Keyframes

Click Here to Test The ToolIt’s not easy to generate keyframes for CSS3 Animations. This new CSS Path Animation tool ...

JavaScript Call Performance - Just Inline It

There are a couple of well-known micro optimization techniques when you need that extra speed within an expensive loo...