I want to start this post by saying that there really is no practical use for the information presented here. One could argue that it's…
JavaScript caching function return values
As web applications get more complex, more and more of the processing work is pushed to the client browser in the form of JavaScript code.…
Author your own CSS Specification
It sounds unrealistic, right? But, you really can author your own CSS Specification, one that all browsers will support immediately. There are moments in every…