Displaying a wait indicator while IFRAME loads
There was a question in the DNN forums today about how to display a wait indicator while an IFrame was loading its contents. My solution:
There was a question in the DNN forums today about how to display a wait indicator while an IFrame was loading its contents. My solution:
If you have nested ASP.Net applications, any HttpModules defined in the web.config of parent apps propogate down to the children. This can be desirable in some situations, but...
Although WinXP does not support more than one active virtual website, it allows you to define as many as you want. Here is a nice utility http://www.firstserved.net/services/iisadmin.php that...
I have done quite a bit of research into online photo albums and somehow seemed to have missed one (my excuse: it's in beta). Check out Flickr. I...
Working with DotNetNuke, I often have the need to convert a piece of DNN code into C# so I can modify/override it in my modules. I use the...