Follow Us!

Most Recent Articles

Function – Splitting a string

Posted by on Oct 18, 2010 in General Functions, Programming Tutorials | 1 comment

Splitting a String on a Character There are a lot of functions out there that...

Read More

Forums and Posts

Posted by on Oct 18, 2010 in Site News and Updates | 7 comments

There have been a lot of changes going on recently and the site has been...

Read More

Simple XML to XHTML Transformation

Posted by on May 3, 2010 in HTML Tutorials, Web Development Tutorials | 6 comments

In this tutorial we are going to use XSLT to transform a simple XML document into an XHTML web page.  XSLT stands for eXtensible Style Sheet Transformations. With our XSL document we will pretty much grab the values we need from the source XML and display them nicely in XHTML.

Read More

New Features

Posted by on Apr 8, 2010 in Site News and Updates | 3 comments

As most of you have probably noticed we have made some major changes to team...

Read More

Site Improvements

Posted by on Apr 6, 2010 in Site News and Updates | 6 comments

We have been working on a new look and feel for the site. The new layout should...

Read More

Referential Integrity with MySQL

Posted by on Dec 3, 2009 in Database Tutorials, MySQL Tutorials | 15 comments

Referential Integrity is when the rows from one table are “cross-referenced” and verified with those in another table. This tutorial will walk you through using MySQL to enforce this rule.

Read More

Downloading and Installing Heidi SQL

Posted by on Nov 24, 2009 in Database Tutorials, Windows Tutorials | 32 comments

Recently, John and I have been doing a lot of database work using MySQL and have had to connect to several large databases and manage them correctly. This can be a daunting task without a tool to easily do so. This is where Heidi SQL comes in. This tutorial will walk you through downloading, installing, and configuring Heidi SQL to use against your MySQL databases.

Read More