Working with Geolocation in HTML5
Published 4/7/2020In this course, Working with Geolocation in HTML, you'll learn to retrieve a user's location from their browser and show their location on a map. First, you'll explore the geolocation object available in all modern browsers. Next, you'll discover how to display that location on a map. You will then learn to use Google maps to place markers at that location. Next, you'll use Google Maps to get directions from one location to another. Finally, you'll learn how the Geocoding features of Google Maps will then be used to search for addresses. When you're finished with this course, you'll have the skills and knowledge of geolocation and geocoding needed to embed and use mapping software within any HTML page.
Build an HTML Helper Library for ASP.NET MVC 5
Published 1/5/2016Paul's Training Company has developed a web site to input their product data. Your boss wants you to add a login screen and more pages to the site. Unfortunately, he needs it done quickly, so that means you need to work smarter. He wants all the controls to use Bootstrap and take advantage of HTML 5. Working with the limited set of HTML Helpers in MVC means you have to add a lot of custom attributes. This takes more time to code and leads to potential runtime errors. If you had more flexible HTML Helpers that added HTML 5 and Bootstrap CSS for you, this would speed up development and testing. In this course you learn to build a set of MVC HTML Helpers to do just this.
Building Mobile Web Sites Using Web Forms, Bootstrap, and HTML5
Published 08/28/2014Most of us build typical business web sites using ASP.NET Web Forms. We are now being asked to build these as mobile-aware web sites. Using Bootstrap is a great place to start and Web Forms can do all of this - without having to learn MVC. This course will teach you how to build business applications using Web Forms, Bootstrap, HMTL5 and CSS3. You will be shown how to create standard business pages such as a Member Log In, Forgot Password, Member Sign Up, About, Contact Us, Address, Member Profile, Credit Card, and many others. You will also learn how to create navigation for your business application.