Follow Us!

Most Recent Articles

Styling Tables Using CSS

Posted by on Feb 20, 2008 in CSS, HTML Tutorials, Web Development Tutorials | 1 comment

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 More

Simple VB Code and All About Arrays

Posted by on Feb 18, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 5 comments

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 More

How and Why You Should Still Use Tables

Posted by on Feb 13, 2008 in HTML Tutorials, Web Development Tutorials | 13 comments

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 More

Simple VB Code with Strings Booleans and Integers

Posted by on Feb 11, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 5 comments

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 More

Simple VB Code with Command Buttons

Posted by on Feb 6, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 43 comments

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 More

Inserting Data Into a MySQL Database using PHP

Posted by on Feb 4, 2008 in PHP Tutorials | 328 comments

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 More

Basic VB Code – Changing Text

Posted by on Feb 2, 2008 in Programming Tutorials, Visual Basic 2005/2008 | 10 comments

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