| Dynamic or Static Websites |
|
When thinking of building a website for your church, you have a major decision to make. You must decide whether you want a static or dynamic site. This may also mean that you need to realize that there are different types of websites. When you are cruising around on the internet, you will run into two different types of websites, static and dynamic. Static websites consist of a whole bunch of HTML files that are linked together by a series of hyperlinks.
The second type of site is dynamic. Dynamic sites often change their content frequently. A dynamic site consists of a whole bunch of files that exist on a database of some sort on the server. When you request a page in this scenario, the server assembles the page onthe fly from several files in the database. You might have one file that has your main text, one file that has your side bar, one file that has your header, and another file that has your footer. All of these files are in the database. When a person requests a page, say a page like the one you are currently looking at, all of these pieces come together in the page. All of this happens on the server. Dynamic pages can be used to give multiple church members publishing priveleges, to produce interactive web-based calendars, to produce a weblog (blog), to draw in headlines from newspapers, to collect tithes online from church members, to podcast or vidcast sermons, or to enable pretty much any other neat feature you have seen on someone else’s websites. Dynamic sites usually end with and extension other than HTML. Often it will be something like .php, .cgi, or .asp. All of this is to say that one of the first decisions you need to make regarding your site is what do you want it to do. If you just want a site that will not change much and that will list service times, location, ministries, and the like, go with a static site. If you want a site that “does stuff,” like calendars, blogs, and the like, go with a dynamic site. You just decide what you want. |
