Browse by Tags

All Tags » Module Development (RSS)
I just returned from DotNetNuke 2012 and wrote up a review of the experience at my Engage Software blog .
We’re on the plane flying back to St. Louis from DNN World 2011 .  I gave a presentation titled DNN 6 UI/UX Patterns , discussing the form patterns introduced in the administrative modules in DNN 6 (the new look and feel that you immediately noticed...
A quick diversion from the JavaScript Common Difficulties and Misconceptions series (I have another post queued up, just need to write the sample code), for an issue I just ran into. Created a scheduled task for DNN, but it’s sitting in the scheduler...
Saturday, October 2nd was the Day of DotNetNuke in Chicago .  A number of us from Engage attended and spoke .  I gave two presentations, which are now available on SlideShare (linked below).  I’ve added some notes (be sure to click the...
This past week was the St. Louis DotNetNuke Hackathon .  This was a competition for DNN developers to create a mobile application which interacts with DNN .  We had one week to create something worth showing off.  So, I, along with another...
.csharpcode.embedding-javascript { font-size: small; font-family: consolas, "Courier New", courier, monospace; /*white-space: pre;*/ } pre.csharpcode.embedding-javascript { color: #000; background-color: #fff; } .csharpcode.embedding-javascript pre {...
We just released Engage: Events , and realized that our DNN 4 compatible package might not work exactly as we'd like when used in DNN 5. If you're a DNN module developer, you probably already know that there have been a ton of changes to the module installer...
Also known as "Why Did My Skin Just Change?" and "Why Doesn't NavigateURL work?" When navigating to between controls within your DotNetNuke module, you have many options (and would do well to read Michael Washington's Module Navigation tutorial on the...
When building DotNetNuke modules, a number of times I've run up against the issue of trying to instantiate a ModuleInfo instance with only a module ID. However, the GetModule signature on ModuleController takes both a module ID and a tab ID. In this latest...
I started on an update to one of our modules for DotNetNuke this week, and was surprised to see many of the administrative pages looked like they had no styles applied to them.  Tables were jumbled, with no differentiation between header and or row...
More Posts