UPDATE: The method below does not work anymore. You’re advised to upgrade your DNN to version 5.6.1 or above for fool proof solution. Recently, Google Analytics launched its third generation of tracking script that fully support asynchronous loading which speed up the page rendering speed of modern browsers. If you use Google Page Speed tool [...]
Implementing Google Analytics Asynchronous Snippet in DotNetNuke – the simple ways.
Sharp sound from CRT monitor – Quick Fix to the problem!
Having a noisy CRT monitor? After the Windows updates around October 2010, Windows OS like Windows 7, Vista and even XP is supporting higher range of monitor refresh rates which up to 120 hertz to support new type of monitors. CRT monitor high pitch sound Solution While traditional CRT monitors are still able to support [...]
Guide to implement re-Captcha in DotNetNuke Modules without touching the source code.
If you don’t know what is re-Captcha, this article: What is re-Captcha might help you to get on foot before starting this easy implement guide to install re-CaptCha into your DNN Modules. DotNetNuke users has long frustrated by the poor design of DotNetNuke Captcha which is has a critical flaw where the Captcha image will [...]
Show DNN Module in Another Module’s Generated Page.
One of the greatest feature of DotNetNuke is to allow use to show the module in the page they like based on the viewer’s role and permission. However, this only apply to DotNetNuke generated pages. So, how about showing a module only in a page that is generated by Blog Module for example? The solution [...]
Give an unique id for every DNN Containers
Inspired by Think of Design’s avoid span in module title and amount of requests including myself to have a unique id for every containers in DotNetNuke, I’ve came out with this simple solution to ease the designing works in DotNetNuke Skinning. <!– From thinkofdesign.com –> <%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %> <%@ Register TagPrefix="dnn" [...]
Recent Comments