DevShala Technologies A-51, Sector 64 Noida, Uttar Pradesh PIN Contact us

Similar documents
Core PHP. PHP output mechanism. Introducing. Language basics. Installing & Configuring PHP. Introducing of PHP keywords. Operators & expressions

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates

Introduction to PHP. Handling Html Form With Php. Decisions and loop. Function. String. Array

Get in Touch Module 1 - Core PHP XHTML

Web development using PHP & MySQL with HTML5, CSS, JavaScript

Static Webpage Development

PHP: Software Training Employability Programme

PHP WITH ANGULAR CURRICULUM. What you will Be Able to Achieve During This Course

Helpline No WhatsApp No.:

Setting Up a Development Server What Is a WAMP, MAMP, or LAMP? Installing a WAMP on Windows Testing the InstallationAlternative WAMPs Installing a

Software Development & Education Center PHP 5

PHP / MYSQL DURATION: 2 MONTHS

PROFESSIONAL TRAINING

Programming for the Web with PHP

PHP & PHP++ Curriculum

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

Course Syllabus. Course Title. Who should attend? Course Description. PHP ( Level 1 (

CORE PHP CURRICULUM. Introductory Session Web Architecture Overview of PHP Platform Origins of PHP in the open source community

CERTIFICATE IN WEB PROGRAMMING

PHP + ANGULAR4 CURRICULUM 6 WEEKS

Web Development & SEO (Summer Training Program) 4 Weeks/30 Days

PHP Online Training. PHP Online TrainingCourse Duration - 45 Days. Call us: HTML

All India Council For Research & Training

Web Development. with Bootstrap, PHP & WordPress

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

Mobile Site Development

Full Stack Web Developer

PHP CURRICULUM 6 WEEKS

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript

PHP & My SQL Duration-4-6 Months

Overview

ABOUT WEB TECHNOLOGY COURSE SCOPE:

Full Stack Web Developer Course

Fundamentals of Web Development. Web Development. Fundamentals of. Global edition. Global edition. Randy Connolly Ricardo Hoar

Advanced PHP and MySQL

Web Development Course (PHP-MYSQL-HTML5.0)

PHP and MySQL Programming

BY :- PRABINA KUMAR ROUT MOB :

Index. C CakePHP framework, 232 Cascading Style Sheets (CSS)

JAVA. 1. Introduction to JAVA

Web & APP Developer Job Assured Course (3 in 1)

1) PHP & mysql, Mini project: This will taught by trainer. 2) PHP & mysql, Live project, This will taught by trainer.

ASP.NET- Enterprise Applications

Mastering phpmyadmiri 3.4 for

Course Curriculum Accord info Matrix Pvt.Ltd Page 1 of 7

Beginning PHP. and MySQL. Fourth Edition. From Novice to Professional. W. Jason Gilmore. mmm

INTERVIEW QUESTIONS - PHP JOB 2014 (HTML)

Index. Note: Boldface numbers indicate code and illustrations; an italic t indicates a table.

PHP,HTML5, CSS3, JQUERY SYLLABUS

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical

Computer Fundamentals & MS OFFICE. (OR : batch. only) Computer Fundamentals and Photoshop. (NR : onwards )

Full Stack Web Developer

Dot Net Online Training

DOT NET COURSE BROCHURE

LIST OF EXPERIMENTS. (1) (Office Automation)

Advanced Joomla! Dan Rahmel. Apress*

Web Applications. Software Engineering 2017 Alessio Gambi - Saarland University

Complete Java Contents

Python Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd.

CONTENTS IN DETAIL INTRODUCTION 1 THE FAQS OF LIFE THE SCRIPTS EVERY PHP PROGRAMMER WANTS (OR NEEDS) TO KNOW 1 2 CONFIGURING PHP 19

Webgurukul Programming Language Course

Lotus IT Hub. Module-1: Python Foundation (Mandatory)

OVERVIEW ENVIRONMENT PROGRAM STRUCTURE BASIC SYNTAX DATA TYPES TYPE CONVERSION

Manipulating Database Objects

Diploma in Microsoft.NET

COURSE SYLLABUS. .NET-Technologies. Industrial Training (4 MONTHS) PH: , Vazhoor Road Changanacherry-01.

Phpmyadmin Error In Processing Request Error Code 200

Web Development. With PHP. Web Development With PHP

User Interaction: jquery

Apex TG India Pvt. Ltd.

Careerarm.com. Question 1. Orders table OrderId int Checked Deptno int Checked Amount int Checked

Project Covered During Training:Real Time Project Training

REGULATIONS AND SYLLABUS FOR. DIPLOMA IN MOBILE & WEB 2.0 APPLICATION DEVELOPMENT Offered by

JAVA. Duration: 2 Months

Oracle Service Cloud Integration for Developers Ed 1

Oracle Service Cloud Integration for Developers Ed 1

D, E I, J, K, L O, P, Q

Standard 1 The student will author web pages using the HyperText Markup Language (HTML)

A Web-Based Introduction

MEAN & LAMP. Technical Capability Document MEAN & LAMP. our competencies : All rights reserved: DynaWEB An ADI Group Company

SECURED PROGRAMMING IN.NET DETAILED TRAINING CONTENT INDUSTRIAL TRAINING PROGRAM ( )

Diploma in Web Design (DWD)

Backend Web Frameworks

How To Install Modules Joomla 2.5 On Wamp Server Pdf

DOT NET Syllabus (6 Months)


CS50 Quiz Review. November 13, 2017

13Holzner_index.qxd 3/23/05 1:51 PM Page 331. Index

Page 1

Index. Business rules tier, 58, 61, 67, 84

PHP. MIT 6.470, IAP 2010 Yafim Landa

10267A CS: Developing Web Applications Using Microsoft Visual Studio 2010

MASTERS COURSE IN FULL STACK WEB APPLICATION DEVELOPMENT W W W. W E B S T A C K A C A D E M Y. C O M

Creating HTML files using Notepad

DATABASE SYSTEMS. Database programming in a web environment. Database System Course, 2016

MySQL for Developers. Duration: 5 Days

JAVASCRIPT FOR PROGRAMMERS

XML JavaScript Object Notation JSON Cookies Miscellaneous What Javascript can t do. OOP Concepts of JS

PYTHON CONTENT NOTE: Almost every task is explained with an example

WIKISYS TECHNOLOGY INTERNSHIP PROGRAM

Transcription:

INTRODUCING PHP The origin of PHP PHP for Web Development & Web Applications PHP History Features of PHP How PHP works with the Web Server What is SERVER & how it works What is ZEND Engine Work of ZEND Engine INSTALLING AND CONFIGURING PHP PHP Installation MySQL Installation Apache Installation WAMP Installation Installing and Configuring PHP on Windows. How to design PHP applications using Dreamweaver How to design PHP applications using IDE HTML, CSS & JAVASCRIPT Introduction of HTML Creating basic HTML pages Form Designing with HTML Creating Tables in HTML Working on Frames Introduction of CSS Understanding CSS selectors & properties Creating Inline, Internal, External CSS Introduction of JAVASCRIPT Creating variables

Working with Data types Working with Arrays Creating & using Functions Creating Client-side Validations PHP INPUT MECHANISM Form Interpretation Understanding GET, POST, REQUEST Master-Child page concept PHP OUTPUT MECHANISM Working with ECHO, PRINT(), PRINTF() MINI TASK? Integrating HTML with PHP MINI TASK? Integrating CSS with PHP MINI TASK? Integrating JAVASCRIPT with PHP LANGUAGE BASICS Creating a simple PHP script Naming Variables Assigning and Displaying Variable Values Creating variables Displaying variable values Writing Your First Script That Uses Variables Using Variable Variables Removing Variables Understanding Data Types Assigning data types Type casting Type Juggling Introduction of PHP Keywords

Comments OPERATORS & EXPRESSIONS Arithmetic, Assignment, Comparison, Logical Operators Concatenation, Bitwise, Error Suppression, Increment & Decrement operators WORKING WITH FLOW CONTROL THROUGH CONTROL STATEMENT Ternary operator If-else If-else ladder If-elseif-else Switch WORKING WITH FLOW CONTROL THROUGH LOOP STATEMENT For While Do-while Foreach Nesting of Loops ARRAY WITH PHP What is an Array? Creating and Working with Arrays Creating arrays Viewing arrays Modifying arrays Removing values from arrays Sorting Arrays Walking through an Array Traversing an array manually

Using foreach to walk through an array Finding Array Size Converting Arrays into Strings (And Vice Versa) Converting Variables into Arrays (And Vice Versa) Splitting and Merging Arrays Exchanging keys and values Multidimensional Arrays Creating multidimensional arrays Viewing multidimensional arrays Using multidimensional arrays in statements Walking through a multidimensional array Built-in PHP Arrays USING STRINGS IN PHP Introduction to string. Creating and Working with String Creating string Viewing string Modifying string Introduction of String Function Working with string function PHP FUNCTIONS Defining functions Using variables in functions Passing values to a function Nesting of Functions Anonymous Functions Recursion Returning a value from a function Using built-in functions

Defining User functions Passing parameter(call By Value & Call By Reference) & return value Trends of PHP Functions(Missing Parameter, Formal parameter declaration) Importing content of one page into another(include & REGULAR EXPRESSION Introduction to Regular Expression preg & ereg functions Email validation String pattern matching PCRE expression POSIX expression MINI TASK? Creating searching or validation programs FILE HANDLING IN PHP File Streams(Input, Output, Temp) Creating and deleting a file. Reading and writing test files. Checking for existence of file. Determining file size. Opening a file for writing, reading or appending. Writing data to the file. Reading characters. Checking existence of a file Sending the pointer to a particular location in a file Finding the current location of a pointer Check whether file contents end or not Locate the pointer at the beginning of file File locking MINI TASK? Creating PDF with PHP

CREATING SECURITY USING PHP Introduction to ENCRYPTION Encrypting Functions Key Encryption Creating Header Authentication HTTP Authentication MINI TASK? Create a secure web page CREATING WEB FEATURES Redirecting users to other pages Creating an Email Sending an Email Configuring Email File Uploading and File Downloading MINI TASK? Creating a Mail Interface with PHP OBJECT ORIENTED PROGRAMMING Introducing Object-Oriented Programming Objects and classes Properties & Methods Object-oriented concepts PHP 5 Encapsulation Inheritance(Single, Multilevel, Multiple, Hybrid, Hierarchical) Developing an Object-Oriented Program Selecting properties and methods for each object Defining a Class Using $this Adding methods Destroying Objects Constructor & Destructor

Final Class Using Access Specifiers (public, private & protected) Polymorphism(Over Loading & Over Riding) Abstraction Abstract Class Interface Traits Magic Methods MINI TASK? Creating a OOPs based simple PHP Application ERROR & EXCEPTION HANDLING Introduction to Errors Types of Errors Introduction to Exception handling Using Try/catch/throw Checked & Unchecked Exception Creating Custom exception MINI TASK? Creating an Exception Handling Panel DATABASE MANAGEMENT (MySQL) Introduction to DBMS DBMS Vs RDBMS Keys Normalization DML, DDL, DCL Introduction to MySQL. Database Engines in MySQL. Performing dynamic functions using MySQL Using MySQL on the Web Adding tables to a database Creating a table

Connecting to a database server Using Database Queries for accessing & manipulating data from database Opening Database Connection/closing database connection Select/Insert/delete & Update Database from forms Database Functions Joins Constraints Triggers SQL Injections Prevention of SQL Injections MINI TASK? Creating Registration form MINI TASK? Creating Login & Profile page MINI TASK? Creating Update & Delete page MINI TASK? Creating SQL Injection prevention PHP script STATE MANAGEMENT Introduction to Query Strings Working with Query Strings Receiving data from Query Strings MINI TASK? Fetching Data from Database by Query String Introduction to COOKIES Creating Cookies Using Cookies MINI TASK? Creating Cookie based authentication module Introduction to Session Starting a Session. Working with Session variables. Destroying session Passing Session Ids MINI TASK? Creating a session based Login form

ADVANCE PHP Ajax Introduction to AJAX Understanding XMLHTTPREQUEST object Working with Ajax functions Integrating AJAX with HTML Integrating AJAX with PHP MINI TASK? Fetching data from database using Ajax WEB SERVICES IN PHP Introduction to Web Services Introduction to XML Creating XML pages Introduction to JSON Creating JSON data Creating SOAP based Web Service Consuming SOAP based Web Service Creating REST based Web Service Consuming REST based Web Service MINI TASK? Database manipulation using Web Services GRAPHICS IN PHP Introduction to Graphics Understanding GD Library Creating Graphics Working on Image Manipulation Functions Inserting Text inside Images Crop, Resize, Blur, Border, Copy Images MINI TASK? Creating Image manipulation program using GD Library

PAYMENT GATEWAY INTEGRATION Introduction to Payment Gateways How to integrate Payment Gateway with PHP application MINI TASK? Integrating Dummy Payment Gateway CAKE PHP (Frame work) Introduction to CakePHP Introduction to MVC Installing CakePHP Creating Controller, View, Models URL Routing, Scaffolding Redirecting control Configuring with Database Creating Html forms Using JavaScript with CakePHP Integrating Ajax with CakePHP Creating Validation with CakePHP Integrating HTML template in CakePHP CRUD implementation in CakePHP Working with Session Developing Plugin with CakePHP CODE IGNITER (Frame work) Introduction to Code Igniter Introduction to MVC Installing Code Igniter Creating Controller, View, Models URL Routing, Hooks Redirecting control Configuring with Database

Creating Html forms Using JavaScript with Code Igniter Creating Validations with Code Igniter Integrating Ajax with Code Igniter Integrating HTML template in Code Igniter CRUD implementation in Code Igniter Working with Session Developing Plugin with Code Igniter JOOMLA (CMS) Introduction to JOOMLA, Joomla installation Working with Article Manager, Category Manager, Menu Manager Working with Template Manager, User Manager, Module Manager Working with the Extension Manager Media Manager, GlobaConfiguration Working with inbuilt Componen? Customization inbuilt Components and Modules Using External plugin in joomla website Converting HTML template in joomla theme Creating user defined modules Creating user defined components WORDPRESS (CMS) Introduction to Wordpress Wordpress installation Working with post, media, pages, comments Working with appearance,user, tools, setting Working with plugin in Wordpress website Using external plugin in wordpress website Working with widgets in Wordpress Converting Html template to Wordpress theme

CRUD operation using database in Wordpress Creating user defined plugins in Wordpress Creating user defined widgets in Wordpress DRUPAL (CMS) Introduction to Drupal Drupal installation Working with content, structure, Appearance, people Working with module, configuration, report Creating user define modules in Drupal website Working with the theme in Drupal website Converting html theme in to Drupal website theme CRUD operation based user module Creating administrator module in Drupal website