How having brothers influenced my life

I never had someone I wanted to be like when I was growing up. I never emulated anyone famous or thought about being someone different.  Of course, like most children, I had favorite sports figures and action heroes.  I loved Don Mattingly, the best Yankees first baseman to ever [...]

By |2025-12-17T06:55:29-08:00March 2nd, 2014|Blog|0 Comments

DaddyDev 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 NOT a container. It is an empty tag (i.e. it doesn’t have an opening and closing [...]

By |2014-03-02T03:00:00-08:00March 2nd, 2014|Blog|0 Comments

DaddyDev 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 like building blocks, while also showing that the BODY element is the container into [...]

By |2014-03-01T03:00:00-08:00March 1st, 2014|Blog|0 Comments

DaddyDev 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 <html> <head> </head> <body> </body> </html> Code View Browser View

By |2014-02-23T10:00:00-08:00February 23rd, 2014|Blog|0 Comments
Go to Top