Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?

Slides:



Advertisements
Similar presentations
Clique/Trust Solution Suitable for Level 2 Grid. Trusted Host Database Remote database of IP addresses, port ranges etc. Accessible by firewall administrators.
Advertisements

Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
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
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
Content Management Systems What Your Mother Never Told You…
CMS 101: Intro to Content Management Systems Tech4Good Denver |
Website Design Lesson 3: Interactive websites, Environment and Design Tools Dr. Husam Osta 2013.
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.
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
Code as Communication Programming Studio Spring 2015.
Power to the People: The IUB Libraries' Website Digital Asset Management System Doug Ryner, Tadas Paegle, & Julie Hardesty.
One Place for all profitable web solutions Getontheweb.in Himansshu H Singh P E -
Web Content Management System CREATED BY Joshua Jylsus Mendes MBA –IT Jitendra Purohit MBA – IT
Wikis in Education Using Web 2.0 Technologies to Create Classroom Websites Session 5.
KNOWLEDGE DATABASE Topics inside  Document sharing  Event marketing  Web content.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
Different ways to implement CSS. There are four different ways to use CSS in your web pages: – Inline CSS – Embedded CSS/Internal CSS – Linked CSS/External.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
CSE3310: Web training A JumpStart for Project.
Internet Research Practice and Experience Ravi Iyer.
Prestashop is an open source e-commerce application. It is written in PHP and is based on Smarty template engine. It can incorporate the advantages of.
Communication in the GCPOLCC: The Role of GCPOLCC On-Line John Tirpak Science Coordinator, GCPOLCC 9 June 2011.
Visual Web Design Dreamweaver Level 2. Hospitality Restrooms Food and Drink Turn cell phones off or set to vibrate Smoking Comfort Breaks Class Hours.
You Can Make A Wiki, Too A guide to creating a wiki of your own.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
Here you are at your computer, but you don’t have internet connections. Your ISP becomes your link to the internet. In order to get access you need to.
What does WWW stand for? And following abbreviations? HTTP: Hyper Text Transfer Protocol HTML: Hyper Text Mark-up Language URL: Uniform Resource Locator.
By Josué A. Ruiz Rodriguez Wyatt Lugo Caballero.  What do you understand about Web tool?
Introduction to Web Designing-I
CERN-PH-SFT-SPI August Ernesto Rivera Contents Context Automation Results To Do…
METS Dissemination METS Opening Day Corey Keith
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
Domain, , Web hosting and Web design. Domain Name Domain name is a unique name given to concern company or entrepreneur while registration of company.
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.
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
CSC 2720 Building Web Applications Basic Frameworks for Building Dynamic Web Sites / Web Applications.
Content Management Systems. Agenda Week overview Web-page basics The why and what of CMS Typo3.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Web 2.0 – A New Beginning Web 2.0, a phrase coined by O'Reilly Media in 2004 refers to a supposed second generation of Internet-based services— such.
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
An ad in the yellow pages can cost up to $x It’s the same ad until the next publication! A full page ad in a specialty magazine can cost $2000 It’s the.
Creating a website. What you should learn HTML HyperText Markup Language Basic structure of your web.
1 Web Search What are easy ways to create a website? 2 Web Search What is a blog? What type of content does this type of website provide? 3 Web.
Content Management System. Benefit from self-service web tool Self-hosted wordpress blog server  BI class  Subject guide  Library news  Gathering.
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 Deployment Week 12. Software Engineering Practices Consider the generic process framework – Communication – Planning – Modeling – Construction.
Objective % Select and utilize tools to design and develop websites.
HTTP and Abstraction on the Internet
Unit 13 – Two websites worksheet.
HTTP and Abstraction on the Internet
Jerrell Jackson
Objective % Select and utilize tools to design and develop websites.
The Difference Between STATIC & DYNAMIC Websites
Web page a hypertext document connected to the World Wide Web.
Content Management Systems
How Dynamic Website Designs are Ruling the Digital World?
Unit 13: Website Development
HTTP and Abstraction on the Internet / The Need for DNS
Agenda What is SEO ? How Do Search Engines Work? Measuring SEO success ? On Page SEO – Basic Practices? Technical SEO - Source Code. Off Page SEO – Social.
IntroductionToPHP Static vs. Dynamic websites
Unit 4 Test CSS Test.
DD Sir-Infomatics Web Development Part-1.
Client-Server Model: Requesting a Web Page
Temple BETT Technology Applications
Wordpress.
Presentation transcript:

Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?

Static web site: written entirely using HTML. Each web page is a separate document no databases or external files that are drawn upon.

Dynamic Websites Use databases written using more complex code (PHP or ASP ) Has greater degree of functionality.

Static sites, pros and cons Advantages of static websites Quick to develop Cheap to develop Cheap to host Disadvantages of static websites Requires web development expertise to update site. Site not as useful for the user

Dynamic sites pros and cons Advantages of dynamic websites Much more functional website Much easier to update 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 Disadvantages of dynamic websites more expensive to develop Hosting costs a little more