By tag: Skinning
0
kicks
Code clarity: ASP.NET MVC 2 - Building extensible view engine.
Describes how to write an ViewEngine that can be easily extended to do whatever you want. For example you can add support of skinning or some other cool features ;)
0
kicks
SubText Skinning: Content selection for SingleColumn control
I wrote my first article on SubText skinning covering the steps required to split the SingleColumn control into smaller pieces when used in custom skin development.
0
kicks
A Silverlight Calculator with pluggable functions and skins
OK so I finally found some time to start playing around with SL2 B1 in earnest this last weekend. The results? A Silverlight Calculator. I don’t know why but a calculator has always been my HelloWorld, every new programming language or UI stack I learn always starts with a calculator. This thing h...