Follow Us!

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

JavaScript Progress Bar

Posted by on Aug 12, 2008 in HTML Tutorials, JavaScriptTutorials | 2 comments

This tutorial will walk you through Configuring a javascript based progress bar that can triggered by several things. You could have it triggered by how many results are pulled back from a database, or you could have it triggered by the length of a textbox (passwords), or even trigger it by checkboxes that are checked.

Read More

Hide and Show a Div Using Javascript

Posted by on Jul 27, 2008 in HTML Tutorials, JavaScriptTutorials, Web Development Tutorials | 27 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

Use JavaScript to Check/UnCheck Checkboxes

Posted by on Jul 2, 2008 in HTML Tutorials, JavaScriptTutorials, Web Development Tutorials | 5 comments

This tutorial will walk you through creating a basic HTML site with several checkboxes on it. Then it will show you how to use a single click on a button to check all objects and un-check all objects using JavaScript.

Read More

Professional Javascript Based Photo Viewer

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

This tutorial will walk you through installing and configuring Lightbox 2. Lightbox allows you to show your pictures on your site in a whole new light. It gives you a sleek and professional look and is VERY easy to implement.

Read More