posts - 374, comments - 606, trackbacks - 112,
Dan Bartels online engineering logbook... Items that I find useful organized for my use, and indexed by google for yours. Here you can find information about Microsoft C# programming, SQL SERVER 2005, Telligent Systems CommunityServer, Dot Net Nuke, Windows Vista / Longhorn, and just about anything else that would compel me to type.

News

What I am Reading:


Professional Community Server

Past books can be viewed on:

Post Categories

Archives

Coding Techniques

Coding Tools

Community Sites

Deal Finders

Friends Businesses

Microsofties

Smartphones

Utilities

my blogmap

DotNetNuke (RSS)

Tricks, Tips, and Things to Remember

New Google SiteMap controls for DNN and CS
I made a pair of controls... For DNN I built a DesktopModule, which you can upload, and then use a FriendlyURL to move it to the root... It dynamically pulls your sites tabs, and exposes them as a google sitemap. You can see a sample at http://www.danbartels.com/googlesitemap.aspx Read More...

Adding a Google Sitemap to your DNN portal
If you are like me.. Your DNN portals site maps are fairly static... Yes, I am adding content, and have some RSS feed data, but I am rarely if ever adding new pages... So I decided to just use a manual process to make my SiteMaps (in lew of a better free Read More...

Godaddy MS SQL Hosting - No Support for T-SQL GOTO
I was taking a DNN and Community Server database, which I had created locally and uploading it to a Godaddy account via their SQL control panel... This is a bit of a pain, because they don't give you the ability to backup and restore your database, so Read More...

DNN Manifest - Deploying Files to the Root
In a previous post I eluded to the fact that I was thinking of extending the DNN PA Installer / specifically the .dnn manifest parser, to give the developer greater functionality... I have since overcome one of my biggest challenges. I have found that Read More...

DNN Post Installation Script for Modules (PA) - Ideas
DotNetNuke provides end users (well hosts anyways) a really nice end user experience for installing 3rd party modules into the DNN framework. They have an installer that does a file upload on a zip file, unpackages it on the server, and parses an XML Read More...

Installing CS 1.1 under DNN 3.1
As we continue to look at potential integration paths between Dot Net Nuke and Community Server, I thought it would be nice to get the two running under the same IIS website... Actually to do this is rather quite simple... All you HAVE to do, is: Upload Read More...

Installing DotNetNuke (DNN) 3.0.13 with SQL Server
Create a new database on your SQL Server... If you are using integrated security, then you need to give the web user dbo access to your new database. To use SQL security, make a new login, and on the database access tab, select your new database, and Read More...

The DNN RSS Module - A Headlines Stylesheet (XSD)
Here is the simple file I created to format my blogs RSS feed into a list of blog titles for my home page RSS module Just put the contents into an XSD file, and upload it to your DNN site... Then choose that file as the XSD stylesheet for your XML (RSS) Read More...

Update www.danbartels.com to DNN 3.0.13
I just finished upgrading www.danbartels.com from the 3.0.9 code to 3.0.13 It went fairly smoothly... I have to say there is a huge performance difference, with 13 being much faster than 9 There are also some nice features of 13, like the ability to set Read More...

Integrating FindFree into .Text 0.95 for Site Search
I have been very fortunate to be able to blog, and that my blog has been growing...  But as such, I have really run into a problem finding blog entries...  especially when monitoring feed
... Read More...

Create Your First Realistic Sidebar Tile
I got a 404 when looking for this on MSDN so I decided to post my cached copy...  this is from the man Dito, I claim no responsibility for its content, but it is an essential guide to the long
... Read More...

NATA1 Spider Troubleshooting
Not getting any content or all of your content in your search results, you need to check the table Nata1_Log on your SQL server....  Infact you should set up a maintainance job to empty this
... Read More...

URL Rewriting in .NET

As is turns out this is simple to do... 

Just add this DLL to your website

And add this to the system.web section of your web config.

  <httpModules>


... Read More...

DNN Access to SQL Migration

So, you installed DNN (version 2.1.2 specifically) and started using it..  pretty cool how it automatically configured itself huh...  And whoops now you noticed that it is not using your c
... Read More...

 
Powered by Community Server (Commercial Edition), by Telligent Systems
powered by god (with a little help from Telligent Systems - Community Server 2.1)