May 2, 2016
Cedarville’s now annual tradition of a one-day, twenty-four hour giving day blitz fell on April 20 in 2016. While we were able to re-use a number of website front-end design patterns from the 2015 site, several back-end modifications were needed due to system changes and new requirements from the advancement staff. The... View Article
July 8, 2015
We’ve long had ColdFusion cfm pages that fetch images from a remote server using cfhttp or the local file system and serve them to the client web browser using a combination of the cfcontent, cfheader and cfoutput tags. As we move our production version of ColdFusion from version 9 running on Windows Server 2008... View Article
January 26, 2015
Today I ran into an issue with related databases in a C# web application that I am working on. The application accesses SQL Server database tables using the .NET Entity Framework version 6. The error read: The ObjectContext instance has been disposed and can no longer be used for operations... View Article