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

Similar documents
Static Webpage Development

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

All India Council For Research & Training

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

Get in Touch Module 1 - Core PHP XHTML

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

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

PHP & My SQL Duration-4-6 Months

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

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

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

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

WEB DESIGNING COURSE SYLLABUS

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

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Mobile Site Development

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

Overview

CERTIFICATE IN WEB PROGRAMMING

Web Development. With PHP. Web Development With PHP

PHP & PHP++ Curriculum

ABOUT WEB TECHNOLOGY COURSE SCOPE:

Professional Course in Web Designing & Development 5-6 Months

PHP / MYSQL DURATION: 2 MONTHS

Sections and Articles

Web Site Development with HTML/JavaScrip

Website Development with HTML5, CSS and Bootstrap

Creating HTML files using Notepad

MPT Web Design. Week 1: Introduction to HTML and Web Design

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

PHP: Software Training Employability Programme

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

PHP,HTML5, CSS3, JQUERY SYLLABUS

('cre Learning that works for Utah STRANDS AND STANDARDS WEB DEVELOPMENT 1

HTML and CSS COURSE SYLLABUS

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

DATABASE SYSTEMS. Introduction to web programming. Database Systems Course, 2016


HTML CS 4640 Programming Languages for Web Applications

Document Object Model. Overview


Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

PHP + ANGULAR4 CURRICULUM 6 WEEKS

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Web Development and HTML. Shan-Hung Wu CS, NTHU

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

Index. CSS directive, # (octothorpe), intrapage links, 26

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

Software. Full Stack Web Development Intensive, Fall Lecture Topics. Class Sessions. Grading

Web Design & Dev. Combo. By Alabian Solutions Ltd , 2016

Index LICENSED PRODUCT NOT FOR RESALE

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

Website Designing Training

COMP519 Web Programming Lecture 3: HTML (HTLM5 Elements: Part 1) Handouts

Designing UI. Mine mine-cetinkaya-rundel

Contents. Acknowledgments

NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS

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

Developing Web Applications

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

CompuScholar, Inc. Alignment to Utah's Web Development I Standards

Web System and Technologies (Objective + Subjective)

PHP CURRICULUM 6 WEEKS

Certified HTML5 Developer VS-1029

Full Stack Web Developer

Full Stack Web Developer

Web Development. with Bootstrap, PHP & WordPress

Cascading Style Sheet

Markup Language. Made up of elements Elements create a document tree

Project Covered During Training:Real Time Project Training

Webgurukul Web Development Course

Programmazione Web a.a. 2017/2018 HTML5

Alpha College of Engineering and Technology. Question Bank

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT.

Review of HTML. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar

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

HTML: Parsing Library

The Structure of the Web. Jim and Matthew

HTML. HTML Evolution

Web Development IB PRECISION EXAMS

Deccansoft Software Services

WEB-DESIGNING COURSE BROCHURE

HTML: Parsing Library

MODULE 2 HTML 5 FUNDAMENTALS. HyperText. > Douglas Engelbart ( )

Unit title: Web Development: Essential Content (SCQF level 7)

DIPLOMA IN COMPUTER APPLICATION. SEMISTER-1 Sl. No Subject Theory Practical Credits Weeks 1 Computer Fundamentals MS Office

Styles, Style Sheets, the Box Model and Liquid Layout

16. HTML5, HTML Graphics, & HTML Media 웹프로그래밍 2016 년 1 학기 충남대학교컴퓨터공학과

Zen Garden. CSS Zen Garden

BA. (Hons) Graphics Design

What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language)

Cascading Style Sheets Level 2

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

Certified HTML Designer VS-1027

GRAPHIC WEB DESIGNER PROGRAM

LING 408/508: Computational Techniques for Linguists. Lecture 14

HTML5, CSS3, JQUERY SYLLABUS

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2018)

Transcription:

Web development using PHP & MySQL with HTML5, CSS, JavaScript Static Webpage Development Introduction to web Browser Website Webpage Content of webpage Static vs dynamic webpage Technologies to create static webpage Technologies to create dynamic webpage HTML5 Introduction to HTML What is HTML? Minimum structure of HTML What is tag in HTML? What is element in HTML? What is void element in HTML? What is Attribute? Nesting Elements Basic elements The <html> element The <head> element The <body> element The <title> element The DOCTYPE Declaration Heading elements (h1-h6) The <p> element The <b> element The <i> element The <u> element The <strong> element The <em> element The <sup> element The <sub> element www.bm-es.com Page 1

The <audio> element The <video> element The <figure> element The <figcaption> element The <img> element The <hr> element The <br> element The <a> element Table in HTML The <table> element The <tr> element The <th> element The <td> element Input from User The <input> element The <textarea> element The <select> element The <option> element The <optgroup> element The <fieldset> element The <legend> element HTML5 input types HTML5 input attributes List in HTML The <ol> element The <ul> element The <li> element Elements for layouts The <div> element The <span> element The <header> element The <footer> element The <nav> element The <section> element The <aside> element The <article> element More elements in HTML www.bm-es.com Page 2

The <meta> element The <script> element The <link> element Global attributes The id attribute The class attribute The hidden atttribute The title attributes The lang attributes More HTML HTML Symbols Various attributes depend on elements Validating Form data using HTML5 Embed youtube video in Webpage CSS (Cascading style sheet) Basics of CSS What is CSS and why we need it? Internal CSS External CSS Inline CSS CSS selectors The type selector The class selector The id selector The attribute selector The descendant selector grouping selector The child selector The universal selector More CSS Block level tags and inline level tags Difference between div and span Fonts and typography Managing text styles CSS colors Positioning elements Pseudo classes www.bm-es.com Page 3

CSS box model Templates HTML,CSS based templates Create website using templates Website Hosting Free subdomain Free hosing Free vs paid hosting JavaScript Basics of JavaScript Variables Operators Expression and control flow in Javascript Conditionals Looping Functions JavaScript Functions Create your own functions DOM (Document Object model) Interacting with page Elements Accesing CSS properties from JavaScipt Change attributes of HTML tags More JavaScript using Interrupts Animation Validation Project [Collection of related static webpages] Dynamic Webpage Development Basic Terms Network Internet Client Server www.bm-es.com Page 4

Types of server Web Server Web Client IP address Port number More basics HTTP request HTTP response Static webpage processing Dynamic webpage processing Ways of HTTP request Installation of Softwares Installation of PHP, MySQL and Apache (Wampserver / XAMPP) Installation of IDE Basics of PHP Introduction to PHP How to display output Datatypes and variable declaration Datatype conversion Using comments Operators Type casting Control flow in PHP Conditionals The if statement The else statement The elseif statement The switch statement Looping while loop do...while loop for loop breaking out of a loop Arrays in PHP Numerically Indexed arrays www.bm-es.com Page 5

associative arrays assignment using the array keyword the foreach.. as loop Multidimensional arrays Super global arrays Functions in PHP string functions date time functions utility functions using array functions Checking of function existence create your own functions passing by value passing by reference global variables in functions Form Handling in PHP Difference betwee GET and POST Building Forms Retrieving submitted data Reusing Code in PHP The include statement The include_once statement The require statement The require_once statent Breaking HTML, CSS template and reuse of it OOPS programming in PHP Declaraing a class Creating an object Constructors Destructors Writing methods Exception Handling In PHP types of errors @ operator try block catch block www.bm-es.com Page 6

Cookies in PHP Setting a cookie Accessinga cookie Destroying a cookie Session in PHP Starting a session Ending a session Insert value in session Show value from session Update value of session Destroy value of session Session id Database Programming In PHP using MySQL Baisic of database What is data? What is information? What is table? What is database? What is RDBMS? What is SQL? Introduction to MySQL Accessing MySQL via the command line Accessing MySQL via phpmyadmin Import and export of database SQL using MySQL Creating a database Selecting database Datatypes Creating a table Inserting data into table Show data from table Show filtered data from table Update data in table Delete data from table Drop table Drop database Constraints www.bm-es.com Page 7

Accessing MySQL using PHP Executing select query using mysqli Executing non select query using mysqli More PHP Uploading and Downloading in PHP Redirection and hashing Authentication (User Registration, Login, Logout etc.) Client side and server side validation Sending email through coding CAPTCHA Configure PHP.INI Ajax WordPress What is Ajax? Using XMLHttpRequest Installation of WordPress Getting started with WordPress WordPress as a blogging platform WordPress as a content management system Work with WordPress themes Manage multimedia in WordPress Install plugins in WordPress Hosting of Dynamic website Project (Dynamic Website) www.bm-es.com Page 8