Follow Us!

Most Recent Articles

Configuring and Creating a Database in MS SQL 2008

Posted by on Nov 10, 2008 in Database Tutorials, Microsoft SQL 2008 | 28 comments

This tutorial will walk you through what you need to do to start using the installation of Microsoft SQL 2008 Express Edition that we did in the last tutorial. We will need to configure the services to allow incoming connections and we will also go through creating the database as well as some tables to insert information.

Read More

Installing Microsoft SQL 2008 Express Edition

Posted by on Nov 9, 2008 in Programming Tutorials, Windows Tutorials | 12 comments

This tutorial will walk you through installing Microsoft’s SQL Server 2008 Express Edition. This will allow us to create a database and start writing more advanced applications in Visual Basic that require a database.

Read More

Creating Checkboxes Based on SQL Results

Posted by on Sep 21, 2008 in PHP Tutorials, Web Development Tutorials | 10 comments

This tutorial will walk you through creating a database of categories and then using the categories in the database to create a series of checkboxes. This could be used for forum or board that will allow them to select a category of their story/comment.

Read More

jQuery Pop Over Effects

Posted by on Sep 7, 2008 in JavaScriptTutorials, Web Development Tutorials | 27 comments

This tutorial we will create a pop over box using the jQuery Javascript Framework. I will demonstrate a few of the animation option in jQuery and discuss why you should or shouldn’t use them.

Read More

Simple PHP Website Templates

Posted by on Aug 25, 2008 in HTML Tutorials, PHP Tutorials, Web Development Tutorials | 25 comments

So you have a basic HTML site with 100 pages, what happens when you want to change the title tag? Well, if you aren’t using PHP includes, you will have to update each file. Wouldn’t it be nice if you could make the change to one file and it would update every page? That is what we will accomplish with our basic PHP template tutorial.

Read More

Password Verification and Strength Checker

Posted by on Aug 18, 2008 in CSS, HTML Tutorials, JavaScriptTutorials, Web Development Tutorials | 10 comments

This tutorial will walk you through creating a registration form that includes a password strength checker to tell the user how strong (security wise) their password is. This form will also include two password boxes and will verify that the same password has been entered twice to prevent typing the wrong thing into a password box.

Read More

JavaScript Progress Bar 2

Posted by on Aug 13, 2008 in HTML Tutorials, PHP Tutorials, Web Development Tutorials | 7 comments

This tutorial will walk you through configuring a JavaScript based progress bar that can triggered by several things. The last tutorial I did, I mentioned doing it with PHP and the results of a query. That is what this tutorial is going to be about.

Read More