DaddyDev 0: Hello World
Hello World. Welcome to DaddyDev! DaddyDev Creator and Life of Dad Co-founder & Chief Web Developer, Ryan E. Hamilton, gives a few opening statements about DaddyDev, the humble quest to teach his...
View ArticleDaddyDev 1: What is HTML?
This is the first-ever lesson from DaddyDev. In this lesson, Ryan E. Hamilton teaches the kiddos what HTML is. Enjoy! 8)
View ArticleDaddyDev 2: What do we do with HTML?
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos why we would even want to use HTML and what we would need to do to start coding HTML. Enjoy! 8)
View ArticleDaddyDev 3: How Do We Type HTML?
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos the elemental building block of HTML -- HTML tags! He shows us what HTML tags look like and how to structure most of them by [a] opening...
View ArticleDaddyDev 4: What Are HTML Tags?
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos what exactly HTML tags are and how to view their elemental nature as the "building blocks" of a webpage, but also as "containers" that can...
View ArticleDaddyDev 5: HTML HEAD and BODY Tags
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos how webpages are fundamentally very similar to us human beings, because they, like us, have a HEAD and a BODY. Enjoy! 8) Sample Code...
View ArticleDaddyDev 6: Rock Your BODY
In this DaddyDev lesson, Ryan E. Hamilton lets the kiddos surf on YouTube and have a little bit of "video fun" inside the BODY container. In so doing, he conveys that all HTML elements are stackable...
View ArticleDaddyDev 7: These Are The BReaks!
In this DaddyDev lesson, Ryan E. Hamilton has a little fun teaching the kiddos about line breaks, or the <BR> tag! He also lets distiguishes the <BR> from other HTML Elements because it is...
View ArticleDaddyDev 8: Headers & Paragraphs
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about HTML Headers - <h1> to <h6> - and Paragraphs - <p> - and the differences between them! He teaches about the...
View ArticleDaddyDev 9: Hyperlinks aka Links
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about just what makes HTML hyper -- HTML Links aka Hyperlinks...or, simply, Links! He also shows us how to structure HTML Links and make...
View ArticleDaddyDev 10: Images
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about HTML images, or the <img> tag! Much like the <br> tag, the <img> tag is also an empty tag (i.e. it is not a...
View ArticleDaddyDev 11: Clickable Images
In this DaddyDev lesson, Ryan E. Hamilton combines the kiddos' knowledge of HTML Links and HTML Images to create [...you guessed it...] HTML Image Links...or clickable images! Many images (like...
View ArticleDaddyDev 12: Leaving Comments
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about HTML Comments, or the <!-- ... --> tag! HTML Comments are a coder's way to leave notes (i.e. comments) in the source code of the...
View ArticleDaddyDev 13: HTML Divisions
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about HTML Divisions, or the <div> tag! An HTML Division defines a division or a section in an HTML document. HTML Divisions are often...
View ArticleDaddyDev 14: HTML Spans
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about HTML Spans, or the <span> tag! A span is something with two endpoints (like a starting point and an end point). An HTML Span...
View ArticleDaddyDev 15: Introduction to CSS
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about Cascading Style Sheets, also known as CSS. If HTML is the skeleton of a webpage, then CSS is the skin, the clothing, the cosmetics,...
View ArticleDaddyDev 16: Code Is Language - Part 1
In this DaddyDev lesson, Ryan E. Hamilton attempts to dispel the myth that coding is diffucult by focusing on the simple fact that CODE IS LANGUAGE. Yup! Code is just language. That's all it is! And,...
View ArticleDaddyDev 17: Code Is Language - Part 2
In this DaddyDev lesson, Ryan E. Hamilton continues his discussion about code as being just language, just like any of the languages we read, write, and speak everyday. He draws some key parallels...
View ArticleDaddyDev 18: How Everything Functions
In this DaddyDev lesson, Ryan E. Hamilton explains the three ways that everything in the universe appears to function: in [1] sequences, [2] loops, and [3] conditional cause-and-effect relationships....
View ArticleDaddyDev 19: 9 Complex Functions
In this DaddyDev lesson, Ryan E. Hamilton expounds upon the previous lesson about "How Everything Functions" in three fundamental ways: -- in [1] sequences, [2] loops, and [3] conditional...
View ArticleDaddyDev 20: Introduction to JavaScript
In this DaddyDev lesson, Ryan E. Hamilton introduces an extremely important language that all web developers should know -- JavaScript! JavaScript is the programming language of the Web, and it is one...
View ArticleDaddyDev 21: Variables
In this DaddyDev lesson, Ryan E. Hamilton introduces variables, which are containers for storing values in JavaScript or any programming language. In programs and in life, things are constantly...
View Article