Available Courses

Try any of our courses for free or contact us today for institution pricing!

The StudioWeb training material has been used by teachers and schools for well over a decade. In fact, many teachers from around the world have based their classes on video courses we've created. You can be sure that you are getting top quality easy to understand training with the StudioWeb.

Our tutorials make learning this stuff fun and easy. Follow along with our simple, step by step video tutorials and track progress by earning points and badges!

  • Mentoring Getting Started

    Mentoring Getting Started foundation

    This is the fist series of videos to watch so you can navigate the mentoring program. 

    Learn More
  • Lizard Wizard

    Lizard Wizard foundation

    A practical guide to the operating systems of your brain. Learn why people are happy or sad, angry or mad and how to use these skills to improve your life in every way possible.

    The Lizard Wizard course has a silly name but the skills you will learn will stay with you for life!

    Learn More
  • Web Foundations

    Web Foundations foundation

    This is the first course you should take if you are interested in the web stack. This course gives you a view of the web design and programming world, from high above. 

    Some of the subjects we cover include:

    • Hosting
    • Domain names
    • Web apps vs websites
    • Clients vs servers
    Learn More
  • HTML5 Foundations

    HTML5 Foundations foundation

    In this course you will learn the basics of HTML5, which is the foundation language of web design and web development. This is the first step in learning how to code web apps. By the end of the course, you will be able to build simple websites.

    But more important, you will understand many key nerd concepts, that will propel you towards becoming an app developer.

    Prereqs: None!

    Learn More
  • HTML5 Pro

    HTML5 Pro pro

    This is the HTML5 Pro course. This is the only HTML5 course you will need to take. 

    Learn More
  • CSS3 Foundations

    CSS3 Foundations foundation

    CSS is short for Cascading Style Sheets, and it is the computer language that allows you to add color, design and layout to your websites. It is the styling language of web design and web development. Having a basic understanding of CSS is fundamental for any web developer.

    Prereqs: You should have completed the HTML5 Foundations course.

    Learn More
  • CSS3 PRO

    CSS3 PRO pro

    This is the CSS3 PPRO course. This is the ONLY CSS3 course you will need to take. Once you've completed this course, you will be able to write professional level CSS3. 

    CSS is short for Cascading Style Sheets, and it is the computer language that allows you to add color, design and layout to your websites. It is the styling language of web design and web development. 

    Prereqs: You should have completed the HTML5 Pro course.

    Learn More
  • Going Live on the Web

    Going Live on the Web foundation

    A mini course that shows you how to get your websites live on the web.

    You will learn about website hosting, moving files to a server, and common server configuration.

    Learn More
  • Javascript Foundations

    Javascript Foundations foundation

    Javascript is the programming language built into every web browser, and is the most popular programming language in the world. To take full advantage of HTML5, CSS3 and the web browsers capabilities, you need to learn at least basic Javascript.

    Prereqs: HTML5 and CSS3 Foundations

    Learn More
  • Beginners Python 3

    Beginners Python 3 foundation

    Python is one of the most important programming languages used today. Popular in both education and in the professional world, Python is used in Ai, machine learning, web app creation with frameworks like Django. Beginners Python 3, is our new Python course specially designed to make learning Python easy.

    Prereqs: None!

    Learn More
  • Python Career Paths

    Python Career Paths foundation

    The Python career paths taught in 4 videos, and an 8 page e-book that outlines the pros and cons of each career path. It also provides a step-by-step guide to reaching your Python career goals quickly.

    Covers getting a job, becoming a freelancer and creating Python programs for your own business.

    Learn More
  • PHP 7 Foundations

    PHP 7 Foundations foundation

    PHP is the most popular server-side programming language. Over 80% of web apps are powered by PHP, including Facebook and apps like Wordpress, Joomla and Drupal.

    Prereqs: You should have completed the beginners HTML, CSS and JavaScript courses.

    Learn More
  • PHP and MySQL

    PHP and MySQL foundation

    Databases are an important part of all websites as it allows you to store all types of data.
    PHP and MySQL are basic skills every web developer needs to know.
    This course teaches you the basics of SQL, how to use the very popular PHPMyAdmin to manage your databases, as well as using MySQL with PHP.

    • Difficulty: Intermediate
    • Class Time: 4 hours
    • Total Running Time: 1h54m (13 videos)
    • Questions: 8 multiple choice, 11 code challenges, and 1 chapter review
    Learn More
  • Form Validation with PHP and Javascript

    Form Validation with PHP and Javascript project

    Learn how to use both PHP and Javascript to validate HTML forms. Proper form validation is helpful to everyone involved.

    • It allows the web developer to double check the data being sent to the server
    • Its helpful for the user, as they can be assured that any data entered into the form is mistake free
    • It is also helpful for the site owner, as they can be assured that any data they receive is valid
    If your goal is to learn how to properly validate HTML forms, this is the course for you!

    • Difficulty: Intermediate
    • Class Time: 2 hours
    • Total Running Time: 1h01m (6 videos)
    • Questions: 2 multiple choice and 8 code challenges
    Learn More
  • CRUD with PHP and MySQLi

    CRUD with PHP and MySQLi project

    PHP CRUD allows you to create, read, update, and delete records from your database. With CRUD you can create pages to list and edit your records.

    MySQLi is an extension used in PHP to communicate with databases. It offers many benefits (over MySQL) including being more secure and taking advantage of an object oriented interface. This is a great and practical way to learn database communication and object oriented programming techniques with PHP.

    Combining both CRUD and MySQLi will move you on your way to becoming a good and practical PHP programmer.

    • Difficulty: Intermediate
    • Class Time: 3 hours
    • Total Running Time: 1h32m (8 videos)
    • Total Number of Questions: 3 multiple choice, 13 code challenges, and 1 chapter review
    Learn More
  • PHP Tag Cloud

    PHP Tag Cloud project

    A tag cloud is a visual representation of text, normally associated with keywords on websites. In this video course, we teach you how to create a tag cloud using PHP.

    • Difficulty: Intermediate
    • Class Time: 2 hours
    • Total Running Time: 51m (5 videos)
    • Questions: 1 multiple choice and 10 code challenges
    Learn More
  • Simple PHP Login System

    Simple PHP Login System project

    Create your own procedural PHP based login system! This course is designed to teach you the basics of created a PHP web app. 

    Learn More
  • PHP Login with OOP and MVC

    PHP Login with OOP and MVC project

    This practical video course will teach you how to create a PHP login form using object-oriented techniques and the MVC design pattern. This course is designed for the brainiacs in class.

    • Difficulty: Intermediate - advanced.
    • Class Time: 3 hours
    • Total Running Time: 1h28m (10 videos)
    • Questions: 4 multiple choice and 16 code challenges
    Learn More
  • PHP Cart with PayPal, OOP & MVC

    PHP Cart with PayPal, OOP & MVC project

    In this tutorial, you will learn how to build a PHP based shopping cart that uses object oriented techniques and follows the Model View Controller pattern.

    Goals: 

    • Use OO PHP
    • Understand MVC - model view controller design pattern.

    Like the other classic tutorials, it is NOT required viewing. If you've completed the Foundation courses, I encourage you to go out there and start building real projects. 

    You can view the course by clicking here:

    PHP Cart Course

    Use the password: stefan

    Learn More
  • Build A Content Management System

    Build A Content Management System project

    In this tutorial, you will learn how to build a PHP based CMS that uses object oriented techniques and follows the Model View Controller pattern.

    Goals:

    • Use OO PHP
    • Understand MVC - model view controller design pattern.

    Like the other classic tutorials, it is NOT required viewing. If you've completed the Foundation courses, I encourage you to go out there and start building real projects. 

    You can view the course by clicking here:

    Build a CMS with PHP

    Use the password: stefan

    Learn More
  • WordPress Themes from Scratch

    WordPress Themes from Scratch project

    This is a classic project tutorial that I left in because it still has value. You will learn the structure of a Wordpress theme, and how to build theme from scratch. That said, the style of the design is dated, but the Wordpress theme mechanics are the same. 

    Like the other classic tutorials, it is NOT required viewing. If you've completed the Foundation courses, I encourage you to go out there and start building real projects. 

    You can view the course by clicking here:

    WordPress Themes from Scratch

    Use the password: stefan

    Learn More
  • Complete Freelancer

    Complete Freelancer foundation

    Based on my 20+ years as a entrepreneur, freelancer and developer. I’ve worked as a freelancer for years, and have hired freelancers for years.

    ... Given that I’ve been on both sides of the deal .... that’s why this course is unique and so valuable.

    This course provides specific step-by-step instructions on how to get a freelance business up and running in no time.

    The source files contain:

    1. An audio / mp3 version of the entire course, so you can listen on the go.

    2. A PDF outline with links to the freelance templates and an outline of the course that you can follow along with the videos and audio files. 

    Learn More
  • Complete Entrepreneur

    Complete Entrepreneur foundation

    The Entrepreneur course, takes it several steps forward, and teaches how to build any type of business safely and quickly.

    The Entrepreneur course will give you the foundational insights and skills on starting and building any business. Whether you go into freelancing, start your own SASS … or a restaurant, this course will open your eyes to the world of business, giving you the confidence you need to become a successful entrepreneur. 
     

    Learn More
  • Money Mastery Vol 1

    Money Mastery Vol 1 foundation

    This course will teach you the key lessons I've learned about money, money management and investment over the last 25 years that will remove financial stress from your life and put you on a glidepath to financial independence day one!

    Learn More