Projects in PHP and MySQL

seeders: 22
leechers: 27
Added on February 8, 2015 by prithiplayerin Other > Tutorials
Torrent verified.



Projects in PHP and MySQL (Size: 4.64 GB)
 001 Course Intro.mp49 MB
 002 Environment Setup.mp418.66 MB
 003 PHP Basics.mp439.05 MB
 001 Building the UI.mp445.4 MB
 002 Create Database.mp416.88 MB
 003 Connect and Fetch Shouts.mp431.81 MB
 004 Validate and Insert Shouts.mp433.39 MB
 001 Quizzer UI - Part 1.mp442.32 MB
 002 Quizzer UI - Part 2.mp428.35 MB
 003 Connect to database.mp413.52 MB
 004 Fetch data from database.mp454.03 MB
 005 Process Answers.mp454.72 MB
 006 Add Question Form.mp458.89 MB
 001 Folder Structure.mp440.81 MB
 002 Frontend UI.mp4114.74 MB
 003 Create Database class.mp496.02 MB
 004 Frontend database fetch.mp4123.82 MB
 005 Admin UI.mp481.31 MB
 006 Admin Database fetch.mp479.15 MB
 007 Insert Post and Categories.mp460.39 MB
 008 Update and Delete.mp463.6 MB
 001 The File Structure.mp454.52 MB
 002 The UI.mp468.14 MB
 003 Inner page HTML.mp475.43 MB
 004 Adding the CSS.mp450.67 MB
 005 The Database.mp450.27 MB
 006 The Template Class.mp451.92 MB
 007 Inner Page Templates.mp466.77 MB
 008 The Topic Class.mp461.68 MB
 009 Topic with Category Filters.mp474.65 MB
 010 Single Topic Pages.mp446.17 MB
 001 Install and configure Codeigniter.mp449.62 MB
 002 Database Setup.mp440.18 MB
 003 The Gaming Place UI.mp465.35 MB
 004 Inner HTML and CSS.mp480.07 MB
 005 Views and layouts.mp470.66 MB
 006 Get and Display Products.mp485.66 MB
 007 Get categories and popular products.mp448.68 MB
 008 Cart Payment.mp449.17 MB
 009 Users.mp480.52 MB
 010 User Login and Logout.mp463.24 MB
 011 Paypal Checkout.mp4123.75 MB
 001 Install Wordpress.mp426.73 MB
 002 Wordpress Plugin Structure.mp458.68 MB
 003 Create Widget Class.mp480.96 MB
 004 Post with JQuery and Ajax.mp445.44 MB
 005 Build PHP Mailer.mp433.94 MB
 001 Create Structure.mp420.36 MB
 002 Address book foundation UI.mp472.02 MB
 003 Database and Config.mp469.37 MB
 004 Select and Add contacts.mp465.34 MB
 005 Edit and Delete Contacts.mp493.64 MB
 006 Edit and Delete Contacts - part 2.mp429.36 MB
 001 HTML Layout.mp471.88 MB
 002 Part 2 CSS.mp453.33 MB
 003 Inner page HTML.mp447.34 MB
 004 Database Installation and Config.mp460.15 MB
 005 Jobs Display.mp433.42 MB
 006 Layouts and Elements.mp476.22 MB
 007 Browse Controller and View.mp468.62 MB
 008 Search and Filter.mp484.2 MB
 009 Add, Edit and Delete Jobs.mp458.02 MB
 010 Update and Delete Jobs.mp440.51 MB
 001 Code Igniter Install and configure.mp446.63 MB
 002 Kewl CMS UI.mp453.28 MB
 003 Inner page and Login UI.mp441.73 MB
 004 Create Kewl Database.mp427.66 MB
 005 Frontend Articles and Views.mp465.27 MB
 006 Front end Inner pages.mp424.54 MB
 007 Admin Dashboard and Layout.mp475.78 MB
 008 Admin Articles and categories.mp453.23 MB
 009 Articles Update , Publish and Delete.mp424.16 MB
 010 Categories.mp436.27 MB
 001 Create Plugin File Menu item.mp427.8 MB
 002 Create Plugin Options Form.mp436.88 MB
 003 Storing Options value.mp445.45 MB
 004 Display Plugin Data.mp455.03 MB
 001 Summary.mp45.24 MB

Description

Projects in PHP and MySQL
Master PHP-MySQL by Building 10 Projects
https://www.udemy.com/the-co...urse-learn-by-building-apps/




INFO:
English |.MP4, AVC, 600 kbps, 1280x720 | AAC, 64 kbps, 2 Ch

What am I going to get from this course?

Over 88 lectures and 23.5 hours of content!
To Learn Web Programming Technologies such as PHP, MYSQL, JavaScript and JQuery
Build Practical projects during the course
Learn about popular web frameworks
Learn the software development process


COURSE DESCRIPTION

This is the ultimate course for all web developers who want to learn web programming while building practical projects along with the instructor. This course will help both beginners and experts alike. This course will primarily teach project building using MySQL and PHP but it covers Javascript, JQuery, Ajax, web frameworks, Wordpress and various other popular technologies in great detail.

This course can be done sequentially or you can pick and select the project and start working on them directly. These projects are all independent of each other. Besides the royalty free code can be used for any of your personal projects.

Project Details:

Shoutit Shoutbox

Description: Shoutit is a PHP powered shoutbox which uses mySQL to store shouts. This is a very basic PHP/MySQL
application. It is strictly procedural coding and uses the mysqli api

Features/Technologies:
PHP Syntax, PHPMyAdmin, MySQL Select, MySQL Insert, Loops, Superglobals (GET, POST), Associative Arrays, HTML/CSS

PHP Quizzer

Description: Quizzer is a simple PHP/MySQL based quiz engine. it uses multiple choices and admins can create
new quizes from within the browser

Features/Technologies:
PHP Syntax, PHPMyAdmin, MySQL Select, MySQL Insert, Loops, Superglobals (GET, POST), Associative Arrays,
HTML/CSS, Includes, Math Functions

PHP Lovers Blog
Description: This blog project is much more advanced than the earlier projects. We create a fairly large blogging
system. We create an admin section to add posts, delete posts as well as update them. We take our first look
at using libraries and classes in OOP as we create a completely custom MySQLi Database class. We also create
custom helper functions

Features/Technologies:
PHP OOP, PHPMyAdmin, MySQL CRUD, Loops, Superglobals (GET, POST), Associative Arrays, Bootstrap Framework

TalkingSpace Form

Description: Here we step up our coding standards and completely separate logic from display. We create a PDO
database class along with 3 or 4 other classes including Topics, Users and a Validator class for form validation

Features/Technologies:
Separate Logic & Display, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Loops, Superglobals (GET, POST), Associative Arrays,
Custom Template, User & Topic Libs, Sessions, Bootstrap Framework

The GamingPlace Shopping Cart

Description: This is an ecommerce-based MVC web application written with the Codeigniter framework. We utilize many of
Codeigniters libraries, helpers and structure. Users can register, add products to their cart and checkout using PayPal

Features/Technologies:
Codeigniter, MVC, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Sessions, PayPal Express Checkout API

Wordpress Contact Widget

Description: We will create a plugin/widget for Wordpress that will allow us to put a small contact form in any widget position in the template. It
gives users an easy way to get in touch. The widget will have options in the backend like recipient and subject

Features/Technologies:
Wordpress Platform, Wordpress Plugin API, Wordpress Widget API, PHP OOP, PHPMyAdmin

AJAX Address Book

Description: A completely custom addressbook application written in PHP along with jQuery and Ajax. Ajax is used to fetch contacts as well as add and edit them.
We use the "Foundation" HTML5 framework for the application's user interface.

Features/Technologies:
Foundation Framework, Ajax, jQuery, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Superglobals (GET, POST), Associative Arrays

JobFinds Job Board

Description: This is a fairly large project in which we will be using the CakePHP framework to build a job board. Users can register and login
to add a job. We also implement search & filter to narrow down job searches by keywords, location and category. We use the Kickstart HTML5 framework for UI

Features/Technologies:
CakePHP, MVC, Kickstart, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Superglobals (GET, POST), Associative Arrays

Kewl CMS Content Management System

Description: Kewl CMS is a Codeigniter based application for managing website content. We will build both frontend and backend. Bootstrap will be used for UI

Features/Technologies:
Codeigniter, Bootstrap, MVC, PHP OOP, PHPMyAdmin, PDO & Perpared Statements, MySQL CRUD, Superglobals (GET, POST), Associative Arrays


Wordpress Bridge Plugin for TGP

Description: We will build a Wordpress plugin that will allow us to connect to the "TheGamingPlace" database and display a set number of products in
a Wordpress page using a custom shortcode

Features/Technologies:
Wordpress Platform, Wordpress Plugin API, Wordpress Widget API, PHP OOP, PHPMyAdmin



Sharing Widget


Download torrent
4.64 GB
seeders:22
leechers:27
Projects in PHP and MySQL

All Comments

thanks yr...awsum
Thnks mate.
Welcome