Sections and Articles

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

GRAPHIC WEB DESIGNER PROGRAM

PHP & PHP++ Curriculum

HTML5, CSS3, JQUERY SYLLABUS

Web Designing Course

PHP,HTML5, CSS3, JQUERY SYLLABUS

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

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

PHP & My SQL Duration-4-6 Months

PHP / MYSQL DURATION: 2 MONTHS

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

"Charting the Course... Intermediate PHP & MySQL Course Summary

Web Development. with Bootstrap, PHP & WordPress

Basics of Web Technologies

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

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

Static Webpage Development

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

Mobile Site Development

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Course Outline Advanced Web Design

Adobe Dreamweaver CS6 Digital Classroom

Index LICENSED PRODUCT NOT FOR RESALE

Web Site Development with HTML/JavaScrip

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

Course Outline Advanced Web Design

Overview

Alpha College of Engineering and Technology. Question Bank

Assignments (4) Assessment as per Schedule (2)

Web Development. With PHP. Web Development With PHP

Certified CSS Designer VS-1028


Professional Course in Web Designing & Development 5-6 Months

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

Designing for Web Using Markup Language and Style Sheets

Learn Web Development CodersTrust Polska course outline. Hello CodersTrust! Unit 1. HTML Structuring the Web Prerequisites Learning pathway.

CERTIFICATE IN WEB PROGRAMMING

Website Development with HTML5, CSS and Bootstrap

COURSE OUTLINE MOC 20480: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

Programmazione Web a.a. 2017/2018 HTML5

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

Contents. Acknowledgments

IBM Forms V8.0 Custom Themes IBM Corporation

Creating Web Pages with HTML-Level III Tutorials HTML 6.01

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

Deccansoft Software Services

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p.

STRANDS AND STANDARDS

WEB DESIGNING CURRICULUM

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

Full Stack Web Developer

COURSE 20480B: PROGRAMMING IN HTML5 WITH JAVASCRIPT AND CSS3

Techno Expert Solutions An institute for specialized studies!

Get in Touch Module 1 - Core PHP XHTML

Advanced Dreamweaver CS6

Programming in HTML5 with JavaScript and CSS3

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

All India Council For Research & Training

Ministry of Higher Education and Scientific Research

Frontend guide. Everything you need to know about HTML, CSS, JavaScript and DOM. Dejan V Čančarević

Web Site Design and Development Lecture 24

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

WEB DESIGNING COURSE SYLLABUS

HTML and CSS COURSE SYLLABUS

Course 20480: Programming in HTML5 with JavaScript and CSS3

Internet & World Wide Web

Comprehensive AngularJS Programming (5 Days)

Wolf. Responsive Website Designer. Mac Edition User Guide

Helpline No WhatsApp No.:

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

Shankersinh Vaghela Bapu Institue of Technology

B. V. Patel Institute of Business Management, Computer and Information Technology, UTU. B. C. A (3 rd Semester) Teaching Schedule

Creating HTML files using Notepad

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

Table Basics. The structure of an table

PHP: Software Training Employability Programme

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

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

HTML CS 4640 Programming Languages for Web Applications

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

Web System and Technologies (Objective + Subjective)

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

The figure below shows the Dreamweaver Interface.

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13

Full Stack Web Developer

Kurdistan Regional Government Iraq Ministry of Higher Education and Scientific Research, Duhok Polytechnic University

footer, header, nav, section. search. ! Better Accessibility.! Cleaner Code. ! Smarter Storage.! Better Interactions.

Delivery Options: Attend face-to-face in the classroom or via remote-live attendance.

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables

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

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

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

Project Covered During Training:Real Time Project Training

Developing Web Applications

CSS: Cascading Style Sheets

Govt. of Karnataka, Department of Technical Education Diploma in Computer Science & Engineering. Fifth Semester. Subject: Web Programming

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10


Transcription:

Advanced PHP Framework Codeigniter Modules HTML Topics Introduction to HTML5 Laying out a Page with HTML5 Page Structure- New HTML5 Structural Tags- Page Simplification HTML5 - How We Got Here 1.The Problems HTML 4 Addresses- The Problems XHTML Addresses- The New More Flexible Approach of HTML5 - Paving the Cowpaths- New Features of HTML5- The HTML5 Spec(s)- Current State of Browser Support. Sections and Articles 1. The section Tag- The article Tag- Outlining- Accessibility HTML5 Audio and Video 1. Supported Media Types- The audio Element (Audio Formats, Multiple Sources, Audio Tag Attributes, Getting and Creating Audio Files)- The video Element (Video Tag Attributes, Creating and Converting Video Files)- Accessibility- Scripting Media Elements- Dealing with Non-Supporting Browsers. HTML5 Forms 1. Modernizer- New Input Types (search, tel, url and email, date/time input types, number, range, min, max, and step attributes, color). 2. autocomplete- novalidate- datalist- progress and meter. HTML5 New Form Attributes 1. Autocomplete- novalidate- datalist- progress and meter. 2. required- placeholder- autofocus- autocomplete- form- pattern. HTML5 Web Storage 1.Overview of HTML5 Web Storage- Browser Support- Local Storage- Session Storage- Prefixing your Keys- Web Database Storage- Indexed Database. API HTML5 Canvas 1.Getting Started with Canvas- o Drawing Lines (Multiple Sub-Paths, The Path Drawing Process, The fill() Method)- Color and Transparency- Rectangles- Circles and Arcs- Quadratic and Bezier Curves- Images (drawimage() Basic, drawimage() Sprites,)- Text CSS Understanding CSS3 1.Understanding CSS3 Terminology- Adding Rules to a Style Sheet- Adding Selectors- Working with Multiple Declarations- Working with Style Sheets- Embedding a Style Sheet- Importing an External Style Sheet- Importing Multiple Style Sheets- Linking to an External Style Sheet- Managing Style Sheets. Selectors and the Cascade

1.Understanding Selectors- Using ID Selectors- Using Class Selectors- Using Grouped Selectors- Using Descendant Selectors- Looking for the Sources of Styles- Resolving Style Conflicts with Specificity- Using the!important Declaration- Understanding Inheritance- Revealing Un-styled Documents- Applying User Style Sheets. Selectors and the Cascade 1. Understanding Selectors- Using ID Selectors- Using Class Selectors- Using Grouped Selectors- Using Descendant Selectors- Looking for the Sources of Styles- Resolving Style Conflicts with Specificity- Using the!important Declaration- Understanding Inheritance- Revealing Un-styled Documents- Applying User Style Sheets Using CSS3 to Affect Page Layout 1. Introducing the CSS3 Box Model- Creating Simple Floats- Using Floats for Page Layout- Fixing Column Drop- Clearing Essentials- Containing Floats- Displaying Elements. CSS Setting Foreground and Background Properties 1.Adding Foreground Colors- Adding Color to Background Elements- Adding Background Images- Repeating Background Images- Positioning Background Images- Using the Background Shorthand Declaration. Using Margins and Borders to Create Whitespace and Separation 1. Understanding Margins- Adding Borders- Implementing Padding- Using Negative Margins- Collapsing Margins. Styling Tables 1. Styling Tables and Captions- Styling Table Cells- Styling Column Classes- Styling Links in Table Cells. Styling for Print 1. Styling for Specific Mediums- Creating a Print Style Sheet- Hiding Elements for Print- Styling for Print- Applying Complex Styling for Print- Creating a Footer Bringing It All Together 1. Working with Text Fragments- Setting Global Styles- Defining Masthead and Navbar Colors- Laying Out the Navbar- Using Columns- Setting Content Styles- Starting the Sidebar- Creating the Sidebar Boxes- Completing the Sidebar- Styling the Table- Creating the Footer. Javascript JavaScript language fundamentals 1. Statements- Variables and data types- Operators (for both numbers and strings)- Conditionals (if-else if-else and switch-case)- Loops (while, do-while, for)- Functions. Understanding JavaScript objects 1. The role of objects in JavaScript programming- Working with methods and properties- The JavaScript object hierarchy- The implicit window object- Event handlers. JavaScript with forms

1. How forms fit into the JavaScript DOM- Setting focus on a specific field- Blocking a field from being edited- Setting field values based on user input- Basic validation: requiring field values to be filled in- Handling calculations within forms JavaScript with links and images. 1. Using onmouseover and onmouseout to detect the presence of the mouse- Using onclick to process clicks on hyperlinks- Having hyperlinks call functions via javascript: URLs- Conditionally navigating the user to a page when they click a link- Dynamically swapping one or more images on a page based on the position of the mouse. JavaScript for navigation 1. Overview of the history and location objects- Building a jump menu- Navigating the user to a specific page based on their input in a form. Javascript & PHP JavaScript for pop-up help 1. Pros and cons of having JavaScript open another window- Generating and sizing a new (child) window via JavaScript- Communication between the child window and the parent window- Implementing attractive pop-up help or information windows using JavaScript. The Document Object Model 1. The Legacy DOM- The W3C DOM Standard- Traversing the DOM Tree- Manipulating DOM Elements. Object Oriented PHP Basics 1. Object Oriented PHP role in the WWW 2. The php.ini File. 3. Basic PHP Syntax. 4. PHP Tags- PHP Statements and Whitespace- Comments- PHP Functions- Hello World!. 5. Variable Types- Variable Names (Identifiers)- Variable Scope- Superglobals- Constants. 6. PHP Operators Flow Control 1. Conditional Processing 2. If Conditions 3. Loops 4. while- do...while- for- break and continue Arrays 1. Enumerated Arrays 2. Initializing Arrays- Appending to an Array/dd>- Reading from Arrays- Looping through Arrays 3. Associative Arrays 4. Initializing Associative Arrays- Reading from Associative Arrays- Looping through Associative Arrays- Superglobal Arrays 5. Two-dimensional Arrays 6. Reading from Two-dimensional Arrays- Looping through Two-dimensional Arrays 7. Array Manipulation Functions

HTML and CSS for Object Oriented PHP 1. Links- Images- Tables- Lists- Forms- Frames- Doctypes- Head, Meta- URLs- Webserver 2. Syntax- Id & Class- Backgrounds, Text, Fonts- Tables, Border- Outline, Margin, Padding- Positioning, Align- Image, Media Types- Attribute Selectors. String Manipulation 1. Formatting Strings 2. Concatenation- String Manipulation Functions- Examples of String Functions 3. Magic Quotes 4. magic_quotes_gpc- magic_quotes_runtime- Recommendation on Magic Quotes PHP Reusing Code and Writing Functions 1. Including Files 2. require- require_once- auto_prepend_file and auto_append_file 3. User Functions 4. Defining and Calling Functions- Variable Scope- By Reference vs. By Value 5. Form Processing 6. Variable Scope Basic PHP with Framework 1. About PHP & MySQL 2. Advantage of using Framework 3. Introducing CodeIgniter Framework 4. Create first project with CodeIgniter Framework CodeIgniter Framework - Basic DB & Client Side Validation 2. Insert Data 3. Client Side Validation 4. RegExp CodeIgniter Framework - Server Side Validation & Image Verification 1. Server side validation 2. Captcha image verification CodeIgniter Framework - Advanced Database with Session & Email System 2. Selecting Data 3. Session 4. Email system DB Normalization 2. Method Chaining- Deleting Data 3. Database Normalization

DB Relationship & Model Description 2. Updating Data 3. Database relationship 4. Database Model Description Advanced PHP Framework with Methods, Classes & Cooke 1. Basic database design concept 2. CodeIgniter Methods 3. CodeIgniter Classes 4. Cooke CodeIgniter Framework - SSL, Email Manager 1. Lecture on secure path SSL 2. Email Manager CodeIgniter Framework - File Upload & Online Payment Method 1. Include file & file upload 2. PayPal Standard 3. Authorize.net Ajax Basics 1. HTTP Request and Response Fundamentals 2. The XMLHttpRequest Object 3. XMLHttpRequest Methods 4. XMLHttpRequest Properties 5. Cross-Browser Usage 6. Sending a Request to the Server 7. Basic Ajax Example Ajax Ajax with server side scripting language 1. Bringing in the Ajax: GET vs. POST 2. Passing Values 3. Client-Driven Communication, Server-Side Processing 4. Basic Examples 5. Expanding and Contracting Content 6. Auto-Complete 7. Form Validation 8. Tool Tips jquery Basics with Example & Selectors 1. About jquery 2. How jquery Works 3. jquery: The Basics 4. Launching Code and Complete Examples 5. Using selectors and events 6. Selectors 7. Basics & Hierarchy 8. Basic, Content, Visibility, Attribute & Child Filters

Ajax 9.Forms & Form Filters One Building a Inventory System day one 1. Home Text Box 2. Calendar Add Event 3. Calendar - Add most important things 4. Calendar - Follow-up 5. Calendar Week view 6. Email Two Building a Inventory System day two 1. Customers - View customers 2. Customers - View contacts 3. Customers Add new 4. Customers Import Customers 5. Customers - Tell a friend Three Building a Inventory System day three 1. My Account - My profile 2. My Account Change Password 3. My Account Cancel Membership 4. My Account - Submit testimonials 5. My Account - Submit suggestions 6. My Account - Submit tips 7. My Account - Tell a friend 8. My Account Download Brochure Four Building a Inventory System day four 1. Inventory My Inventory 2. Inventory My Inventory: Personal Product 3. Invoices View Invoices 4. Invoices Create Invoice Five Building a Inventory System day five 1. Expenses Expenses 2. Expenses Income 3. Expenses Add Income