MyPage is a personalized page based on your interests.The page is customized to help you to find content that matters you the most.


I'm not curious

PHP, MySQL, HTML, jQuery Training - Website Development - All in 1 Combo Course

Course Summary

Our PHP, MySQL, HTML, JQuery, master program lets you gain proficiency in these top tools. You will work on real world projects in HTML5, creating sophisticated web applications, PHP functions, data types, web interface, client-side scripting using JQuery, MySQL database objects, server and client concepts.


  • +

    Course Syllabus

    PHP Course Content

    PHP Introduction

    Introduction to PHP, installation of PHP, understanding the concepts, learning about the various data types, script syntax and variable declaration, working with operators, constants, loop types and decision-making statements.Hands-on Exercise – Install PHP development environment, Create basic php hello world program, write a program with for loop, use if statement, create variables and assign values, use constants

    PHP Functions

    The various functions in PHP including the in-built and user-defined ones, learning about the Regular Expressions, File Inclusion, working with Quantifiers, Modifiers, learning to deploy various Regular Expressions in PHP like preg_filter, preg_match, preg_split, understanding Escape Sequences.Hands-on Exercise – Write a regex to search a string pattern, Use quantifiers ($, { }, ?, * etc), Use modifiers and grouping, Deploy various Regular Expressions in PHP like preg_filter, preg_match, preg_split, Use escape sequences.

    OOP Concepts

    Introduction to Object Oriented Programming, learning about the various functions, variables, classes and objects, deploying Function overriding, core OOP concepts – polymorphism, encapsulation, inheritance, and abstraction, working with access modifiers, scope resolution operator, constructors and destructorsHands-on Exercise – Create a class with member functions and variables, Write constructor and destructor functions, Instantiate an object of the class, Implement function overriding, Use access modifier, Use scope resolution operator to static members of a class

    MVC Architecture CakePHP

    Understanding the basics of Model-View-Controller Architecture, its significance and deployment, introduction to CakePHP – open source rapid development framework for PHP, understanding the CakePHP conventions, folder structures and important concepts.

    Deep dive into CakePHP

    The MVC layers in CakePHP, understanding the flow of data between the View and Controller Layers, deploying CakePHP helpers – HTML, cookies, sessions, forms, learning to design layouts, map URLs, and creation of controller.Hands-on Exercise – Deploy CakePHP helpers – HTML, cookies, sessions, forms, Design a layout, Map URLs, Create a controller

    CakePHP Dynamic Forms Creation

    Creation of basic HTML form, deploying CakePHP helpers to come up with various components of forms like radio buttons, input boxes, dropdown link, form validation using data validation rules, understanding creation, retrieval and deletion of sessions variables, cookies and file handling, deploying global variables.Hands-on Exercise – Create a basic HTML form, Deploy CakePHP helpers to come up with various components of forms like radio buttons, input boxes, dropdown link, Validate a form using data validation rules, Create, retrievel and delete sessions variables, Create cookies, Deploy global variable

    MYSQL Course Content

    Introduction to MySQL

    Understanding MySQL open source database, the client and server concepts, working with database objects.

    Working with MySQL

    Understanding MySQL, open source database capabilities, MySQL administration, data types, tables and queries, installation of MySQL.Hands-on Exercise – Install MySQL, Configure MySQL to create users and roles to interact with database

    Data Manipulation & Advance Queries

    Understanding how MySQL can be deployed for data manipulation and coming up with advanced queries, learning to deploy MySQL Constraints, MySQL ALTER TABLE Command,working with MySQL IN Operator, MySQL Sorting, MySQL Joins, understanding MySQL Sequences, MySQL Injections.Hands-on Exercise – Deploy MySQL Constraints, Use MySQL ALTER TABLE Command to change a table’s structure, Use MySQL IN Operator, MySQL Sorting, MySQL Joins, Use MySQL Injections and Sequences

    SQL Data Manipulation

    Deploying SQL for data manipulation, searching, adding, removing, modifying and deleting data, querying recurring data.Hands-on Exercise – Deploy SQL for searching, adding, removing, modifying and deleting data, Query for recurring data

    Advanced Data Manipulation

    Working with advanced concepts of joining tables, grouping and aggregating functions and expressions.Hands-on Exercise – Join tables, Use group functions, Use Aggregate functions and expressions

    SQL Transactions

    Sequence or unit of work done in logical manner, understanding the concepts of Transactions, studying the ACID properties of Transactions.Hands-on Exercise – Perform a Transaction to perform multiple insert operations using php code, Commit the transaction if it is successful else rollback and end the transaction

    SQL Import and Export

    Working with data to move it from source to destination, creation of destination database, file and table using SQL Import/Export.Hands-on Exercise – Create destination database, file and table using SQL Import/Export

    CakePHP Database Interaction

    CakePHP database access layers, keeping connection with database, building queries, working with data schemas, deploying Find, Update and Save for working with Table data, understanding database.phpconfig to work with databases.Hands-on Exercise – Connect with a mysql database using CakePHP, Create a data schema, Deploy Find, Update and Save for working with Table data, Manipulate database.phpconfig for different effects on database operations using php

    HTML5 Course Content

    Understanding HTML

    Introduction to the Internet, and Web Technologies, learning about Server, Server types, HTTP Protocol, programming and methods, introduction to HTML programming, creation of HTML tags, marketing element with tags, adding attributes to an element, HTML5 Document Declaration and Document Structure, the strengths of HTML5 – extensive multimedia support, Canvas element, drag and drop features, geolocation, web storage, web workers and web sockets.

    Deep dive into HTML

    Detailed understanding of HTML5, the various elements like Header, Footer, Navigation, Section, Address, Article and Menu Elements, HTML specifications, creation of menu with order and unordered list, command table, distinguishing between Section & Article Element, web form creation and DIV element.Hands-on Exercise – Write an htmp page with Header, Footer, Navigation elements, Create menu with order and unordered list, Create a web form, Create a div and a span element.

    Jquery Course Content

    Introduction to JQuery

    Introducing JQuery, the objective of JQuery, fast and concise JavaScript Library, learning to use the JQuery Library, JQuery strengths of animation, event handling, HTML document traversing and Ajax interactions, accessing Google Hosted CDN, understanding DOM Loaded and DOM Not Loaded, the difference between window.onload and document.ready, understanding the wrapping element, selecting elements and performing action, finding zero elements, chaining multiple methods, JQuery Version, JQuery Prototype, no-conflict mode.Hands-on Exercise – Traverse HTML document using Ajax interactions and retrived the values of elements, Access Google Hosted CDN

    Working with Selectors & CSS

    Introduction to Cascading Style Sheets, and CSS Selectors, understanding the various functions like HTML, CSS, Val, AddClass, RemoveClass, toggleClass Function, hasClass Function, understanding attr Function, removeAttr Function, prop Function, removeProp Function, Attribute Equal Selector, Attribute Not Equal Selector, Attribute Start with Selector, Attribute Ends with Selector, understanding Class, Element, ID, Lang, Not, Root Selector, working with last-of-type selector, Only Child Selector, Parent, Empty, Form and Button Selector.Hands-on Exercise – Perform css operations to change the properties and alignments of page elements and tags

    Working with JQuery Core

    Introduction to JQuery Core, understanding how JQuery Core is defined in the JQuery Script, understanding the various functions like isEmptyObject, isPlainObject, isNumeric, isWindow Function, isArray Function, isEmptyObject, isPlainObject, the merge and map function, summary.Hands-on Exercise – Use functions isEmptyObject, isPlainObject, isNumeric, isWindow Function, isArray Function, isEmptyObject, isPlainObject, the merge and map function

    Event Handling

    The objectives of JQuery Event Model, Binding Event Handlers, the bind and unbind event attachment, JQuery New Event API, current Target and related Target Property, JQuery Event Classification, form, mouse, keyboard events, trigger functions, custom events, the trigger Handler Function, summary.Hands-on Exercise – Bind Event Handlers, Bind and Unbind event, set current Target and related Target Property, Handle events of form field entry, mouse clicks, keyboard events, trigger functions, custom events, the trigger Handler Function

    Working with DOM Elements

    Understanding the of Document Object Model, DOM Manipulation and function classification, the various Functions like wrap, wrapAll, wrapInner, unwrap, working with append, prepend, DOM Insertion, insertAfter, replaceAll Functions, summary.Hands-on Exercise – Manipulate DOM using jQuery methods like wrap, wrapAll, wrapInner, unwrap, working with append, prepend, DOM Insertion, insertAfter, replace All

    Working with AJAX

    Understanding Asynchronous JavaScript, comparing Synchronous and Asynchronous, the advantages and disadvantages of AJAX, the data types, Get vs Post, jQuery $.ajax() : The heart, The jqXHR Object, Ajax core method : Settings, A Sample AJAX request, jQuery $.get() Method, jQuery $.post() Method, .load method, AJAX EVENTS, Helper Function.Hands-on Exercise – Use heart plugin to show ratings of a webpage, Use $.ajax() to define GET and POST request handlers, Use jqXHR Object, Send a AJAX request, Use jQuery $.get() Method, Use $.post() Method

    PHP and MySQL Project

    Project: MVC & CakePHP to develop a website

    Project 1: The main aim of this project is to create an HTML Registration Form using CakePHP helpers. Perform data posting and finally send an email

    Project 2: Develop a website using CakePHP helpers that will cover details about Institutions, Courses available and Student Information using

    Creating the website layout, Perform functions Add/View/Edit/Delete on Institute details, Perform functions Add/View/Edit/Delete on Course details, Perform functions Add/View/Edit/Delete on Student information.

    HTML and JQuery Project
    Project Work:Project – Login Page and Load the dataProblem Statement – It creates a login page which contains two fields that is username and password. If user enters the correct value then it will show a successful message and redirect to another page which includes three options: Load Data, Reload Data, Load Content.


Course Fee:
USD 287

Course Type:

Self-Study

Course Status:

Active

Workload:

1 - 4 hours / week

This course is listed under Open Source , Development & Implementations and Data & Information Management Community

Attended this course?

Back to Top

 
Awards & Accolades for MyTechLogy
Winner of
REDHERRING
Top 100 Asia
Finalist at SiTF Awards 2014 under the category Best Social & Community Product
Finalist at HR Vendor of the Year 2015 Awards under the category Best Learning Management System
Finalist at HR Vendor of the Year 2015 Awards under the category Best Talent Management Software
Hidden Image Url

Back to Top