Big Picture of Programming
Lab: Introduction to WordPress Web Development – Absolute Beginners
Video Runtime: 15:46
Let’s do a big picture overview of programming. What is programming? Why does syntax have to be so exact? Programming is about logical thought, that step-by-step details of how to do a task. You are capturing those details in a sequence such that the computer can then understand and execute it.
Your code tells the computer how to do a task by step-by-step explicit instructions #WordPress Share on XBut remember that computers are stupid. They cannot infer, reason, or think. They just do what you wrote in your code. In this episode, you will walk through the steps of how to log into this website. You’ll see how missing a condition or step will not achieve the results you want.
Don’t repeat yourself. Don’t repeat yourself. Don’t repeat yourself.
Episodes
Total Lab Runtime: 02:18:22
- 1 Lab Introductionfree 06:50
- 2 When & Why of WordPressfree 08:03
- 3 Web Page Overviewfree 08:00
- 4 Web Page Requestfree 08:27
- 5 Convert Web Request into a Web Pagefree 09:48
- 6 The Website Filesfree 10:26
- 7 Rendering the Web Pagefree 15:34
- 8 Big Picture of Programmingfree 15:46
- 9 First Look at Codefree 13:19
- 10 Code Becomes a Web Pagefree 08:16
- 11 Intent of Themes vs. Pluginsfree 11:34
- 12 Intent of Each Language - HTML, CSS, JSfree 12:55
- 13 Intent of Each Language - PHP & SQLfree 05:15
- 14 Wrap it Upfree 04:09