Bit by a 7 year old Internet Explorer bug, er, feature

I arrived on the client’s floor and didn’t even have a chance to walk into the office.“Stop everything – we need to solve this problem” Sounds serious. After deploying an existing ASP.Net application to a new server, a basic run-through test is typically done, making sure that everything is working. This time, however, nothing would … Read more

Xsd2Code – better than XSD

I’ve been working on a few ASP.Net projects and one of the key aspects of this project is creating some usable XSD schemas that are then translated into objects. At first, I started using the regular xsd.exe that creates a class (in either VB or C#) from a schema with the simple statement. xsd “myfile.xsd” … Read more

Using DNN Controls

Dave Bush has started a great series on using and developing DotNetNuke modules. As he notes in the intro:“What you read here will not necessarily be the DotNetNuke sanctioned way of creating a module.  But, it will be what really works.  It will tell you what you have to do when and why you need … Read more