Building real websites with actual code, makes students’ faces light up! Our web design and programming courses will inspire and excite your students.
Imagine being able to spend more one-on-one time with students, as they work at their own pace, interacting with easy to understand video lessons, funny and encouraging quizzing, and exciting to build projects.
Our bite-sized video lessons make learning HTML, CSS, JavaScript and Python both fun and easy. StudioWeb teaches actual coding skills, but it plays like a game, as students earn points unlocking levels and badges!
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, and so much more.
Beginners Python 3, is our new Python course specially designed for classroom teaching. Students learn modern Python programming through video lessons, code challenges, multiple choice quizzes and real-world projects.
The course starts with the basics, and quickly moves into fun but practical real Python programming with drawing, animation, object oriented programming and more.
An easy and fun introduction to HTML5 code and the foundations of web design. Beginners HTML is designed with classroom teaching mind; the video lessons, quizzes, automated grading and tracking, makes HTML easy for students to learn, and easy for teachers to teach.
Includes a new chapter: Going Live on the Web
CSS, which stands for Cascading Style Sheets, is the computer language used to style web pages. Having a basic understanding of CSS is fundamental for any web designer or programmer!
Beginners CSS 2015, is our new CSS course specially designed for classroom teaching. Students learn modern CSS through video lessons, code challenges, multiple choice quizzes and real-world take-home projects. Includes HTML5, CSS3 and mobile design.
The course starts with the basics, and quickly moves into real-world CSS projects including responsive mobile ready web design.
Javascript is the programming language built into every web browser, and is the most popular programming language today. Every modern website depends on JavaScript.
PHP is the most popular server side programming language - over 80% of web apps are powered by PHP, including Facebook. PHP’s popularity in the real world is derived from its’ ease of use, and because it’s easy to learn. It’s a great first programming language!
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.
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.
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.