Tavis.Link and dependencies
I’m currently writing a bunch of media type parsers and have been struggling with the question of whether it is wise to take a dependency on Tavis.Link. I do believe that libraries should be as loosely coupled as possible and I really don’t like libraries that have a big web of interdependencies.
What? No Comments
I’ve spent at least four hours today trying to get disqus working on this new Orchard CMS installation. Still no success. Once I have figured it out, I will re-enable comments.
Convert attributes to elements in XSLT
I was working on some reporting stuff and thought I had an issue where I needed to have elements instead of attributes. I found that the following XSLT would do that conversion for me.