Websites are built using 2 different methods: Raw Coding Content management Systems (CMS)

Slides:



Advertisements
Similar presentations
Introduction to HTML5. History of HTML HTML first published HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0 HTML
Advertisements

Source: ojects/tabber/ ojects/tabber/
Mobile at USC Common Solutions Group University of Minnesota, June 2011.
AJAX – The Future of Web Development? Anders Moberg David Mörtsell David Södermark.
1 The World Wide Web Architectural Overview Static Web Documents Dynamic Web Documents HTTP – The HyperText Transfer Protocol Performance Enhancements.
Unit 4.4 We are HTML Editors
Oral Presentation CSCE 330 ASP Tamiko Simmons Sherita Gee Robert Rhoden.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
Office 365 Platform Flexible Tools App Manifest Web Page HTML/CSS/JS App.
PHP HYPERTEXT: PREPROCESSOR By: Justin T. Pleva. WHAT IS PHP?  General purpose  Server-side web development  Console application.
Introduction to content management systems BTM 395: Internet Programming.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
CGS3066: Web Programming and Design Summer 2014 Instructor Mir Anamul Hasan.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
JavaScript Teppo Räisänen LIIKE/OAMK HTML, CSS, JavaScript HTML defines the structure CSS defines the layout JavaScript is used for scripting It.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
SE-2840 Web Application Development 1. 2 Contact info Dr. Mark L. Hornick For office hours, course syllabus, see:
Effective Gathering of Requirements for Kentico CMS Project Karol Jarkovsky Consultant Kentico Software
Digital Humanities: Building Online Projects Niall O’Leary, MA, MSc.
Session 7: Workshop: Recap on course contents / Creating own pages within Dreamweaver or WordPress N C Diploma: Web Design: S7: Tutor: N R Hartland 1.
Web Applications BIS4430 – unit 8. Learning Objectives Explain the uses of web application frameworks Relate the client-side, server-side architecture.
WEB SCIENCE. What is the difference between the Internet and the World Wide Web? Internet is the entire network of connected computers and routers used.
CS 494 Web Development Class Size: Winter, 214: 97 Spring, 214: 81 Summer, 2014: 69.
Comparing Open Source CMSs: Joomla, Drupal, and Plone Nonprofit Technology Conference April 2007.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Content Management Systems Allyson Falkner Spokane County ISD
How to built a website Robin Uters | IO2A3X |
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
1 CSC 301 Web Programming Charles Frank. PHP – Stands for:  Personal Home Page (originally),  PHP: Hypertext Preprocessor (now; follows GNU’s recursive.
Schedule Introduction to Web & Database Integration Tools and Resources HTML and Styles Forms and Client-Side Scripts DB Engines Forms Processing and Server-Side.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
An Industry Case Study SES – Chicago: 2006 Web 2.0.
Ajax for Dynamic Web Development Gregory McChesney.
Oversight Wc3.org –Standards body –Ensure interoperability with HTML –Growth of the web.
Joomla and Wordpress By: Alex Holder. Joomla Joomla is a content management system which helps you build Web sites and online applications.
 Previous lessons have focused on client-side scripts  Programs embedded in the page’s HTML code  Can also execute scripts on the server  Server-side.
CS-4220 Dr. Mark L. Hornick 1 CS-4220 (last time!) Web Software Applications.
The basics of knowing the difference CLIENT VS. SERVER.
INTRODUCTION JavaScript can make websites more interactive, interesting, and user-friendly.
USING JAVASCRIPT TO SHOW AN ALERT Web Design Sec 6-2 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
JavaScript Dynamic Active Web Pages Client Side Scripting.
Lesson 30: JavaScript and DHTML Fundamentals. Objectives Define and contrast client-side and server-side technologies used to create dynamic content for.
J AVA S CRIPT + Useful for internship Siyoung Oh SCS, Class of 2012.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
Web Application Development 1 Course Introduction.
Overview Web Technologies Computing Science Thompson Rivers University.
Practical Training Seminar ON JAVA (CONTENT MANAGEMENT SYSTEM) BALDEV RAM MIRDHA INSTITUTE OF TECHNOLOGY SUBMITTED TO: SUBMITTED BY: MS. DEEPIKA SAINANI.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
Web development. What is web development? - It is a broad term for the work involved in developing a web site for the Internet - It can range from developing.
99 Professionals C22/30, Sector 57, Noida, Uttar Pradesh TOLL FREE
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
Chapter 10 1 Figure 10-1: Database-enabled intranet-internet environment.
WEB 237 Week 1 DQ 2 What is the current markup language standard? Describe how CSS can be leveraged in website programming Check this A+ tutorial guideline.
Introduction to web development concepts
Intro to JavaScript CS 1150 Spring 2017.
Polymaps is a visualization java script library that requires SVG Data, A tile map as a base layer for a mash-up. This is not a stand alone product. It.
The Internet and HTML Code
دانشکده سرمایه گذار مبانی و مدل
PHP + Oracle = Data-Driven Websites
Website Call
Mozafar Bag-Mohammadi
Unit 6 part 3 Test Javascript Test.
Call : Website: -
The Web Development Life Cycle
 WEBSITE:
 WEBSITE:
Presentation transcript:

Websites are built using 2 different methods: Raw Coding Content management Systems (CMS)

Raw Website HTML (The language of the web)CSS (Web Style)Client-Side ScriptingServer-Side Scripting

Client-Side Scripting JavaScriptActionScript development-languages-2014/

Server-Side Scripting PHPPythonruby development-languages-2014/

Content Management System Tools HTML (The language of the web) CSS (Web Style)Client-Side ScriptingServer-Side Scripting Notice, CMS’s use the same tools that raw websites use. The only difference is that additional code (in the form of Server-Side Scripting) is provided (pre-packaged) which takes care of managing the look and feel of the website thereby allows the web developer the ability to focus on the data rather than the code.

Content Management Systems Content ManagementBlogs (and Microblogs)Social NetworkingEducation (LMS)eCommerceWikisForums