API Evolution (Page 29)

Writings about API Design, OpenAPI, HTTP and related topics.

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. 

Read more...

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.

Read more...

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.

Read more...