By Gary Woodfine on
27/01/2009 10:41
I'm always forgetting the keyboard short cuts for Virtual PC, so I thought I would quickly store them here for my own reference. I figured if I found them useful somebody else would too 
Read More »
|
By Gary Woodfine on
23/01/2009 14:10
I discovered a new little development gem today when looking for a way of enforcing a established development pattern. I plan to have a few more posts about this topic over the next couple of weeks, as I will be using this pattern to build a sample application in my "Poor Mans Team Server" blog series and as an extension to my Fundamental Design patterns blog series
Read More »
|
By Gary Woodfine on
19/01/2009 20:29
This blog post hopefully provides an answer to anyone who may be struggling to get CruiseControl to preform after a Subversion Check In, if SVN is enabled over HTTPS.
IF you have recieved the following error:
PROPFIND request failed on '/Projectname'
svn: PROPFIND of '/Projectname': Server certificate verification > failed: issuer is not trusted
Read More »
|
By Gary Woodfine on
10/01/2009 22:46
There several situations where one would like to have Apache and IIS running on the same machine. In my organisation it is we develop ASP.net applications and we prefer to run them using IIS, however we like to use Subversion as a Source Control System, and to enable Subversion to be accessed over the web. A must when working in distributed teams as that in Three Nine Consulting. We also wanted to set up a Continuous Integration environment where we could use the same server to Build and deploy to...
Read More »
|
By Gary Woodfine on
02/01/2009 20:55
A series of posts dedicated to setting up the "Poor Mans TFS". This series of blog posts will be a valuable resource to those "Lone Developer" types who would like to set up a Contiuous Integration enviroment on a limited budget.
Read More »
|
By Gary Woodfine on
09/11/2008 20:55
In this blog post I introduce the principle of software design patterns and why they can be of benefit to a web developer by assisting them in develop more robust, secure and scalable websites and web applications.
Read More »
|
By Gary Woodfine on
15/10/2008 20:55
Quick tip on how to read IIS log files
Read More »
|
By Gary Woodfine on
02/09/2008 20:55
The DNN site log is no longer enabled by default. Hopefully this post will save somebody sometime in enabling them to enable it quickly.
Read More »
|
By Gary Woodfine on
21/03/2008 20:55
In this post I provide sample information regarding the Singleton Pattern
Read More »
|