|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 12/06/2008 at 03:53AM PST, ID: 23962797 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: |
-------addpic.php----- <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Add Picture</title> <link rel="stylesheet" type="text/css" href="colorful.css"/> <link rel="stylesheet" type="text/css" href="background.css"/> </head> <body> <div id="bg"> </div> <table align="center" class="indexStyle"> <!-- First choice - 224465 --> <tr class="head" style="border:thick"> <td colspan="2" class="banner" id="banner1"> <img src="assets/logo.gif" height="80px" style="float:left"/><a href="index.php" class="home"><h1>Happy Place... </h1></a> </td> <td style="text-align:right" width="215px"> <form name="login"> <div class="loginEnter"> <span id="unCheck" class="help">Username: </span><input type="text" name="un" id="un" value="" onblur="checkUsername()" disabled="disabled"/><br /> </div> <div class="loginEnter"> <span id="pwCheck" class="help">Password: </span><input type="text" name="pw" id="pw" value="" onblur="checkPassword()" disabled="disabled"/><br /> </div> <!--input type="button" value="Submit" class="loginSubmitBtn" onclick="validateLogin(this.form)"/--> <spacer /> <input type="button" value="Logout" class="loginRegister"/> </form> </td> </tr> <tr> <!-- first choice #A4CDE6 --> <td rowspan="100" class="barMenu" > <a class="menu" href="artistMenu.php"><div class="link">Return to Menu</div></a> </td> <td ></td> <td ></td> </tr> <tr> <td colspan="2"> <div class="header"> <h2>Upload New Picture</h2> </div> <form action="artistMenu.php" method="post" > <div class="artistForm"> Upload File: <input type="text" id="upload" name="upload" /> <input type="button" value="browse" /><br /> </div> <div class="artistForm"> Title: <input type="text" id="title" name="title" /><br /> </div> <div class="artistForm"> Date: <input type="text" id="date" name="date" /><br /> </div> <br /> <div class="artistForm"> <select> <option>Please select one:</option> <option>Portrait</option> <option>Abstract</option> <option>Technology</option> <option>Still life</option> <option>Animals</option> </select> </div> <br /> <div class="artistForm"> Description: <br /><textarea class="des"></textarea> </div> <br /> <div class="submitForm"> <input type="submit" value="Add Image" /> </div> </form> </td> </tr> </table> <div class="createdBy"> <div class="logo"> <img src="assets/ppLogo.gif" alt="She's Hot" /> </div> <h5>Created by The Pretty Programmers</h5> </div> </body> </html> ----------artistpage.php <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Artist's Profile</title> <link rel="stylesheet" type="text/css" href="colorful.css"/> <link rel="stylesheet" type="text/css" href="background2.css"/> </head> <body> <div id="bg"> </div> <!--img src="assets/zen.jpg" alt="background image" id="bg" /--> <table align="center" class="indexStyle"> <!-- First choice - 224465 --> <tr class="head" style="border:thick"> <td colspan="2" class="banner" id="banner1"> <img src="assets/logo.gif" height="80px" style="float:left"/><a href="index.php" class="home"><h1>Happy Place... </h1></a> </td> <td style="text-align:right" width="215px"> <form name="login"> <div class="loginEnter"> <span id="unCheck" class="help">Username: </span><input type="text" name="un" id="un" value="" onblur="checkUsername()"/><br /> </div> <div class="loginEnter"> <span id="pwCheck" class="help">Password: </span><input type="text" name="pw" id="pw" value="" onblur="checkPassword()"/><br /> </div> <input type="button" value="Submit" class="loginSubmitBtn" onclick="validateLogin(this.form)"/> <spacer /> <a href="apply.php"><input type="button" value="Register" class="loginRegister"/></a> </form> </td> </tr> <tr> <!-- first choice #A4CDE6 --> <td class="barCenter" height="20px"><a href="artistPage.php">Profile</a></td> <td colspan="2" > </tr> <tr> <td class="bar" rowspan="100"> <div class="scroll"> <table> <tr class="picListRow" > <td class="thumb">Image goes here</td> </tr> <tr> <td class="thumb">Image goes here</td> </tr> <tr> <td class="thumb">Image goes here</td> </tr> <tr> <td class="thumb">Image goes here</td> </tr> <tr> <td class="thumb">Image goes here</td> </tr> <tr> <td class="thumb">Image goes here</td> </tr> <tr> <td class="thumb">Image goes here</td> </tr> <tr> <td class="thumb">Image goes here</td> </tr> </table> </div> </td> <td colspan="2"> <table width="100%"> <div class="header"> <h2>Author Name</h2> </div> <div class="title"> <h3>Picture Title</h3> </div> <!-- Image source generated by php --> <div class="detailPic"> <img src="images/flower1.jpg" width="90%" border="3px;"/> </div> <div class="detailDescript"> <textarea class="des">Add some text here</textarea> </div> </table> </td> </tr> <tr> <td class="spacer" width="50%"> <div class="prev"><input type="button" value="Pervious" align="left" /></div> </td> <td class="spacer" width="50%"> <div class="next"><input type="button" value="Next" class="next" align="right"/></div> </td> </tr> </table> <div class="createdBy"> <div class="logo"> <img src="assets/ppLogo.gif" alt="She's Hot" /> </div> <h5>Created by The Pretty Programmers</h5> </div> </body> </html> |
Advertisement