Just finished updating nb development to CS 2008 SP1. Took me about 2 hours to figure out why the site wasn’t working after the initial upgrade. Lol. Note to self, remember to run the upgrade SQL Script. lol. Anyhow, you may of noticed in the new look athena theme, complete with header...
I can't believe I never used this handy SQL function before. I knew about it for a couple of years, but I never needed it. When I was doing the import of my Community Server blog to BlogEngine.Net I knew I needed some help stripping out serialized data in the CS_Posts PropertyNames and PropertyValues...
I am very happy to announce the release of DBVT2008, the dawn of a new era at dbvt.com. The biggest difference you'll find in DBVT2008 is no "Powered by [anything Telligent]" logos anywhere. That's right. No Community Server. No Graffiti. I am using strictly Open Source .NET applications...
Ben Tiedt's Chameleon is one of my favorite aspects of developing in Community Server. With it's hierarchical contextual awareness and library of smart ASPNET controls, sophisticated UI's can be created in very little time. Of course, using CodeSmith templates to bang out the underlying class...
By default CS2007 shows a static link to users' private messages, this 'chameleon' code will display a different message to the user if they have un-read private messages. <CSForum:ThreadList runat="server"> <DisplayConditions><CSControl...( read more )
By default CS2007 shows a static link to members private messages, this 'chameleon' code will display a different message to the user if they have un-read private messages. <CSForum:ThreadList runat="server"> <DisplayConditions><CSControl...( read more )
By default CS2007 shows a static link to members private messages, this 'chameleon' code will display a different message to the user if they have un-read private messages. <CSForum:ThreadList runat="server"> <DisplayConditions><CSControl...( read more )
I sling a lot of data in and out of my Jobs Management Application and this afternoon's slinging consisted of Job Estimate data from Microsoft Access. The process occurs through a Community Server background task and consists of three steps. 1) Request the List<Business Object>, 2) Retrieve...
Another Jobs Management Application lesson for us tonight to demonstrate new and exciting ways to use the Community Server HelpToolTip Popup Control. In this session we will be using the HelpToolTip Popup Control to provide information to users when input errors occur. Below is a Jobs Management function...
In my Jobs Management app built on Community Server I needed to display job documents. Another in-house Document Management application already had a page that displayed documents based on jobs, so instead of designing original Chameleon controls as usual, why not iframe in an existing document management...