web 3.0

Finaly a blog engine I can deal with

Here's the deal.  I have been looking for a blog engine that I could finally make my own.  I have explored many of the blogs out there and found that all of them lacked something.  I needed to have a variety of features.  I needed tagging, categories, MetablogAPI, additional pages, tracking, mulitple users, themes, and the ability to add additional modules if necessary.  I finally found BlogEngine.Net on CodePlex.  There are many reasons for the choice, one is that it meets all of my needs.  From a developers point of view it has a temendous potential.

I have been wanting to use DotNetNuke for the longest time since I host it and advocate it.  However, I could not use third party tools to blog.  Many blog applications do not allow you create additional pages, eg. dasBlog, but BlogEngine.Net does. 

I am going to be doing software tutorials that deal with CSLA.Net and the implementation of them.  The additional pages will allow for a psudeo article type functionality.  I may even find time to contribute to it.

I have been wanting to give back to the open source community that has given me many of the tools that I need to succeed in bussiness.  I cannot give to them all but I can give to some.

I look forward to publishing more now that I finally found a blog home. 

Currently rated 3.0 by 2 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Categories: General | .Net | DotNetNuke | Reviews

Bookmark and Share

Fix: DotNetNuke 4.3.6 fails to redirect after install

You have to bless all the people in the world who have contributed all of this time and energy into this fantastic project DNN.  I have installed over a hundred DNN sites and have gotten all kinds of errors.  Almost all of them were my fault.  But this latest one really kicked me in @#$.  I had to go to the DNN Forums to get the fix.  I had to add an appkey to the web.config:

<!-- I added this key to fix the redirect issue-->
<add key="UsePortNumber" value="True" />

Hope it helps.

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: .Net | DotNetNuke | Tips and Tricks

Bookmark and Share

DotNetNuke And Web Services

This is an interesting challenge.  We are still in the process of namespacing and adapting our first DNN agenda items to our web services.  After reviewing much of the DNN code you find that there is little in the way of notifications.  You create the controller tell it to create the portal and you are done.  You do not get any error codes that the function succeed or failed.  The assumption is that it worked, otherwise an exception would be thrown.  In the Portal Controller class there are no Try..Catch blocks.  We are trying to develop a series of error codes to go along with the web services.  Since the applications using the web services do not have a state in the matter we need to let them know if they succeed or failed.  We will look at using Datasets and Begin/End Trans for the remote calls. 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: General | .Net | DotNetNuke

Bookmark and Share

Nothing new

There was little that happened today on the home front.  We are looking into a few business strategies for clients that will help them prepare for Office 2007 and Vista .  While most clients will not make the move any time soon, they are going to have to deal with it eventually.

  Flip the coin, I have been visiting the DotNetNuke site recently and I haven’t seen much activity.  Makes me wonder what they are up to?  Our developers are working on some web services for DotNetNuke core.  We are building a couple of tools to make remote managing of them easier.  If anyone is interested go to http://www.inowebs.com/.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: DotNetNuke | General

Bookmark and Share