Doktorant ė : Egl ė Mickevi č i ū t ė Software development technologies KAUNO TECHNOLOGIJOS UNIVERSITETAS INFORMACIJOS SISTEM Ų KATEDA Kaunas, 2013.

Slides:



Advertisements
Similar presentations
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Advertisements

Project 1 Introduction to HTML.
Chapter Concepts Review Markup Languages
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 13 Computer Programs and Programming Languages.
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
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.
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
Web Design Basic Concepts.
The PHP Story. PHP Story PHP is a programming language. Incorporate(join) sophisticated business logic. Widely used general purpose scripting language.
Agenda What is AJAX? What is jQuery? Demonstration/Tutorial Resources Q&A.
Chapter 13 Programming Languages and Program Development 1.
 Computer Information System Club focused on the understanding and applied learning of web development.  The club was founded in April 5,  We.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
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.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
AJAX Making Dynamic Web pages more Dynamic Jim Hendricks April 25th, 2006.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
Discovering Computers 2009 Chapter 13 Programming Languages and Program Development.
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.
Building Rich Web Applications with Ajax Linda Dailey Paulson IEEE – Computer, October 05 (Vol.38, No.10) Presented by Jingming Zhang.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Cs332a_chapt10.ppt CS332A Advanced HTML Programming DHTML Dynamic Hypertext Markup Language A term describing a series of technologies Not a stand-a-lone.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Web Development Process The Site Development Process Site Construction is one of the last steps.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
1 What is JQuery. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax* interactions.
 Web pages originally static  Page is delivered exactly as stored on server  Same information displayed for all users, from all contexts  Dynamic.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
JavaScript & Introduction to AJAX
Introduction to the World Wide Web & Internet CIS 101.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
Overview Web Technologies Computing Science Thompson Rivers University.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Javascript Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
VertexPlus Softwares Pvt. Ltd. WEB TECHNOLOGIES BEFORE CHOOSING WEBSITE DEVELOPMENT SERVICES FOR WEBSITE vertexplus.com.
Web Programming Language
Scripting - Client-side vs. Server-side Scripting
Web Technologies Computing Science Thompson Rivers University
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Objectives Overview Differentiate between machine and assembly languages Identify and discuss the purpose of procedural programming languages, and describe.
Web App vs Mobile App.
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
Dynamic Web Pages Jin Wu INF 385E Information Architecture
and Program Development
Introduction to World Wide Web
INFS 230 L Internet Technology
Web Technologies Computing Science Thompson Rivers University
Introduction to JavaScript & jQuery
Class 4: Building Interactive Web Pages
Web Application Development Using PHP
Presentation transcript:

Doktorant ė : Egl ė Mickevi č i ū t ė Software development technologies KAUNO TECHNOLOGIJOS UNIVERSITETAS INFORMACIJOS SISTEM Ų KATEDA Kaunas, 2013

Software development technologies Wide variety Constantly changing Constantly updating

Software development I Software development – is a development of a software product. Most methodologies share some combination of the following stages of software development: Analyzing the problem Gathering requirements for the proposed business solution Devising a plan or design for the software-based solution (e.g. choose tools) Implementation (coding) of the software Testing the software Deployment Maintenance and bug fixing

Software development II

Software types Internet Application

Software accessibility types Closed source Open source Free source Shareware Freeware Warez

History of software development 1940 – the beggining of software developement technologies – FORTRAN 1958 – ALGOL 1959 – COBOL 1972 – Plankalkul 1975 – Ada... Now – Object Oriented programming languages

Programming languages I C++ general-purpose,object-oriented programming language one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. C# object oriented programming language developed by Microsoft within its.NET initiative Visual Basic object oriented programming language designed to be relatively easy to learn and use

Programming languages II Java general-purpose, object-oriented programming language intended to let application developers "write once, run anywhere" PHP open-source server-side scripting language while PHP originally stood for Personal Home Page, it is now said to stand for PHP: Hypertext Preprocessor HTML main markup language for creating web pages purpose of a web browser is to read HTML documents and compose them into visible or audible web page

Programming languages III CSS style sheet language used for describing the presentation semantics designed primarily to enable the separation of document content from document presentation XML markup language that defines a set of rules for encoding documents design goals of XML emphasize simplicity, generality, and usability over the Internet JavaScript interpreted computer programming language originally implemented as part of web browsers so that client- side scripts could interact with the user

Programming languages IV jQuery open source multi-browser JavaScript library designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications AJAX Asynchronous JavaScript and XML web applications can send data to, and retrieve data from, a server asynchronously Flash multimedia and software platform used for authoring of vector graphics, animation, games and Rich Internet Applications

Programming environments

Most popular programming languages

Conclusions According to the usage purpose software can be divided into internet and applications; There are different levels of software accessibility It is important to choose software development technologies before creating a program; According to TIOBE programming society the most popular programming language is Java.

Questions 1. Types of software? 2. Types of software accessibility? 3. Main markup language for creating web pages? 4. Difference in Visual Basic syntax? 5. The most popular programming language by TIOBE programming society?