Categories: Programming, C#, CSS, JScript, T-SQL, Tools, VB

Keeping branches of a project updated from the trunk

January 30th, 2010
I just recently worked on a project that required us to have some base code and then for each client that we setup with the app we needed to allow them to have customization.  Now the only thing that I had to factor in was that when we make changes to th… more »

Regular Expressions

January 15th, 2010
Regular Expressions are a magical thing but they also but they also do a great job at driving you crazy when you're trying to understand them. This is why I am going to actually start documenting when I do things with regex and i am going to do it here… more »

Setting up DNN for two Countries and Regions

January 29th, 2009
By default DotNetNuke is setup for only one Country and Region field for user profiles. You can add a second and it will work out fine until you have a situation where the countries for one of the addresses is not the same as the other. The Region field… more »

SSIS 2008 Script Component lets you write in C#

January 29th, 2009
I'm pretty new SQL Server and it's family of products so when I first started playing around with SSIS in 2005 it was hard for me to grasp the whole Data Transformation thing as well as writing scripts for the Script Component, especially when I was forc… more »

Using FOR XML to build bulkreg XML for DNN

January 28th, 2009
DotNetNuke is a great portal and there are many modules out there to make working with it easier. One such module is BulkReg. It allows you to throw data into it in a csv or xml file and it adds, deletes, or updates those users in DNN. I ask my clients… more »