Friday, December 27, 2013

Display DNN(DotNetNuke 7.x ) Module on Host pages only - Tutorial

This blog tutorial focuses on displaying a Module on Host pages only. OK Let us consider a situation where this is blog post will come handy. 


Issue Description: You are creating a website on DNN 7.x where some modules need to displayed on all the pages of your website except admin pages and if edited on one page should be replicated on all the Host pages.

Tuesday, November 19, 2013

How to create thumbnail preview images for a skin in DNN 7.x(DotnetNuke) ?

I was struggling with this issue so I thought i would share this solution with you guys.

How to install skin in DNN ?

Many of them are new to DNN so people are facing trouble in installing skin on DNN7.0 . Following few steps below will resolve your problem of installing Skin on DNN.


Tuesday, October 22, 2013

How to add canonical tags in Dotnetnuke 7.x (DNN) dynamically.

I was working on Dotnetnuke 7.x where I wanted to add canonical tag for all the pages dynamically.I stumbled upon some forums and blogs where it was only talking about 4.x and 5.x versions that is by adding manually to all the pages  later i found out a option on DNN7.1 where we can dynamically add canonical tag to all pages. This tutorial mainly focuses adding canonical tag to all pages dynamically in DNN 7.x.

Saturday, October 12, 2013

DotNetNuke Community edition 7.x Installation using Webmatrix Tutorial

This tutorial mainly focuses on installing DotNetNuke Community edition 7.x on your local machine using WebMatrix3.

First: What is DotNetNuke?
Many of them wouldnt have heard about this CMS(Content Management system).DotNetNuke is a web content management system based on Microsoft .NET. The Community Edition is open source.
DotNetNuke was written in VB.NET, though the developer has shifted to C# since version 6.0. It is distributed under both a Community Edition MIT license  and commercial proprietary licenses as the Professional and Enterprise Editions.

Thursday, August 29, 2013

Human Computer Interaction - HCI

Human Computer Interaction is basically designing, planning and implementation of interaction between people and computer. First and foremost is the human, the person that’s using the system and the other people that they work and communicate with. Then you got the computer, that’s the machine and the networked-up machines that run the system. And then you got the interface that represents the system to the user. HCI is the design, implementation and evaluation of user interfaces.

What is X-UA-Compatible meta tag and its use ?

The X-UA-Compatible meta tag allows web authors to choose what version of Internet Explorer the page should be rendered as.