Nozbe


Twitter
  
 
Archive
Minimize
 
September 06, 2010
Add to Technorati Favorites

Software Development
Author: Dave Amphlett Created: Friday, February 16, 2007
Musings on software development

Orphaned Users in SQLServer
By Dave Amphlett on Thursday, October 22, 2009
I come across this problem about once a year, especially when backing up and restoring DNN databases to move between hosting companies. I always end up looking up the answer on google each time. So to help me find the answer quickly 12 months from now - here's how to fix Orphaned Users in SQLServer...
Comments (0) More...

Working through Mitchel Sellers DotNetNuke Module Programming
By Dave Amphlett on Thursday, May 21, 2009

I've been doing DotNetNuke module development for several years now, but still find the experience messy, bitty, fragmented and generally dissatisfactory.

Coming from a professional software development background I don't feel comfortable unless a given project is in a state such that I can come back to it 6 months later and carry straight on working.

Every module development setup I've used for DNN has been different, and it seems to me that with each new DNN release, the previous setups break.

So I brought the Mitchel Sellers book in the hope of finding a satisfactory, repeatable process for creating and working with visual studio and a DNN module project.

Generally the book has exactly the style I was looking for. Detailed explanation with some high-level context without being patronising to a professional developer.

The first thing that annoyed me about the book was that ...

Comments (0) More...

Tomcat and Castor for returning XML from java servlets
By Dave Amphlett on Wednesday, June 04, 2008
I've been working on exposing one of my client's existing Java and C# API's via various 'web services'. The combination of Tomcat and Castor has a niggly issue that google didn't provide an instant answer for...
Comments (0) More...