August 2006 - Posts

31 August 2006
How To Add A Disclaimer To Outgoing Emails In Community Server 2.1 (CS 2.1)
To modify outgoing emails in Community Server 2.1 (CS 2.1) , alter the stored procedure: [dbo].cs_Emails_Enqueue and adding the following lines of code: /** After this you see the word NULL. This is in the position of the insert offset. When it is NULL Read More...
31 August 2006
How To Pop UP An ASP.NET Page In IE (Internet Explorer) - Code Snippet
This is a code snippet that is attached to the click event of an ASP.NET Button. When you click the button in IE (Internet Explorer), it pop-ups a new window. The string sWin = "_blank" allows you to pop-up a new window. The string sURL = "Members.aspx?" Read More...
30 August 2006
Search Feature Broken Migrating To Community Server (CS) 2.1
I just realized today that the Searching Feature on this site was broken while migrating from CS 2.0 to CS 2.1. According to Jayson Knight's post, this happens when you upgrade from ASP.NET 1.1 to ASP.NET 2.0 because of the differences in the implementation Read More...
15 August 2006
Making Meaning Is Why I Became A Computer Programmer (Part 1)
This is the first in a series about why I choose to become a computer programmer. While I was in college studying Chemical Engineering, I decided I was going to pursue a career after college in Computer Programming . Making that decision was easy because Read More...
0 Comments
Filed under: ,