Posts Tagged ‘modules’

DotNetNuke Modules – Benefits of Architecture

Now that we have something running, it’s time to take a look at the various parts of the DotNetNuke framework.  But before we do, we need the all-important question, “Why do we care?”

Read the rest of this entry »

Republished by Blog Post Promoter

DotNetNuke – Skinning

Today I’m going to start a separate series on Skinning DotNetNuke. Don’t worry, I’m still planning to continue the series on creating modules. Later on, I may start a series on something else. But I have a need to explain skinning for a client, so you all get to benefit from the effort.

Read the rest of this entry »

Republished by Blog Post Promoter

DotNetNuke Skinning – Collapsible Containers

One feature you’ll see in DotNetNuke containers is the ability to collapse the container using an icon, typically in the upper right hand corner of the container. Implementing collapsible containers in DotNetNuke is relatively simple.

Read the rest of this entry »

Republished by Blog Post Promoter

DotNetNuke Modules – Install DNN into VS 2008

Today, we will install DotNetNuke into Visual Studio so that we can create our first module. So fire up Visual Studio, and let’s get going.

Read the rest of this entry »

Republished by Blog Post Promoter

DotNetNuke 5.x Can’t Move Module On A Page

B01I0099

As I mentioned a couple of days ago, the move to DotNetNuke 5 has brought about a few changes.  Some of them are design decisions that are just frustrating, like not being able to see that a module is viewable by the administrators only.  Others are bugs, like not being able to press the ENTER key while searching for a user, like we discussed a couple of days ago.

Today I’d like to alert you to a design decision that may cause you some trouble.

Read the rest of this entry »

Bear