Using jQuery to Reorder a List and Update a Database

Posted by on Sep 30, 2009 in AJAX, PHP Tutorials, Web Development Tutorials | 38 comments

This tutorial will show you how to use jQuery to allow as list (UL) to be reordered and will also make an AJAX call to a PHP file that will update the database when an item is dropped. I found this useful for a project I was working on recently. The user wanted to be able to change the order that categories displayed in a report. The items are stored in a database with a field called display_order. When the report is generated we simply order by that field.

Read More

Launch of WootStat – The Best Woot Tracker on Facebook

Posted by on Apr 6, 2009 in Off Topic | 10 comments

Introducing WootStat, the premier Woot tracker for Facebook. Mike and myself decided to work with the Facebook API. We ended up created a cool application for tracking items on Woot.com. After checking out the competiton we stack up pretty well. I think we have the most features of any WootTracker on Facebook.

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

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