logo
Aug
21
nik

Backwards Compatible HTML5 on ASP.NET

My session today at the St. Louis Day of .NET conference was on the topic “Backwards Compatible HTML5 on ASP.NET.” Here is the slide deck and source code from the session.   Kalyani - HTML5 on ASPNET.pptx (563.3 KiB)   STLDODN.zip (9.4...
Jan
29
nik

The Seven Sins of DotNetNuke Module Developers

In an average week, I communicate on the phone, by email, through webinars and in person, with some 100 DotNetNuke business customers, prospects and partners. A majority of them use DotNetNuke in some mission-critical way. I enjoy these conversations and get many insights on their real-world experience with DotNetNuke. I have noticed that there are some common things that end-users find problematic with...
Jan
26
nik

Visual: DotNetNuke Enterprise Deployment Scenario

Here’s an illustration depicting a common scenario for DotNetNuke Deployment in the Enterprise. Click the image for a higher-res version. If you find the image helpful, feel free to use it as needed without any restrictions or attribution...
Jan
14
nik

Redirecting to Canonical URL in IIS7

If you are using IIS7, it’s very easy to ensure that all requests always go to your preferred canonical URL. It’s a two step process: Step 1: Install the UrlRewrite module for IIS: http://www.iis.net/expand/URLRewrite Step 2: Add the following rule to your applications web.config file: <configuration> <system.webServer> <rewrite> <rules> <clear...
Jan
12
nik

DotNetNuke Widgets Guide (Part 4 of 4)

This is the last post in my four-part series on DotNetNuke Widgets. Here’s a review of the other posts in this series: Part 1 – Overview of DotNetNuke Widgets Part 2 – DotNetNuke Widgets reference Part 3 – Insights into how you can develop your own Widgets for DotNetNuke In this post, I’ll walk you through the code of the TechBubble CatalogWidget. This Widget displays a...
Page 1 of 4812345...Last »
logo