IT 204 Lecture 1
IT 204 Lecture 1
&
Content Management System
What is a web – based application
A web – based application is any
application that uses a website as the
interface (front – end) and a webserver
A website is the collection of web pages,
images, scripts, videos and multimedia
files hosted on one or multiple servers
Users access the application using
standard web browser
Web Authoring
A category of software that enables the user to
develop a Web site in a desktop publishing format.
It generates the required HTML code for the pages
and is able to switch back and forth (in varying
degrees) between the page layout and the HTML
code.
Examples
Dreamweaver, MS Front Page, Joomla, Drupal,
Wordpress etc
Web Authoring Cont.
Before Web authoring, web designers would have to
write pages using HTML code. While this is very
powerful, it is slower than using authoring packages
It is possible to save word processed documents as web
pages. However this is not recommended as they
produce large amounts of codes which are not required
or desirable.
Feature of Web authoring app.
What You See Is What You Get (WYSIWYG) interface
is used to generate webpages. Though it works well,
sometimes, they don’t display as you want them to.
Templates: Can be set up to ensure that the main
features on the web pages are the same throughout
the site. E.g. Banner, side menu
Wizards: Most have a number of wizards to help do
things such as setting up site, specifying FTP etc
Multimedia: Web pages can contain text, images,
animation, videos and sound files
Feature of Web authoring app.
Cont.
CGI web forms: They can also contain common
gateway interface CGI forms which enable people to
fill in their details using a form on a webpage and
submitting the completed form to the website.