
If you’ve ever built a custom module where it compiled without error and then you attempt to put it on a page and the whole thing just freezes up? Maybe you edited the extension settings of an existing module because…
Here’s the situation: You have an ASP:Button inside an ASP:UpdatePanel, but also want to go modal when the button is pressed. This means setting up a jQuery function to handle the click event. You can’t just switch the ASP:Button to…
If you want to manage the canonical domain of your website here’s a simple way to do it. 1. Install the URL Rewrite module The Url Rewrite module is from Microsoft and may, or may not, be pre-installed with IIS. …
One of the great features of SharePoint is Alerts. Let’s say you have a lot of people storing a lot of documents in a lot of libraries in SharePoint. You want to know what’s going with the libraries and lists…
I’ve come to love List(of T). It makes it so much easier to work with data. Here’s a simple overview of working with data in a list. The following code is vb.Net, but can be easily converted to C# using…
Occasionally, you want to give a user, or content manager, access to PHPMyAdmin, but you don’t want them to log in to the server itself. This requires opening up PHPMyAdmin to the web. If you’ve ever purchased shared hosting you…