Сообщения без ответов | Активные темы Текущее время: 2025-02-03 18:46



Ответить на тему  [ 1 сообщение ] 
[Udemy] PHP for Beginners - Become a PHP Master and Make Money Fast [2016, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
PHP for Beginners - Become a PHP Master and Make Money Fast

#777
Год выпуска: 2016
Производитель: Udemy
Сайт производителя: http://www.udemy.com
Продолжительность: 25:09:45
Тип раздаваемого материала: Видеоурок
Язык: Английский
Описание:
PHP для начинающих : узнать все, что нужно , чтобы стать профессиональным разработчиком PHP с практическими упражнениями & проектами .


PHP for Beginners: learn everything you need to become a professional PHP developer with practical exercises & projects.

Содержание
├── 01 The First Steps
│ ├── 001 Introduction.mp4
│ ├── 002 Local Development Environment and Software Install.mp4
│ ├── 003 Course Exercise Files Video Quality.mp4
│ ├── 004 Code Editor Installation Optional if you have one.mp4
│ ├── 005 Embedding PHP in HTML.mp4
│ ├── 006 Using Dynamic Data.mp4
│ ├── 007 Inserting Comments in PHP.mp4
│ └── 008 Practice Section 1.mp4
├── 02 Data Types and More
│ ├── 001 Variables in PHP.mp4
│ ├── 002 Math.mp4
│ ├── 003 Arrays.mp4
│ ├── 004 Associative Arrays.mp4
│ └── 005 Practice Section 2.mp4
├── 03 Control Structures
│ ├── 001 if Statements.mp4
│ ├── 002 Comparison and Logical Operators.mp4
│ ├── 003 Switch Statements in PHP.mp4
│ ├── 004 While Loop in PHP.mp4
│ ├── 005 For Loop in PHP.mp4
│ ├── 006 Foreach Loop in PHP.mp4
│ └── 007 Practice Section 3.mp4
├── 04 Custom Functions
│ ├── 001 Defining functions.mp4
│ ├── 002 Function Parameters.mp4
│ ├── 003 Return Values From Functions.mp4
│ ├── 004 Global Variable and Scope.mp4
│ ├── 005 Constants.mp4
│ └── 006 Practice Section 4.mp4
├── 05 PHP Built-in Functions
│ ├── 001 Math Functions.mp4
│ ├── 002 String Functions.mp4
│ ├── 003 Array Functions.mp4
│ └── 004 Practice Section 5.mp4
├── 06 How To Use Form Data in PHP
│ ├── 001 Checking for Form Submission.mp4
│ ├── 002 Extracting Information from form.mp4
│ ├── 003 Validating The Form Values.mp4
│ ├── 004 External Page Submission.mp4
│ └── 005 Practice Section 6.mp4
├── 07 How To Use Databases in PHP
│ ├── 001 Introduction to Databases.mp4
│ ├── 002 Introduction to PHPmyadmin.mp4
│ ├── 003 Markup for Login Page.mp4
│ ├── 004 Receiving Post Data From Check.mp4
│ ├── 005 Creating a Database in PHPmyadmin.mp4
│ ├── 006 Creating Tables and Inserting Data in PHPmyadmin.mp4
│ ├── 007 Connecting to the Database using PHP.mp4
│ ├── 008 Creating Records into the database table with PHP.mp4
│ ├── 009 Reading Information in the Database with PHP.mp4
│ ├── 010 Creating the Update Records Form.mp4
│ ├── 011 Query to Read Ids.mp4
│ ├── 012 Fixing Name Attribute Value.mp4
│ ├── 013 Query to Update Username and Password.mp4
│ ├── 014 Refactoring The Update Query into a Function.mp4
│ ├── 015 Delete Records From Database with PHP.mp4
│ ├── 016 ReFactoring all Database Query Code into Functions.mp4
│ ├── 017 Making All Files Modular and Refactoring.mp4
│ └── 018 Practice Section 7.mp4
├── 08 PHP Security
│ ├── 001 SQL Injection - How to Prevent it.mp4
│ ├── 002 Password Encryption.mp4
│ └── 003 Practice Section 8.mp4
├── 09 PHP and The Web
│ ├── 001 Introduction to HTTP Requests and more.mp4
│ ├── 002 Using The GET super Global.mp4
│ ├── 003 using The POST super Global.mp4
│ ├── 004 About Cookies in PHP.mp4
│ ├── 005 Setting Cookies with PHP.mp4
│ ├── 006 Reading Cookies in PHP.mp4
│ ├── 007 How use Sessions in PHP.mp4
│ └── 008 Practice Section 9.mp4
├── 10 Object Oriented PHP Introduction
│ ├── 001 What are classes and objects Introduction.mp4
│ ├── 002 What are classes and how to define them in PHP.mp4
│ ├── 003 What are class methods and how to create them.mp4
│ ├── 004 How to instantiate a class.mp4
│ ├── 005 Adding Properties to Our Class.mp4
│ ├── 006 Class inheretance.mp4
│ ├── 007 Constructors.mp4
│ ├── 008 Data Access.mp4
│ ├── 009 Static Data in Classes.mp4
│ └── 010 Practice Section 10.mp4
├── 11 CMS Project Blogging System - Front End and First Steps
│ ├── 001 Intro Tour of the CMS.mp4
│ ├── 002 Turning On Some Important Features.mp4
│ ├── 003 Adding our assets working structure.mp4
│ ├── 004 Creating database and category table for the CMS.mp4
│ ├── 005 Connecting to the database with PHP.mp4
│ ├── 006 Making our files reuseable.mp4
│ ├── 007 Inserting Data into Category Table and Displaying it.mp4
│ ├── 008 Creating the posts table.mp4
│ ├── 009 Inserting Data into the posts table and displaying it.mp4
│ ├── 010 Inserting the post image and displaying it.mp4
│ ├── 011 Creating a custom search engine part 1.mp4
│ ├── 012 Creating a custom search engine part 2.mp4
│ ├── 013 Creating a custom search engine part 3.mp4
│ └── 014 Adding Categories to the sidebar.mp4
├── 12 CMS - Categories More
│ ├── 001 Creating reuseable code in the admin.mp4
│ ├── 002 Creating the navigation links in admin.mp4
│ ├── 003 Creating the admin category page part 1.mp4
│ ├── 004 Creating the admin category page part 2.mp4
│ ├── 005 Displaying data in category page.mp4
│ ├── 006 Adding Categories.mp4
│ ├── 007 Adding a special Function to our header file.mp4
│ ├── 008 Deleting Categories.mp4
│ ├── 009 Updating or Editing Categories part 1.mp4
│ ├── 010 Updating or Editing Categories part 2.mp4
│ ├── 011 Refactoring category code part 1.mp4
│ └── 012 Refactoring category code part 2.mp4
├── 13 CMS - POSTS
│ ├── 001 Creating a HTML table in admin to display a list of posts.mp4
│ ├── 002 Displaying posts list in admin.mp4
│ ├── 003 Including Pages based on condition technique.mp4
│ ├── 004 Creating Post HTML form in admin.mp4
│ ├── 005 Inserting Post Data From admin.mp4
│ ├── 006 Deleting Posts in admin.mp4
│ ├── 007 Creating the HTML edit form post page.mp4
│ ├── 008 Displaying the Edit Data in Post Edit Page.mp4
│ ├── 009 Dynamic Category Editing Image Display.mp4
│ ├── 010 Finally Updating Posts.mp4
│ ├── 011 Relating Categories to posts and Displaying it.mp4
│ ├── 012 Adding Category Dropdown to the Add Post Page.mp4
│ ├── 013 Adding Individual Post Page and Link.mp4
│ ├── 014 Creating the category page.mp4
│ └── 015 Setting up some links and making an excerpt.mp4
├── 14 CMS - COMMENTS
│ ├── 001 Creating the comments table and inserting data.mp4
│ ├── 002 Creating the comments page and HTML form in admin.mp4
│ ├── 003 Creating the Query for displaying comments in admin part 1.mp4
│ ├── 004 Creating the Query for displaying comments in admin part 2.mp4
│ ├── 005 Inserting new fields in Front end comment form and testing it.mp4
│ ├── 006 Creating the Frond End comment insert query.mp4
│ ├── 007 Finishing the query to send comment data Front end.mp4
│ ├── 008 Relating Comments to posts.mp4
│ ├── 009 Deleting comments.mp4
│ ├── 010 Approving and unapproving comments.mp4
│ ├── 011 Displaying comments based on approval.mp4
│ ├── 012 Increasing comments count.mp4
│ ├── 013 Adjustments to visual for comments.mp4
│ └── 014 Adjustments for comments and Displaying Post Based on Status.mp4
├── 15 CMS - USERS
│ ├── 001 Creating the users table and data insert.mp4
│ ├── 002 Creating users pages and links.mp4
│ ├── 003 Modifying user table heading.mp4
│ ├── 004 Creating the display query for users.mp4
│ ├── 005 Displaying users in admin.mp4
│ ├── 006 Adding users in admin part 1.mp4
│ ├── 007 Adding users in admin part 2.mp4
│ ├── 008 Adding users in admin part 3.mp4
│ ├── 009 Adding users in admin part 4 and final.mp4
│ ├── 010 Deleting users.mp4
│ ├── 011 Changing user roles.mp4
│ ├── 012 Setting Up the Edit User Page.mp4
│ ├── 013 Displaying User Values in Edit Page.mp4
│ ├── 014 Adding Select Options to User Role.mp4
│ └── 015 Updating User.mp4
├── 16 CMS - Login
│ ├── 001 Creating the login form.mp4
│ ├── 002 Making the login page.mp4
│ ├── 003 Select User Query.mp4
│ ├── 004 Validating User Query Front End.mp4
│ ├── 005 Setting Values with Sessions.mp4
│ ├── 006 Logout Page Improved Validation.mp4
│ └── 007 Validating User Admin.mp4
├── 17 CMS - Profile
│ ├── 001 Creating the Profile Page.mp4
│ ├── 002 Displaying User Data.mp4
│ └── 003 Updating User Data.mp4
├── 18 CMS - Dashboard
│ ├── 001 Adding Widgets.mp4
│ ├── 002 Posts Dynamic Data in Widget.mp4
│ ├── 003 Using Dynamic Data in all Widgets.mp4
│ ├── 004 Adjusting Widget Links.mp4
│ ├── 005 Adding an AWESOME Chart to admin.mp4
│ ├── 006 Cleaning up the chart a little.mp4
│ ├── 007 Displaying Dynamic Data in chart part 1.mp4
│ └── 008 Displaying Dynamic Data in chart part 2.mp4
├── 19 Improving Our CMS
│ ├── 001 Adjusting post echo.mp4
│ ├── 002 Removing Read More Button.mp4
│ └── 003 Adding Notification to Add User Page.mp4
├── 20 CMS -Extra Features
│ ├── 001 Adding Dynamic Category Selection for Edit Post Page.mp4
│ ├── 002 Adding extra element to dashboard.mp4
│ ├── 003 Adding the WYSIWYG Editor.mp4
│ ├── 004 Adding Links to Post Images and Read More Button.mp4
│ ├── 005 Adding Post Update Notification.mp4
│ ├── 006 Adding Post Edit Link in Front End.mp4
│ ├── 007 Adding Bulk Options Posts, part 1.mp4
│ ├── 008 Adding Bulk Options Posts, part 2.mp4
│ ├── 009 Adding Bulk Options Posts, part 3.mp4
│ ├── 010 Adding Bulk Options Posts, part 4.mp4
│ ├── 011 Adding Bulk Options Posts, part 5.mp4
│ ├── 012 Adding Bulk Options Posts, part 6.mp4
│ ├── 013 Adding Dropdown Option for Add Post Page.mp4
│ ├── 014 Adding Post Creation Notice to Add Post Page.mp4
│ ├── 015 Adding Link to Add New Button in Post Page.mp4
│ ├── 016 Adding Link to View Posts from Admin.mp4
│ ├── 017 Adding Dynamic Personalization to Admin.mp4
│ └── 018 Adding Validation to Comments in Post Page.mp4
├── 21 CMS -Extra Features - User Registration
│ ├── 001 Downloading Placing Form Markup.mp4
│ ├── 002 Testing Registration Form.mp4
│ ├── 003 Extracting Form Values and Escaping.mp4
│ ├── 004 Starting Query and Default Tables Values.mp4
│ ├── 005 Fetching our Database for Default Values.mp4
│ ├── 006 Validating Fields.mp4
│ ├── 007 Encrypting User Passwords.mp4
│ ├── 008 Updating Our CMS due to password Encryption.mp4
│ ├── 009 User Page Display Shorter Password Field.mp4
│ ├── 010 User Page Dropdown Default Value Change.mp4
│ ├── 011 PHP and Javascript Confirm Before Action.mp4
│ ├── 012 Get Your Certificate.mp4
│ └── 013 Wrapping this up IMPORTANT.mp4
├── 22 CMS-Extra Features - Author Related Posts
│ ├── 001 Relating Posts to their Authors Part 1.mp4
│ ├── 002 Relating Posts to their Authors Part 2.mp4
│ ├── 003 Cloning Posts NEW feature - COOL STUFF .mp4
│ ├── 004 Adding a LOADER to the CMS Admin.mp4
│ ├── 005 Adding views functionality to posts.mp4
│ └── 006 Resetting Views Feature.mp4
├── 23 Pagination
│ ├── 001 Pagination Intro and Part 1.mp4
│ ├── 002 Pagination Intro and Part 2 - Links and Get Request.mp4
│ ├── 003 Pagination Intro and Part 3 - Get Request Processing.mp4
│ ├── 004 Pagination Intro and Part 4 - Assigning a variable to the per page value.mp4
│ └── 005 Pagination Intro and Part 5 - Adding Some Style to Current Page .mp4
├── 24 CMS - Extra Features - Users ONLINE
│ ├── 001 Creating the user online table and Setup.mp4
│ ├── 002 Creating the PHP code and Queries.mp4
│ ├── 003 Displaying Users Online .mp4
│ └── 004 Displaying Users Online in Navigation.mp4
├── 25 CMS- Extra Feature - NEW Simple Password Encrypting and Login System
│ ├── 001 Explanation of new New function and Implementation.mp4
│ ├── 002 Login in Users with new System.mp4
│ └── 003 Adding New System to Add Users in Admin.mp4
├── 26 CMS - Extra Feature - Improved Comment system count and diplay
│ ├── 001 Comment count and amount display.mp4
│ ├── 002 Creating a link in comment count and sending a GET Request.mp4
│ ├── 003 Comments page to specific posts.mp4
│ └── 004 Deleting in the same page.mp4
├── 27 CMS - Extra Feature - Post for Specific User in admin
│ ├── 001 Part 1 - Add Page.mp4
│ ├── 002 Part 2 - Insertion.mp4
│ ├── 003 Part 3 - Fixing User Display Issue.mp4
│ ├── 004 Part 4 - Edit Post Page Update.mp4
│ └── 005 Part 5 - Upgrading Front End.mp4
└── 28 CMS - More Security
└── 001 URL and MySQL Injection Protection.mp4

Файлы примеров: отсутствуют
Формат видео: MP4
Видео : AVC, 1280x720 (16:9), 60.000 fps, ~885 Kbps avg, 0.016 bit/pixel
Аудио: 44.1 KHz, AAC LC, 2 ch, ~60.1 Kbps

Скриншоты






















































2016-03-11 03:03
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2016-03-11 03:01 Приватный: Нет (DHT включён)
Статус:
---
Размер: 7.46 ГБ (8 012 863 891 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 0%
Сидеров: 0 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: Нет Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 15


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
ppkBB3cker v.2.5 © 2008-2021 @ PPK | Icon Theme by Everaldo.com Design Studio
Designed by ST Software.
Русская поддержка phpBB
[ Time : 0.761s | 16 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика