|
DNN Skinning | |||
This page presents (without the sales hype) a concise yet deep analysis of the detailed nuances of formatting the layout of the Microsoft-centric Dot Net Nuke (DNN) CMS (Content Management System).
In this series:
|
However, any other topic, the opposite is true -- keeping the default skin means that visitors who know about DNN will think that the site was slapped together quickly, that the developer did not add any "value".
The plan Process Guidance
CSS separates layout mark-up from site content text. This also provides more flexibility and are more flexible to adapt to changes in web standards.
A screen shot of skin.html needs to be named skin.jpg for display in the DNN Skin Gallery.A skin applied at the tab level will always override a skin assigned at the portal level.
osskins, which offers Joomla and Wordpress skins as well.
Converting a CSS/HTML design to PHPTemplate - An Introduction
The DNN Starter Kit creates the default site.
DNN is integrated with VS 2005 such that you can create a website by selecting File > New Web Site > My Templates > DotNetNuke Web Application Framework.
DNN4+ no longer comes with the 4 templates that came with DDN3:
HTML, CSS, and graphics files are held in .ascx user control files which are pre-compiled by the DNN Skin Uploader run by the Host User or Portal User (admin). from the File Manager tab on the Admin or Host menu.
Several skin files are contained in a skin package:
The particular skin presented to any user is determined by the Default.aspx file.
Dynamic messages are specified in Visual Basic (vb) code-behind business logic in .ascx.vb files.
DNN Dojo.com has screencasts.
I would like to see skins that mimic other popular websites:
I don't want to mimic these sites for nefarious purposes (e.g., "phishing" to make people think mine is the real site). What I want is users to feel "at home" with the look and feel they are comfortable with at my site.
I'd like for visitors to my site to be able to select a skin, then my site would continue displaying that skin in the future.
The standards I following when developing skins are detailed here. They include mark-up to adapt to viewing by mobile phones.
If you would like one of these (or another), please let me know.
Snowcovered is a portal offering modules and skins.
Tim O'Brien (a British ex-pat living in Sweden) OBrienIT offers (if you register) his "pure" CSS skin that does not use HTML tables (which are slower to load). More importantly, his skins pass validation by W3C validation and SilkTide.
HouseofNuke provides a container that uses the "SuckerFish" approach for CSS, using only a tiny bit of JavaScript to support non-standard aspects of certain versions of Internet Explorer.
Containers are managed within the skin by providing images instead of text for headings or padding between content areas.
The XMenu skin from MarkitModules makes use of the Mootools JavaScript framework.
http://www.dnnskins.com/home.aspx
DNN controls expose properties:
DNN localization resourcekey names use these extensions:
This page was created to present informaton on these pages in an updated, more concise way.
How to Install DotNetNuke 4.3.x from DNN Creative magazine
| ||
|
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page
Thank you!
Human verify: |