By tag: module
0
kicks
Remove WWW. Prefix from URLs with URL Rewrite Module for IIS 7.0
A very good trick to eliminate www. prefix from your URLs using the new IIS 7.0 Rewrite Module.
0
kicks
Alternative Lazy JavaScript Inheritance
Lazy Inheritance is an approach intended to simplify writing OOP and provides support of prototype-based classes hierarhies, automatic resolving and optimizing classes dependencies. Lazy inheritance designates a postponed linking of an object with it's prototype (class) until it is needed.
The bene...