0
  • An empty cart

    You have no item in your shopping cart

0
  • An empty cart

    You have no item in your shopping cart

Enter your keyword

Course

Web Design and Development Training

Course Overview

This course covers web design and web development. Web design isn’t the same as web development. Web Design is to design the front-end of the website which involve setting out the page layout, menus and selecting the color scheme and font etc. You will learn HTML, CSS and JQuery etc.  Development involves coding the backend of your website, adding security, building in e-commerce capabilities, etc. These are discussed in more detail on our Web Development part. You will learn PHP programming Language and use to write dynamic programming.

COURSE START DATES

Start Date TimeDaysDurationLocation
05/04/202018.00 - 21.00Tue/Thu8 ClassesBrentford
14/07/202018.00 - 21.00Tue/Thu8 ClassesBrentford
22/09/202018.00 - 21.00Tue/Thu8 ClassesBrentford
08/12/202018.00 - 21.00Tue/Thu8 ClassesBrentford

Target Audience

  • Beginners
  • Basic HTML
  • JavaScript
  • Introduction to programming
  • Web Application Testers
  • Web Developer
  • Internet Developers
  • Portal Developer
  • Web Consultant
  • e-Commerce Developer
  • Application Developers

Course Content

Enterprise e-Commerce

  • What is the Internet?
  • How did it come about?
  • World Wide Web
  • Accessing the Web
  • The Internet and You
  • Installing a Browser
  • Internet Providers
  • Browsing the Net
  • Favourites
  • Accessing a We Page Stored in URL
  • Printing a Web Page
  • Saving a Web Page
  • History

  • Welcome to HTML
  • View the Source Code
  • To Print the Source Code
  • How to make HTML Tags Work
  • Organising the Layout of Your Page
  • Body Attributes
  • More Control
  • Adding Images
  • Using and Image as a Background
  • Hyperlinks
  • Adding colors
  • Creating Tables
  • Creating Frames
  • Creating Forms

  • W3C and WHATWG – agreed rules.
  • Browser support.
  • The new Doctype, character set, script tag, and stylesheet link.
  • Setting your own markup standards.

  • Obsolete elements and attributes
  • Redefined elements.
  • Changes to the a element.
  • New Elements.
  • New Attributes.
  • Sectioning content.
  • New Event Attributes (JavaScript).

  • The Document Object Model (DOM),
  • JavaScript APIs ? a brief mention.
  • Native browser support.
  • Dynamic images – the canvas element.
  • Embedding audio files.
  • Adding video.

  • The placeholder , autofocus, required and autocomplete attributes.
  • The datalist element.
  • Input types.
  • New client-side form validation features.

  • Creating JavaScript alternatives.

  • jQuery – Home
  • jQuery – Overview
  • jQuery – Basics
  • jQuery – Selectors
  • jQuery – Attributes
  • jQuery – Traversing
  • jQuery – CSS
  • jQuery – DOM
  • jQuery – Events
  • jQuery – AJAX
  • jQuery – Effects

  • jQuery – Interactions
  • jQuery – Widgets
  • jQuery – Theming

  • jQuery – Quick Guide
  • jQuery – Utilities
  • jQuery – Plugins

  • Creating forms
  • Security Protection from Cross Site Scripting
  • Using the form GET method
  • Using the form POST method
  • Obtaining data from forms through variables
  • Using hidden fields
  • Secure Web Forms (HTTPS and SSL)
  • Calling pages from themselves using forms
  • Quoting HTML entities in user input

  • Identifiers
  • Data Types (integers, floats, strings and booleans)
  • Type juggling
  • Text constants, interpolation (strings, arrays, objects), here documents
  • Creating Variables
  • Variable assignment
  • Variable Scope
  • Namespaces
  • User-defined Constants
  • String constants, variable interpolation into strings
  • HTTP environment variables
  • Magic Constants
  • Variable References

  • Arithmetic Operators
  • Logical Operators
  • Relational (Comparison) Operators
  • The Identity Operator
  • Bitwise Operators
  • Error Suppression Operator
  • Execution Operators
  • Other Operators
  • Assignment Operators
  • Operator Precedence and Associativity

  • True and False
  • If
  • Comparing Strings and Numbers
  • else and elseif
  • The ? : Operator
  • Comparing for equality or identity
  • The switch / case statement
  • Alternative Syntax for Control Structures

  • Loops
  • while
  • do … while
  • for
  • break and continue
  • goto
  • exit

  • The php.ini file
  • Module Vs CGI Usage
  • register_globals
  • Control of error logging
  • Control of resource limits
  • Commonly set configurations
  • File system security
  • PHP4 compatibility in PHP5
  • A glance at upcoming PHP6

  • Purpose of functions
  • Built-in functions
  • Declaring functions
  • Functions Arguments
  • Default Arguments
  • Arguments – Call by Reference
  • Return
  • Returning References
  • Variable Scope (global vs local)
  • Static variables
  • Recursion
  • include and require
  • Variable function calls

  • What are arrays?
  • How and when to use arrays
  • Indexing arrays, numeric and hashes
  • Initialising arrays
  • Using foreach
  • Add/remove elements from arrays
  • One-dimensional arrays
  • Multi-dimensional arrays
  • References to array elements

  • Database APIs
  • Error-handling strategies
  • Connection/disconnection, log in/log out
  • Escaping strings in SQL statements
  • Including common access functions
  • Doing simple SQL queries via PHP
  • Building HTML tables using SQL Queries
  • Avoiding SQL Injection attacks
  • Access to: MySql, MySqli, Oracle & MS-SQL
  • Using PEAR DB
  • Using PHP Data Objects – PDO
  • An Insight to Smart Programming

  • substring and [] operators
  • Case conversion, trimming
  • Formatting output data
  • Regular expressions

  • What is a session?
  • Dependencies on the php.ini file
  • Understanding PHP session variables
  • Create a PHP session variable
  • Register and modify PHP session variables
  • Putting PHP session IDs in pages
  • Good Practise with sessions and PHP
  • Cookie properties
  • Setting a cookie
  • Retrieving PHP cookies
  • Expiring/Deleting PHP cookies
  • Drawbacks to cookies
  • Using cookies well
  • Cookie Security Issues

  • Opening files, local and remote
  • Reading and writing files
  • PHP portability on different Operating Systems
  • Finding file metadata
  • Handling file permissions
  • Handling file ownership
  • File locking
  • Opening and reading directories
  • File uploads from the browser/user

  • Designing Your Web Database
  • Creating Your Web Database
  • Working with Your MySQL Database
  • Accessing Your MySQL Database from the Web with PHP
  • Advanced MySQL Administration
  • Advanced MySQL Programming

  • Accessing MySQL via phpMyAdmin
  • Connect to a MySQL database
  • Execute SELECT statements
  • Execute INSERT, UPDATE, and DELETE statements
  • Try/catch statement to handle exceptions
  • Database Design and Normalization
  • Relationships, Transactions
  • Using EXPLAIN, Backing Up and Restoring

  • Querying a MySQL Database with PHP
  • Form Handling
  • Building Forms
  • Retrieving Submitted Data

  • Get data from text boxes, password boxes, and hidden fields
  • Get data from a radio button
  • Get data from a check box
  • Get data from an array of check boxes
  • Get data from a drop-down list and List box
  • Get data from a text area

  • Using Cookies in PHP
  • HTTP Authentication
  • Using Sessions
  • Test Your Knowledge

  • Introduction to Ajax
  • Using XMLHttpRequest
  • Implementing Ajax via POST Requests
  • Using GET Instead of POST
  • Sending XML Requests
  • Using Frameworks for Ajax

  • Running an E-Commerce Site
  • E-commerce Security Issues
  • Web Application Security
  • Implementing Authentication with PHP and MySQL
  • Implementing Secure Transactions with PHP and MySQL

  • Managing the Date and Time Using Session Control in PHP Other Useful Features

  • Uploading Projects to Web Servers
  • Introduction Domain registration for your site
  • Using PHP and MySQL for Large Projects
  • Debugging
  • Building User Authentication and Personalization
  • Building a Shopping Cart
  • PHP Email for Orders and Confirmation
  • Examples Connecting to Web Services with XML and SOAP

Reviews Statistic

0
0 out of 0
0 Ratings
5 Start 0
4 Start 0
3 Start 0
2 Start 0
1 Start 0

Reviews

There are no reviews yet.

Be the first to review “Web Design and Development Training”

Duration 8 Classes
Price £690.00

Start Date *

Location map

Share our course