Site Seeing: Beyond the Static Web: Dynamic Content & Web Applications
- Updating a web site constantly can be a hassle. It requires both time and skill that the designer must have. It is very important because this is what brings users back to your site. If you don’t update content, then why would someone want to see what they already have seen?
- Effective dynamic content publishing is extremely important. It allows you to get the updated content to each separate visitor via his/her browser.
- Web advertising costs have gone down in the past five years, mainly because of the internet’s reputation of being a “free” resource database. As a result, many web surfers ignore these annoying advertisements.
- Applications have been created that allow the user’s to interact more. For example, Quinnipiac University has its registrar office online with Web Advisor. Students can register and search for classes. Applications like this make the internet more exciting.
- There are many different browsers, which display web page content differently. In some browser’s, certain types of java script will not work. This is discouraging because designers want users to see what their page as a whole looks like.
- Content scripts retrieve content for users. In fact, user’s don’t even see the script running, they just click on something and their content is right in front of them. By using content scripts, a webmaster can make his/her page more efficient.
- Templates provide a basic structure to web sites. Instead of building one page with a bunch of code (HTML, XML), the page can now call upon parts of the template instead of displaying large chunks of code.
- Server Side Include calls upon different elements of a web site to be displayed. For example, if you want to display a navigation element consistently throughout you’re website, it would be smart to type one line of code to call it, instead of paragraphs.
- Web applications allow the user to go beyond the traditional information base that the web has provided. Users can now book vacations online, or bid on an online auction instead of reading information about these.
- Many web applications have been influenced by client applications (Microsoft Word, Excel, etc). These web applications are provided to the user anywhere in the world, while client applications are not.