Articles

Current Articles | Categories | Search | Syndication

This tutorial outlines how to setup a Podcast website using DotNetNuke. We demonstrate how we setup the podcasts on dotnetnukepodcast.com right through to submitting your podcast to the iTunes store.

The videos contain:
  • Video 1 - Dotnetnukepodcast.com, Configuring the Ventrian News Articles Module
  • Video 2 - Feedburner.com, Creating an RSS feed
  • Video 3 - Promoting the RSS feed using the iTunes Player
Total Time Length: 22min
Read More..
Continuing our series on How to build a DotNetNuke website, we expand on the previous tutorial (Styling and formatting in the Text/HTML module) and add content to the Home and Portfolio pages of the Vortex Music website.
The first three videos of this tutorial focus on the Home page, in particular working with the Text/HTML module and the FCKEditor. We demonstrate the best practices when working with the Text/HTML module as well as working with images, uploading files and formatting the text.

The second half of the tutorial (6 videos) focuses on the portfolio page. We demonstrate how to programme the skin.css file and the FCKEditor so that you can quickly and easily create the Portfolio credits list. This page is created using just CSS, no tables are used and no images or formatting are placed in the source code of the page. The Portfolio page is styled completely using the skin.css file.

To see this in action and for a more detailed explanation, view:
Video 1 – Introductions and Examples (10.8MB)

The videos cover:
  • Video 1 – Introduction and Examples
  • Video 2 – Keyword Research, Text/HTML module, FileManager and images
  • Video 3 – Adding content, working with containers, quick tips, completion of Home page
  • Video 4 – Introduction to the Portfolio page
  • Video 5 – Setting the first portfolio properties in the skin.css file
  • Video 6 – Creating portfolio items for the right side
  • Video 7 – Grouping classes, completing all portfolio items, adding styles to FCKEditor
  • Video 8 – Wrapping problems and solutions
  • Video 9 – Finishing touches to the portfolio page
Total Time Length: 68min 46secs
Read More..
Continuing our series on How to build a DotNetNuke website, we are now going to explore adding content to the Vortex Music website.

This tutorial focuses on the methods you can use to add content to your website using the Text/HTML module.

In particular using the FCKEditor in combination with calling classes from the skin.css file to format the text and images within the Text/HTML module.

The video tutorials demonstrate step by step how you can create CSS classes to format your images and text.

The videos cover:
  • Video 1 – Introduction and practices to avoid
  • Video 2 – First CSS styling and setting up the FCKEditor
  • Video 3 – CSS styles for images and quotes
  • Video 4 – CSS styles for images with captions
  • Video 5 – FCKEditor and setting up a styles list
  • Video 6 – Using the FCKEditor to call styles from the skin CSS file
Total Time Length: 61min

We demonstrate how you can create the following layouts without using any additional containers or tables...
Read More..
This is a continuation of our series on How to build a DotNetNuke website.

This video tutorial explains the simple steps for removing the default Solpart menu within a container and replacing it with a drop down list.

The main reason we need to remove the Solpart menu is because the Solpart menu is not compatible with a XHTML Transitional Doc Type.

We need to set up DotNetNuke to use a XHTML Doc Type so that we can successfully implement features such as:
  • Font-resizing
  • Pure CSS layout skins (no tables)

Time Length: 4min 13secs
Download Size: 4.2MB
Read More..
This is part of the How to Build a Website in DotNetNuke series.

This tutorial looks at the HouseMenu created by Tim Rolands from the House of Nuke.

The HouseMenu is a free CSS based menu and can be used to replace the standard Solpart menu that comes with DotNetNuke.

The tutorial covers:
  • Introduction to the features
  • The Benefits of the HouseMenu over the Solpart Menu
  • Issues
And comes complete with 4 videos covering:
  • Video 1 - Demonstration, Installation (5min)
  • Video 2 - Adding the HouseMenu to a skin (6min)
  • Video 3 - Designing and configuring the HouseMenu (10min)
  • Video 4 - Internet Explorer fixes through CSS hacks and comparisons with the Solpart menu (4min)
Skin and Container files are included with the tutorial.
Read More..
Continuing our series on How to build a DotNetNuke website, we demonstrate how to enable the Vortex Music skin to use resizable text.

While viewing a web page using Internet Explorer, if you go to the View menu and select Text Size / Largest, you should see that the text size increases.

The main reason to enable text sizing is to make your site accessible to as many people as possible. Enabling text sizing within your website allows visitors with visual impairments the opportunity to view the content of your site.

A further consideration is that it is law in the US and UK to create accessible sites.

This tutorial contains 5 videos which explain the best method for setting this up with a DotNetNuke skin.

The Skin and Container files are included with the tutorial.


Video 1 - Initial preparations and setting up the skin ready for text sizing. (5min)

Video 2 - Initial Classes and cleaning up the CSS code using shorthand techniques, enabling the menu to use text sizing. Details of the various DotNetNuke CSS files and inheritance problems (15min)

Video 3 - Further classes, enabling the Text / HTML module to use text sizing. Viewing and fixing various browser problems. (9min)
 
Video 4 - Setting skin objects to use text sizing. Fixing further Internet Explorer sizing problems (9min)

Video 5 - Final classes enabled for text sizing. Further testing and viewing in a variety of browsers. (12min)
Read More..
This is part of the How to Build a Website in DotNetNuke series.

This tutorial consists of 2 videos detailing how to create a container for DotNetNuke using Visual Web Developer 2005 Express Edition.

The container files are included with the videos for you to download.

Video 1 - Creating a container: Image Header – White Background
  • Copying across the files from the DNN-Blue container to use as a reference
  • Fixing the errors in the default container
  • Associating the .CSS file with the .htm file so that you can view the changes you make in the CSS file
  • Explanation of the Tokens and their functions
  • Renaming of the classes within the table cells
  • Editing the container.css file
  • Explanation of the classes
  • How to edit the classes to change the look of a container
  • How to add an image to your container
  • Using gradient images: making use of the repeat function and background colour to take into account any possible overloads of table cells, or instances such as a browser disabling images
  • Adding the .xml file
Time Length: 10min 26secs
Download Size: 11.5 MB

Video 2

  • Packaging a container
  • How to automatically install the container to your DotNetNuke installation
  • Viewing the container
  • Explanation of the classes that we created
  • Create two further containers and an explanation of each of the containers:
  • Image Header SE White Background container:
    • This container is similar to the first container except elements of the code and Tokens that we do not need have been stripped out to reduce the file size and page load times
  • Transparent.htm
    • This container is completely transparent
  • Final changes and setting up the containers for release to a production environment
Time Length: 5min 47secs
Download Size: 6.5 MB
Read More..
This is part of the How to Build a Website in DotNetNuke series.

This tutorial consists of 8 videos detailing how to create a skin for DotNetNuke using Visual Web Developer 2005 Express Edition.

The skin files are included with the videos for you to download.

Video 1 - Initial preparations and setup in VWD (6min)

Video 2 - Setting up the layout of the skin using tables (14min)

Video 3 - Packaging and uploading the first edit of the skin to a localhost installation (4min)

Video 4 - Creating a skin.xml file and setting the menu to display vertically (3min)

Video 5 - Styling the skin using the skin.css file and methods to quickly view the edits of a skin (6min)

Video 6 - Styling the skin using the skin.css file continued … (working with images) (11min)

Video 7 - Styling the skin using the skin.css file continued … (the menu) (16min)

Video 8 - Styling the skin using the skin.css file continued … (adding the final classes and releasing the skin) (11min)
Read More..
This is part of the How to Build a Website in DotNetNuke series.

This tutorial demonstrates the various components that make up a skin and how a skin works.

The video covers the following details:
  • Why a skin does not use <HTML> <BODY> or <FORM> tags
  • .htm and .ascx and the differences between the two files
  • Placeholders [Tokens] – uniquely identify a skin object
  • Working with images
  • Content Panes and how they are added to a skin – the minimum requirement is for one content pane to be named “ContentPane”
  • Skin.css stylesheet
  • Tokens and the .xml file
  • Skin Objects – attributes
    • If you are using a .htm file the settings of the tokens are provided within the skin.xml file
    • If you are using a .ascx file the settings are provided directly within the .ascx file
Time Length: 11min 36secs
Download Size: 11.1MB
Read More..
This is part of the How to Build a Website in DotNetNuke series.

This video tutorial provides information related to setting up your computer ready for skinning. It covers:

  • Creating the folder structure
  • Copying across the DNN skins as a reference
  • Setting up Visual Web Developer 2005 Express Edition
  • Setting up your localhost install of DotNetNuke ready for skin testing
Time Length: 10min 27secs
Download Size: 9.4MB
Read More..
Paging - Page: 1 of 2
Used
By
Testimonials