Justin Cooney

Web Development Tips and Examples

Category: Programming

  • It’s a common requirement when developing Web applications to need to programmatically find out the name of the running Web page. In this article I will look into some of the basic commands in ASP.NET that you can use to find the name of the Web page that is currently running the script. As part…

  • If you have several different versions of the same database then you will want to be able to check for differences in the objects between the databases. You can quickly and easily do so using SQL Server’s sys.objects or if you are specifically looking up stored procedures, SQL Server’s sys.procedures system views. Let’s take an example use case…

  • You can find this information scattered all over the Web, but I want to make a note of where to find your WordPress XML Site Map and RSS feed. By the way, the Site Map and RSS feed URLs are just for sites hosted on WordPress.com and not self-hosted WordPress sites, but the WebMaster Tools…