By tag: DotNetNuke
0
kicks
Free DotNetNuke Modules: Part 1
Links to download dozens of free DotNetNuke modules. This is Part 1 of an upcoming series. Users are encouraged to share their favorite free DNN modules for inclusion in future articles.
0
kicks
XsltDb - DotNetNuke Application Development Environment
XsltDb is a DotNetNuke Application Development Environment. XsltDb provides powerfull XSLT-based programming model, code reuse, syntax highlighting and code completion, context online help make it very easy to create new functions for your web site. Safe database access, ajax support, Telerik ASP.N...
0
kicks
Using page titles instead of names on the DNN breadcrumb skinobject
Simple, but useful. A fellow developer needed to use the page title (and not the page name which is the default) on the breadcrumb skinobject of his skin. The reason was that his menu had limited real estate so he had to keep names short, but he needed to give more information on the navigation brea...
0
kicks
Displaying a “no search results” message on DNN search results page
n earlier (4.x) DNN versions, when you make a search and it yields no results you are presented with an empty search results page – without any message. It’s silly, but nobody ever included this as a feature.
0
kicks
Some Bugs and Fixs After Upgrade DNN from 4.9.5 to 5.1.4
System.Web.Script. Serialization. JavaScriptObjectDeserializer. DeserializePrimitiveObject & iFinity.DNN.Modules.GoogleSiteMap not working...
0
kicks
Book Review Wrox Professional DotNetNuke Module Programming by Sellers
Review of Mitchel Seller's new book about DNN Module Programming
0
kicks
Setting a Default Container for Skin Panes in DotNetNuke
Did you know that you can set a default container for a skin pane? Meaning, when someone adds a module to the page, it will automatically pickup the specified container even the Page or Site Settings say otherwise.
0
kicks
Persisting large values in Module Settings when creating a custom modu
So you want to create a simple custom module. At first, it seems easy. Just two or three settings to take care of, no need for complicated, custom tables and unistall/uninstall scripts. DNN's built-in module settings API seems to be enough. But suddenly, needs grow a lot. There are some large values...
0
kicks
Resolving "fileid=xxx" field values to actual file paths
Following a previous article of mine, The dbo.tabs.IconFile field issue, I would like to share an easy way to resolve any field that holds values of the type "FileID=xxx" (where xxx is the primary key of a record in the Files table) into the actual file path. This is especially useful when...
0
kicks
How to enable - disable caching programatically and on demand
Sometimes, when you're doing something programmatically, like moving tabs around, you really don't want caching in your way in any form, since there's a great danger it'll affect the outcome. For some reason, programmatically clearing the cache may not be enough - you just don't need any caching aro...
0
kicks
DotNetNuke container customized
ou will find in the following zipped file the default Image Header - Color Background container but I made customized it to use div instead of tables.
0
kicks
DotNetNuke skin customized
You will find in the following zipped file the default DNN-Blue skin but I made customized it to use div instead of tables and to be 4 columns instead of 3.
0
kicks
Installing DotNetNuke 4.8.2 on a Remote Host
In previous articles on this site I have provided tutorials for installing DotNetNuke to a local machine, however, I typically avoid the topic of installing DotNetNuke to a remote web hosting provider. I have been asked many times why and the answer is simple; installations to remote hosts are not ...
0
kicks
A screencast on Create A DotNetNuke Module Quickly, From Scratch
A screencast on How to Create A DotNetNuke Module Quickly, From Scratch