Justin Cooney
Web Development Tips and Examples
Author: Justin Cooney
-
In this article I will go through a technique that you can use when working with a modal popup that lets you store form information from your popup to later use with your main Web form. In earlier articles I have covered some of the general functions and benefits of using the ShowModalDialog function that I…
-
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…