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

Hide and Show a Div Using Javascript

Posted by on Jul 27, 2008 in HTML Tutorials, JavaScriptTutorials, Web Development Tutorials | 31 comments

This tutorial will show you how to create a hidden Div and display it with the click of a link. There are a few reasons you may want to hide a Div in a website design. You may want to create a drop down type menu or a box that will show more information when you click a link. Another reason would be for SEO purposes. In theory hiding information in a Div is not against Google’s rules. As long as the user can still see the content when clicking a button you are not displaying different information to the user than you are to the search engine.

Read More

Receiving Dynamic Textbox Data

Posted by on Jun 30, 2008 in HTML Tutorials, Other Tutorials, PHP Tutorials | 8 comments

In this tutorial we will be working with PHP and MySQL to insert the data that was inserted into the text boxes on the Dynamically Add Textbox to Site tutorial. We will collect the data and insert the values into a database

Read More

Dynamically Add Textbox to Site

Posted by on Jun 23, 2008 in HTML Tutorials, Web Development Tutorials | 156 comments

This tutorial will show you how to program a button that will add textboxes to your site without having to reload the page that you are one. To do this we will be using JavaScript.

Read More

Styling HTML Tables with TableCloth

Posted by on Jun 16, 2008 in CSS, HTML Tutorials, Web Development Tutorials | 4 comments

In this tutorial I will show you how to apply some simple style to your tables by applying the TableCloth style sheet and JavaScript file. TableCloth is a free, light way, way to add style to existing HTML tables. It only required two lines of code added to your table. With table clothe you can also modify how the HTML tables react to your input by changing the JavaScript file.

Read More