HTML
September 13, 2015
Learning Web Design in 2015: HTML, CSS, HTML5 … JavaScript? Anyone who’s paid any attention to the Web, knows that things change fast: one day Flash is the technology to use for web animation and video, and then the next, Flash is dead and it’s all HTML5 and JavaScript! … What’s a young nerdling to …
read more
July 13, 2015
Hi,
I just released my new Beginners HTML 2015 course on Studioweb.com.
Here is first of 57 video lessons – what exactly is HTML:
The video lessons are only one part of the training package. My courses include:
- 1. Interactive gaming environment – track your progress, unlock chapters and badges.
- 2. To reinforce the lessons, we provide hundreds of quiz and code challenge questions.
- 3. Support material for teachers and parents.
… And more.
Studioweb has subscription options for schools and individuals. Please feel free to contact me if you any questions.
Stef
read more
April 15, 2015
Hi!
I just wanted to announce that my new web design book is now on Amazon for preorder.
“Build Your Website: Start Here” is loosely based on the tutorial on how-to-build-websites, but greatly expanded and updated for 2015.
To give you an idea, how-to-build-websites.com’s tutorial is about 100 pages of material, whereas my new book is 224 pages.
read more
January 20, 2014
Learning to code has all kinds of benefits … even for those who don’t necessarily plan on becoming full time nerds: Builds analytical skills Trains your brain to think in a logical way Teaches organizational skills That said, when it comes to actual web design or programming, the recent awareness of the importance of code …
read more
November 10, 2012
And in the beginning, there was the doctype. The doctype is a required part of a properly coded HTML page. Before HTML5, we had several options. There was HTML vs. XHTML, strict, lose, or transitional, and the proper doctype was a pretty long and ugly piece of characters – for example:
read more
June 6, 2011
In this closed captioned video tutorial in our series on HTML forms, we teach you how to create dropdown lists. From our HTML Forms Course. We are happy to announce that we are well on our way to closed captioning all of our web design and web programming related video training courses. To find courses …
read more
May 30, 2011
In this closed captioned video, we look at the HTML form element checkboxes. From our HTML Forms Course. We are happy to announce that we are well on our way to closed captioning all of our web design and web programming related video training courses. To find courses on Web Design, check out our Killersites …
read more
May 23, 2011
In this closed captioned video tutorial, we take a look at the HTML form element radio buttons. From our HTML Forms Course. We are happy to announce that we are well on our way to closed captioning all of our web design and web programming related video training courses. To find courses on Web Design, …
read more
May 16, 2011
This is the first video in our closed captioned video tutorial course: HTML Forms. In this video series, we look at different form elements in HTML. We are happy to announce that we are well on our way to closed captioning all of our web design and web programming related video training courses. To find …
read more
March 22, 2011
On a website, you often have different groups of links that may not all supposed to be looking the same. Usually, you’ll have navigation links and possibly some links within your content at a minimum.
read more