Udemy - Web Development is Very Easy - A Crash Course
Udemy - Web Development is Very Easy - A Crash Course
GET VPN
Downloading torrents is getting riskier every day. Use a VPN to make yourself hidden while downloading torrents. By using a VPN , your ISP and Government Agencies will not be able to spy on you, neither would they be able to track your online activity!
Web Development is Very Easy: A Crash Course https://DevCourseWeb.com Published 12/2023 Created by Ali Shirani MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 110 Lectures ( 11h 50m ) | Size: 3.5 GB Fast Track Web Development course from scratch using PHP and C++ as back-end What you'll learn: Web Development Fundamentals HTML CSS PHP C++ for Web Javascript MySQL jQuery Bootstrap Student Projects Requirements: A computer with Windows, Linux or MacOS Enough disk space to install XAMPP, GCC, Geany, and MySQL WorkBench
63
Other /Tutorials
3.5 GB
[ DevCourseWeb.com ] Udemy - Web Development is Very Easy - A Crash Course
Get Bonus Downloads Here.url (0.2 KB)
~Get Your Files Here !
1. Introduction
1. About the Instructor.mp4 (21.5 MB)
2. Introduction to Course.mp4 (6.7 MB)
3. How Web works.mp4 (12.5 MB)
4. What are Front-end & Back-end.mp4 (11.2 MB)
5. Installation of Necessary Tools - Windows.mp4 (35.8 MB)
6. Installation of Necessary Tools - Linux.html (2.1 KB)
10. Student database - Project v3 - updating UI using jQuery [ajax requests]
1. Set Class of student using jQuery first.mp4 (26.4 MB)
2. Ajax calls explanation & JSON output.mp4 (91.0 MB)
11. Additional Chapter C++ for web (overview + implementation)
1. Introduction to C++ for Web.mp4 (34.8 MB)
2. Similarities and Differences - comparing C++ with PHP and JavaScript.mp4 (21.0 MB)
3. Basic C++ program - general structure.mp4 (16.4 MB)
4. Basic Output in C++.mp4 (15.3 MB)
5. HTTP basic headers and output.mp4 (11.4 MB)
6. Processing http GET and POST data using C++.mp4 (22.8 MB)
7. Linking MySQL with our C++ application.mp4 (23.6 MB)
8. Connecting to MySQL and running queries using C++.mp4 (97.4 MB)
12. Additional Student database - Project v4 - updating - PHP to C++
1. Converting utility.php to utility.h file.mp4 (54.0 MB)
2. Converting index to C++ version.mp4 (18.5 MB)
3. Converting add record to C++ version.mp4 (17.1 MB)
4. Converting update record to C++ version.mp4 (25.6 MB)
5. Converting delete record to C++ version.mp4 (26.9 MB)
2. HTML
1. Introduction to HTML.mp4 (8.8 MB)
10. Input Controls (Text, Password, Radio, Checkbox, Date, Time etc).mp4 (51.2 MB)
11. Extra date input controls (week, month).mp4 (9.5 MB)
12. Range input control.mp4 (10.5 MB)
13. Combo box List box (select Tag).mp4 (17.9 MB)
14. Text Areas.mp4 (6.6 MB)
15. Forms (Form Tag).mp4 (13.4 MB)
16. Buttons (Submit, Reset).mp4 (18.9 MB)
17. Audio Video controls.mp4 (26.4 MB)
18. HTML Comments.mp4 (9.5 MB)
19. !DOCTYPE html html5 standard.mp4 (4.7 MB)
2. HTML Document Structure.mp4 (5.7 MB)
20. script Tag.mp4 (9.9 MB)
3. Head Tag.mp4 (4.6 MB)
4. Basic Text Formatting.mp4 (15.6 MB)
5. Creating our first HTML file.mp4 (22.5 MB)
6. Headings and Paragraphs.mp4 (19.5 MB)
7. Links (Anchor Tags).mp4 (24.3 MB)
8. Images (Img Tag).mp4 (23.3 MB)
9. Lists (Unordered and Ordered).mp4 (13.2 MB)
3. PHP
1. Introduction to PHP.mp4 (26.0 MB)
10. Operators (Comparison, Logical, Arithmetic).mp4 (60.7 MB)
11. Increment, Decrement operators.mp4 (32.9 MB)
12. switch-case (PHP, C++, JavaScript).mp4 (28.1 MB)
13. Loops in PHP, C++, JavaScript.mp4 (25.3 MB)
14. for - Loop.mp4 (16.6 MB)
15. foreach -Loop.mp4 (15.6 MB)
16. while - Loop.mp4 (9.8 MB)
17. do-while - Loop.mp4 (5.2 MB)
18. String manipulation - basics.mp4 (34.6 MB)
19. Functions - basics.mp4 (18.1 MB)
2. Enabling libraries.mp4 (19.6 MB)
20. Variadic functions.mp4 (13.9 MB)
21. Default arguments to function.mp4 (8.1 MB)
22. Form submission program - GET & POST http methods.mp4 (19.0 MB)
23. Security measures about incoming data.mp4 (34.7 MB)
24. File IO.mp4 (40.4 MB)
25. Sessions and some global variables.mp4 (13.3 MB)
26. JSON data.mp4 (25.9 MB)
27. Serialization.mp4 (12.1 MB)
28. OOP in PHP - Object Oriented programming - an introduction.mp4 (48.7 MB)
29. OOP - Inheritance.mp4 (54.0 MB)
3. Basic output.mp4 (15.7 MB)
30. OOP - Access Modifiers - public, private, protected.mp4 (65.9 MB)
4. Data types, Variables, Constants.mp4 (57.0 MB)
5. Type-Casting.mp4 (9.3 MB)
6. Comments in PHP, C++, JavaScript.mp4 (5.6 MB)
7. Arrays.mp4 (31.0 MB)
8. Decision making (if-else) - Concepts.mp4 (4.4 MB)
9. Decision making - Implementation (PHP, C++, JavaScript).mp4 (46.6 MB)
4. Student database - Project v1 - using JSON file
1. Introduction to Project v1.mp4 (4.1 MB)
2. Project Structure, Data Reading Writing Utility Script.mp4 (81.9 MB)
3. Creating Homepage Listing.mp4 (51.7 MB)
4. Add Record.mp4 (39.6 MB)
5. Delete Record.mp4 (33.0 MB)
6. Update Existing Record.mp4 (77.1 MB)
5. MySQL
1. Introduction.mp4 (31.1 MB)
2. Designing a database Visually - nocode.mp4 (130.2 MB)
3. CRUD - Create Table.mp4 (42.1 MB)
4. CRUD - Insert data in table.mp4 (61.2 MB)
5. CRUD - Delete records from table.mp4 (12.5 MB)
6. CRUD - Update existing records in table.mp4 (27.4 MB)
7. CRUD - Emptying or Drop a table.mp4 (10.4 MB)
8. Connecting to MySQL from PHP - Using msqli.mp4 (74.4 MB)
9. Connecting to MySQL from PHP - Using PDO.mp4 (30.9 MB)
6. Student database - Project v2 - using MySQL
1. Explanation - Update Utility file - a review.mp4 (52.0 MB)
7. CSS
1. Introduction to CSS.mp4 (20.8 MB)
2. CSS basics.mp4 (74.0 MB)
3. Bootstrap - What & Why.mp4 (116.7 MB)
4. Bootstrap Grid system. Basics study.mp4 (90.9 MB)
5. Bootstrap Form Controls basics.mp4 (45.0 MB)
6. Let's style of Project v2 UI using Bootstrap.mp4 (26.4 MB)
8. JavaScript (Fast Track)
1. Introduction to JavaScript.mp4 (22.6 MB)
10. String manipulation in JavaScript.mp4 (36.9 MB)
11. Functions in JavaScript.mp4 (14.8 MB)
12. Local Storage.mp4 (28.7 MB)
2. Basic output in JavaScript.mp4 (27.6 MB)
<
files
2024-01-11 15:07:37
English
Seeders : 1 , Leechers : 50
Development Udemy
Udemy - Web Development is Very Easy - A Crash Course
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
Udemy - Web Development is Very Easy - A Crash Course
Back