Why Use XSLT in Server Side Web Frameworks For Output Generation?
Just as web developers want to use standards on the client side, standards such as XSLT on the server side may be an efficient way to create good quality markup and other web output.
It can help avoid the hard coded or hard to edit HTML strings that are often seen in server side templates and scripts.
As an open standard, XSLT is reasonably universal, and skills can be easily transferable.
Some people don’t like it or have had bad experiences with it in the past.
But it can be a very powerful tool in the developer’s toolbox. Perhaps it is worth giving it another look?
This article looks at why XSLT could be useful as part of the View in an Model-View-Controller pattern, its benefits and potential drawbacks. Continue reading
A couple of XSLT profilers have recently been announced.
PHP 5 in general has been a good improvement over PHP 4, but those used to full blown object oriented program languages such as Java or C# may find some OO features still lacking in PHP 5.
So Microsoft announced a way to support standards without “breaking the web.”
ASP.NET is a leaky abstraction because it tries to hide away some of the details of HTML markup generation for you when sometimes you need to know about the underlying markup.
No sooner had I written about how Internet Explorer currently slows down web development, the IE team have announced that IE8, under development, is now rendering the Acid2 test correctly.
This has been said so many times on the web by web developers frustrated at IE’s rendering bugs, lack of progress in support for web technologies, and so on, that at first I didn’t want to bother writing this post. However, a number of other posts on this site make reference to this point and I end up repeating myself, side tracking from the point at hand. For that reason, and for the benefit of some readers not familiar with this issue, this post serves as a summary of those concerns. 
HTML-based email seems to be a mess, with different email clients supporting a different set (and sub-set) of web technologies such as HTML and CSS.
Accessibility on the web not only benefits people who are considered disabled, but a much wider, often aging, population.