To get started with C Sharp, we learn how to create a simple windows form with a label and two buttons. One button changes the background color of the form, the other button changes the title of the form.
In this first lesson of coding with Processing, we show you where to download the latest program, and then we learn to use code to draw a picture onto the screen that does not move, using rectangles, ellipses, and triangles.
Using the Inline form we created last lesson as a basis, we will now create a more substantial vertical and horizontal form. We introduce you to some new classes such as the control-label class. We then talk about how to use bootstrap grid classes to specify widths to the labels and the form controls. We …
After this lesson you will be able to construct an Inline form in Bootstrap.
In beginner tutorial 8 for Bootstrap, we introduce you to another component – the Carousel. We start off by just inserting three images onto the page, and then we turn them into an automatic slide show, with a set time interval. We then talk about how to turn off the automatic timing and insert manual …
In this tutorial we will focus on popovers with Bootstrap. We will cover: how to turn an anchor into a popover, how to initialise popovers using Jquery, how to change the placement of popovers, different ways to make popovers disappear and enabling HTML in popovers.
After watching this lesson you will be able to style the nav bar as you please. This includes changing the colors of text and background or border of the whole navbar or the elements inside it such as the header or the links when they are hover or active.
I tried to embed a google map onto my page but with the default code provided by google, the map has a fixed width which does not change when you resize the window or view it on mobile. This makes it very difficult to view on mobile as you will have to zoom in and …
In this lesson you will understand the Jumbotron component, what it does, and how to change its margins to get rid of white spaces. You will then understand how to use scroll spy to make the navigation bar track where you are on the page, and change the offset so it tracks where you are …
In this lesson we talk about the code behind the navbar, so not only do you just add the bar but you know what it means, mostly. We also learn how to fix the navbar to the top.