Mobile Site Development

Similar documents
PHP / MYSQL DURATION: 2 MONTHS

Index LICENSED PRODUCT NOT FOR RESALE

PHP,HTML5, CSS3, JQUERY SYLLABUS

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

Creating HTML files using Notepad

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

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

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

Web Development. With PHP. Web Development With PHP

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

Static Webpage Development

HTML5, CSS3, JQUERY SYLLABUS

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

Sections and Articles

Web Development IB PRECISION EXAMS

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

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

CERTIFICATE IN WEB PROGRAMMING

PHP & My SQL Duration-4-6 Months

GRAPHIC WEB DESIGNER PROGRAM

Website Development with HTML5, CSS and Bootstrap

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

Get in Touch Module 1 - Core PHP XHTML

Web Site Development with HTML/JavaScrip

Deccansoft Software Services

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

Basics of Web Technologies

Website Design (Weekday) By Alabian Solutions Ltd , 2016

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

Web Development. with Bootstrap, PHP & WordPress

Styles, Style Sheets, the Box Model and Liquid Layout

The Scope of This Book... xxii A Quick Note About Browsers and Platforms... xxii The Appendices and Further Resources...xxiii

Helpline No WhatsApp No.:

HTML and CSS COURSE SYLLABUS

Website Design (Weekend) By Alabian Solutions Ltd , 2016

Full Stack Web Developer

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

ABOUT WEB TECHNOLOGY COURSE SCOPE:

WEB DESIGNING CURRICULUM

Mark Scheme. Edexcel Level 2 Certificate in Digital Applications. Unit 5: Coding for the Web

STRANDS AND STANDARDS

Lesson 5 Introduction to Cascading Style Sheets

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

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

THIRD EDITION. CSS Cookbook. Christopher Schmitt foreword by Dan Cederholm O'REILLY 8. Beijing Cambridge Farnham Koln Sebastopol Taipei Tokyo

Table Basics. The structure of an table

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Developing Web Applications

How to Edit Your Website

2 Webpage Markup with HTML HTML5 Page Structure Creating a Webpage HTML5 Elements and Entities


NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS

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

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

PHP & PHP++ Curriculum

Alpha College of Engineering and Technology. Question Bank

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

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

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

Web Design Certification

Full Stack Web Developer

How to Edit Your Website

B. V. Patel Institute of Business Management, Computer & Information Technology, UTU

Creating Web Pages with HTML-Level III Tutorials HTML 6.01

Page Layout Using Tables

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

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

All India Council For Research & Training

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

Professional Course in Web Designing & Development 5-6 Months

Mark Scheme. June Pearson Level 2 Certificate in Digital Applications. Unit 5: Coding for the Web

The figure below shows the Dreamweaver Interface.

Ministry of Higher Education and Scientific Research

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


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

PHP: Software Training Employability Programme

Web Designing Course

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

Requirements Document

Guidelines for doing the short exercises

Using Adobe Contribute 4 A guide for new website authors

CSS for Page Layout Robert K. Moniot 1

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

1 of 7 11/12/2009 9:29 AM

JSN PageBuilder 3 Configuration Manual Introduction

Dreamweaver Basics Outline

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2017)

JSN Sun Framework User's Guide

Time: 3 hours. Full Marks: 70. The figures in the margin indicate full marks. Answer from all the Groups as directed. Group A.

CiviX Author Custom Actions Cheat Sheet

CounselLink Reporting. Designer

Course Outline Advanced Web Design

Overview

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

Goldfish 4. Quick Start Tutorial

OU EDUCATE TRAINING MANUAL

Introduction to CSS. 2 Sep 13. Derek Peacock. An introduction to defining CSS style rules using tags, classes and ids.

JSN Dona 2 Portfolio Configuration Manual

Website Management with the CMS

Transcription:

Mobile Site Development HTML Basics What is HTML? Editors Elements Block Elements Attributes Make a new line using HTML Headers & Paragraphs Creating hyperlinks Using images Text Formatting Inline styling with the styling attribute HTML Comments The most common element:<div> Introduction to lists Creating Tables Accepting information with forms iframes: pages inside pages Advanced HTML The Doctype What is the head section? Adding Additional Scripts

Document Object Model (DOM) HTML Entities HTML5 HTML5 Doctype Some New HTML5 Elements HTML5 Header and Footer Allow spellcheck and editable areas Using videos Adding audio Drag & drop User location: geolocation Saving information - localstorage Saving information - sessionstorage CSS Basics What is CSS? How to write CSS: syntax Using Style Sheets Using external style sheets Identities and classes Style entire elements Change background colours Setting background images Change text colour Text formatting using CSS Font Properties Text Properties Styling hyperlinks using CSS Styling lists using CSS Setting element width and height Adding borders Spacing: margin & padding

Change the mouse type: cursor Hide, show and display elements Overflowing content CSS Advanced Grouping & Nesting Maximum & Minimum Dimensions Move an element from it s default position Relative location & layering Floating, Clear, Pseudos, Alignement Sprites: the most efficient way to load images Make elements translucent: opacity Different media types Style elements based on their attributes Browser prefixes, Overwrite all styling before-hand:!important CSS3 What is CSS3? Rounded borders. No images required. Using images in borders Adding shadows to elements Change the background image size Adding text shadow Get creative with custom fonts Rotate and skew elements using CSS3 Resizing text areas JavaScripts Basics JavaScript Essentials JavaScript: Internal vs. External JavaScript comments document.write(); Display info from the browser: alert & confirm

Prompting these for information Programming fundamentals : Variables Add two sentences together: concatenation Basic math in JavaScript Redirecting users and opening new windows Creating empty hyperlinks String Manipulation Comparing variables and values Programming fundamentals : If Else Statements Programming fundamentals : Else If Statements Programming fundamentals : Switch Statements Programming fundamentals : Functions JavaScript Events Selecting HTML elements using getelementbyid() Escaping content Programming fundamentals : Arrays Programming fundamentals : For Loops Programming fundamentals : While Loops Programming fundamentals : Breaking Out Of Loops Programming fundamentals : Skipping A Loop Cycle PHP Basics What is PHP? Installing PHP Syntax & Hello World How to write comments in PHP Introduction to PHP Variables Strings & Concatenation Replace areas of a string Manipulate others areas of a string Displaying HTML entities PHP Lists: Arrays

Creating and destroying arrays :Explode & Implode Operators If.Else Statements Elseif Statements Switch Statements For Loops Break From Loops Continue,is_array() and quotes Including Files Functions Constants.The unchangeable variable. Checking if something exists Accepting information-forms New lines are different in PHP Server date and time Quick if /else statements:ternary logic PHP Advanced Temporarily save user information: Sessions Server super global variables are usable anywhere Save long-term user information: Cookies Uploading files Sending emails Introducing file systems and managements Creating new files Writing to existing files Read file contents Add information to a file Deleting a file All file modes

MySQL Database What is SQL? Setting up a Database Introducing phpmyadmin MySQL Syntax Tables, Columns and Rows Connecting to a Database Creating a Table: 5 Columns and 3 Rows Inserting information Escaping information Get information that s stored in a database Selecting specific information: The WHERE clause Selecting specific information: The AND/OR clause Limiting results and ordering data Updating the database Deleting stored information Realtime Project Management Introduction Getting Setup with Git GitHub Project Repo Login Page and HTML Setup Creating a Global Config A lesson on safely strong passwords Setting up database Different CMS (Wordpress, Drupal, Joomla) Basic introduction to Laravel Note: These are just major aspects that we will be discussing, each point will be elaborated with demonstration of tools and techniques.