In the previous lesson we have enumerated the different data types in visual basic, now we’re going to use those data types in a real scenario. In this lesson, we will about to learn declaring variables with its corresponding data…
Programming
Arithmetic Operators in Visual Basic
Let’s now discuss the different kinds of operators under the Arithmetic function There are 3 groups of operators in Visual Basic: we have the arithmetic operators, relational operators and the logical operators, but this article will only discuss about the…
Insert flash animation (swf file) in Visual Basic
How to insert flash animation (swf file) in visual basic Flash animation can be created in animation software just like Adobe Flash and SwishMax. The output of your animation is in .swf. Now the question is how are we going…
Point of Sale in Visual Basic
The Proposed Point of Sale establishes sufficient, fast and easy manipulations of customer transactions. It designed to provide quality performance and good services to the employees at the same time improve the organization’s better facility. The system used corresponding username…
Creating a form in HTML
Hi there! This next lesson will be on HTML Form A HTML form or a web form is primarily used to collect data from the input of the user or visitor of your website, example of those data are (name,…
Creating a List in HTML
In this lesson, we’re going to learn how to create a list in html. There are three different types of lists in HTML, we have unordered list, ordered and description/definition lists. unordered list — a set or a list of related…
How to insert images in html
Hi everyone, this tutorial will be on HTML images. We will learn how to insert images on your webpage A website without an image is somewhat boring; it makes your website more appealing to your visitors and it adds beauty…
HTML Hyperlinks
This lesson will guide us on how to create hyperlinks in HTML Hyperlinks or also known as links is a text or image that can send or move you to a different webpage by clicking the hyperlink or link. You…
HTML Comments
This lesson is about HTML Comments, how to add comments to your webpage and the importance of comments to your site Comments in HTML First let’s define what is a comment? A comment is a piece or string of code…
HTML Attribute
HTML Attribute In this lesson, we’re going to learn about HTML attributes An attribute is the one that provides information about HTML elements. HTML attributes are always found in the opening tags. It starts after the keyword of your opening…