- 1.4k
- 12
- 33
some suggestion toward improving the structure</ br>
is the code similar to something that in a real world in real companies programmer write.</ br>
Is it good for someone who just started it career and the first major web app he is written. Here is a sample file again it all working I do not want you to go thru every line just suggestions.
<style type="text/css"> /* demo styles */ fieldset { border:0; } select { width: 400px; } a.ggg{ color: #003366; font-size: x-large; font-family: Monotype Corsiva; } a.gg{ color: #003366; font-size: medium; font-familysize: Monotype Corsiva; } </style> <style>
.darkbg{ background:#ddd !important; } #status{ font-family:Arial; padding:5px; } ul#files{ list-style:none; padding:0; margin:0; } ul#files li{ margin-bottom:2px; width:200px; float:left; } ul#files li img{ max-width:180px; max-height:150px; } .success{ background:#FFCC99; border:1px solid #FF9933; } .error{ background:#f0c6c3; border:1px solid #cc6622; } #button { padding: .5em 1em; text-decoration: none; } #effect { width: 700px; height: 200px; padding: 0.4em; position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" />medium; <link type="text/css" href="css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/ajaxupload.3.5.js" ></script> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery-uifont-1.8.5.custom.min.js"></script> <script type="text/javascript" src="tags.js"></script> <script type="text/javascript" src="ui/jquery.ui.core.js"></script> <script type="text/javascript" src="ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="ui/jquery.ui.position.js"></script> <script type="text/javascript" src="ui/jquery.ui.selectmenu.js"></script> <script type="text/javascript"> $(function(){
// gui function for builodin select box gui
$('select#Building').selectmenu({ stylefamily:'popup', maxHeight:Monotype 150 Corsiva; }); $('select#Building4').selectmenu(darkbg{ style:'popup', maxHeightbackground:#ddd 150 !important; }); $('select#Building24').selectmenu(#status{ stylefont-family:'popup', Arial; maxHeightpadding: 150 }); 5px; }); //a custom format option callback
// builds gui for tabs $(function() { $( "#tabs" ).tabs(); }); // gui function for buttons $(function() { $( "#search" ).button(); $( "#delete" ).button(); $( "#view" ).button(); $( "#insert" ).button(); $( "#upload" ).button(); $( "#finish" ).button(); $( "#thub" ).button(); $( "#insroom" ).button(); $( "#clearfields" ).button(); $("#date").datepicker(); });
// ajax Function used to retrive all question runs getallquestions.php function allQuestions(){ $.ajax(ul#files{ typelist-style: "POST", none; urlpadding: "getallquestions.php", 0; successmargin: function(html){ $("#allquestions").html(html); } }); 0; } // ajax function send date to the getquestionsbydate.php and brings questions function Questionsbydate(){ ul#files $.ajax(li{ type: "POST", urlmargin-bottom: "getquestionsbydate.php", 2px; datawidth: "date=" + document.getElementById('date').value, 200px; successfloat: function(html){ $("#allquestions").html(html); left; } }); ul#files } functionli deletebuilding()img{ // gets building information
var x=document.getElementById("Building"); var building=x.options[x.selectedIndex].text; // runs ajax function to delete the building $.ajax({ type: "POST", url: "deletebuilding.php", data: "building=" + building, success: function(html){ $("#deletebuilding").html(html);
} }); max-width:180px; max-height:150px; } // gets the building information function update(){ var x=document.getElementById("Building4"); var building4=x.options[x.selectedIndex].text; // ajax function to run the updatebuilding.php $.ajax(success{ type: "POST", url: "updatebuilding.php", databackground: "building4=" + building4, #FFCC99; successborder: function(html){ $("#updateinfo").html(html); } }); 1px solid #FF9933; } function insert(){ // ajax function to run insertbuilding.php $.ajax(error{ type: "POST", url: "insertbuilding.php", databackground: "building2=" + document.getElementById('building2').value + "&list2=" + document.getElementById('list2').value+ "&NoonMap2=" + document.getElementById('NoonMap2').value+ "&Description2=" + document.getElementById('Description2').value+ "&bldg2=" + document.getElementById('bldg2').value, #f0c6c3; successborder: function(html){ $("#buli").html(html); } }); 1px solid #cc6622; } function EMPTY() #button { // retrives the building information document.getElementById('building2').value ="" ; document.getElementById('list2').value="" ; document.getElementById('NoonMap2').value="" ; document.getElementById('Description2').value="" ; document.getElementById('bldg2').value="" ; padding: document.getElementById('buli').innerHTML=""; 5em 1em; text-decoration: none; } // runs funvtion to inset the thumbnail to the database function thub(){ #effect $.ajax({ typewidth: "POST", 700px; urlheight: "blobpart11.php", 200px; datapadding: "building2=" + document.getElementById('building2')0.value, 4em; successposition: function(html){ $("#thumres").html(html); } }); }
// function to run the insert question runs addquestion.php function addquestion(){ $.ajax({ type: "POST", url: "addquestion.php", data: "quest=" + document.getElementById('quest').value + "&ans="+document.getElementById('ans').value, success: function(html){ $("#allquestions").html(html);
} }); relative; } // function for creating button gui and dialog effect $(function() { $( "#submit" ).button(); function runEffect() { var selectedEffect = $( "#effectTypes" ).val(); var options#effect =h3 {}; margin: $(0; "#effect"padding: )0.show( selectedEffect, options, 500, callback ); }; function callback() { 4em; text-align: center; }; /</ set effect from select menu value $( "#button" ).click(function() { runEffect(); return false; }); $( "#effect" ).hide(); }); function callback45() { $( "#effect:visible" ).removeAttr( "style" ).fadeOut(); };style>
function insertroom(){ // retrives building information var x=document.getElementById("Building24"); var building24=x.options[x.selectedIndex].text; $.ajax({ // ajax function used to run the addroom specification.php type: "POST", url: "addroomspecification.php", data: "building24=" + $( "#Building24" ).val() + "&Rm_Nm=" + document.getElementById('rm').value+ "&Filled=" + document.getElementById('fill').value+ "&Gender=" + document.getElementById('gen').value+ "&Dimensions=" + document.getElementById('dim').value+ "&Comments=" + document.getElementById('com').value+ "&prcd=" + document.getElementById('prcd').value+ "&bl=" + document.getElementById('bl').value+ "&rest=" + document.getElementById('rest').value+ "&Capacity=" + document.getElementById('cap').value, success: function(html){ $("#room").html(html);
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" /> <link type="text/css" href="css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/ajaxupload.3.5.js" ></script> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script> <script type="text/javascript" src="tags.js"></script> <script type="text/javascript" src="ui/jquery.ui.core.js"></script> <script type="text/javascript" src="ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="ui/jquery.ui.position.js"></script> <script type="text/javascript" src="ui/jquery.ui.selectmenu.js"></script> <script type="text/javascript"> $(function(){ // gui function for builodin select box gui $('select#Building').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building4').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building24').selectmenu({ style:'popup', maxHeight: 150 }); }); //a custom format option callback // builds gui for tabs $(function() { $( "#tabs" ).tabs(); }); // gui function for buttons $(function() { $( "#search" ).button(); $( "#delete" ).button(); $( "#view" ).button(); $( "#insert" ).button(); $( "#upload" ).button(); $( "#finish" ).button(); $( "#thub" ).button(); $( "#insroom" ).button(); $( "#clearfields" ).button(); $("#date").datepicker(); }); // ajax Function used to retrive all question runs getallquestions.php function clearfildsallQuestions(){ $.ajax({ type: "POST", url: "getallquestions.php", success: function(html){ $("#allquestions").html(html); } }); } // ajax function send date to the getquestionsbydate.php and brings questions function Questionsbydate(){ $.ajax({ type: "POST", url: "getquestionsbydate.php", data: "date=" + document.getElementById('date').value, success: function(html){ $("#allquestions").html(html); } }); } function deletebuilding(){ // gets building information var x=document.getElementById("Building"); var building=x.options[x.selectedIndex].text; // runs ajax function to delete the building $.ajax({ type: "POST", url: "deletebuilding.php", data: "building=" + building, success: function(html){ $("#deletebuilding").html(html); } }); } // gets the building information function update(){ var x=document.getElementById("Building4"); var building4=x.options[x.selectedIndex].text; // ajax function to run the updatebuilding.php $.ajax({ type: "POST", url: "updatebuilding.php", data: "building4=" + building4, success: function(html){ $("#updateinfo").html(html); } }); } function insert(){ // ajax function to run insertbuilding.php $.ajax({ type: "POST", url: "insertbuilding.php", data: "building2=" + document.getElementById('building2').value + "&list2=" + document.getElementById('list2').value+ "&NoonMap2=" + document.getElementById('NoonMap2').value+ "&Description2=" + document.getElementById('Description2').value+ "&bldg2=" + document.getElementById('bldg2').value, success: function(html){ $("#buli").html(html); } }); } function EMPTY(){ // retrives the building information document.getElementById('building2').value ="" ; document.getElementById('list2').value="" ; document.getElementById('NoonMap2').value="" ; document.getElementById('Description2').value="" ; document.getElementById('bldg2').value="" ; document.getElementById('buli').innerHTML=""; } // runs funvtion to inset the thumbnail to the database function thub(){ $.ajax({ type: "POST", url: "blobpart11.php", data: "building2=" + document.getElementById('building2').value, success: function(html){ $("#thumres").html(html); } }); } // function to run the insert question runs addquestion.php function addquestion(){ $.ajax({ type: "POST", url: "addquestion.php", data: "quest=" + document.getElementById('quest').value + "&ans="+document.getElementById('ans').value, success: function(html){ $("#allquestions").html(html); } }); } // function for creating button gui and dialog effect $(function() { $( "#submit" ).button(); function runEffect() { var selectedEffect = $( "#effectTypes" ).val(); var options = {}; $( "#effect" ).show( selectedEffect, options, 500, callback ); }; function callback() { }; // set effect from select menu value $( "#button" ).click(function() { runEffect(); return false; }); $( "#effect" ).hide(); }); function callback45() { $( "#effect:visible" ).removeAttr( "style" ).fadeOut(); }; function insertroom(){ // retrives building information var x=document.getElementById("Building24"); var building24=x.options[x.selectedIndex].text; $.ajax({ // ajax function used to run the addroom specification.php type: "POST", url: "addroomspecification.php", data: "building24=" + $( "#Building24" ).val() + "&Rm_Nm=" + document.getElementById('rm').value+ "&Filled=" + document.getElementById('fill').value+ "&Gender=" + document.getElementById('gen').value+ "&Dimensions=" + document.getElementById('dim').value+ "&Comments=" + document.getElementById('com').value+ "&prcd=" + document.getElementById('prcd').value+ "&bl=" + document.getElementById('bl').value+ "&rest=" + document.getElementById('rest').value+ "&Capacity=" + document.getElementById('cap').value, success: function(html){ $("#room").html(html); } }); } function clearfilds(){ // function for clearing fields document.getElementById('rm').value= "" ; document.getElementById('fill').value="" ; document.getElementById('gen').value= "" ; document.getElementById('dim').value= "" ; document.getElementById('com').value= "" ; document.getElementById('prcd').value= "" ; document.getElementById('bl').value= "" ; document.getElementById('rest').value= "" ; document.getElementById('cap').value= "" ; } </script>
// function for clearing fields document.getElementById('rm').value= "" ; document.getElementById('fill').value="" ; document.getElementById('gen').value= "" ; document.getElementById('dim').value= "" ; document.getElementById('com').value= "" ; document.getElementById('prcd').value= "" ; document.getElementById('bl').value= "" ; document.getElementById('rest').value= "" ; document.getElementById('cap').value= "" ; }
- Home
Blog Gallery About- Search By Key word
- Search By Specification
- Modify Building Information
- Modify Building Information
- Modifyn
<div id="logo">
<img src="images/logo.jpg" width="300" height="180" alt="" />
</div>
<br />
<br />
<div id="tabs" style="height: 700px; overflow: scroll">
Add QUESTION
Please Enter The Question
Please Enter The Answer
Add Question E-Mail Question Asked
Question Answer
<div id="response">
</div>
</div>
<?php
<div id="logo"> <img src="images/logo.jpg" width="300" height="180" alt="" /> </div> <br /><br /> <div id="tabs" style="height: 700px; overflow: scroll"> <ul> <li><a href="#tabs-1">Search By Key word</a></li> <li><a href="#tabs-2">Search By Specification</a></li> <li><a href="#tabs-3">Modify Building Information</a></li> <li><a href="#tabs-4">Modify Building Information</a></li> <li><a href="#tabs-5">Modifyn</a></li> </ul> <div id="tabs-1" > <br /><br /> <input id="search" type="button" name="Search by date" value="Search by Date" onclick="Questionsbydate()"/> <input id="date" name="date" /> <input id="view" type="button" name="View All QUESTIONS" value="View All QUESTIONS" onclick="allQuestions()" /> <br /><br /> <div id="allquestions"></div> <br /><br /><br /> <div class="demo"> <div align="center" class="toggler"> <div style="width: 700px; height: 200px" id="effect" class="ui-widget-content ui-corner-all"> <h3 class="ui-widget-header ui-corner-all">Add QUESTION</h3> <p> <a class='gg' >Please Enter The Question</a> <input id="quest" style="width: 300px" name="quest" /><br /><br /> <a class='gg' >Please Enter The Answer</a> <input id="ans" style="width: 300px" name="ans" /> </p> </div> </div> <select style="visibility: hidden" name="effects" id="effectTypes"> <option value="blind">Blind</option> </select> <center><br /><br /><br /> <a href="#" id="button" class="ui-state-default ui-corner-all">Add Question</a> <input id="submit" type="button" name="Submit" value="Submit" onclick=" addquestion(), callback45() " /></center> </div> <div style="display: none" id="dialog" title="Basic dialog"> <table> <tr> <td><a>E-Mail</a></td> <td><input id="email" name="email" /></td> </tr> <tr> <td><a>Question Asked</a></td> <td><textarea id="qu" name="quest" rows="3"></textarea><br /></td> </tr> <tr> <td><a>Question Answer</a></td> <td><textarea id="answ" name="quest" rows="3"></textarea><br /></td> </tr> </table> <input id="op" type="button" name="reply" value="Reply" onclick="se()" /> </div> <div id="response"></div> </div> <!-- /#tabs-1 --> <div id="tabs-2"> <?php $con = mysql_connect("localhost", "root"); if (!$con) { die('Could not connect: ' . mysql_error()); } // retrives the list of buildings mysql_select_db("buildings", $con); $result6 = mysql_query("SELECT `Building Name` FROM `buildingsinfo` WHERE `Building Name` <> '' GROUP BY `Building Name` "); echo "<center><a class='ggg' >Please select House</a><br /><br /><br /><select name=Building id='Building' value=''>Building Name</option>"; // printing the list box select command while($nt6=mysql_fetch_array($result6)) { //Array or records stored in $nt $hello=$nt6['Building Name']; echo "<option value=$hello>$hello</option>"; /* Option values are added by looping through the array */ } echo "</select><br /><br /><br />";// Closing of list box ?> <center> <input type="button" id="delete" style="width: 200px; height: 100px; font-size: large" value="DELETE BUILDING" onclick="deletebuilding()"> </center><br /><br /> <div id="deletebuilding"></div> </div> <!-- /#tabs-2 --> <div id="tabs-3"> <?php $con = mysql_connect("localhost", "root"); if (!$con){ die('Could not connect: ' . mysql_error()); } // retrives the list of buildings and builds dropdown box mysql_select_db("buildings", $con); $result6 = mysql_query("SELECT `Building Name` FROM `buildingsinfo` WHERE `Building Name` <> '' GROUP BY `Building Name` "); echo "<a class='ggg' >Please select House</a><br /><br /><br /><select name=Building id='Building4' value='' onchange='update()' >Building Name</option>"; // printing the list box select command echo "<option value=ANY>ANY</option>"; while($nt6=mysql_fetch_array($result6)) { //Array or records stored in $nt $hello=$nt6['Building Name']; echo "<option value=$hello>$hello</option>"; /* Option values are added by looping through the array */ } echo "</select><br /><br /><br />"; // Closing of list box ?> <div id="updateinfo"></div> </div> <!-- /#tabs-3 --> <div id="tabs-4"> <h2>Step 1 Insert The Building Info</h2> <a class='gg' >Building Name</a> <input id="building2" name="building" value="" /> <br /><br /> <a class='gg' > List No. </a> <input id="list2" name="list" value="" /> <br /><br /> <a class='gg' > No. on Map.</a> <input id="NoonMap2" name="NoonMap2" value="" /> <br /><br /> <a class='gg' >Description</a> <textarea rows="7" style="width: 200px" id="Description2" name="Description" > </textarea> <br /> <br /> <a class='gg' >Building Initials</a> <input id="bldg2" name="Bldg" value="" /> <br /><br /> <input id="insert" type="button" name="INSERT" value="insert" onclick=" insert()" /> <br /><br /><br /> <h2>Step 2 Insert Insert Thubnail</h2> <input id="thub" type="button" name="thub" value="THUBNAIL" onclick="thub()" /> <br /><br /> <div id="thumres"></div> <br /><br /> <h2>Step 3 Insert Pictures</h2> <div id="buli"></div> <br /><br /><br /><br /> <input id="finish" type="button" name="FINISH" value="FINISH" onclick=" EMPTY()" /> </div> <!-- /#tabs-4 --> <div id="tabs-5"> <?php $con = mysql_connect("localhost", "root"); if (!$con) { die('Could not connect: ' . mysql_error()); } // Retrives a list of buildings and builds dropdown box mysql_select_db("buildings", $con); $result6 = mysql_query("SELECT `Building Name` , `Bldg` FROM `buildingsinfo` WHERE `Bldg` <> ''"); echo "<a class='ggg' >Please select House</a><br /><br /><br /><select name=Building24 id='Building24' value='' >Building Name</option>"; // printing the list box select command while($nt6=mysql_fetch_array($result6)) { //Array or records stored in $nt $hello=$nt6['Building Name']; echo "<option value=$hello>$hello</option>"; /* Option values are added by looping through the array */ } echo "</select><br /><br /><br />";// Closing of list box ?> <a class='gg' >Please Enter Room Number</a> <input id="rm" name="rm" /> <br /><br /> <a class='gg' >Please Enter Building Letter</a> <input id="bl" name="bl" /> <br /><br /> <a class='gg' >Filled</a> <input id="fill" name="fill" /> <br /><br /> <a class='gg' >Please Enter Pricing Code</a> <input id="prcd" name="prcd" /> <br /><br /> <a class='gg' >Please Enter Capacity</a> <input id="cap" name="cap" /> <br /><br /> <a class='gg' >Please Enter Gender</a> <input id="gen" name="gen" /> <br /><br /> <a class='gg' >Please Enter Dimension</a> <input id="dim" name="dim" /> <br /><br /> <a class='gg' >Please Enter Restriction Name</a> <input id="rest" name="rest" /> <br /><br /> <a class='gg' >Please Enter Comments</a> <input id="com" name="com" /> <br /><br /> <input id="insroom" type="button" name="insroom" value="Insert Room" onclick="insertroom()" /> <input id="clearfields" type="button" name="clearfilds" value="Clear Fields/Insert Another Room" onclick="clearfilds()"/> <br /><br /><br /> <div id="room"></div> </div> <!-- /#tabs-5 --> </div> <!-- /#tabs --> </div> <!-- /#content -->
$con = mysql_connect("localhost", "root");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// retrives the list of buildings
mysql_select_db("buildings", $con);
$result6 = mysql_query("SELECT Building Name
FROM buildingsinfo
WHERE Building Name
<> ''
GROUP BY Building Name
");
echo "Please select House
Building Name";
// printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
'' GROUP BY `Building Name` ");
echo "Please select House
Building Name";
// printing the list box select command
echo "ANY";
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
<div>
<br /><br /><br />
<img src="images/logo_lsu_dsa.JPG" width="231" height="83" alt="" />
</div>
<!--footer begins -->
<div id="footer">
id="updateinfo">< <p>Copyright 2009. <a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a> | <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p>
<p>Design by <a href="http://www.metamorphozis.com/" title="Flash Website Templates">Flash Website Templates</a></p>
</div><!-- footer ends-->
<div style="text-align: center; font-size: 0.75em;">
Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.
</div>
Step 1 Insert The Building Info
Building NameList No.
No. on Map.
Description
Building Initials
Step 2 Insert Insert Thubnail
Step 3 Insert Pictures
''"); echo "Please select House
Building Name"; // printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
Please Enter Room Number
Please Enter Building Letter
Filled
Please Enter Pricing Code
Please Enter Capacity
Please Enter Gender
Please Enter Dimension
Please Enter Restriction Name
Please Enter Comments
Copyright 2009. Privacy Policy | Terms of Use | XHTML | CSS
Design by Flash Website Templates
Design downloaded from free website templates .some suggestion toward improving the structure</ br>
is the code similar to something that in a real world in real companies programmer write.</ br>
Is it good for someone who just started it career and the first major web app he is written. Here is a sample file again it all working I do not want you to go thru every line just suggestions.
<style type="text/css"> /* demo styles */ fieldset { border:0; } select { width: 400px; } a.ggg{ color: #003366; font-size: x-large; font-family: Monotype Corsiva; } a.gg{ color: #003366; font-size: medium; font-family: Monotype Corsiva; } </style> <style>
.darkbg{ background:#ddd !important; } #status{ font-family:Arial; padding:5px; } ul#files{ list-style:none; padding:0; margin:0; } ul#files li{ margin-bottom:2px; width:200px; float:left; } ul#files li img{ max-width:180px; max-height:150px; } .success{ background:#FFCC99; border:1px solid #FF9933; } .error{ background:#f0c6c3; border:1px solid #cc6622; } #button { padding: .5em 1em; text-decoration: none; } #effect { width: 700px; height: 200px; padding: 0.4em; position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" /> <link type="text/css" href="css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/ajaxupload.3.5.js" ></script> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script> <script type="text/javascript" src="tags.js"></script> <script type="text/javascript" src="ui/jquery.ui.core.js"></script> <script type="text/javascript" src="ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="ui/jquery.ui.position.js"></script> <script type="text/javascript" src="ui/jquery.ui.selectmenu.js"></script> <script type="text/javascript"> $(function(){
// gui function for builodin select box gui
$('select#Building').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building4').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building24').selectmenu({ style:'popup', maxHeight: 150 }); }); //a custom format option callback
// builds gui for tabs $(function() { $( "#tabs" ).tabs(); }); // gui function for buttons $(function() { $( "#search" ).button(); $( "#delete" ).button(); $( "#view" ).button(); $( "#insert" ).button(); $( "#upload" ).button(); $( "#finish" ).button(); $( "#thub" ).button(); $( "#insroom" ).button(); $( "#clearfields" ).button(); $("#date").datepicker(); });
// ajax Function used to retrive all question runs getallquestions.php function allQuestions(){ $.ajax({ type: "POST", url: "getallquestions.php", success: function(html){ $("#allquestions").html(html); } }); } // ajax function send date to the getquestionsbydate.php and brings questions function Questionsbydate(){ $.ajax({ type: "POST", url: "getquestionsbydate.php", data: "date=" + document.getElementById('date').value, success: function(html){ $("#allquestions").html(html); } }); } function deletebuilding(){ // gets building information
var x=document.getElementById("Building"); var building=x.options[x.selectedIndex].text; // runs ajax function to delete the building $.ajax({ type: "POST", url: "deletebuilding.php", data: "building=" + building, success: function(html){ $("#deletebuilding").html(html);
} }); } // gets the building information function update(){ var x=document.getElementById("Building4"); var building4=x.options[x.selectedIndex].text; // ajax function to run the updatebuilding.php $.ajax({ type: "POST", url: "updatebuilding.php", data: "building4=" + building4, success: function(html){ $("#updateinfo").html(html); } }); } function insert(){ // ajax function to run insertbuilding.php $.ajax({ type: "POST", url: "insertbuilding.php", data: "building2=" + document.getElementById('building2').value + "&list2=" + document.getElementById('list2').value+ "&NoonMap2=" + document.getElementById('NoonMap2').value+ "&Description2=" + document.getElementById('Description2').value+ "&bldg2=" + document.getElementById('bldg2').value, success: function(html){ $("#buli").html(html); } }); } function EMPTY() { // retrives the building information document.getElementById('building2').value ="" ; document.getElementById('list2').value="" ; document.getElementById('NoonMap2').value="" ; document.getElementById('Description2').value="" ; document.getElementById('bldg2').value="" ; document.getElementById('buli').innerHTML=""; } // runs funvtion to inset the thumbnail to the database function thub(){ $.ajax({ type: "POST", url: "blobpart11.php", data: "building2=" + document.getElementById('building2').value, success: function(html){ $("#thumres").html(html); } }); }
// function to run the insert question runs addquestion.php function addquestion(){ $.ajax({ type: "POST", url: "addquestion.php", data: "quest=" + document.getElementById('quest').value + "&ans="+document.getElementById('ans').value, success: function(html){ $("#allquestions").html(html);
} }); } // function for creating button gui and dialog effect $(function() { $( "#submit" ).button(); function runEffect() { var selectedEffect = $( "#effectTypes" ).val(); var options = {}; $( "#effect" ).show( selectedEffect, options, 500, callback ); }; function callback() { }; // set effect from select menu value $( "#button" ).click(function() { runEffect(); return false; }); $( "#effect" ).hide(); }); function callback45() { $( "#effect:visible" ).removeAttr( "style" ).fadeOut(); };
function insertroom(){ // retrives building information var x=document.getElementById("Building24"); var building24=x.options[x.selectedIndex].text; $.ajax({ // ajax function used to run the addroom specification.php type: "POST", url: "addroomspecification.php", data: "building24=" + $( "#Building24" ).val() + "&Rm_Nm=" + document.getElementById('rm').value+ "&Filled=" + document.getElementById('fill').value+ "&Gender=" + document.getElementById('gen').value+ "&Dimensions=" + document.getElementById('dim').value+ "&Comments=" + document.getElementById('com').value+ "&prcd=" + document.getElementById('prcd').value+ "&bl=" + document.getElementById('bl').value+ "&rest=" + document.getElementById('rest').value+ "&Capacity=" + document.getElementById('cap').value, success: function(html){ $("#room").html(html);
} }); } function clearfilds() {
// function for clearing fields document.getElementById('rm').value= "" ; document.getElementById('fill').value="" ; document.getElementById('gen').value= "" ; document.getElementById('dim').value= "" ; document.getElementById('com').value= "" ; document.getElementById('prcd').value= "" ; document.getElementById('bl').value= "" ; document.getElementById('rest').value= "" ; document.getElementById('cap').value= "" ; }
- Home
Blog Gallery About- Search By Key word
- Search By Specification
- Modify Building Information
- Modify Building Information
- Modifyn
<div id="logo">
<img src="images/logo.jpg" width="300" height="180" alt="" />
</div>
<br />
<br />
<div id="tabs" style="height: 700px; overflow: scroll">
Add QUESTION
Please Enter The Question
Please Enter The Answer
Add Question E-Mail Question Asked
Question Answer
<div id="response">
</div>
</div>
<?php
$con = mysql_connect("localhost", "root");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// retrives the list of buildings
mysql_select_db("buildings", $con);
$result6 = mysql_query("SELECT Building Name
FROM buildingsinfo
WHERE Building Name
<> ''
GROUP BY Building Name
");
echo "Please select House
Building Name";
// printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
'' GROUP BY `Building Name` ");
echo "Please select House
Building Name";
// printing the list box select command
echo "ANY";
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
<div id="updateinfo"></div>
Step 1 Insert The Building Info
Building NameList No.
No. on Map.
Description
Building Initials
Step 2 Insert Insert Thubnail
Step 3 Insert Pictures
''"); echo "Please select House
Building Name"; // printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
Please Enter Room Number
Please Enter Building Letter
Filled
Please Enter Pricing Code
Please Enter Capacity
Please Enter Gender
Please Enter Dimension
Please Enter Restriction Name
Please Enter Comments
Copyright 2009. Privacy Policy | Terms of Use | XHTML | CSS
Design by Flash Website Templates
Design downloaded from free website templates .some suggestion toward improving the structure</ br>
is the code similar to something that in a real world in real companies programmer write.</ br>
Is it good for someone who just started it career and the first major web app he is written. Here is a sample file again it all working I do not want you to go thru every line just suggestions.
<style type="text/css"> /* demo styles */ fieldset { border:0; } select { width: 400px; } a.ggg{ color: #003366; font-size: x-large; font-family: Monotype Corsiva; } a.gg{ color: #003366; font-size: medium; font-family: Monotype Corsiva; } .darkbg{ background:#ddd !important; } #status{ font-family:Arial; padding:5px; } ul#files{ list-style:none; padding:0; margin:0; } ul#files li{ margin-bottom:2px; width:200px; float:left; } ul#files li img{ max-width:180px; max-height:150px; } .success{ background:#FFCC99; border:1px solid #FF9933; } .error{ background:#f0c6c3; border:1px solid #cc6622; } #button { padding: .5em 1em; text-decoration: none; } #effect { width: 700px; height: 200px; padding: 0.4em; position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; } </style>
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" /> <link type="text/css" href="css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/ajaxupload.3.5.js" ></script> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script> <script type="text/javascript" src="tags.js"></script> <script type="text/javascript" src="ui/jquery.ui.core.js"></script> <script type="text/javascript" src="ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="ui/jquery.ui.position.js"></script> <script type="text/javascript" src="ui/jquery.ui.selectmenu.js"></script> <script type="text/javascript"> $(function(){ // gui function for builodin select box gui $('select#Building').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building4').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building24').selectmenu({ style:'popup', maxHeight: 150 }); }); //a custom format option callback // builds gui for tabs $(function() { $( "#tabs" ).tabs(); }); // gui function for buttons $(function() { $( "#search" ).button(); $( "#delete" ).button(); $( "#view" ).button(); $( "#insert" ).button(); $( "#upload" ).button(); $( "#finish" ).button(); $( "#thub" ).button(); $( "#insroom" ).button(); $( "#clearfields" ).button(); $("#date").datepicker(); }); // ajax Function used to retrive all question runs getallquestions.php function allQuestions(){ $.ajax({ type: "POST", url: "getallquestions.php", success: function(html){ $("#allquestions").html(html); } }); } // ajax function send date to the getquestionsbydate.php and brings questions function Questionsbydate(){ $.ajax({ type: "POST", url: "getquestionsbydate.php", data: "date=" + document.getElementById('date').value, success: function(html){ $("#allquestions").html(html); } }); } function deletebuilding(){ // gets building information var x=document.getElementById("Building"); var building=x.options[x.selectedIndex].text; // runs ajax function to delete the building $.ajax({ type: "POST", url: "deletebuilding.php", data: "building=" + building, success: function(html){ $("#deletebuilding").html(html); } }); } // gets the building information function update(){ var x=document.getElementById("Building4"); var building4=x.options[x.selectedIndex].text; // ajax function to run the updatebuilding.php $.ajax({ type: "POST", url: "updatebuilding.php", data: "building4=" + building4, success: function(html){ $("#updateinfo").html(html); } }); } function insert(){ // ajax function to run insertbuilding.php $.ajax({ type: "POST", url: "insertbuilding.php", data: "building2=" + document.getElementById('building2').value + "&list2=" + document.getElementById('list2').value+ "&NoonMap2=" + document.getElementById('NoonMap2').value+ "&Description2=" + document.getElementById('Description2').value+ "&bldg2=" + document.getElementById('bldg2').value, success: function(html){ $("#buli").html(html); } }); } function EMPTY(){ // retrives the building information document.getElementById('building2').value ="" ; document.getElementById('list2').value="" ; document.getElementById('NoonMap2').value="" ; document.getElementById('Description2').value="" ; document.getElementById('bldg2').value="" ; document.getElementById('buli').innerHTML=""; } // runs funvtion to inset the thumbnail to the database function thub(){ $.ajax({ type: "POST", url: "blobpart11.php", data: "building2=" + document.getElementById('building2').value, success: function(html){ $("#thumres").html(html); } }); } // function to run the insert question runs addquestion.php function addquestion(){ $.ajax({ type: "POST", url: "addquestion.php", data: "quest=" + document.getElementById('quest').value + "&ans="+document.getElementById('ans').value, success: function(html){ $("#allquestions").html(html); } }); } // function for creating button gui and dialog effect $(function() { $( "#submit" ).button(); function runEffect() { var selectedEffect = $( "#effectTypes" ).val(); var options = {}; $( "#effect" ).show( selectedEffect, options, 500, callback ); }; function callback() { }; // set effect from select menu value $( "#button" ).click(function() { runEffect(); return false; }); $( "#effect" ).hide(); }); function callback45() { $( "#effect:visible" ).removeAttr( "style" ).fadeOut(); }; function insertroom(){ // retrives building information var x=document.getElementById("Building24"); var building24=x.options[x.selectedIndex].text; $.ajax({ // ajax function used to run the addroom specification.php type: "POST", url: "addroomspecification.php", data: "building24=" + $( "#Building24" ).val() + "&Rm_Nm=" + document.getElementById('rm').value+ "&Filled=" + document.getElementById('fill').value+ "&Gender=" + document.getElementById('gen').value+ "&Dimensions=" + document.getElementById('dim').value+ "&Comments=" + document.getElementById('com').value+ "&prcd=" + document.getElementById('prcd').value+ "&bl=" + document.getElementById('bl').value+ "&rest=" + document.getElementById('rest').value+ "&Capacity=" + document.getElementById('cap').value, success: function(html){ $("#room").html(html); } }); } function clearfilds(){ // function for clearing fields document.getElementById('rm').value= "" ; document.getElementById('fill').value="" ; document.getElementById('gen').value= "" ; document.getElementById('dim').value= "" ; document.getElementById('com').value= "" ; document.getElementById('prcd').value= "" ; document.getElementById('bl').value= "" ; document.getElementById('rest').value= "" ; document.getElementById('cap').value= "" ; } </script>
- Home
Blog Gallery About
<div id="logo">
<img src="images/logo.jpg" width="300" height="180" alt="" />
</div>
<br /><br />
<div id="tabs" style="height: 700px; overflow: scroll">
<ul>
<li><a href="#tabs-1">Search By Key word</a></li>
<li><a href="#tabs-2">Search By Specification</a></li>
<li><a href="#tabs-3">Modify Building Information</a></li>
<li><a href="#tabs-4">Modify Building Information</a></li>
<li><a href="#tabs-5">Modifyn</a></li>
</ul>
<div id="tabs-1" >
<br /><br />
<input id="search" type="button" name="Search by date" value="Search by Date" onclick="Questionsbydate()"/>
<input id="date" name="date" />
<input id="view" type="button" name="View All QUESTIONS" value="View All QUESTIONS" onclick="allQuestions()" />
<br /><br />
<div id="allquestions"></div>
<br /><br /><br />
<div class="demo">
<div align="center" class="toggler">
<div style="width: 700px; height: 200px" id="effect" class="ui-widget-content ui-corner-all">
<h3 class="ui-widget-header ui-corner-all">Add QUESTION</h3>
<p>
<a class='gg' >Please Enter The Question</a> <input id="quest" style="width: 300px" name="quest" /><br /><br />
<a class='gg' >Please Enter The Answer</a> <input id="ans" style="width: 300px" name="ans" />
</p>
</div>
</div>
<select style="visibility: hidden" name="effects" id="effectTypes">
<option value="blind">Blind</option>
</select>
<center><br /><br /><br />
<a href="#" id="button" class="ui-state-default ui-corner-all">Add Question</a>
<input id="submit" type="button" name="Submit" value="Submit" onclick=" addquestion(), callback45() " /></center>
</div>
<div style="display: none" id="dialog" title="Basic dialog">
<table>
<tr>
<td><a>E-Mail</a></td>
<td><input id="email" name="email" /></td>
</tr>
<tr>
<td><a>Question Asked</a></td>
<td><textarea id="qu" name="quest" rows="3"></textarea><br /></td>
</tr>
<tr>
<td><a>Question Answer</a></td>
<td><textarea id="answ" name="quest" rows="3"></textarea><br /></td>
</tr>
</table>
<input id="op" type="button" name="reply" value="Reply" onclick="se()" />
</div>
<div id="response"></div>
</div> <!-- /#tabs-1 -->
<div id="tabs-2">
<?php
$con = mysql_connect("localhost", "root");
if (!$con) {
die('Could not connect: ' . mysql_error());
}
// retrives the list of buildings
mysql_select_db("buildings", $con);
$result6 = mysql_query("SELECT `Building Name`
FROM `buildingsinfo`
WHERE `Building Name` <> ''
GROUP BY `Building Name` ");
echo "<center><a class='ggg' >Please select House</a><br /><br /><br /><select name=Building id='Building' value=''>Building Name</option>";
// printing the list box select command
while($nt6=mysql_fetch_array($result6)) {
//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "<option value=$hello>$hello</option>";
/* Option values are added by looping through the array */
}
echo "</select><br /><br /><br />";// Closing of list box
?>
<center>
<input type="button" id="delete" style="width: 200px; height: 100px; font-size: large" value="DELETE BUILDING" onclick="deletebuilding()">
</center><br /><br />
<div id="deletebuilding"></div>
</div> <!-- /#tabs-2 -->
<div id="tabs-3">
<?php
$con = mysql_connect("localhost", "root");
if (!$con){
die('Could not connect: ' . mysql_error());
}
// retrives the list of buildings and builds dropdown box
mysql_select_db("buildings", $con);
$result6 = mysql_query("SELECT `Building Name`
FROM `buildingsinfo`
WHERE `Building Name` <> ''
GROUP BY `Building Name` ");
echo "<a class='ggg' >Please select House</a><br /><br /><br /><select name=Building id='Building4' value='' onchange='update()' >Building Name</option>";
// printing the list box select command
echo "<option value=ANY>ANY</option>";
while($nt6=mysql_fetch_array($result6)) {
//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "<option value=$hello>$hello</option>";
/* Option values are added by looping through the array */
}
echo "</select><br /><br /><br />"; // Closing of list box
?>
<div id="updateinfo"></div>
</div> <!-- /#tabs-3 -->
<div id="tabs-4">
<h2>Step 1 Insert The Building Info</h2>
<a class='gg' >Building Name</a> <input id="building2" name="building" value="" />
<br /><br />
<a class='gg' > List No. </a>
<input id="list2" name="list" value="" />
<br /><br />
<a class='gg' > No. on Map.</a>
<input id="NoonMap2" name="NoonMap2" value="" />
<br /><br />
<a class='gg' >Description</a>
<textarea rows="7" style="width: 200px" id="Description2" name="Description" > </textarea>
<br /> <br />
<a class='gg' >Building Initials</a>
<input id="bldg2" name="Bldg" value="" />
<br /><br />
<input id="insert" type="button" name="INSERT" value="insert" onclick=" insert()" />
<br /><br /><br />
<h2>Step 2 Insert Insert Thubnail</h2>
<input id="thub" type="button" name="thub" value="THUBNAIL" onclick="thub()" />
<br /><br />
<div id="thumres"></div>
<br /><br />
<h2>Step 3 Insert Pictures</h2>
<div id="buli"></div>
<br /><br /><br /><br />
<input id="finish" type="button" name="FINISH" value="FINISH" onclick=" EMPTY()" />
</div> <!-- /#tabs-4 -->
<div id="tabs-5">
<?php
$con = mysql_connect("localhost", "root");
if (!$con) {
die('Could not connect: ' . mysql_error());
}
// Retrives a list of buildings and builds dropdown box
mysql_select_db("buildings", $con);
$result6 = mysql_query("SELECT `Building Name` , `Bldg`
FROM `buildingsinfo`
WHERE `Bldg` <> ''");
echo "<a class='ggg' >Please select House</a><br /><br /><br /><select name=Building24 id='Building24' value='' >Building Name</option>";
// printing the list box select command
while($nt6=mysql_fetch_array($result6)) {
//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "<option value=$hello>$hello</option>";
/* Option values are added by looping through the array */
}
echo "</select><br /><br /><br />";// Closing of list box
?>
<a class='gg' >Please Enter Room Number</a>
<input id="rm" name="rm" />
<br /><br />
<a class='gg' >Please Enter Building Letter</a>
<input id="bl" name="bl" />
<br /><br />
<a class='gg' >Filled</a>
<input id="fill" name="fill" />
<br /><br />
<a class='gg' >Please Enter Pricing Code</a>
<input id="prcd" name="prcd" />
<br /><br />
<a class='gg' >Please Enter Capacity</a>
<input id="cap" name="cap" />
<br /><br />
<a class='gg' >Please Enter Gender</a>
<input id="gen" name="gen" />
<br /><br />
<a class='gg' >Please Enter Dimension</a>
<input id="dim" name="dim" />
<br /><br />
<a class='gg' >Please Enter Restriction Name</a>
<input id="rest" name="rest" />
<br /><br />
<a class='gg' >Please Enter Comments</a>
<input id="com" name="com" />
<br /><br />
<input id="insroom" type="button" name="insroom" value="Insert Room" onclick="insertroom()" />
<input id="clearfields" type="button" name="clearfilds" value="Clear Fields/Insert Another Room" onclick="clearfilds()"/>
<br /><br /><br />
<div id="room"></div>
</div> <!-- /#tabs-5 -->
</div> <!-- /#tabs -->
</div> <!-- /#content -->
<div>
<br /><br /><br />
<img src="images/logo_lsu_dsa.JPG" width="231" height="83" alt="" />
</div>
<!--footer begins -->
<div id="footer">
<p>Copyright 2009. <a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a> | <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional"><abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS"><abbr title="Cascading Style Sheets">CSS</abbr></a></p>
<p>Design by <a href="http://www.metamorphozis.com/" title="Flash Website Templates">Flash Website Templates</a></p>
</div><!-- footer ends-->
<div style="text-align: center; font-size: 0.75em;">
Design downloaded from <a href="http://www.freewebtemplates.com/">free website templates</a>.
</div>
- 1.1k
- 6
- 14
some suggestion toward improving the structure</ br>
is the code similar to something that in a real world in real companies programmer write.</ br>
Is it good for someone who just started it career and the first major web app he is written. Here is a sample file again it all working I do not want you to go thru every line just suggestions.
<style type="text/css"> /* demo styles */ fieldset { border:0; } select { width: 400px; } a.ggg{ color: #003366; font-size: x-large; font-family: Monotype Corsiva; } a.gg{ color: #003366; font-size: medium; font-family: Monotype Corsiva; } </style> <style>
- Search By Key word
- Search By Specification
- Modify Building Information
- Modify Building Information
- Modifyn
.darkbg{ background:#ddd !important; } #status{ font-family:Arial; padding:5px; } ul#files{ list-style:none; padding:0; margin:0; } ul#files li{ margin-bottom:2px; width:200px; float:left; } ul#files li img{ max-width:180px; max-height:150px; } .success{ background:#FFCC99; border:1px solid #FF9933; } .error{ background:#f0c6c3; border:1px solid #cc6622; } #button { padding: .5em 1em; text-decoration: none; } #effect { width: 700px; height: 200px; padding: 0.4em; position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" />
<link type="text/css" href="css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/ajaxupload.3.5.js" ></script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script>
<script type="text/javascript" src="tags.js"></script>
<script type="text/javascript" src="ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="ui/jquery.ui.position.js"></script>
<script type="text/javascript" src="ui/jquery.ui.selectmenu.js"></script>
<script type="text/javascript">
$(function(){
// gui function for builodin select box gui
$('select#Building').selectmenu({
style:'popup',
maxHeight: 150
});
$('select#Building4').selectmenu({
style:'popup',
maxHeight: 150
});
$('select#Building24').selectmenu({
style:'popup',
maxHeight: 150
});
});
//a custom format option callback
// builds gui for tabs $(function() { $( "#tabs" ).tabs(); }); // gui function for buttons $(function() { $( "#search" ).button(); $( "#delete" ).button(); $( "#view" ).button(); $( "#insert" ).button(); $( "#upload" ).button(); $( "#finish" ).button(); $( "#thub" ).button(); $( "#insroom" ).button(); $( "#clearfields" ).button(); $("#date").datepicker(); });
// ajax Function used to retrive all question runs getallquestions.php
function allQuestions(){
$.ajax({
type: "POST",
url: "getallquestions.php",
success: function(html){
$("#allquestions").html(html);
}
});
}
// ajax function send date to the getquestionsbydate.php and brings questions
function Questionsbydate(){
$.ajax({
type: "POST",
url: "getquestionsbydate.php",
data: "date=" + document.getElementById('date').value,
success: function(html){
$("#allquestions").html(html);
}
});
}
function deletebuilding(){
// gets building information
var x=document.getElementById("Building"); var building=x.options[x.selectedIndex].text; // runs ajax function to delete the building $.ajax({ type: "POST", url: "deletebuilding.php", data: "building=" + building, success: function(html){ $("#deletebuilding").html(html);
}
});
}
// gets the building information
function update(){
var x=document.getElementById("Building4");
var building4=x.options[x.selectedIndex].text;
// ajax function to run the updatebuilding.php
$.ajax({
type: "POST",
url: "updatebuilding.php",
data: "building4=" + building4,
success: function(html){
$("#updateinfo").html(html);
}
});
}
function insert(){
// ajax function to run insertbuilding.php
$.ajax({
type: "POST",
url: "insertbuilding.php",
data: "building2=" + document.getElementById('building2').value +
"&list2=" + document.getElementById('list2').value+
"&NoonMap2=" + document.getElementById('NoonMap2').value+
"&Description2=" + document.getElementById('Description2').value+
"&bldg2=" + document.getElementById('bldg2').value,
success: function(html){
$("#buli").html(html);
}
});
}
function EMPTY()
{
// retrives the building information
document.getElementById('building2').value ="" ;
document.getElementById('list2').value="" ;
document.getElementById('NoonMap2').value="" ;
document.getElementById('Description2').value="" ;
document.getElementById('bldg2').value="" ;
document.getElementById('buli').innerHTML="";
}
// runs funvtion to inset the thumbnail to the database
function thub(){
$.ajax({
type: "POST",
url: "blobpart11.php",
data: "building2=" + document.getElementById('building2').value,
success: function(html){
$("#thumres").html(html);
}
});
}
// function to run the insert question runs addquestion.php function addquestion(){ $.ajax({ type: "POST", url: "addquestion.php", data: "quest=" + document.getElementById('quest').value + "&ans="+document.getElementById('ans').value, success: function(html){ $("#allquestions").html(html);
}
});
}
// function for creating button gui and dialog effect
$(function() {
$( "#submit" ).button();
function runEffect() {
var selectedEffect = $( "#effectTypes" ).val();
var options = {};
$( "#effect" ).show( selectedEffect, options, 500, callback );
};
function callback() {
};
// set effect from select menu value
$( "#button" ).click(function() {
runEffect();
return false;
});
$( "#effect" ).hide();
});
function callback45() {
$( "#effect:visible" ).removeAttr( "style" ).fadeOut();
};
function insertroom(){ // retrives building information var x=document.getElementById("Building24"); var building24=x.options[x.selectedIndex].text; $.ajax({ // ajax function used to run the addroom specification.php type: "POST", url: "addroomspecification.php", data: "building24=" + $( "#Building24" ).val() + "&Rm_Nm=" + document.getElementById('rm').value+ "&Filled=" + document.getElementById('fill').value+ "&Gender=" + document.getElementById('gen').value+ "&Dimensions=" + document.getElementById('dim').value+ "&Comments=" + document.getElementById('com').value+ "&prcd=" + document.getElementById('prcd').value+ "&bl=" + document.getElementById('bl').value+ "&rest=" + document.getElementById('rest').value+ "&Capacity=" + document.getElementById('cap').value, success: function(html){ $("#room").html(html);
}
});
}
function clearfilds()
{
// function for clearing fields document.getElementById('rm').value= "" ; document.getElementById('fill').value="" ; document.getElementById('gen').value= "" ; document.getElementById('dim').value= "" ; document.getElementById('com').value= "" ; document.getElementById('prcd').value= "" ; document.getElementById('bl').value= "" ; document.getElementById('rest').value= "" ; document.getElementById('cap').value= "" ; }
-
Home
Blog
Gallery
About
<div id="logo">
<img src="images/logo.jpg" width="300" height="180" alt="" />
</div>
<br />
<br />
<div id="tabs" style="height: 700px; overflow: scroll">
Add QUESTION
Please Enter The Question
Please Enter The Answer
Add Question E-Mail Question Asked
Question Answer
<div id="response">
</div>
</div>
<?php
$con = mysql_connect("localhost", "root");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// retrives the list of buildings
mysql_select_db("buildings", $con);
$result6 = mysql_query("SELECT Building Name
FROM buildingsinfo
WHERE Building Name
<> ''
GROUP BY Building Name
");
echo "Please select House
Building Name";
// printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
'' GROUP BY `Building Name` ");
echo "Please select House
Building Name";
// printing the list box select command
echo "ANY";
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
<div id="updateinfo"></div>
Step 1 Insert The Building Info
Building NameList No.
No. on Map.
Description
Building Initials
Step 2 Insert Insert Thubnail
Step 3 Insert Pictures
''"); echo "Please select House
Building Name"; // printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
Please Enter Room Number
Please Enter Building Letter
Filled
Please Enter Pricing Code
Please Enter Capacity
Please Enter Gender
Please Enter Dimension
Please Enter Restriction Name
Please Enter Comments
Copyright 2009. Privacy Policy | Terms of Use | XHTML | CSS
Design by Flash Website Templates
Design downloaded from free website templates .http://pastebin.com/Ux06nAkL JUST OPEN THAT LINK TO SEE IT
THANK YOU.
some suggestion toward improving the structure</ br>
is the code similar to something that in a real world in real companies programmer write.</ br>
Is it good for someone who just started it career and the first major web app he is written. Here is a sample file again it all working I do not want you to go thru every line just suggestions.
http://pastebin.com/Ux06nAkL JUST OPEN THAT LINK TO SEE IT
THANK YOU.
some suggestion toward improving the structure</ br>
is the code similar to something that in a real world in real companies programmer write.</ br>
Is it good for someone who just started it career and the first major web app he is written. Here is a sample file again it all working I do not want you to go thru every line just suggestions.
<style type="text/css"> /* demo styles */ fieldset { border:0; } select { width: 400px; } a.ggg{ color: #003366; font-size: x-large; font-family: Monotype Corsiva; } a.gg{ color: #003366; font-size: medium; font-family: Monotype Corsiva; } </style> <style>
.darkbg{ background:#ddd !important; } #status{ font-family:Arial; padding:5px; } ul#files{ list-style:none; padding:0; margin:0; } ul#files li{ margin-bottom:2px; width:200px; float:left; } ul#files li img{ max-width:180px; max-height:150px; } .success{ background:#FFCC99; border:1px solid #FF9933; } .error{ background:#f0c6c3; border:1px solid #cc6622; } #button { padding: .5em 1em; text-decoration: none; } #effect { width: 700px; height: 200px; padding: 0.4em; position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" /> <link type="text/css" href="css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/ajaxupload.3.5.js" ></script> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script> <script type="text/javascript" src="tags.js"></script> <script type="text/javascript" src="ui/jquery.ui.core.js"></script> <script type="text/javascript" src="ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="ui/jquery.ui.position.js"></script> <script type="text/javascript" src="ui/jquery.ui.selectmenu.js"></script> <script type="text/javascript"> $(function(){
// gui function for builodin select box gui
$('select#Building').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building4').selectmenu({ style:'popup', maxHeight: 150 }); $('select#Building24').selectmenu({ style:'popup', maxHeight: 150 }); }); //a custom format option callback
// builds gui for tabs $(function() { $( "#tabs" ).tabs(); }); // gui function for buttons $(function() { $( "#search" ).button(); $( "#delete" ).button(); $( "#view" ).button(); $( "#insert" ).button(); $( "#upload" ).button(); $( "#finish" ).button(); $( "#thub" ).button(); $( "#insroom" ).button(); $( "#clearfields" ).button(); $("#date").datepicker(); });
// ajax Function used to retrive all question runs getallquestions.php function allQuestions(){ $.ajax({ type: "POST", url: "getallquestions.php", success: function(html){ $("#allquestions").html(html); } }); } // ajax function send date to the getquestionsbydate.php and brings questions function Questionsbydate(){ $.ajax({ type: "POST", url: "getquestionsbydate.php", data: "date=" + document.getElementById('date').value, success: function(html){ $("#allquestions").html(html); } }); } function deletebuilding(){ // gets building information
var x=document.getElementById("Building"); var building=x.options[x.selectedIndex].text; // runs ajax function to delete the building $.ajax({ type: "POST", url: "deletebuilding.php", data: "building=" + building, success: function(html){ $("#deletebuilding").html(html);
} }); } // gets the building information function update(){ var x=document.getElementById("Building4"); var building4=x.options[x.selectedIndex].text; // ajax function to run the updatebuilding.php $.ajax({ type: "POST", url: "updatebuilding.php", data: "building4=" + building4, success: function(html){ $("#updateinfo").html(html); } }); } function insert(){ // ajax function to run insertbuilding.php $.ajax({ type: "POST", url: "insertbuilding.php", data: "building2=" + document.getElementById('building2').value + "&list2=" + document.getElementById('list2').value+ "&NoonMap2=" + document.getElementById('NoonMap2').value+ "&Description2=" + document.getElementById('Description2').value+ "&bldg2=" + document.getElementById('bldg2').value, success: function(html){ $("#buli").html(html); } }); } function EMPTY() { // retrives the building information document.getElementById('building2').value ="" ; document.getElementById('list2').value="" ; document.getElementById('NoonMap2').value="" ; document.getElementById('Description2').value="" ; document.getElementById('bldg2').value="" ; document.getElementById('buli').innerHTML=""; } // runs funvtion to inset the thumbnail to the database function thub(){ $.ajax({ type: "POST", url: "blobpart11.php", data: "building2=" + document.getElementById('building2').value, success: function(html){ $("#thumres").html(html); } }); }
// function to run the insert question runs addquestion.php function addquestion(){ $.ajax({ type: "POST", url: "addquestion.php", data: "quest=" + document.getElementById('quest').value + "&ans="+document.getElementById('ans').value, success: function(html){ $("#allquestions").html(html);
} }); } // function for creating button gui and dialog effect $(function() { $( "#submit" ).button(); function runEffect() { var selectedEffect = $( "#effectTypes" ).val(); var options = {}; $( "#effect" ).show( selectedEffect, options, 500, callback ); }; function callback() { }; // set effect from select menu value $( "#button" ).click(function() { runEffect(); return false; }); $( "#effect" ).hide(); }); function callback45() { $( "#effect:visible" ).removeAttr( "style" ).fadeOut(); };
function insertroom(){ // retrives building information var x=document.getElementById("Building24"); var building24=x.options[x.selectedIndex].text; $.ajax({ // ajax function used to run the addroom specification.php type: "POST", url: "addroomspecification.php", data: "building24=" + $( "#Building24" ).val() + "&Rm_Nm=" + document.getElementById('rm').value+ "&Filled=" + document.getElementById('fill').value+ "&Gender=" + document.getElementById('gen').value+ "&Dimensions=" + document.getElementById('dim').value+ "&Comments=" + document.getElementById('com').value+ "&prcd=" + document.getElementById('prcd').value+ "&bl=" + document.getElementById('bl').value+ "&rest=" + document.getElementById('rest').value+ "&Capacity=" + document.getElementById('cap').value, success: function(html){ $("#room").html(html);
} }); } function clearfilds() {
// function for clearing fields document.getElementById('rm').value= "" ; document.getElementById('fill').value="" ; document.getElementById('gen').value= "" ; document.getElementById('dim').value= "" ; document.getElementById('com').value= "" ; document.getElementById('prcd').value= "" ; document.getElementById('bl').value= "" ; document.getElementById('rest').value= "" ; document.getElementById('cap').value= "" ; }
-
Home
Blog
Gallery
About- Search By Key word
- Search By Specification
- Modify Building Information
- Modify Building Information
- Modifyn
<div id="logo">
<img src="images/logo.jpg" width="300" height="180" alt="" />
</div>
<br />
<br />
<div id="tabs" style="height: 700px; overflow: scroll">
Add QUESTION
Please Enter The Question
Please Enter The Answer
Add Question E-Mail Question Asked
Question Answer
<div id="response">
</div>
</div>
<?php
$con = mysql_connect("localhost", "root");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// retrives the list of buildings
mysql_select_db("buildings", $con);
$result6 = mysql_query("SELECT Building Name
FROM buildingsinfo
WHERE Building Name
<> ''
GROUP BY Building Name
");
echo "Please select House
Building Name";
// printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
'' GROUP BY `Building Name` ");
echo "Please select House
Building Name";
// printing the list box select command
echo "ANY";
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
<div id="updateinfo"></div>
Step 1 Insert The Building Info
Building NameList No.
No. on Map.
Description
Building Initials
Step 2 Insert Insert Thubnail
Step 3 Insert Pictures
''"); echo "Please select House
Building Name"; // printing the list box select command
while($nt6=mysql_fetch_array($result6))
{//Array or records stored in $nt
$hello=$nt6['Building Name'];
echo "$hello";
/* Option values are added by looping through the array */
}
echo "
";// Closing of list box
?>
Please Enter Room Number
Please Enter Building Letter
Filled
Please Enter Pricing Code
Please Enter Capacity
Please Enter Gender
Please Enter Dimension
Please Enter Restriction Name
Please Enter Comments
Copyright 2009. Privacy Policy | Terms of Use | XHTML | CSS
Design by Flash Website Templates
Design downloaded from free website templates .The first major app CMS writen
I am looking for a suggestion or advises about some code I have written. I build an online application about 3 month ago the app registers new buildings including description names and so on. The app works perfectly and does what it suppose to. While working on it I was constantly learning and improving my skills. I did include the internal CSS as it was designed specifically for this page but I also used external one as well. I used a lot of ajax, php, and js. I looked at many tutorial and articles while working on this. My main question is
some suggestion toward improving the structure</ br>
is the code similar to something that in a real world in real companies programmer write.</ br>
Is it good for someone who just started it career and the first major web app he is written. Here is a sample file again it all working I do not want you to go thru every line just suggestions.
http://pastebin.com/Ux06nAkL JUST OPEN THAT LINK TO SEE IT
THANK YOU.