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.

Slides:



Advertisements
Similar presentations
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Advertisements

INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
Introduction to Web Database Processing
CADDLAB Medical Imaging on Remote Compute Servers.
Internet Development 1 Introduction Colm O Suilleabhain.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Introduction to Web Interface Technology (CSE2030)
Multiple Tiers in Action
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Agenda – Week 5, Day 2 Complete RoboHelp Tutorial Transition to HTML Tutorial –Warm-up – Explore HTML –Page Design – Create a page –Publishing – Make your.
1st Project Introduction to HTML.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Create a Website Lesson 1 – Part 3. Domain Names 2 Domain names are used to identify one or more IP addresses ( ). For example, the domain.
Chapter ONE Introduction to HTML.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
Lecturer: Ghadah Aldehim
CSCI 323 – Web Development Chapter 1 - Setting the Scene We’re going to move through the first few chapters pretty quick since they are a review for most.
CGS3066: Web Programming and Design Summer 2014 Instructor Mir Anamul Hasan.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
CPanel Introduction Todd S. Thuma. cPanel: What is it? Backend administration of web-based content Provides web site management tools through a web-based,
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Chapter 1: Introduction to Web
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Server-side Scripting Powering the webs favourite services.
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.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Quality Attributes of Web Software Applications – Jeff Offutt By Julia Erdman SE 510 October 8, 2003.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
The Internet  Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection.
Website Project Development Presentation by APNARAJ.COM.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
CS 494 Web Development Class Size: Winter, 214: 97 Spring, 214: 81 Summer, 2014: 69.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Week 9 Portfolio Design Basics Role of a web designer Designing for the medium Best practices for personal portfolios.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
WEP Presentation for non-IT Steps and roles in software development 2. Skills developed in 1 st year 3. What can do a student in 1 st internship.
IS2802 Introduction to Multimedia Applications for Business Lecture 1: Introduction to IS2802 Rob Gleasure
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
D R A T D R A T ABSTRACT Every semester each department at Iowa State University has to assign its faculty members and teaching assistants (TAs) to the.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Introduction to the World Wide Web & Internet CIS 101.
Websoftex Software Solution Pvt. Ltd No: 240/A, 3rd Cross, Gokula 1st, Stage, 1st Phase Mathikere, Bangalore , Karnataka, India.
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Prepared By Pranab Bandhu Nath Lecturer Royal University of Dhaka Cell: Web:
Basics Components of Web Design & Development Basics, Components, Design and Development.
Presented By Sushil K. Chaturvedi Assistant Professor SRCEM,Banmore 1.
12/12/2016 WEB DEVELOPMENT COMPANY IN BANGALORE development-bangalore.php.
PHP Assignment Help BookMyEssay. What is PHP PHP is a scripting language generally used on web servers. It is an open source language and embedded code.
CISC103 Web Development Basics: Web site:
WWW Basics.
Egyptian Language School
PHP / MySQL Introduction
Web page a hypertext document connected to the World Wide Web.
Web Development Training
Department of Computer Science, Florida State University
Database Driven Websites
CISC103 Web Development Basics: Web site:
Client-Server Model: Requesting a Web Page
Establish, configure and maintain a website/system
Presentation transcript:

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 the simplest static single page of plain text to the most complex web-based internet applications, electronic businesses, and social network services. A more comprehensive list of tasks to which web development commonly refers, may include web design, web content development, client liaison, client-side/server-side scripting, web server and network security configuration, and e-commerce development.

Brief history of web development Back in the 1990’s, when websites were becoming increasingly popular, most of the websites were static HTML. Static HTML websites mean that it was not updated often unless the site owner knew html. The focus at this time was to get a presence on the web quickly. Another reason organizations jumped into a website was the ability to have organization domain specific addresses like

How does it work? Planning – A person or more developers are discussing things around tables. Client brings to the table their business objectives, and the team responds with a strategy to meet those objectives built upon a wide range of best practices that make up their expertise. – Website is sketched out and now developers are figuring out how long this project will take, and how much it will cost.

Creating a website Design – Developer is creating an interactive components that are clickable and navigable just like in a finished website – Also, it is very important to organize stuff that will be on a website – Adding images, improving graphic interface and usability

Web magic Programming – At this point, we are adding stuff that are more complexed than HTML can do. For that we use programming languages like PHP, Javascript, SQL, Java, and other. – More complexed stuff are login forms, registration forms, all kinds of tools like surveys, voting forms, CMS, analytic tools, etc.

Fine tuning Final stage is made of various tests that the website will have to pass. Some of the tests are: – Cross browser testing – Security testing – Usability testing – Real enviroment testing – Performance testing

Starting our website Buy a domain name and a place on web server Create your SQL database and connect it to a website Upload your site to a server Type your domain name in the URL of a browser and admire your work for hours while moneys are blowing the ceiling of your bank account :P

The end