Mixed Media and Web Development.

Ajax Refresh...
Ajax Refresh
Div Refreshing with Ajax. function createRequestObject() { var req; if(window.XMLHttpRequest){ // Firefox, Safari, Opera... req = new XMLHttpRequest(); } else if(window.ActiveXObject) { // Internet Explorer 5+ req = new ActiveXObject("Microsoft.XMLHTTP"); } else...
PHP Percentage Bar...
PHP Percentage Bar
Source Files: DOWNLOAD View working examples here: DEMO MySQL Table, used for example. CREATE TABLE IF NOT EXISTS `percent` ( `per_id` int(11) NOT NULL auto_increment, `per_num` varchar(255) NOT NULL, PRIMARY KEY (`per_id`) ) ENGINE=InnoDB; 1. Lets start with the MySQL Connection, I named this file...
Chained Select Boxes using PHP / MySQL /...
Chained Select Boxes using PHP / MySQL / AJAX
UPDATE Version 2 is now available. I’ve had a lot of people ask for this and now its ready. 2 and 3 tier chained dropdowns. 3 tier files included in the download. Im currently working on a chained dropdown generator that will give you the ability to create them on the fly with unlimited dropdowns....