Building Websites with VB.NET and DotNetNuke 3.0

Daniel N. Egan

eBook: $23.99
Formats: PDF, PacktLib, ePub and Mobi formats
$12.00 save 50%!
Print book: $39.99
$35.99 save 10%!
Print + eBook bundle: $63.98
Includes free access to the book on PacktLib
$39.59 save 38%!
Free Shipping! UK, US, Europe and selected countries in Asia.
This book can also be purchased from:
Overview
Table of Contents
The Author
Reviews
Downloads
  • Create and manage your own website with DotNetNuke
  • Customize and enhance your site with skins and custom modules
  • Extend your site with forums and the best of third-party add-ons
  • Complete coverage of setup, administration, and development

Chapter 7 - Creating Custom Modules I and II

Chapter 7 - Creating Custom Modules III and IV

Book Details

Language : English
Paperback : 312 pages [ 235mm x 191mm ]
Release Date : March 2005
ISBN : 1904811272
ISBN 13 : 978-1-904811-27-5
Author(s) : Daniel N. Egan
Topics and Technologies : All Books, Microsoft Development , Content Management (CMS), DotNetNuke, Microsoft, .NET, Open Source



Table of Contents

Introduction
Chapter 1: What Is DotNetNuke
Chapter 2: Installing DotNetNuke
Chapter 3: Users, Roles, and Pages
Chapter 4: Standard DotNetNuke Modules
Chapter 5: Host and Admin Tools
Chapter 6: Understanding the DotNetNuke Core Architecture
Chapter 7: Creating Custom Modules
Chapter 8: Creating DotNetNuke Skins
Chapter 9: Enhancing Your Portal
Chapter 10: Deploying Your DotNetNuke Portal
Chapter 11: Creating Multiple Portals
Chapter 12: Implementing the Provider Model in DotNetNuke
Index
  • Chapter 1: What Is DotNetNuke
    • Open-Source Web Portals
      • What Is a Web Portal?
      • Common Portal Features
      • Why DotNetNuke?
        • PHP-Nuke
        • Metadot
        • Rainbow
        • DotNetNuke
      • Benefits of Using an Established Program
    • The DotNetNuke Community
      • Core Team
      • The DotNetNuke Discussion Forum
      • The Bug Tracker
      • DotNetNuke Project Roadmap Team
    • The License Agreement
    • Coffee Connections
      • Determining Client Needs
        • What Is a User Story?
        • Advantages of Using User Stories
        • Coffee Connections User Stories
    • Summary
  • Chapter 2: Installing DotNetNuke
    • Installing DotNetNuke (Local Version)
      • Clean Installation
      • Downloading the Code
      • Setting Up a Virtual Directory
        • Using Windows Explorer (the Easy Way)
        • Using the Virtual Directory Creation Wizard
      • Verifying Default Documents
      • Setting up the Database
    • Upgrading
      • Upgrade Checklist
      • Back Up Your Database
      • Back up Your DotNetNuke files
    • Setting Security Permissions
    • Logging In as Admin and Changing Passwords
    • Summary
  • Chapter 3: Users, Roles, and Pages
    • User Accounts
      • What Is a User?
      • Creating User Accounts
        • Setting Required Registration Fields
        • Registering a User Manually
    • Understanding DotNetNuke Roles
      • Assigning Security Roles to Users
    • Understanding DotNetNuke Pages and tabIDs
      • Administering Pages
    • Membership Provider Model
    • Summary
  • Chapter 4: Standard DotNetNuke Modules
    • DotNetNuke Modules
      • Adding a Module
      • Module Settings
        • Editing a Module
        • Importing and Exporting Content
        • Syndicate Information
        • Online Help and Documentation
        • Editing Module Functionality
    • Standard Modules
      • Account Login Module
      • Announcements Module
      • Banner Module
      • Contacts Module
      • Discussions Module
      • Documents Module
      • Events Module
      • FAQs Module
      • Feedback Module
      • IFrame Module
      • Image Module
      • Links Module
      • News Feed (RSS) Module
      • Text/HTML Module
      • User Accounts Module
      • User Defined Table Module
      • XML/XSL Module
    • Summary
  • Chapter 5: Host and Admin Tools
    • The Difference Between Host and Admin
    • Admin Tools
      • Site Settings
      • Basic Settings
      • Advanced Settings
      • Stylesheet Editor
      • Pages Menu
      • Security Roles
      • User Accounts
      • Vendors
      • Site Log
      • Newsletter
      • File Manager
      • Recycle Bin
      • Log Viewer
      • Skins
      • Languages
    • Host Tools
      • Host Settings
      • Basic Settings
      • Advanced Settings
      • Portals
      • Module Definitions
      • File Manager
      • Vendors
      • SQL
      • Schedule
      • Languages
      • Search Admin
      • Lists
      • Superuser Accounts
      • Extra Options on the Admin Menu
      • Common Tasks
    • Summary
  • Chapter 6: Understanding the DotNetNuke Core Architecture
    • Architecture Overview
    • Diving into the Core
      • Using the Context Object in Your Application
        • The PortalSettings Class
      • Working with the Configuration Files
      • The web.config File
        • Configuring the Providers Used in DotNetNuke
        • Handling the Providers
        • HTTP Modules
        • Application Settings
      • The Global Files
        • Global.aspx.vb
        • Application Start
        • Examining Application_BeginRequest
        • Application Authenticate Request
      • The Globals.vb File
    • Putting It All Together
    • Summary
  • Chapter 7: Creating Custom Modules
    • Coffee Shop Listing Module Overview
      • Setting Up Your Project (Private Assembly)
        • Creating Controls Manually in Visual Studio
        • Creating the View Control
        • Module Edit Control
        • Module Settings Control
        • Adding Module Definitions
        • Adding Your Module to a Page
      • The Datastore Layer
        • SQL Server
        • The Data Access Layer (DAL)
        • The SQLDataProvider Project
        • The Provider File
      • The Business Logic Layer (BLL)
        • CoffeeShopListingInfo and CoffeeShopListingOptionsInfo
        • CoffeeShopListingController and CoffeeShopListingOptionsController
      • The Presentation Layer
        • ShopList.aspx
        • EditShopList.ascx
        • Settings.ascx
      • Testing Your Module
      • Creating Your Installation Scripts
    • Packaging Your Module for Distribution
      • The Install ZIP file
      • Testing Your Installation
    • Summary
  • Chapter 8: Creating DotNetNuke Skins
    • What Are Skins?
    • What Are Containers?
    • Uploading Skins and Containers
      • Uploading as a Host
      • Uploading as Admin
    • Applying Skins
      • Applying a Skin at Host and Portal Levels
        • Using the Skins Manager
        • Using Host and Site Settings
      • Applying a Skin at Page Level
      • Applying a Skin at Module Level
    • Creating Custom Skins
      • File Structure and Setup
        • Skin Images
      • Creating a Skin Using Visual Studio
      • Creating the Skin Web User Control
        • Creating Your Skin Table
        • Setting Up Your Module Panes
        • Adding Skin Objects
        • Adding Images to the Skin
        • Creating Your CSS File
        • Modifying the HTML Code
      • Creating a Skin Using HTML
        • Adding Panes to the Skin
      • Creating Custom Containers
        • Adding Thumbnail Images
    • Packaging Your Custom Skins and Containers
    • Summary
  • Chapter 9: Enhancing Your Portal
    • Must-Have Modules to Enhance Your Portal
      • Adding a Forum to Your Portal
        • YetAnotherForum
        • ActiveForums
      • Adding e-Commerce to Your DotNetNuke Portal
      • Adding Classroom Management to Your Portal
      • Adding Security to Your DotNetNuke Portal
      • Adding a Blog to Your Site
    • Finding Custom Modules
    • Summary
  • Chapter 11: Creating Multiple Portals
    • Multiple Portals
    • Parent Portals Versus Child Portals
      • Setting Up a Parent Portal
        • Registering Your Domain and Setting the DNS
        • Creating a Parent Portal
      • Setting Up a Child Portal
    • Creating Portal Templates
    • Using the Site Wizard
    • Managing Multiple Portals
    • Summary
  • Chapter 12: Implementing the Provider Model in DotNetNuke
    • What Is an HTML Editor?
    • What Is an HTML Editor Provider?
    • HTML Editor Provider
      • Setting Up the Providers Folder
      • Setting Up the Provider Project
      • Creating the Provider
      • Adding Your Provider to the web.config File
      • Other HTML Editor Providers for DotNetNuke
    • Summary

Daniel N. Egan

Over the past seven years, Daniel has held a variety of positions in the information technology and engineering fields. Currently, he is a System Development Specialist for Automated Data Processing's Southern California region working extensively in database applications and Web development. Daniel is an MCP and MCSD.

In addition to his development work, he teaches a VB.NET Certification course at California State University Fullerton as well as serves on its .NET Advisory board. He is also the founder and chief author of Dot Net Doc (http://www.DotNetDoc.com), a .NET and DNN developer resource website built using the DotNetNuke framework. He has written numerous articles on DotNetNuke and the underlying DNN architecture. He is also the founder of the LA/Orange County DNN Usergroup and is currenly working on two DNN Related projects. DNNUsergroup Online (http://www.DNNUGOnline.com), a portal designed to allow usergroups to broadcast their meetings online. DotNetNuke Radio, a live internet radio show about DotNetNuke.

Sorry, there are currently no downloads available for this title.

Find your book in our support section to find errata and to download code samples.

What you will learn from this book

This book will give you the skills to create and manage DotNetNuke websites as quickly as possible. You will:

  • Install and configure DotNetNuke
  • Use the standard modules
  • Understand the core architecture of DotNetNuke
  • Explore the inner workings of DotNetNuke modules
  • Extend DotNetNuke with by creating powerful custom modules
  • Create your own skin using a HTML Editor
  • Learn about the new Whidbey style Provider Model
  • Find out about where and how to host and deploy your site

 

Special Offers

PacktLib gives you access to this and 600+ other titles with an annual or monthly subscription.

Annual subscription:

$220.00 per annum

Monthly subscription:

$21.99 per month

Buy 2 eBooks
and Get 50% Off
+
Buy Building Websites with VB.NET and DotNetNuke 3.0 with Building Websites with DotNetNuke 5 and get 50% off both the eBooks.
Just add both the eBooks to your shopping cart and enter vbwdtw in the 'Enter Promotion Code' field. Click 'Add Promotion Code' and the discount will be applied.
View Best Selling eBook offers

In Detail

DotNetNuke
DotNetNuke is a free, open source evolution of Microsoft's celebrated ASP.NET reference implementation, the IBuySpy Portal Solution Kit. DotNetNuke began life as a framework for constructing data-driven intranet and Internet portal applications. It has now developed into an advanced web content management system with tools to manage a dynamic and interactive data-driven website.

If you work with ASP.NET and VB.NET, and want an interactive website, with forums, news and image management, where visitors can register, participate and contribute to your site, then DotNetNuke is the ideal solution for you. This book is your indispensable guide to creating content-rich websites with DotNetNuke 3.0, as quickly as possible.

The first part of this book gives you a deep understanding of working with basic DotNetNuke sites, guiding you through the features and giving you the confidence to create and manage your own site. After that, you will journey to the heart of DotNetNuke, and learn about its core architecture. From there, you will learn how to customize DotNetNuke sites through skinning and creating custom modules.

Enhancing your site with forums and ecommerce functionality, creating multiple sites and deploying your site round off the book. You will master each of these topics as you leap into the development of a DotNetNuke 3.0 site.

 

Are you using DotNetNuke 4? Then you might be interested in Building Websites With VB.NET and DotNetNuke 4 book.

Buy this book with Building Websites with VB.NET and DotNetNuke 3.0 and get 25% discount on both the books! Just add them in your shopping cart to get the discount.

DotNetNuke is the leading open source website system for .NET. This book shows you how to get a fully featured website right off the blocks, with forums, news and image management, visitor accounts and registration, and community contribution features. The book then takes VB.NET developers through extending and customizing this powerful application.

Visit the Free Online Edition for Building Websites with VB.NET & DotNetNuke 3.0 and learn more about the book, you can read through a full chapter, "Creating Custom Modules," and discover what each chapter from this best selling book has in store.

http://dotnetnukebook.packtpub.com

Approach

You can use this book to help you set up and administer a DotNetNuke portal, even if you have a limited knowledge of ASP.NET. You will learn how to setup and administer an example site, stepping through all the tasks to ease your learning.

If you are a developer, this book will help you extend the DotNetNuke portal by first helping you understand how the core framework works and then show you how to create custom modules and skins. A rudimentary knowledge of VB.NET programming is assumed, but the emphasis is not on becoming a better VB.NET programmer but on taming DotNetNuke.

Who this book is for

This book has been written for both the beginner wanting to set up a website and also ASP.NET developers with a grasp of VB.NET and access to Visual Studio .NET. No prior knowledge of DotNetNuke is assumed.

The new features of DotNetNuke 3.0 are discussed extensively, so even if you have worked with previous versions of DotNetNuke, you will find something new.

Table of Contents

Are there no books available that are right for you at the moment? How about signing up to our newsletter to keep up to date?
Awards Voting Nominations Previous Winners
Judges Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software
Resources
Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software
Sort A-Z