The Difference Between STATIC & DYNAMIC Websites

Slides:



Advertisements
Similar presentations
How are we CREATING Your Web and Global Presence.
Advertisements

WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
© 2010 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
DIVISIONS FOR ALL WEB PAGES Web Page Elements.  All Web Pages should have the following 4 elements (Also called divisions).  header  navigation  content.
Make your choice from more than 70 templates to get a quick start online!70 templates.
Background of the Study Static vs. Dynamic Advantages and Disadvantages End User Perspective Application Developer Perspective Conclusions 4.
Server-Side vs. Client-Side Scripting Languages
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Jiří Balej, Martin Podborský, Petra Čačková.  Tools, which enables to produce content without source code knowledge  Text document ◦ MS Word/OO Writer.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?
Website Design Lesson 3: Interactive websites, Environment and Design Tools Dr. Husam Osta 2013.
Website Design Lesson 3: Interactive websites, Environment and Design Tools Dr. Husam Osta 2014.
 What I hate about you things people often do that hurt their Web site’s chances with search engines.
Build a CMS Website. The topics this chapter covers are: What is CMS ? What you can do with CMS The benefits and disadvantages of using a content management.
Content Management Systems A content management system is software that loads on your web host’s server and manages all content on your web site dynamically.
Website Designing Using Ms FrontPage FrontPage 2003 Create a Web site with FrontPage.
Apiitfreeware websites is about all free sources such as software, video, wallpaper, games in different categories We use different technologies for.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
PIVOTECH COMPANY LIMITED WEBSITE HAND-OVER TRAINING.
Web Design Scripting and the Web. Books on Scripting.
Ch6:creating consistent looking web sites. Master pages Master page defines a combination of fixed content and content place holder to hold the web page(.aspx)
Unit 12 LO3 Be able to design websites
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
Creating A Site Using A Template In Dreamweaver CS6 Cakes R Us!
Advanced Web Design Scripting Tutorial Chapters. Scripting Intro The scripting part of the forthcoming Advanced Web Design textbook introduces you to.
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
University of Sunderland CDM105 Session 5 Web Authoring Tools The past and present A history of web authoring tools and an overview of Macromedia Dreamweaver.
PHP INCLUDES FOR MODULARIZATION CIT 230 – WEB FRONT-END DEVELOPMENT.
Communication in the GCPOLCC: The Role of GCPOLCC On-Line John Tirpak Science Coordinator, GCPOLCC 9 June 2011.
Microsoft FrontPage 2003 Illustrated Complete Using a Dynamic Web Template.
Java CGI Lecture notes by Theodoros Anagnostopoulos.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
Web Applications BIS4430 – unit 8. Learning Objectives Explain the uses of web application frameworks Relate the client-side, server-side architecture.
Lecture 6 Title: Web Planning, Designing, Developing for E-Marketing By: Mr Hashem Alaidaros MKT 445.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
Creating a Web Site Review of Concepts. Templates Templates are special HTML files that are used to quickly create pages on a web site. They contain the.
3/30/15.  Who is Tim Berners-Lee? 1. Assessing needs 2. Determining content structure 3. Determining site structure 4. Determining navigation structure.
+ Publishing Your First Post USING WORDPRESS. + A CMS (content management system) is an application that allows you to publish, edit, modify, organize,
CSU Extension Webpage Template Session 4 February 2010.
HEADINGS TEACHING PRESENTATION CIT 230: BRO. ODOM BY: ROBERT PHELPS.
Eric Bothur, Midlands Technical College Kristi Bothur, Richland School District Two.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
12-CRS-0106 REVISED 8 FEB 2013 Using the IEEE Template for Your Presentation Prepared by IEEE Creative Services 9/27/
BAB 5 Web Planning. Purpose Objective of the site Who is our target audience? Who will looking for our site? Who will become interested if they reach.
Pros and Cons of Static or Dynamic Websites. As a website user, you may not bother if a site you visit is static or dynamic as it is a sheer backend functionality.
Website Designing & Web Development Web Click India.
Section 10.1 Define scripting
Introduction to Web Basics and HTML5
Active Server Pages Computer Science 40S.
Section 17.1 Section 17.2 Add an audio file using HTML
BAB 5 Web Planning.
Unit 2, Lesson 5 Website Development Tools
Welcome To Web Tutor Basics of Designing a website
Unit 2, Lesson 5 Website Development Tools
PROJECT ON WEB DESIGNING BY – POOJA SINGH CSE. WEB DESIGNING Web design Web design is a similar process of creation, with the intention of presenting.
How Dynamic Website Designs are Ruling the Digital World?
Unit 13: Website Development
Using the IEEE Template for Your Presentation
Read all about it Microsoft SharePoint News
Lesson Objectives Lesson Outcomes
Dynamic Web Pages Jin Wu INF 385E Information Architecture
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Web Design 1 Website Construction.
Common Page Design Elements
Background We would like to combine existing User guide and Admin guide currently in PDF form into a single HTML master site This master HTML site will.
MASTER PAGES.
Wordpress.
Affordable ways of getting good features in a website.
Presentation transcript:

The Difference Between STATIC & DYNAMIC Websites Don mudalige | www.donwebsolutions.com

What is a STATIC WEBSITE ?........ Any Site that has fixed content usually written in html code. Every page will have the Code written separately, just as you see it on the web. Every page has to be saved separately on the server. Changes have to be made manually every time, and you need coding knowledge to make any and all changes.

Advantages & Disadvantages of STATIC Websites Advantages (Pros) Disadvantages (Cons) Easy to develop Cheap to develop Cheap to host Requires web development expertise to update site Changes and updates are very time consuming Site not as useful for the user Content can get stagnant OUT OF DATE!!

DYNAMIC WEBSITE A site whose construction is controlled by an application server processed by server-side scripts.  Pages of the website are not coded and saved separately. The design/template ( look and feel ) is saved separately. Corresponding content are saved separately. The pages are dynamically populated every time.

Website Structure Header ( Logo, Menu Bar, icons ) Side bars Side bars Content ( Body ) Footer ( links, Icons ) Footer ( links, Icons )

A DYNAMIC Website Structure A request to view a page will Dynamically populate the different sections of the site according to a template file Header Menu Content Side bars Footer Header ( Logo, icons ) Menu Content ( Body ) Side bars Footer ( links, Icons )

A DYNAMIC Website Structure A request to view a page will Dynamically populate the different sections of the site according to a template file Header Menu Content Side bars Footer Header ( Logo, icons ) Menu Content ( Body ) Side Bars Footer ( links, Icons )

Advantages & Disadvantages of DYNAMIC websites Advantages (Pros) Disadvantages (Cons) Much more functional website Much easier to update Much Easier to add new content/pages New content brings people back to the site and helps in the search engines Can work as a system to allow staff or users to collaborate More expensive to develop Slower to develop Hosting costs a little more ( This might not be true now, because of great shared web hosting plans these days)

Interactive Websites

What is an interactive website? ENGAGEMENT IS KEY An interactive website can be just about any website that allows users to go beyond simply reading text and viewing images. Customer retention and enhanced marketing abilities are two of the major benefits of an interactive website.  Impress and engage your visitors. Make it a memorable and enjoyable experience.

Examples of Interactive Websites http://lacostewinter.seeourwork.cn/en/experience

Examples of Interactive Websites http://keepearthquakesweird.com/

Examples of Interactive Websites http://www.fixedgroup.com/

Examples of Interactive Websites http://alkopedia.dareville.com/

Examples of Interactive Websites done in Adobe Muse http://spudniksavannah.com/#home

Examples of Interactive Websites done in Adobe Muse http://www.grupoimark.com/#home

Examples of Interactive Websites done in Adobe Muse http://www.whoismrh.com/index.html