Advertisement
Advertisement
| 04.28.2008 at 11:35PM PDT, ID: 23361207 |
|
[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: |
$("#rotation_control").click( function() {
(rotate) ? rotate = false : rotate = true;
(rotate) ? $(this).children().src("") : $(this).children().src("");
run();
});
|
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 04.28.2008 at 11:58PM PDT, ID: 21460108 |
| 04.28.2008 at 11:59PM PDT, ID: 21460116 |
| 04.28.2008 at 11:59PM PDT, ID: 21460121 |
| 04.29.2008 at 12:16AM PDT, ID: 21460181 |
1: 2: 3: 4: |
$(".name").onmouseover( function() {
(rotate) ? rotate = false;
$(".name").onmouseout( function() {
(rotate) ? rotate = true;
|
| 04.29.2008 at 01:31AM PDT, ID: 21460455 |
| 04.29.2008 at 01:57AM PDT, ID: 21460540 |
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: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style type="text/css">
a:link {
font-family: Georgia;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
}
a:visited {
font-family: Georgia;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
}
a:active {
font-family: Georgia;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
}
a:hover {
font-family: Georgia;
font-size: 18px;
font-style: normal;
font-weight: normal;
cursor: default;
color: #00E10B;
text-decoration: none;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>mutX Engineering</title>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/rotator.js" type="text/javascript"></script>
<script src="js/autocomplete.js" type="text/javascript"></script>
<link href="css/main.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
$(document).ready(function(){
$("#search_input").autocomplete("search.php");
$(".name").onmouseover = function() {
rotate = false;
}
$(".name").onmouseout = function() {
rotate = true;
}
items = $("#links .name");
items.cartesianToSphereical();
rotate = true;
run();
de = document.documentElement;
w = window.innerWidth || self.innerWidth || (de && de.clientWidth) || document.body.clientWidth;
h = window.innerHeight || self.innerHeight || (de && de.clientHeight) || document.body.clientHeight;
items.hover(function(){
$(this).addClass("over");
},function(){
$(this).removeClass("over");
});
});
</script>
<script language="javascript">
function show(id,disp) {
if (disp == true) {
id.style.display = "block";
id.style.left = 100 + "px";
}
if (disp == false) {
id.style.display = "none";
}
}
</script>
</head>
<ul class="hoverbox">
<body style="background-color: #0B0B0B">
<div id="ajaxActive"><img src="img/loading.jpg" alt="Loading..."></div>
<div id="rotation_control" class="f1" color:"#00E10B">Toggle Rotation</div>
<!--have to fake the y-axis grid line here-->
<div id="x_axis">
<div id="y_axis"> <img id="world" src="img/world.png" style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40"
alt="mu">
<div id="links">
<div class="name" posx="500" posy="0" posz="0"><div onmouseover="show(imgEMU,true)" onmouseout="show(imgEMU,false)"><a href="#">project10</div></div></a href>
<img src="emu.png" style="position: absolute; display: none" id="imgEMU">
<div class="name" posx="-500" posy="0" posz="0"><a href="projectbdr.htm">project9</div></a href>
<div class="name" posx="0" posy="500" posz="0"><a href="projectspr.htm">project8</div></a href>
<div class="name" posx="00" posy="-500" posz="0"><div onmouseover="show(imgFWB,true)" onmouseout="show(imgFWB,false)"><a href="#">project7</div></div></a href>
<img src="fwb.png" style="position: absolute; display: none" id="imgFWB">
<div class="name" posx="250" posy="430" posz="0"><div onmouseover="show(imgFUD,true)" onmouseout="show(imgFUD,false)"><a href="#">project6</div></div></a href>
<img src="fud.png" style="position: absolute; display: none" id="imgFUD">
<div class="name" posx="-300" posy="400" posz="0"><a href="projectmat.htm">project5</div></a href>
<div class="name" posx="229" posy="-400" posz="0"><a href="projectdll.htm">project4</div></a href>
<div class="name" posx="-300" posy="-400" posz="0"><div onmouseover="show(imgUNP,true)" onmouseout="show(imgUNP,false)"><a href="#">project3</div></div></a href>
<img src="unp.png" style="position: absolute; display: none" id="imgUNP">
<div class="name" posx="370" posy="-490" posz="0"><div onmouseover="show(imgCPL,true)" onmouseout="show(imgCPL,false)"><a href="#">project2</div></div></a href>
<img src="cpl.png" style="position: absolute; display: none" id="imgCPL">
<div class="name" posx="420" posy="180" posz="0"><div onmouseover="show(imgPOI,true)" onmouseout="show(imgPOI,false)"><a href="#">test5</div></div></a href>
<img src="poison.png" style="position: absolute; display: none" id="imgPOI">
<div class="name" posx="-600" posy="110" posz="0"><a href="livekeylogger.htm">test4</div></a href>
<div class="name" posx="520" posy="-275" posz="0"><div onmouseover="show(imgVNC,true)" onmouseout="show(imgVNC,false)"><a href="#">test3</div></div></a href>
<img src="autovnc.png" style="position: absolute; display: none" id="imgVNC">
<div class="name" posx="-430" posy="-110" posz="0"><div onmouseover="show(imgWOW,true)" onmouseout="show(imgWOW,false)"><a href="#">test2</div></div></a href>
<img src="wow.png" style="position: absolute; display: none" id="imgWOW">
<div class="name" posx="450" posy="410" posz="0"><a href="advdbextract.htm">test1</div></a href>
<div class="name" posx="050" posy="010" posz="0"><a href="/mutx.org/forum/index.php">Forums</div></a href>
</div>
</div>
</div>
</div>
</ul>
<div id="frame">
<h1 id="title"><font COLOR="#00E10B"><a href="./"><img src="img/friends.png"
alt="mutX engineering"></a></h1>
<div id="message_box">
</div>
<br>
<div id="page"><br>
</div>
</div>
</body>
</html>
|
| 04.29.2008 at 02:38AM PDT, ID: 21460727 |