Open Source Software Dr.P.rizwan Ahmed
Open Source Software Dr.P.rizwan Ahmed
Contents
Chapter -1
Introduction to Open Source
1.1 Introduction
1.2 How Did Open Source Get Started?
1.3 What is Open Source Software?
1.4 Advantages of Open Sources
1.5 Applications of Open Source Softwares
1.6 Need of Open Sources
1.7 Open Source vs Proprietary Software
1.8 Examples of Open Source Software
Summary
Review Questions
Chapter 2
HTML
2.2 Introduction
2.3 HTML Tags
2.3.1 Paired Tags or Container Tags
2.3.2 Singular Tags or Empty Tags
2.4 Advantages of HTML
2.5 Disadvantages of HTML
2.6 Structure of HTML document
2.6.1 Head Section
2.6.2 Body Section
2.7 Basic Commands or Tags in HTML
2.7.1 Bold
2.7.2 Italic
2.7.3 Underline
2.7.4 BODY Tag <BODY>
2.7.5 Center : <center>---</center>
2.7.6 Line Break : <br
2.7.7 Paragraph : <p> --- </p>
2.7.8 Heading Styles
2.7.9 Horizontal: <hr> tag
2.7.10 Font: <Font>---</Font>
2.8 Lists
2.8.1 Ordered List
2.8.2 Unordered List
2.8.3. Definition List
JavaScript
5.1 Introduction
5.2 History of JavaScript
5.3 What is JavaScript?
5.4 Are Java and JavaScript the same
5.5 JavaScript in Web Pages
5.6 What can a JavaScript do?
5.7 Limitations of JavaScript
5.8 Uses of JavaScript
5.9 Advantages of JavaScript
5.10 Java Script Syntax
5.11 Embedding JavaScript in HTML file
5.12 Using External JavaScript in HTML file
5.13 Data Type
5.14 Variable
5.14.1 Rules for variable names
5.14.2 Declaring JavaScript variables
5.14.3 JavaScript Variable Scope
5.15 Operators
5.15.1 Arithmetic Operators
5.15.2 Comparison Operators
5.15.3 Logical Operators
5.15.4 Bitwise Operators
5.15.5 Assignment Operators
5.15.6 Conditional Operator (? :)
5.16 Expressions
5.17 Array
5.18 Conditional Statements
5.19 Functions
5.19.1 Defining functions
5.19.2 Calling Function
5.19.3 return statement
5.20 Recursive function
5.21 Dialog Box
5.21.1 alert( )
5.21.2 confirm ( )
5.21.3 prompt( )
5.22 Sample Applications
Summary
Review Questions
Chapter 6
Setting Up a Development Server
6.1 What is a WAMP, LAMP, XAMP and MAMP?
6.2 Installing a WAMP on Windows
6.3 Installing a XAMPP on Windows
6.4 Installing a XAMPP on Linux
Chapter 8
Open Source Programming Language: PHP
8.1 Introduction
8.2 History of PHP
8.3 What is PHP?
8.4 Uses of PHP
8.5 General Syntactic Characteristics
8.5.1 PHP Syntax
8.5.2 Inserting External Files
8.5.3 Keywords
8.6 Commenting your code
8.6.1 Single line comments
8.6.2 Multiline comments
8.7 Creating your first PHP Script
8.8Output Statements in PHP
8.8.1 echo Statement
8.8.2 Print Statement
8.9 Primitives, Operations and Expressions
8.9.1 Data Types
8.9.1.1 Scalar Data Types
8.9.1.2 Compound Data Types
8.10 Variable
8.10.1 PHP Variable Naming Conventions
8.11 Constants
8 PHP Operators
8.13 Expression
8.14 Control Statement
8.14.1 Decision making statement
8.14.1.1 if Statement
8.14.1.2 ifelse Statement
8.14.1.3 if...elseif....else Statement
8.14.1.4 Switch Statement
8.14.2 Looping Statements
8.14.2.1 for loop statement
8.14.2.2 while loop statement
8.14.2.3 do...while loop statement
8.14.2.4 foreach loop statement
8.15 Break Statement and Continue Statement
8.15.1 Break Statement
8.15.2 Continue Statement
8.16 Arrays
8 Arrays
8.17 Functions
8.17.1 User Defined Functions
8.17.2 Create a User Defined Function
8.17.3 Function Arguments