UWP 009 | XAML Layout with StackPanel

0
While grids are useful, sometimes you need controls arranged relative to each other. The StackPanel allows you to stack controls vertically or horizontally. Bob...

UWP 008 | XAML Layout with Grids

0
Building a user interface can be complex since there are so many issues to consider. Here you'll learn how to create row definitions and...

UWP 007 | Understanding XAML Schemas and Namespace Declarations

0
Bob tackles "the top of the page" where the XAML namespace declarations are generated by default in a new page template. He explains why...

UWP 006 | Understanding Default Properties, Complex Properties and the Property Element Syntax

0
 In this lesson, Bob explains how an intelligent XAML parser allows you to keep your XAML succinct and tidy by inferring many elements and...

UWP 005 | Understanding Type Converters

0
In this lesson, Bob explains how an intelligent XAML parser allows you to create user interfaces much more easily and succinctly than creating them...

UWP 004 | What Is XAML?

0
XAML is one of the primary languages used to create user interfaces for Window 10 apps. In this lesson Bob will demonstrate the absolute...

UWP 003 | Overview of Topics Related to Universal Windows Platform App Development

0
With the Hello World app completed, Bob will use that experience as a means of introducing you to the many high level concepts that...

UWP 002 | Creating your First Universal Windows Platform App

0
Every journey begins with a single step, and here you'll build your first "Hello World" style app. You'll see how to create user interfaces...

UWP 001 | Series Introduction

0
In this introductory video, Bob will explain the purpose and intended audience for this series of lessons, what to expect, how to get the...

Install Apache Tomcat 8

0
How to Install Apache Tomcat 8 (on Windows, Mac OS, Ubuntu) and Get Started with Java Servlet Programming This practical can be completed in a...