zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - PHP for Beginners - Become a PHP Master - CMS Project
magnet:?xt=urn:btih:38750e01ea618f64667e23e9a7228240c90c8f39&dn=[FreeCourseSite.com] Udemy - PHP for Beginners - Become a PHP Master - CMS Project
磁力链接详情
文件列表详情
38750e01ea618f64667e23e9a7228240c90c8f39
infohash:
330
文件数量
13.66 GB
文件大小
2024-1-30 06:54
创建日期
2024-10-30 02:19
最后访问
相关分词
FreeCourseSite
com
Udemy
-
PHP
for
Beginners
-
Become
a
PHP
Master
-
CMS
Project
01 - The First Steps/001 Introduction.mp4 12.87 MB
01 - The First Steps/002 Updated - Course Overview.mp4 26.73 MB
01 - The First Steps/003 Local Development Environment Tools.mp4 102.47 MB
01 - The First Steps/004 Course Exercise Reference Files - Udemy Video Walk Through.mp4 74.09 MB
01 - The First Steps/006 Download and Install Development Editor.mp4 93.2 MB
01 - The First Steps/007 Embedding PHP in HTML.mp4 50.33 MB
01 - The First Steps/008 Using Dynamic Data.mp4 29.83 MB
01 - The First Steps/009 Inserting Comments in PHP.mp4 34.44 MB
01 - The First Steps/010 Practice Section 1.mp4 26.6 MB
02 - Data Types and More/001 Variables in PHP.mp4 71.74 MB
02 - Data Types and More/002 Math.mp4 36.72 MB
02 - Data Types and More/003 Arrays.mp4 77.56 MB
02 - Data Types and More/004 Associative Arrays.mp4 59.49 MB
02 - Data Types and More/005 Practice Section 2.mp4 17.97 MB
03 - Control Structures/001 if Statements.mp4 42.69 MB
03 - Control Structures/002 Comparison and Logical Operators.mp4 33.17 MB
03 - Control Structures/003 Switch Statements in PHP.mp4 43.57 MB
03 - Control Structures/004 While Loop in PHP.mp4 58.03 MB
03 - Control Structures/005 For Loop in PHP.mp4 34.01 MB
03 - Control Structures/006 Foreach Loop in PHP.mp4 29.44 MB
03 - Control Structures/007 Practice Section 3.mp4 38.19 MB
04 - Custom Functions/001 Defining functions.mp4 64.52 MB
04 - Custom Functions/002 Function Parameters.mp4 53.24 MB
04 - Custom Functions/003 Return Values From Functions.mp4 61.59 MB
04 - Custom Functions/004 Global Variable and Scope.mp4 27.08 MB
04 - Custom Functions/005 Constants.mp4 7.06 MB
04 - Custom Functions/007 Practice Section 4.mp4 21.18 MB
05 - PHP Built-in Functions/001 Math Functions.mp4 21.89 MB
05 - PHP Built-in Functions/002 String Functions.mp4 15.47 MB
05 - PHP Built-in Functions/003 Array Functions.mp4 17 MB
05 - PHP Built-in Functions/004 Practice Section 5.mp4 29.24 MB
06 - How To Use Form Data in PHP/001 Checking for Form Submission.mp4 22.9 MB
06 - How To Use Form Data in PHP/002 Extracting Information from form.mp4 17.01 MB
06 - How To Use Form Data in PHP/003 Validating The Form Values.mp4 48.05 MB
06 - How To Use Form Data in PHP/004 External Page Submission.mp4 26.63 MB
06 - How To Use Form Data in PHP/005 Practice Section 6.mp4 8.38 MB
07 - How To Use Databases in PHP/001 Introduction to Databases.mp4 9.98 MB
07 - How To Use Databases in PHP/002 Introduction to PHPmyadmin.mp4 39.15 MB
07 - How To Use Databases in PHP/003 Creating a Database in PHPmyadmin.mp4 14.37 MB
07 - How To Use Databases in PHP/004 Creating Tables and Inserting Data in PHPmyadmin.mp4 9.48 MB
07 - How To Use Databases in PHP/005 Markup for Login Page.mp4 76.33 MB
07 - How To Use Databases in PHP/006 Receiving Post Data From Check.mp4 30.91 MB
07 - How To Use Databases in PHP/007 Connecting to the Database using PHP.mp4 27.05 MB
07 - How To Use Databases in PHP/008 Creating Records into the database table with PHP.mp4 61.43 MB
07 - How To Use Databases in PHP/009 Reading Information in the Database with PHP.mp4 38.8 MB
07 - How To Use Databases in PHP/010 Creating the Update Records Form.mp4 67.91 MB
07 - How To Use Databases in PHP/011 Fixing Name Attribute Value.mp4 4.07 MB
07 - How To Use Databases in PHP/012 Query to Read Id's.mp4 81.24 MB
07 - How To Use Databases in PHP/013 Query to Update Username and Password.mp4 76.64 MB
07 - How To Use Databases in PHP/014 Refactoring The Update Query into a Function.mp4 45.17 MB
07 - How To Use Databases in PHP/015 Delete Records From Database with PHP.mp4 72.4 MB
07 - How To Use Databases in PHP/016 ReFactoring all Database Query Code into Functions.mp4 97.92 MB
07 - How To Use Databases in PHP/017 Making All Files Modular and Refactoring.mp4 53.88 MB
07 - How To Use Databases in PHP/018 Practice Section 7.mp4 96.09 MB
08 - PHP Security/001 SQL Injection - How to Prevent it.mp4 52.53 MB
08 - PHP Security/002 Password Encryption.mp4 107.66 MB
08 - PHP Security/003 Practice Section 8.mp4 10.46 MB
09 - PHP and The Web/001 Introduction to HTTP Requests and more.mp4 2.29 MB
09 - PHP and The Web/002 Using The GET super Global.mp4 59.4 MB
09 - PHP and The Web/003 Using the Post Super Global.mp4 16.53 MB
09 - PHP and The Web/004 About Cookies in PHP.mp4 30.47 MB
09 - PHP and The Web/005 Setting Cookies with PHP.mp4 55.66 MB
09 - PHP and The Web/006 Reading Cookies in PHP.mp4 31.11 MB
09 - PHP and The Web/007 How use Sessions in PHP.mp4 59.18 MB
09 - PHP and The Web/008 Practice Section 9.mp4 39.91 MB
10 - Object Oriented PHP Introduction/001 What are classes and objects Introduction.mp4 5.66 MB
10 - Object Oriented PHP Introduction/002 What are classes and how to define them in PHP.mp4 31.28 MB
10 - Object Oriented PHP Introduction/003 What are class methods and how to create them.mp4 25.27 MB
10 - Object Oriented PHP Introduction/004 How to instantiate a class.mp4 30.22 MB
10 - Object Oriented PHP Introduction/005 Adding Properties to Our Class.mp4 24.86 MB
10 - Object Oriented PHP Introduction/006 Class inheritance.mp4 15.72 MB
10 - Object Oriented PHP Introduction/007 Constructors.mp4 24.13 MB
10 - Object Oriented PHP Introduction/008 Data Access.mp4 37.23 MB
10 - Object Oriented PHP Introduction/010 Static Data in Classes.mp4 32.17 MB
10 - Object Oriented PHP Introduction/011 Practice Section 10.mp4 43.73 MB
11 - Working with files/001 Opening and creating files.mp4 33.31 MB
11 - Working with files/002 Writing to files.mp4 16.96 MB
11 - Working with files/003 Reading files.mp4 13.94 MB
11 - Working with files/004 Deleting files.mp4 4.14 MB
12 - CMS Project Blogging System - Front End and First Steps/001 Intro Tour of the CMS.mp4 161.33 MB
12 - CMS Project Blogging System - Front End and First Steps/002 Turning On Some Important Features.mp4 48.55 MB
12 - CMS Project Blogging System - Front End and First Steps/003 Adding our assets working structure.mp4 69.22 MB
12 - CMS Project Blogging System - Front End and First Steps/004 Creating database and category table for the CMS.mp4 24.97 MB
12 - CMS Project Blogging System - Front End and First Steps/005 Connecting to the database with PHP.mp4 30.92 MB
12 - CMS Project Blogging System - Front End and First Steps/006 Making our files reuseable.mp4 121.57 MB
12 - CMS Project Blogging System - Front End and First Steps/007 Inserting Data into Category Table and Displaying it.mp4 50.72 MB
12 - CMS Project Blogging System - Front End and First Steps/008 Creating the posts table.mp4 29.99 MB
12 - CMS Project Blogging System - Front End and First Steps/009 Post Comment Count Update ( Edwin from the future ).mp4 8.84 MB
12 - CMS Project Blogging System - Front End and First Steps/010 Inserting Data into the posts table and displaying it.mp4 146.51 MB
12 - CMS Project Blogging System - Front End and First Steps/011 Inserting the post image and displaying it.mp4 64.2 MB
12 - CMS Project Blogging System - Front End and First Steps/012 Creating a custom search engine part 1.mp4 26.56 MB
12 - CMS Project Blogging System - Front End and First Steps/013 Creating a custom search engine part 2.mp4 59.62 MB
12 - CMS Project Blogging System - Front End and First Steps/014 Creating a custom search engine part 3.mp4 31.19 MB
12 - CMS Project Blogging System - Front End and First Steps/015 Adding Categories to the sidebar.mp4 87.25 MB
13 - CMS - Categories & More/001 Creating reuseable code in the admin.mp4 111.54 MB
13 - CMS - Categories & More/002 Creating the navigation links in admin.mp4 67.5 MB
13 - CMS - Categories & More/003 Creating the admin category page part 1.mp4 40.71 MB
13 - CMS - Categories & More/004 Creating the admin category page part 2.mp4 20.63 MB
13 - CMS - Categories & More/005 Displaying data in category page.mp4 46.93 MB
13 - CMS - Categories & More/006 Adding Categories.mp4 20.77 MB
13 - CMS - Categories & More/007 Adding a special Function to our header file.mp4 4.18 MB
13 - CMS - Categories & More/008 Deleting Categories.mp4 46.88 MB
13 - CMS - Categories & More/009 Updating or Editing Categories part 1.mp4 36.06 MB
13 - CMS - Categories & More/010 Updating or Editing Categories part 2.mp4 60.56 MB
13 - CMS - Categories & More/011 Refactoring category code part 1.mp4 18.43 MB
13 - CMS - Categories & More/012 Refactoring category code part 2.mp4 17.99 MB
14 - CMS - POSTS/001 Creating a HTML table in admin to display a list of posts.mp4 48.21 MB
14 - CMS - POSTS/002 Displaying posts list in admin.mp4 85.43 MB
14 - CMS - POSTS/003 Including Pages based on condition technique.mp4 33.17 MB
14 - CMS - POSTS/004 Creating Post HTML form in admin.mp4 67.73 MB
14 - CMS - POSTS/005 Inserting Post Data From admin.mp4 92.08 MB
14 - CMS - POSTS/006 Deleting Posts in admin.mp4 50.07 MB
14 - CMS - POSTS/007 Creating the HTML edit form post page.mp4 16.52 MB
14 - CMS - POSTS/008 Displaying the Edit Data in Post Edit Page.mp4 63.52 MB
14 - CMS - POSTS/009 Dynamic Category Editing Image Display.mp4 19.63 MB
14 - CMS - POSTS/010 Finally Updating Posts.mp4 124.16 MB
14 - CMS - POSTS/011 Relating Categories to posts and Displaying it.mp4 15.3 MB
14 - CMS - POSTS/012 Adding Category Dropdown to the Add Post Page.mp4 65.84 MB
14 - CMS - POSTS/013 Adding Individual Post Page and Link.mp4 88.83 MB
14 - CMS - POSTS/014 Creating the category page.mp4 47.35 MB
14 - CMS - POSTS/015 Setting up some links and making an excerpt.mp4 32.51 MB
15 - CMS - COMMENTS/001 Creating the comments table and inserting data.mp4 17.9 MB
15 - CMS - COMMENTS/002 Creating the comments page and HTML form in admin.mp4 14.38 MB
15 - CMS - COMMENTS/003 Creating the Query for displaying comments in admin part 1.mp4 57.84 MB
15 - CMS - COMMENTS/004 Creating the Query for displaying comments in admin part 2.mp4 25.5 MB
15 - CMS - COMMENTS/005 Inserting new fields in Front end comment form and testing it.mp4 71.36 MB
15 - CMS - COMMENTS/006 Creating the Frond End comment insert query.mp4 34.57 MB
15 - CMS - COMMENTS/007 Finishing the query to send comment data (Front end).mp4 24.97 MB
15 - CMS - COMMENTS/008 Relating Comments to posts.mp4 50.81 MB
15 - CMS - COMMENTS/009 Deleting comments.mp4 22.72 MB
15 - CMS - COMMENTS/010 Approving and unapproving comments.mp4 36.13 MB
15 - CMS - COMMENTS/011 Displaying comments based on approval.mp4 46.15 MB
15 - CMS - COMMENTS/012 Increasing comments count.mp4 20.77 MB
15 - CMS - COMMENTS/013 Adjustments to visual for comments.mp4 16.87 MB
15 - CMS - COMMENTS/014 Adjustments for comments and Displaying Post Based on Status.mp4 67.08 MB
16 - CMS - USERS/001 Creating the users table and data insert.mp4 41.23 MB
16 - CMS - USERS/002 Creating users pages and links.mp4 30.74 MB
16 - CMS - USERS/003 Modifying user table heading.mp4 25.29 MB
16 - CMS - USERS/004 Creating the display query for users.mp4 30.67 MB
16 - CMS - USERS/005 Displaying users in admin.mp4 25.23 MB
16 - CMS - USERS/006 Adding users in admin part 1.mp4 47.67 MB
16 - CMS - USERS/007 Adding users in admin part 2.mp4 50.32 MB
16 - CMS - USERS/008 Adding users in admin part 3.mp4 32.83 MB
16 - CMS - USERS/009 Adding users in admin part 4 and final.mp4 6.89 MB
16 - CMS - USERS/010 Deleting users.mp4 10.28 MB
16 - CMS - USERS/011 Changing user roles.mp4 28.68 MB
16 - CMS - USERS/012 Setting Up the Edit User Page.mp4 34.76 MB
16 - CMS - USERS/013 Displaying User Values in Edit Page.mp4 52.81 MB
16 - CMS - USERS/014 Adding Select Options to User Role.mp4 16.57 MB
16 - CMS - USERS/015 Updating User.mp4 54.45 MB
17 - CMS - Login/001 Creating the login form.mp4 50.74 MB
17 - CMS - Login/002 Making the login page.mp4 21.96 MB
17 - CMS - Login/003 Select User Query.mp4 48.33 MB
17 - CMS - Login/004 Validating User Query Front End.mp4 67.71 MB
17 - CMS - Login/005 Setting Values with Sessions.mp4 46.96 MB
17 - CMS - Login/006 Validating User Admin.mp4 67.21 MB
17 - CMS - Login/007 Logout Page Improved Validation.mp4 43.67 MB
17 - CMS - Login/008 Login improved- Edwin from the Future.mp4 7.77 MB
18 - CMS - Profile/001 Creating the Profile Page.mp4 41.84 MB
18 - CMS - Profile/002 Displaying User Data.mp4 41.34 MB
18 - CMS - Profile/003 Updating User Data.mp4 24.9 MB
19 - CMS - Dashboard/001 Adding Widgets.mp4 21.39 MB
19 - CMS - Dashboard/002 Posts Dynamic Data in Widget.mp4 18.67 MB
19 - CMS - Dashboard/003 Using Dynamic Data in all Widgets.mp4 25.55 MB
19 - CMS - Dashboard/004 Adjusting Widget Links.mp4 42.51 MB
19 - CMS - Dashboard/005 Adding an AWESOME Chart to admin.mp4 46.8 MB
19 - CMS - Dashboard/006 Cleaning up the chart a little.mp4 33.43 MB
19 - CMS - Dashboard/007 Displaying Dynamic Data in chart part 1.mp4 66.56 MB
19 - CMS - Dashboard/008 Displaying Dynamic Data in chart part 2.mp4 57.36 MB
20 - Improving Our CMS/001 Adjusting post echo.mp4 11.68 MB
20 - Improving Our CMS/002 Removing Read More Button.mp4 19.28 MB
20 - Improving Our CMS/003 Adding Notification to Add User Page.mp4 10.16 MB
21 - CMS -Extra Features/001 Adding Dynamic Category Selection for Edit Post Page.mp4 38.57 MB
21 - CMS -Extra Features/002 Adding extra element to dashboard.mp4 30.21 MB
21 - CMS -Extra Features/003 Adding the WYSIWYG Editor.mp4 108.5 MB
21 - CMS -Extra Features/004 Adding Links to Post Images and Read More Button.mp4 16.25 MB
21 - CMS -Extra Features/005 Adding Post Update Notification.mp4 53.43 MB
21 - CMS -Extra Features/006 Adding Post Edit Link in Front End.mp4 52.26 MB
21 - CMS -Extra Features/007 Adding Bulk Options Posts, part 1.mp4 14.31 MB
21 - CMS -Extra Features/008 Adding Bulk Options Posts, part 2.mp4 42.19 MB
21 - CMS -Extra Features/009 Adding Bulk Options Posts, part 3.mp4 42.89 MB
21 - CMS -Extra Features/010 Adding Bulk Options Posts, part 4.mp4 24.76 MB
21 - CMS -Extra Features/011 Adding Bulk Options Posts, part 5.mp4 21.71 MB
21 - CMS -Extra Features/012 Adding Bulk Options Posts, part 6.mp4 32.42 MB
21 - CMS -Extra Features/013 Adding Dropdown Option for Add Post Page.mp4 26.22 MB
21 - CMS -Extra Features/014 Adding Post Creation Notice to Add Post Page.mp4 24.15 MB
21 - CMS -Extra Features/015 Adding Link to Add New Button in Post Page.mp4 21.91 MB
21 - CMS -Extra Features/016 Adding Link to View Posts from Admin.mp4 51.45 MB
21 - CMS -Extra Features/017 Adding Dynamic Personalization to Admin.mp4 11.68 MB
21 - CMS -Extra Features/018 Adding Validation to Comments in Post Page.mp4 43.85 MB
22 - CMS -Extra Features - User Registration/001 Downloading & Placing Form Markup.mp4 19.35 MB
22 - CMS -Extra Features - User Registration/002 Testing Registration Form.mp4 13.04 MB
22 - CMS -Extra Features - User Registration/003 Extracting Form Values and Escaping.mp4 14.06 MB
22 - CMS -Extra Features - User Registration/004 Starting Query and Default Tables Values.mp4 48.59 MB
22 - CMS -Extra Features - User Registration/005 Fetching our Database for Default Values.mp4 29.18 MB
22 - CMS -Extra Features - User Registration/006 Registering Users.mp4 61.17 MB
22 - CMS -Extra Features - User Registration/007 Validating Fields.mp4 51.5 MB
22 - CMS -Extra Features - User Registration/008 Encrypting User Passwords.mp4 21.2 MB
22 - CMS -Extra Features - User Registration/009 Updating Our CMS due to password Encryption.mp4 82.52 MB
22 - CMS -Extra Features - User Registration/010 User Page Display Shorter Password Field.mp4 66.23 MB
22 - CMS -Extra Features - User Registration/011 User Page Dropdown Default Value Change.mp4 15.91 MB
22 - CMS -Extra Features - User Registration/012 PHP and Javascript Confirm Before Action.mp4 33.58 MB
22 - CMS -Extra Features - User Registration/013 Get Your Certificate.mp4 10.9 MB
22 - CMS -Extra Features - User Registration/014 Wrapping this up! (IMPORTANT).mp4 5.83 MB
22 - CMS -Extra Features - User Registration/015 Make your Feature requests here!.mp4 1.8 MB
23 - CMS-Extra Features - Author Related Posts/001 Relating Posts to their Authors Part #1.mp4 36.59 MB
23 - CMS-Extra Features - Author Related Posts/002 Relating Posts to their Authors Part #2.mp4 37.13 MB
23 - CMS-Extra Features - Author Related Posts/003 Cloning Posts NEW feature - COOL STUFF ).mp4 61.54 MB
23 - CMS-Extra Features - Author Related Posts/004 Adding a LOADER to the CMS Admin.mp4 59.25 MB
23 - CMS-Extra Features - Author Related Posts/005 Adding views functionality to posts.mp4 72.02 MB
23 - CMS-Extra Features - Author Related Posts/006 Resetting Views Feature.mp4 59.63 MB
23 - CMS-Extra Features - Author Related Posts/007 Form Resubmission Fix for all pages.mp4 13.22 MB
24 - Pagination/001 Pagination Intro and Part 1.mp4 41.58 MB
24 - Pagination/002 Pagination Intro and Part 2 - Links and Get Request.mp4 28.07 MB
24 - Pagination/003 Pagination Intro and Part 3 - Get Request Processing.mp4 22.98 MB
24 - Pagination/004 Pagination Intro and Part 4 - Assigning a variable to the per page value.mp4 45.62 MB
24 - Pagination/005 Pagination Intro and Part 5 - Adding Some Style to Current Page ).mp4 23.04 MB
25 - CMS - Extra Features - Users ONLINE/001 Creating the user online table and Setup.mp4 25.63 MB
25 - CMS - Extra Features - Users ONLINE/002 Creating the PHP code and Queries.mp4 17.17 MB
25 - CMS - Extra Features - Users ONLINE/003 Displaying Users Online ).mp4 69.04 MB
25 - CMS - Extra Features - Users ONLINE/004 Displaying Users Online in Navigation.mp4 19.19 MB
25 - CMS - Extra Features - Users ONLINE/005 Instant Users Online count without refreshing part 1.mp4 21.14 MB
25 - CMS - Extra Features - Users ONLINE/006 Instant Users Online count without refreshing part 2.mp4 88.71 MB
26 - CMS- Extra Feature - NEW Simple Password Encrypting and Login System/001 Explanation of new New function and Implementation.mp4 84.65 MB
26 - CMS- Extra Feature - NEW Simple Password Encrypting and Login System/002 Login in Users with new System.mp4 34.72 MB
26 - CMS- Extra Feature - NEW Simple Password Encrypting and Login System/003 Adding New System to Add Users in Admin.mp4 11.04 MB
26 - CMS- Extra Feature - NEW Simple Password Encrypting and Login System/004 Adding new password system to edit user page part 1.mp4 46.87 MB
26 - CMS- Extra Feature - NEW Simple Password Encrypting and Login System/005 Adding new password system to edit user page part 2.mp4 17.45 MB
26 - CMS- Extra Feature - NEW Simple Password Encrypting and Login System/006 Cleaning Up Edit User Page.mp4 74.87 MB
27 - CMS - Extra Feature - Improved Comment system count and diplay/001 Comment count and amount display.mp4 39.21 MB
27 - CMS - Extra Feature - Improved Comment system count and diplay/002 Creating a link in comment count and sending a GET Request.mp4 22.37 MB
27 - CMS - Extra Feature - Improved Comment system count and diplay/003 Comments page to specific posts.mp4 64.58 MB
27 - CMS - Extra Feature - Improved Comment system count and diplay/004 Deleting in the same page.mp4 47.04 MB
28 - CMS - Extra Feature - Post for Specific User in admin/001 Part 1 - Add Page.mp4 25.83 MB
28 - CMS - Extra Feature - Post for Specific User in admin/002 Part 2 - Insertion.mp4 64.34 MB
28 - CMS - Extra Feature - Post for Specific User in admin/003 Part 3 - Fixing User Display Issue.mp4 54.45 MB
28 - CMS - Extra Feature - Post for Specific User in admin/004 Part 4 - Edit Post Page Update.mp4 14.02 MB
28 - CMS - Extra Feature - Post for Specific User in admin/005 Part 5 - Upgrading Front End.mp4 38.51 MB
29 - CMS - More Security/001 URL and MySQL Injection Protection.mp4 31.64 MB
30 - Taking the Project to the Internet/001 WARNING BEFORE GOING ONLINE - Edwin from the future.mp4 29.56 MB
30 - Taking the Project to the Internet/002 Hosting Setup.mp4 44.98 MB
30 - Taking the Project to the Internet/003 Displaying errors online.mp4 29.24 MB
30 - Taking the Project to the Internet/004 Uploading files.mp4 25.3 MB
30 - Taking the Project to the Internet/005 Creating the Online Database.mp4 76.53 MB
30 - Taking the Project to the Internet/006 Importing database.mp4 30.72 MB
30 - Taking the Project to the Internet/007 Fixing access to application!.mp4 32.77 MB
30 - Taking the Project to the Internet/008 Getting the right PHP online version (FIXED).mp4 27.62 MB
31 - Sending Emails/001 Creating a contact page.mp4 63.65 MB
31 - Sending Emails/002 Uploading Contact page.mp4 40.03 MB
31 - Sending Emails/003 Sending emails.mp4 52.52 MB
31 - Sending Emails/004 Modifying Email Headers.mp4 22.52 MB
32 - Bootstrap Modal Delete Confirm Feature/001 Intro.mp4 4.35 MB
32 - Bootstrap Modal Delete Confirm Feature/002 Creating the markup.mp4 89.51 MB
32 - Bootstrap Modal Delete Confirm Feature/003 Writing the code.mp4 60.42 MB
33 - No posts or category message feature/001 Intro.mp4 6.4 MB
33 - No posts or category message feature/002 No posts feature home page.mp4 43.53 MB
33 - No posts or category message feature/003 No categories feature.mp4 10.66 MB
33 - No posts or category message feature/004 Don't show draft to visitors but everything to admin.mp4 82.65 MB
33 - No posts or category message feature/005 Applying functionality to mayor pages.mp4 11.61 MB
34 - Some miscellaneous features/001 Active navigation links.mp4 64.6 MB
34 - Some miscellaneous features/002 Login form visibility when logged in or logged out.mp4 20.16 MB
35 - Having fun with bugs/001 Duplicate category improvement.mp4 30.63 MB
35 - Having fun with bugs/002 Fixing bug in our edit post javascript editor.mp4 13.16 MB
35 - Having fun with bugs/003 Cloning empty fields and table shifting fix.mp4 21.01 MB
36 - Refactoring part 1/001 Refactoring index in admin part 1.mp4 59.22 MB
36 - Refactoring part 1/002 Refactoring index in admin part 2.mp4 50.62 MB
36 - Refactoring part 1/003 Refactoring our view all posts by JOINING TABLES part 1.mp4 95.88 MB
36 - Refactoring part 1/004 Refactoring our view all posts by JOINING TABLES part 2.mp4 42.34 MB
37 - New registration system/001 Create a better admin detection feature.mp4 24.85 MB
37 - New registration system/002 Duplicate username function.mp4 43.78 MB
37 - New registration system/003 Duplicate email function.mp4 54.94 MB
37 - New registration system/004 Validation for registration.mp4 44.75 MB
37 - New registration system/005 Setting up our Login user function.mp4 53.44 MB
37 - New registration system/006 Adding some user friendly code.mp4 19.65 MB
37 - New registration system/007 Displaying inline errors in form.mp4 35.02 MB
37 - New registration system/008 Registering users with the new function.mp4 23.21 MB
37 - New registration system/009 Login users with the new function.mp4 15.65 MB
37 - New registration system/010 Deleting via POST.mp4 30.18 MB
38 - CMS Extra feature - Pretty URL's/001 Intro (IMPORTANT).mp4 6.82 MB
38 - CMS Extra feature - Pretty URL's/002 Turning on the rewrite engine.mp4 32.63 MB
38 - CMS Extra feature - Pretty URL's/003 Rewriting index, contact and registration.mp4 23.45 MB
38 - CMS Extra feature - Pretty URL's/004 Rewriting post page and query string.mp4 41.43 MB
38 - CMS Extra feature - Pretty URL's/005 Rewriting category page and fixing links.mp4 25.86 MB
39 - CMS Extra Feature - Forgot Password System/001 Intro to what we are building.mp4 11.23 MB
39 - CMS Extra Feature - Forgot Password System/002 Creating some helper functions for the new system.mp4 15.73 MB
39 - CMS Extra Feature - Forgot Password System/003 Restructuring login page.mp4 116.67 MB
39 - CMS Extra Feature - Forgot Password System/004 Creating the forgot password page.mp4 68.14 MB
39 - CMS Extra Feature - Forgot Password System/005 Forgot password - checking form values.mp4 26.21 MB
39 - CMS Extra Feature - Forgot Password System/006 Updating database with token values.mp4 79.35 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/001 Intro.mp4 16.62 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/004 Installing third party library with composer.mp4 97.63 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/005 New - How to send emails.mp4 46.41 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/006 Updated - Sending email.mp4 145.75 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/007 Autoloading classes and setting up UTF-8 for emails.mp4 101.54 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/008 Sending code over email.mp4 73.2 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/009 Creating the reset page.mp4 32.16 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/010 Pulling data and testing it.mp4 50.92 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/011 Unique database values.mp4 28.28 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/012 Updating password and token columns.mp4 27.08 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/013 Making it everything work.mp4 121.75 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/014 Update search feature to work with the forgot password system code.mp4 6.9 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/015 Data based on current user!.mp4 21.21 MB
40 - CMS Extra Feature - Forgot Password System - Sending Email/016 Image fallback and comment display fix!.mp4 56.32 MB
41 - CMS Extra Feature - POST LIKES/001 What we are creating.mp4 22.35 MB
41 - CMS Extra Feature - POST LIKES/002 Creating the like button.mp4 56.69 MB
41 - CMS Extra Feature - POST LIKES/003 Attaching the click event to the button.mp4 11.93 MB
41 - CMS Extra Feature - POST LIKES/004 Setting up the Like AJAX request.mp4 52.39 MB
41 - CMS Extra Feature - POST LIKES/005 Fetching the Posts.mp4 36.39 MB
41 - CMS Extra Feature - POST LIKES/006 Updating post with Likes.mp4 18.83 MB
41 - CMS Extra Feature - POST LIKES/007 Creating our first Like.mp4 24.13 MB
41 - CMS Extra Feature - POST LIKES/008 Unliking Posts.mp4 58.97 MB
41 - CMS Extra Feature - POST LIKES/009 Creating a helper function to the get the Logged-in User id - part 1.mp4 40.52 MB
41 - CMS Extra Feature - POST LIKES/010 Creating a helper function to the get the Logged-in User id - part 2.mp4 15.76 MB
41 - CMS Extra Feature - POST LIKES/011 Creating a helper function to detect if the user likes a specific post.mp4 61.76 MB
41 - CMS Extra Feature - POST LIKES/012 Updating our Like button to be more dynamic.mp4 119.1 MB
41 - CMS Extra Feature - POST LIKES/013 Fetching all Likes in the Post.mp4 90.25 MB
41 - CMS Extra Feature - POST LIKES/014 Finishing Likes.mp4 92.86 MB
41 - CMS Extra Feature - POST LIKES/015 Let's add a Tooltip Feature.mp4 47.96 MB
42 - CMS Extra Feature - Creating A Separate Admin for Logged In Users/001 Intro.mp4 3.45 MB
42 - CMS Extra Feature - Creating A Separate Admin for Logged In Users/002 Refactoring dashboard a little with some helper functions.mp4 128.99 MB
42 - CMS Extra Feature - Creating A Separate Admin for Logged In Users/003 Getting all the User's posts.mp4 73.77 MB
42 - CMS Extra Feature - Creating A Separate Admin for Logged In Users/004 Getting all the User's comments.mp4 59.51 MB
42 - CMS Extra Feature - Creating A Separate Admin for Logged In Users/005 Getting all the User's categories.mp4 34.49 MB
42 - CMS Extra Feature - Creating A Separate Admin for Logged In Users/006 Getting all the User's published and draft posts.mp4 20.43 MB
42 - CMS Extra Feature - Creating A Separate Admin for Logged In Users/007 Getting all the User's post approved and unapproved comments.mp4 70.15 MB
43 - CMS Extra Feature - Multi-Language Feature/001 Intro.mp4 3.04 MB
43 - CMS Extra Feature - Multi-Language Feature/002 Creating Language Files.mp4 29.91 MB
43 - CMS Extra Feature - Multi-Language Feature/003 Creating the Form Part 1.mp4 72.53 MB
43 - CMS Extra Feature - Multi-Language Feature/004 Creating the Form Part 2.mp4 43.96 MB
43 - CMS Extra Feature - Multi-Language Feature/005 Creating the Form Part 3.mp4 93.59 MB
其他位置