php

advertisement
Understanding Web 2.0
What Is Web?, Search, Content Networks, User-Generated Content, Blogging, Social
Networking, Social Media, Tagging, Social Bookmarking, Software Development, Rich
Internet Applications (RIAs), Web Services, Mashups, Widgets and Gadgets, Location-Based
Services, XML, RSS, Atom, JSON and VoIP, Web Monetization Models, Web Business
Models, Future of the Web, Where to Go for More Web, Information, Web Bibliography,
Web Glossary.
HTML / XHTML
Editing XHTML , First XHTML Example, W3C XHTML Validation Service, Headings,
Linking, Images, Special Characters and Horizontal Rules, Lists, Tables, Forms, Internal
Linking, meta Elements.
Cascading Style Sheets™ (CSS)
Inline Styles, Embedded Style Sheets, Conflicting Styles, Linking External Style Sheets,
Positioning, Elements, Backgrounds, Element Dimensions, Box Model and Text Flow, Media
Types, Building a CSS Drop-Down Menu,User Style Sheets, CSS 3.
JavaScript:
Simple Program: Displaying a Line of Text in a Web Page, Modifying Our First Program,
Obtaining User Input with prompt Dialogs, Dynamic Web Page, Adding Integers, Memory
Concepts, Arithmetic, Decision Making: Equality and Relational Operators.
JavaScript: Control Statements I
Algorithms, Pseudocode, Control Structures, if Selection Statement, if…else Selection
Statement, while Repetition Statement, Formulating Algorithms: Counter-Controlled
Repetition, Formulating Algorithms: Sentinel-Controlled Repetition, Formulating
Algorithms: Nested Control Statements, Assignment Operators, Increment and
Decrement Operators.
JavaScript: Control Statements II
Essentials of Counter-Controlled Repetition, for Repetition Statement, Examples Using
the for Statement
switch Multiple-Selection Statement, do…while Repetition Statement, break and continue
Statements,
Labeled break and continue Statements, Logical Operators, Summary of Structured
Programming.
JavaScript: Functions
Program Modules in JavaScript, Programmer-Defined Functions, Function Definitions,
Random Number Generation, Example: Game of Chance, Another Example: Random
Image Generator, Scope Rules, JavaScript Global Functions, Recursion, Recursion vs.
Iteration.
JavaScript: Arrays
Arrays, Declaring and Allocating Arrays, Examples Using Arrays, Random Image
Generator Using Arrays, References and Reference Parameters, Passing Arrays to
Functions, Sorting Arrays, Searching Arrays: Linear Search and Binary Search,
Multidimensional Arrays, Building an Online Quiz.
JavaScript: Objects
Introduction to Object Technology, Math Object, String Object, Fundamentals of
Characters and Strings, Methods of the String Object, Character-Processing Methods,
Searching Methods, Splitting Strings and Obtaining Substrings, XHTML Markup Methods,
Date Object, Boolean and Number Objects, document Object, window Object, Using
Cookies, Using JSON to Represent Objects.
Document Object Model (DOM):Objects and Collections
Introduction, Modeling a Document: DOM Nodes and Trees, Traversing and Modifying a
DOM Tree, DOM Collections, Dynamic Styles, Summary of the DOM Objects and
Collections.
JavaScript: Events
Registering Event Handlers, Event onload, Event onmousemove, the event Object and
this
Rollovers with onmouseover and onmouseout, FormProcessing with onfocus and onblur,
More FormProcessing with onsubmit and onreset, Event Bubbling, More Events.
PHP
PHP Fundamentals:
PHP language, programming on the Web Server, installing, configuring and running Apache,
checking security settings, safe mode.PHP Basics: Syntax, anatomy of a PHP script, data
types, variables, constants, operators, control structures, errors and error management.
Embedding PHP in Web Pages
Strings And Patterns: String basics, using strings as arrays, comparing, searching and
replacing strings, formatting strings, quantifiers, matching and extracting strings, parsing
Fixed-Width field data records, storing binary data in strings.
Conditions and Functions:
Basic syntax, returning values, variable scope, passing arguments, variable-length, argument
lists, passing arguments by reference. Functions Calling a Function, Defining a Function,
Variable Scope, Function Parameters , Return Values , Variable Functions , Anonymous
Functions
Loops and Arrays: Counting with the for Loop, using a while Loop, array basics, array
operations, array iteration, sorting arrays, arrays as stacks, queues and sets, using arrays in
forms
Object Oriented Programming in PHP: OOP Fundamentals, class methods and properties,
constants, static methods and properties, interfaces & abstract classes, controlling object
serialization, instantiating an object dynamically.
Ftp request:
Useful software, how to access manipulate and change files on the server. Free hosting
providers .
Working with Files: Creating or opening a local file, opening a remote file, reading from
standard input, reading a file into a string, reading a file into an array, examining file
accessmodifiers, examining file access modifiers, reading and creating configuration files,
reading and writing compressed files, working with formatted text,
PHP Session Handling Features
Using PHP"s session handling features , PHP Cookie handling
Handling Date & Time in PHP
Inserting Code in Your Script , Including files ,Storing include files ,Setting up include
directories ,Creating Reusable Code (Functions) ,Defining functions ,Using variables in
functions ,Passing values to a function ,Returning a value from a function
Using built-in functions
Security and Encryption: Global Variables and Form Data, Filenames , File Uploads , File
Permissions , Concealing PHP Libraries ,PHP Code, Shell Commands , Security .Concepts
and practices, preventing session fixation, protecting against form spoofing, avoiding CrossSite scripting, storing passwords, encrypting and decrypting data, storing encrypted data in a
file or database, detecting SSL, sharing encrypted data with another web site, encrypting
email with GPG.
Troubleshooting a Script :
Missing Semicolons , Not Enough Equal Signs ,Misspelled Variable Names ,Missing Dollar
Signs ,Troubling Quotes ,Invisible Output ,Numbered Arrays ,Including PHP Statements
MySQL and SQL
Functions
Basic Select ,Limit, union and aggregate functions, Subqueries and joins ,Date, time and
other functions
Database Programming: Relational databases and SQL, SQL data types, creating databases
and tables, creating indices and relationships, dropping objects, adding and manipulating
data.
phpmyadmin:
Administrate Database, SQL joins, transactions, working with a database via phpMyAdmin.
Accessing Databases with PHP: Retrieving data in an HTML table, getting field names,
viewing and selecting records, editing the record, generating variables.
Advanced SQL and MySQL
Database Design ,Performing Joins ,Grouping Selected Results
Creating Indexes ,Using Different Table Types ,Performing FULLTEXT Searches
RICH INTERNET APPLICATIONS
XML and Web Programming: Code libraries, templating systems, error handling, session
tracking, registering new users, parsing XML with DOM, extracting information using XPath
transforming XML with XSLT, setting XSLT parameters from PHP, mapping XML schema
data types to PHP classes, integrating with JavaScript, converting plain text to HTML and
HTML to plain text.
AJAX and PHP
Ajax allows for rich-internet applications that mimic the responsiveness and complex user
interfaces typically associated with desktop applications. Moving applications to the web
browser opens many possibilities, including the ability to save user data, connecting with
other users for collaboration and sharing, and making deployment and using the application
easier since web browsers are standard-issue with most computers regardless of operating
system.
PHP FRAMEWORKS
Main Frameworks, Why to use Frameworks, Understanding WMC requests.
SCOPE OF PROJECTS
PHP Blog site:
Creating the Database and admin functionality to upload / post news on the website,
Group news by category, dates, and display them in the user friendly page.
PHP CMS:
Creating the Database , and admin functionality that allows creation, editing, publishing,
organizing and managing of content of a website
PHP E-Commerce part 1:
Creating the Database , and functionality for users to purchase items from your website.
PayPal buttons and requests.
PHP Social network:
Creating the Database , and functionality for users to interact on your website allow them to
post comments upload avatars photos.
E-Commerce part 2:
Creating the Database ,The Administrative Side ,Creating the Public Template
The Product Catalog, The Shopping Cart ,Recording the Orders
Download