Articles by: dmiller

A pattern for extracting JavaScript from HTML

When I wrote about separation of concerns in webapps, I said I would consider how to apply separation of concerns in my project.  This post is a progress report!  I have tried this pattern on several pages and so far, all is well. Step 1 is obvious: just extract all...

read more

CMIS, SharePoint 2010, and File Checkins

A while back I wrote about checking out a SharePoint 2010 file using CMIS.  Getting checkout working excited me so much I forgot to try checking the file back in! Turns out there are a few tricks. We use Apache Chemistry as our CMIS client.  Chemistry's checkin method...

read more