Open Force '07 Have you heard about Open Force '07? A conference totally devoted to DotNetNuke! I'm still debating on whether or not to make the trip, is anyone from this site making the trip? Read More...
Resetting Skin Settings for a Portal Occasionally, I get asked specific questions about DNN and rather then reply to them in email, this might be a better place to do it. Today’s question is:- “Do you know if there’s a way to reset an entire portal, a... Read More...
Partial Success with the DNN API Recently, I've began to use some of the core DotNetNuke API's to reduce code bloat and prepare to raise the minimum version of modules. Some of the API's that have been a great success are... Paging Control The Paging Control (Introduced in DNN 3.... Read More...
Module Review Program Recently, I've been thinking about getting some of the modules on this site verified via the "Module Review Program" on DotNetNuke.com. Would having the modules on this site pass this program be of any benefit to subscribers? My thinking i... Read More...
Professional DotNetNuke 4 I'e just added a new entry to the banner rotation ("In the Spotlight") on the home page of this site. The entry provides some information about the latest DotNetNuke book (Professional DotNetNuke 4). The banner also contains a link t... Read More...
Upgrading DotNetNuke 3.x to 4.x Mariette from SmallBizServer.net has posted a great post in the ventrian forums about upgrading DotNetNuke 3.x to 4.x. Here is an excerpt from the post:- OK, this was not as difficult as it looked like. http://dev.smallbizserver.net is running... Read More...
Simple Gallery Features The Simple Gallery module has been fairly successful, originally it was designed as a replacement to the myriad of other photo modules out there because I had difficulty in explaining to novice users how to upload and create photos. A common set of ... Read More...
Log Viewer Article One part of this site that has not seen an update in a while is the Article Section. To rectify this situation, I've posted a new article, "Logging to the EventLog" Articles & Blogs are one of those things where you make a mental note... Read More...
DotNetNuke 3.2.5 Nina has posted some great screenshots for some of the enhancements coming in DotNetNuke 3.2.5. My personal favourite is the profile properties which will allow you to extend the current list of profile properties. I'm hoping to use this functionali... Read More...
DataCache Pattern Late last week I fixed a particular interesting issue (for News Articles) that is only exposed under heavy loads. It seems that I wasn't alone however, the pattern is commonly used in core code, and goes something like this:- If (DataCache.GetCach... Read More...