Recent Posts
Calendar
June 2013
S M T W T F S
« May    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

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.

Read the rest of this entry »

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?”

Read the rest of this entry »

Republished by Blog Post Promoter

DotNetNuke SecurityException AspnetHostingPermission

tp_vol4_003

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.

Read the rest of this entry »

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.

Read the rest of this entry »

Republished by Blog Post Promoter

Facebook App using DotNetNuke

18Tr

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.

Read the rest of this entry »

Bear