Archive for the ‘DotNetNuke – Module Development’ Category
Debugging TypeScript Under DotNetNuke
I’ve been playing with TypeScript for the last couple of weeks and I’ve fallen in love. Now I can write JavaScript code without having to switch between thinking about the problem in terms of object oriented programming (csharp) and kind of sort of object oriented programming (javascript).
But, what I’ve had trouble getting to work is using the sourcemap feature to debug in TypeScript instead of debugging in the resulting JavaScript. Not that I can’t read the resulting JavaScript, I can. But, I invariably end up changing the JS source instead of the TS source.
DotNetNuke Modules – Benefits of Architecture
Now that we have something running, it’s time to take a look at the various parts of the DotNetNuke framework. But before we do, we need the all-important question, “Why do we care?”
Republished by Blog Post Promoter
DotNetNuke SecurityException AspnetHostingPermission
Yesterday I was setting up DotNetNuke for a designer on a computer at a corporate location so that he could start working on CSS for some of our custom modules. He had an earlier version of DNN installed, so you’d think that it would “just work” but there seems to be a new module or something going on that caused the AspnetHostingPermission exception to get thrown so that we couldn’t even run the web site.
Republished by Blog Post Promoter
DotNetNuke Modules – Install DNN into VS 2008
Today, we will install DotNetNuke into Visual Studio so that we can create our first module. So fire up Visual Studio, and let’s get going.
Republished by Blog Post Promoter
Facebook App using DotNetNuke

Yeah, I know. It has been a LONG time since I posted anything. I’ve been busy.
One of my recent projects brought up something I think you may be interested in so I thought I’d post about it.
Recently, I created a Facebook tab for Labels For Education using DotNetNuke 6.1, which just added an API for retrieving information from Facebook.