Advertisement
Advertisement
| 03.14.2008 at 06:57PM PDT, ID: 23243539 |
|
[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: |
<script type="text/javascript">
<!--
browserName=navigator.appName;
if ((browserName=="Netscape") || (browserName=="opera") || (browserName=="firefox"))
{
if (browserName=="Netscape")
window.location="mynetscapepage.html";
}
{
if (browserName=="opera")
window.location="myoperapage.html";
}
{
if (browserName=="firefox")
window.location="myfirepage.html";
}
else
window.location="myiepage.html";
//-->
</script>
|
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 03.14.2008 at 08:22PM PDT, ID: 21131275 |
| 03.14.2008 at 08:23PM PDT, ID: 21131278 |
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: |
<script language="JavaScript"
type="text/JavaScript">
if(navigator.appName == "Firefox")
{
window.location = "myfirepage.html"
}
if(navigator.appName == "Netscape")
{
window.location = "mynetscapepage.html"
}
if(navigator.appName == "Opera")
{
window.location = "myoperapage.html"
}
window.location == "myiepage.html"
</script>
<style type = "text/css">
|
| 03.14.2008 at 08:51PM PDT, ID: 21131366 |
| 03.14.2008 at 08:52PM PDT, ID: 21131371 |
| 03.14.2008 at 08:57PM PDT, ID: 21131388 |
| 03.14.2008 at 09:05PM PDT, ID: 21131402 |
| 03.14.2008 at 09:06PM PDT, ID: 21131405 |
| 03.16.2008 at 05:23PM PDT, ID: 21139160 |
| 03.17.2008 at 09:12AM PDT, ID: 21143548 |
| 03.17.2008 at 10:59AM PDT, ID: 21144525 |
| 03.17.2008 at 01:06PM PDT, ID: 21145621 |
| 03.17.2008 at 02:14PM PDT, ID: 21146224 |
| 03.17.2008 at 02:22PM PDT, ID: 21146293 |
| 03.17.2008 at 03:58PM PDT, ID: 21147107 |
| 03.17.2008 at 04:29PM PDT, ID: 21147326 |
| 03.17.2008 at 04:37PM PDT, ID: 21147369 |
1: |
if(navigator.userAgent.indexOf('Firefox')!=-1)
|
| 05.17.2008 at 01:03AM PDT, ID: 21588354 |