Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.

Slides:



Advertisements
Similar presentations
4. Internet Programming ENG224 INFORMATION TECHNOLOGY – Part I
Advertisements

Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
1 Database Driven Web Application Clients Application Servers including web servers Database Server Traditional client-server (2-tier architecture): client:
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Web Page Behavior IS 373—Web Standards Todd Will.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
E-Commerce The technical side. LAMP Linux Linux Apache Apache MySQL MySQL PHP PHP All Open Source and free packages. Can be installed and run on most.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
PHP By Dr. Syed Noman Hasany. PHP PHP was originally created by Rasmus Lerdorf in PHP stands for PHP: Hypertext Preprocessor (a recursive acronym).
Web Design Basic Concepts.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
ITD 3194 Web Application Development Chapter 4: Web Programming Language.
Mandakini Ayushi Infotech Mandakini Kumari 22 nd July PHP Basic.
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.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
IDK0040 Võrgurakendused I harjutus 06: PHP: Introduction Deniss Kumlander.
Nael Alian Introduction to PHP
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Client Scripting1 Internet Systems Design. Client Scripting2 n “A scripting language is a programming language that is used to manipulate, customize,
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
TUTORIAL 10: PROGRAMMING WITH JAVASCRIPT Session 2: What is JavaScript?
Introduction to web development and HTML MGMT 230 LAB.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
PHP. What is PHP? PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Introduction to PHP Advanced Database System Lab no.1.
What is PHP? PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports.
WEB DEVELOPMENT WITH PHP/MYSQL. WEB DEVELOPMENT COURSE HAS DIFFERENT NAME IN DIFFERENT INSITUTES, THIS IS A CORE COURSE FOR BS/MS STUDENTS. THIS IS ALSO.
By Tharith Sriv. To write a web page you use: HHTML (HyperText Markup Language), AASP (Active Server Page), PPHP (HyperText Preprocessor), JJavaScript,
David Lawrence 7/8/091Intro. to PHP -- David Lawrence.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
PHP Introduction PHP is a server-side scripting language.
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.
 Web pages originally static  Page is delivered exactly as stored on server  Same information displayed for all users, from all contexts  Dynamic.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Dr. Abdullah Almutairi Spring PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used,
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
PHP Tutorial. What is PHP PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
1 Server Side scripting PHP. 2 What is PHP? PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are.
Introduction to PHP. PHP Origins Rasmus LerdorfRasmus Lerdorf (born Greenland, ed Canada) PHP originally abbreviation for ‘Personal Home Pages’, now ‘PHP.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
PHP using MySQL Database for Web Development (part II)
Chapter 2 - Web Design Tools
Objective % Select and utilize tools to design and develop websites.
Introduction to ASP By “FlyingBono” 2009_01 By FlyingBono 2009_01
Introduction to PHP “PHP is a server-side scripting language designed specifically for the Web. Within an HTML page, you can embed PHP code that will be.
Introduction to PHP “PHP is a server-side scripting language designed specifically for the Web. Within an HTML page, you can embed PHP code that will be.
Objective % Select and utilize tools to design and develop websites.
PHP Introduction.
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
PHP.
IntroductionToPHP Static vs. Dynamic websites
Intro to PHP.
Tutorial 6 PHP & MySQL Li Xu
Tutorial 10: Programming with javascript
Introduction to PHP.
PHP an introduction.
Markup Languages -Use codes, called tags, to provide instructions about formatting and structure of a website HTML (Hypertext Markup Language) Must be.
PHP By Prof. B.A.Khivsara Note: The material to prepare this presentation has been taken from internet and are generated only for students reference and.
Web Application Development Using PHP
Presentation transcript:

Languages in WEB Presented by: Jenisha Kshatriya BCM SS09

Agenda Web design HTML JavaScript PHP XML AJAX

What is Web design? Web design is the skill of designing presentations of content that is delivered to an end-user through the World Wide Web, by the way of a browser Languages that are used for the purpose of web designing are called Web Languages

Markup languages- HTML and XML Style sheet languages- CSS and XSL Client-side scripting- JavaScript and VBScript Server-side scripting- PHP and ASP Multimedia technologies- Flash and Silverlight Web designing languages

HTML HyperText Markup Language Used to design Web Pages Is a text and image formatting language used by internet browsers Is written in the form of "tags" that are surrounded by angle brackets Plain text editor like NOTEPAD can be used to edit HTML Professional developers prefer HTML editors like FrontPage or Dreamweaver Don’t need any Web server or Website to view HTML file To publish your work, you must save your pages on a web server. IIS or PWS turns your computer into a web server. IIS comes with Windows 2000, XP, Vista and NT PWS is outdated now for professional use

HTML Elements … This is a paragraph This is a link Cell 1

JavaScript Official name is ECMAScript Scripting language Designed to add interactivity to HTML pages Case sensitive Embedded directly into HTML pages Interpreted language Everyone can use JavaScript without purchasing a license Can react to events Can be used to validate data before submitted to the Server Can be used to detect Visitor’s browser Can be used to create Cookies JavaScript in the body section will be executed WHILE the page loads JavaScript in the head section will be executed when CALLED

JavaScript Statements document.write(" This is a heading "); if (condition) { document.write(" Good morning "); } switch (n) { case1: …….. } for (var=startvalue;var<=endvalue;var=var+increment) { code to be executed } Many other statements like while loop, exception catching, boolean expression and validations are possible

PHP PHP: Hypertext Preprocessor Server-side scripting language, like ASP Scripts are executed on the server Supports many databases like (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.) Open Source software File extensions are ‘.php’, ‘.php3’ or ‘.phtml’ PHP runs on different platforms (Windows, Linux, Unix, etc.) PHP is compatible with almost all servers used today (Apache, IIS, etc.) PHP is FREE to download from the official PHP resource: PHP is easy to learn and runs efficiently on the server side

PHP statements A PHP scripting block always starts with. A PHP scripting block can be placed anywhere in the document. PHP automatically converts the variable to the correct data type, depending on its value Just like ASP it uses Variables, Strings, Operators, IF.. Else, Switch, For Loops, Functions, Forms, Arrays

XML EXtensible Markup Language Designed to transport data and not display data Tags are not predefined. User can define Tags. Self descriptive Used to create new languages like XHTML, WSDL, WAP Simplifies data sharing and data transport XML documents form a Tree structure XML parser can be used to convert XML to JavaScript

AJAX Asynchronous JavaScript and XML a new technique for creating better, faster, and more interactive web applications. a JavaScript can trade data with a web server, without reloading the page. Based on HTML, JavaScript, XML & CSS It is browser and platform independent Google suggests to use AJAX

Conclusion Enhances business development e.g. some of internet shopping websites like ebay.com, yatego.com Safe money transactions are possible over internet through internet banking Internet marketing possible E-commerce empowers Effective communication Replaces and newsletters Less time searching and hunting for commonly needed information Fast and easy access to website content from one place

QUESTIONS

Thank you!!!