Most Recent Articles
Styling Tables Using CSS
This is part two of our table tutorial. In part one I explain why you should still use tables and when to use them. No we will apply some style to those ugly tables using CSS. If you haven’t created the table yet please follow the “How and Why You Should Still Use Tables” tutorial.
Read MoreSimple VB Code and All About Arrays
This is one of the many tutorials that you can use to learn the basics of VB. These tutorials will help lay the groundwork so you can move on to more advanced programming. In this tutorial, we look at arrays and how they are used in VB programming.
Read MoreHow and Why You Should Still Use Tables
Since CSS has become so popular lately, there has been a lot of bad talk about table. From what I have read using tables is taboo. This article will show you how to create tables using XHTML and explain why I believe there is still a need for tables.
Read MoreSimple VB Code with Strings Booleans and Integers
This is the third tutorial in the series that will give you a very basic understanding of VB and allow you to learn more advanced features. We are going to be going over strings, integers, and boolean variables.
Read MoreSimple VB Code with Command Buttons
This is the second tutorial in the beginners tutorials that will give you a basic insight into VB programming and lay the groundwork for you to be able to understand more advanced concepts. We will be working with modifying forms using command buttons.
Read MoreInserting Data Into a MySQL Database using PHP
This tutorial is a continuation on the “How to Access a MySQL Database Using PHP” tutorial that showed you how to setup a database using phpMyAdmin and how to read data from the database using PHP. In the tutorial I will show you how to write data to the database directly through a from on your website. This is going to be a very basic writing tutorial. We will get into more advanced stuff later on.
Read MoreBasic VB Code – Changing Text
This is the first of a series of tutorials to get you learning VB. These tutorials are going to teach you the very basics of VB programming and allow you to be able to learn more advanced features and coding.
Read More
Recent Comments