Recent Posts
Calendar
June 2013
S M T W T F S
« May    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Posts Tagged ‘skinning’

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 – Standard CSS Classes

By now, you’ve gotten the idea that creating a set of skins and containers for DotNetNuke is a little bit more work than just creating some HTML, images, and a CSS file. Hopefully, you also realize that it isn’t really that much more work than what you are used to, just a few more tags, really.

Today, you’ll be happy to know that we are going to spend all of our time talking about HTML and CSS. Something you should already feel comfortable with.

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 Skins – ASCX vs HTML mode

IMG_1408 I got a question yesterday from a designer who is unfamiliar with ASP.NET asking what the difference is between ASCX mode and HTML mode when developing skins and containers for DotNetNuke.

I thought it might be useful to the community if I answered this for everyone.

Read the rest of this entry »

Republished by Blog Post Promoter

DotNetNuke – Avoiding Container Collision

So many of the skin and container sets I buy are written in such a way that if I were to mix and match my containers, graphic disaster would strike my page.

Fortunately, the problem is rather easily fixed. But if more designers thought about this potential problem and applied the simple fix to avoid it, it would save us all time and make the skin all that much more valuable.

Read the rest of this entry »

Republished by Blog Post Promoter

Bear