Tuesday 1 October 2013

[GET] Udemy - PHP Punch in the Face

PHP Punch in the Face $15

Get punched in the face with PHP. Cover the basics, create a re-usable database class, and build your first application!

Code:
https://www.udemy.com/php-punch-in-the-face/?couponCode=REDDIT

by Jesse Boyer
So you don't know PHP but want to? This Learn PHP Online course takes you from a complete newbie to an intermediate programmer. I'll walk you through the language basics and teach you to the most obvious thing you'll want to do: Build a Database Driven Project. This Learn PHP Online course should take no more than 2 weeks to finish.
You should take this PHP For Absolute Beginners course because one language can open the door to opportunity, hobbies, and new languages. Studying programming was one of the best choices I made in life.
Take this ultimate PHP For Absolute Beginners course right now and learn PHP online.


SECTION 1: Getting Started

    02:04
    Lecture 1:
    Installing PHP on your Hard Drive
    09:18
    Lecture 2:
    Installing WAMP on Windows
    02:34
    Lecture 3:
    Setting up Command Line Interface in...
    03:47
    Lecture 4:
    Chrome Developer Tools (Optional)
    02:38
    Lecture 5:
    Setup Your IDE and Workspace

SECTION 2: Syntax Warmup!

    04:51
    Lecture 6:
    Variables
    05:51
    Lecture 7:
    Types
    4 questions
    Quiz 1:
    Baby Steps
    08:02
    Lecture 8:
    Operators
    05:48
    Lecture 9:
    If Statement
    5 questions
    Quiz 2:
    Do you know your IF Statements?
    03:04
    Lecture 10:
    Switch Statement
    09:17
    Lecture 11:
    You must Master Arrays!
    11:00
    Lecture 12:
    Loops - The Secret Behind it All!
    9 questions
    Quiz 3:
    Arrays and Loops
    04:39
    Lecture 13:
    $_GET Parameters
    03:22
    Lecture 14:
    $_POST Parameters
    04:44
    Lecture 15:
    $_FILES Parameters
    03:13
    Lecture 16:
    Practice Create a Page and POST a Form
    4 questions
    Quiz 4:
    Debugging!

SECTION 3: Behold, Functions!

    03:42
    Lecture 17:
    Function Intro
    04:21
    Lecture 18:
    Function Arguments
    05:16
    Lecture 19:
    Function Return
    05:01
    Lecture 20:
    Scope - Always know where you are Matey!

SECTION 4: Built In Functions

    08:20
    Lecture 21:
    String Functions
    04:46
    Lecture 22:
    Array Functions
    04:07
    Lecture 23:
    Building a Site with Includes

SECTION 5: MySQL Database!

    01:49
    Lecture 24:
    Intro & Software to Use
    07:08
    Lecture 25:
    Designing a Database
    03:40
    Lecture 26:
    Relationships
    05:53
    Lecture 27:
    SELECTing Data
    04:32
    Lecture 28:
    INSERT UPDATE DELETE
    10 questions
    Quiz 5:
    MySQL Basics Quiz

SECTION 6: PHP to MySQL Database

    10:48
    Lecture 29:
    PHP PDO Intro
    10:01
    Lecture 30:
    Prepared Statements
    4 questions
    Quiz 6:
    PDO Quiz

SECTION 7: Objects Overview and Building a Validation Class

    02:29
    Lecture 31:
    Object Overview
    04:39
    Lecture 32:
    Creating Objects and Using Methods
    03:18
    Lecture 33:
    Object Inheritence
    02:43
    Lecture 34:
    Object Permissions
    15:42
    Lecture 35:
    Improving our Validator Class and...
    02:55
    Lecture 36:
    Static
    Text
    Lecture 37:
    Object File
    10 questions
    Quiz 7:
    Object Quiz

SECTION 8: Dive Into OOP with a Custom Database Object

    08:43
    Lecture 38:
    Building a CRUD Class
    08:15
    Lecture 39:
    Designing the Class Usage
    08:30
    Lecture 40:
    Adding Insert Ability
    08:12
    Lecture 41:
    Adding Delete Functionality
    12:18
    Lecture 42:
    Adding Update Ability
    13:43
    Lecture 43:
    Adding Select Ability
    08:30
    Lecture 44:
    Class Organization and DRY

SECTION 9: Practice: Build a Wireframe User System with our CRUD Model

    07:17
    Lecture 45:
    Setting up the UserX project
    08:02
    Lecture 46:
    Setting up the Login Form
    09:38
    Lecture 47:
    Directing Logins and Logouts
    12:56
    Lecture 48:
    Create User Form
    07:09
    Lecture 49:
    Listing Users, Deleting Users
    11:34
    Lecture 50:
    Include Files & Session System...
    08:15
    Lecture 51:
    Adding User Types and Protect Areas
    Text
    Lecture 52:
    SQL Schema

SECTION 10: What's Next?

    03:59
    Lecture 53:
    PHP Frameworks
    02:51
    Lecture 54:
    Ending Advice from The Years