PHP, MySQL, HTML, jQuery Training - Website Development - All in 1 Combo Course
Intellipaat
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 Description
About Course
This is a Combo Training Course that includes the complete in-depth study of PHP, MySQL, HTML, and JQuery. This has been created taking into consideration the industry requirements. This Course will provide full proficiency in HTML5, advanced PHP concepts, client-side scripting using JQuery and working with MySQL database.
What you will learn in this Training Course?
- Installation and core concepts of various tools
- Learning PHP logical expressions and loops
- Working with PHP built-in functions
- Requirements of dynamic web pages
- Connecting MySQL with PHP
- Working with Advanced Stored Procedures in MySQL
- Understand concepts of HTML and JQuery
- HTML utility, interoperability and compatibility
- JQuery AJAX, UI basics and UI components
- Learn about JQuery operators and functions
Who should take this Training Course?
- UI designers, HTML and Java Developers
- Database developers and administrators
What are the prerequisites for taking this Training Course?
Anybody can take this Training Course without any prior skill sets.Why should you take this Combo Training Course?
This Combo Training Course provides you compete learning experience in some of the most powerful and widely used technological platforms, tools and languages. You will be able to create highly sophisticated web pages and mobile applications. Develop advanced websites using PHP and HTML5, work with databases using MySQL and use JQuery for creating and deploying plugins for specific purposes. This Combo Training Course shall help you grab the best paying jobs in top companies.
-
+
Course Syllabus
PHP Course Content
PHP IntroductionIntroduction 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 FunctionsThe 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 ConceptsIntroduction 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 CakePHPUnderstanding 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 CakePHPThe 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 CreationCreation 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 MySQLUnderstanding MySQL open source database, the client and server concepts, working with database objects.
Working with MySQLUnderstanding 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 QueriesUnderstanding 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 ManipulationDeploying 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 ManipulationWorking 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 TransactionsSequence 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 ExportWorking 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 InteractionCakePHP 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 HTMLIntroduction 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 HTMLDetailed 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 JQueryIntroducing 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 & CSSIntroduction 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 CoreIntroduction 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 HandlingThe 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 ElementsUnderstanding 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 AJAXUnderstanding 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 ProjectProject: 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 ProjectProject 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.