COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql



Similar documents
LAMP [Linux. Apache. MySQL. PHP] Industrial Implementations Module Description

DIPLOMA IN WEBDEVELOPMENT

IT3504: Web Development Techniques (Optional)

Certified PHP/MySQL Web Developer Course

Web Development using PHP (WD_PHP) Duration 1.5 months

IE Class Web Design Curriculum

IT3503 Web Development Techniques (Optional)

IGW+ Certificate. I d e a l G r o u p i n W e b. International professional web design,

HTML5. Turn this page to see Quick Guide of CTTC

ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE TITLE: CS WEB DEVELOPMENT AND PROGRAMMING FUNDAMENTALS

SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

CTIS 256 Web Technologies II. Week # 1 Serkan GENÇ

Short notes on webpage programming languages

WEB DESIGN COURSE CONTENT

TIME SCHEDULE OBJECTIVES

WEB DEVELOPMENT IA & IB (893 & 894)

E-Commerce: Designing And Creating An Online Store

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 233 INTRODUCTION TO PHP

COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida

Web Development. How the Web Works 3/3/2015. Clients / Server

Outline. CIW Web Design Specialist. Course Content

1. Please login to the Own Web Now Support Portal ( with your address and a password.

Web Design Specialist

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Hosting Wordpress, Joomla, Drupal Integration

Lesson 7 - Website Administration

Course Number: IAC-SOFT-WDAD Web Design and Application Development

WEB& WEBSITE DESIGN TRAINING

DBMS Project. COP Spring Final Submission Report

10CS73:Web Programming

FileMaker Server 9. Custom Web Publishing with PHP

Web Development News, Tips and Tutorials

Dreamweaver CS5. Module 2: Website Modification

Digital Downloads Pro

STATEMENT OF PURPOSE

Specialized Programme on Web Application Development using Open Source Tools

Drupal Performance Tuning

THE OPEN UNIVERSITY OF TANZANIA

Content Management Software Drupal : Open Source Software to create library website

Technical and Financial Proposal

Get Moneymakingsystem365.com Says It All! Great Conversions! - Review

You can get real. RELIABILITY, PERFORMANCE and EFFECTIVE RESULTS. We Create Skillful Developer

International Journal of Engineering Technology, Management and Applied Sciences. November 2014, Volume 2 Issue 6, ISSN

CLASSROOM WEB DESIGNING COURSE


Web Pages. Static Web Pages SHTML

How to Configure edgebox as a Web Server

PROPOSED SOLUTIONS FOR THE DESIGN & DEVELOPMENT OF COUPON WEBSITE

QUESTIONS AND ANSWERS

Chapter 1. Introduction to web development

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

End User Guide The guide for /ftp account owner

Pemrograman Web. 1. Pengenalan Web Server. M. Udin Harun Al Rasyid, S.Kom, Ph.D

Boston University. Overview and Description: Instructor, Contact , Office Hours and Blackboard Site: Topic Coverage.

Certified PHP Developer VS-1054

Web Designing with UI Designing

SETTING UP AND RUNNING A WEB SITE ON YOUR LENOVO STORAGE DEVICE WORKING WITH WEB SERVER TOOLS

Web Site Content Management Server. Installation Guide Version 4.1 Build 0

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one.

Christopher Zavatchen

CyberAds Studio. Ready to Deploy Intranets Small to mid-sized companies February 2003

Figure: Top Navigation Frame: Ability to Add Services from Different Subscriptions Is Enabled

Annex E - Capability Building Policy

Application layer Web 2.0

Additional information >>> HERE <<< Getting Instant Access free web hosting with cpanel and mysql Real User Experience

Web Application Guidelines

Office Fax

Yusuf Mudagal Mobile:

Web Development I & II*

Criteria for web application security check. Version

Check list for web developers

Xtreeme Search Engine Studio Help Xtreeme

INFORMATION BROCHURE Certificate Course in Web Design Using PHP/MySQL

Computer Science Course Descriptions Page 1

Google Analytics for Robust Website Analytics. Deepika Verma, Depanwita Seal, Atul Pandey

Databases and Architecture of Wordpress MORTENESBENSEN

4PSA DNS Manager Translator's Manual

(WAPT) Web Application Penetration Testing

DYNAMIC TECHNOLOGIES ON THE WEB: EDUCATION ADMINISTRATION APPLICATIONS. Doug Martin, Ph.D. University of Cincinnati

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development

Facebook Twitter YouTube Google Plus Website

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL

Lecture 11 Web Application Security (part 1)

Web development... the server side (of the force)

Nginx 1 Web Server Implementation

Framework as a master tool in modern web development

Web Development in Java

Installing buzztouch Self Hosted

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

vtiger Customer Portal 4.2 User Manual

GLEN RIDGE PUBLIC SCHOOLS MATHEMATICS MISSION STATEMENT AND GOALS

Website Development Plans

Installing Drupal on Your Local Computer

Web Technologies Week 4 Hosting, Servers and Databases. Context. Contents. MSc in Computing Computing - IBITE Liverpool Hope University College

SYSTEM DEVELOPMENT AND IMPLEMENTATION

PrintShop Mail Web. Release Notes

Developing Microsoft SharePoint Server 2013 Advanced Solutions. Version: Demo. Page <<1/8>>

Luca Caucchioli Information Technology Consultant

Transcription:

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql 1

About WEB DEVELOPMENT Among web professionals, "web development" refers to the design aspects of building web sites. Web development is a task involved in getting a WWW site for the Internet or an intranet. Web development can range from breaking the simplest static single page of plain text to the most complex network-based internet applications, commercial enterprises, and social web. Web development takes into account many security considerations, such as data entry error checking through forms, filtering output, encoding etc. Web development encompasses new approaches, methodologies, tools, techniques, and, guidelines to meet the unique requirements for web-based applications. Why WEB DEVELOPMENT? To learn about designing websites with the fundamentals of HTML and CSS. To acquire knowledge of software like Dreamweaver, Microsoft Expression Web and Photoshop for Web Development. To create web forms, and discover how to make dynamic pages that automatically displays data from a database or XML file. To make image maps, animated GIFs, and soft-to-create rollover effects. To create own websites with your script. To learn the steps how to make a website live. 2

SYLLABUS HTML, CSS & JAVASCRIPT Introduction of HTML Creating basic HTML pages Form Designing with HTML Creating Tables in HTML Working on Frames Introduction of CSS Understanding CSS selectors & properties Creating Inline, Internal, External CSS Introduction of JAVASCRIPT Creating variables Working with Data types Working with Arrays Creating & using Functions Creating Client-side Validations INTRODUCING PHP The origin of PHP PHP for Web Development & Web Applications PHP History Features of PHP How PHP works with the Web Server What is SERVER & how it works What is ZEND Engine Work of ZEND Engine INSTALLING AND CONFIGURING PHP PHP Installation MySQL Installation Apache Installation WAMP Installation Installing and Configuring PHP on Windows. How to design PHP applications using Dreamweaver 3

How to design PHP applications using IDE PHP INPUT MECHANISM Form Interpretation Understanding GET, POST, REQUEST Master-Child page concept PHP OUTPUT MECHANISM Working with ECHO, PRINT(), PRINTF() MINI TASK- Integrating HTML with PHP MINI TASK- Integrating CSS with PHP MINI TASK -Integrating JAVASCRIPT with PHP LANGUAGE BASICS Creating a simple PHP script Naming Variables Assigning and Displaying Variable Values Creating variables Displaying variable values Writing Your First Script That Uses Variables Using Variable Variables Removing Variables Understanding Data Types Assigning data types Type casting Type Juggling Introduction of PHP Keywords Comments CREATING WEB FEATURES Redirecting users to other pages Creating an Email Sending an Email Configuring Email File Uploading and File Downloading 4

MINI TASK- Creating a Mail Interface with PHP DATABASE MANAGEMENT (MySQL) Introduction to DBMS DBMS Vs RDBMS Keys Normalization DML, DDL, DCL Introduction to MySQL. Database Engines in MySQL. Performing dynamic functions using MySQL Using MySQL on the Web Adding tables to a database Creating a table Connecting to a database server Using Database Queries for accessing & manipulating data from database STATE MANAGEMENT Introduction to COOKIES Creating Cookies Using Cookies MINI TASK- Creating Cookie based authentication module Introduction to Session Starting a Session. Working with Session variables. Destroying session Passing Session Ids MINI TASK- Creating a session based Login form MAKE WEBSITE LIVE Buy Domain name Configure DNS Record Upload Files to Web Server using FTP Software 5

Set Up Database Test it on Internet FREE DOMAIN NAME & WEB HOSTING SPACE FOR 1 YEAR Domain Name of Your Choice (depends on availability) 500 MB Web Hosting Space (Server located in India, provided by Hostgator India) Unlimited MySql Database 6