Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 43,236 points

?

Favorite Answers34%
Answers483
  • Monitoring internet access in my network?

    Does any know of a good linux program that will be able to act as a firewall and monitor which pages are visted on my network? I know the linux server would have to sit as my gateway, just don't know of any apps that will be able to track which IP's are visting which pages. I am asking becasue i would like to know if someone is spending more time on sites then working. I am using Win server 2003 as DC at the moment, and would like to have a linux box that will monitor all the usage on my network since the DC isn't doing this.

    thanks.

    2 AnswersComputer Networking1 decade ago
  • Problem with a gateway NV series laptop freezing.?

    I am fixing a gateway NV series laptop for someone. It has been freezing soon after booting up, in safe mode and normal. I did virus scans and malware scans, some files were cleaned. but the scans would nto complete due to the freezing. I spoke with the person and asked if i would be able to just reformat. They were fine with this. Since it's a gateway, it did'nt come with the CD's So i used the ALT+F10 method to go into the repair feature of windows 7. this took a while, as it would also freeze while loading the files. After a few tries It went, and i was able to start the restore to factory defaults. How ever, again, it frooze during this process. After a third try the restore completed. When windows started up, it frooze again on the "Starting services" screen. When it went back in after a few more tries, i get a popup saying that it has had an unexpected restart and the install will nee to start over.

    I just want to know if anyone has an idea why this freezing is happening. It's not only happing in windows but during the restore process as well.

    It's running windows 7, 4 gigs of ram, 2.56 duo core, 500GB HDD. it's a Gateway NV series.

    Anyone have an idea. I've tried reseating the ram already as well.

    Thanks,

    2 AnswersLaptops & Notebooks1 decade ago
  • Help with background images in html tables?

    I am working on a site, and i want to have the able look like one image, but with different rows.

    I've made 2 images, one is 100 x 35 (header image) the other is 100x 65 (footer image)

    The problem i am having is that there is a small white space between the images.

    here is the code I have for the page.

    <html>

    <head>

    <STYLE TYPE="text/css">

    tr.header

    {

    background-image: url('tableheader.gif');

    }

    tr.footer

    {

    background-image: url('tablefooter.gif');

    }

    td.footer{

    padding-left: 8px;

    }

    td.header{

    padding-left:8px;

    }

    </STYLE>

    </head>

    <body>

    <table background="table backgound.png" width="100" cellspacing="0" height="100" >

    <tr class="header"><td class="header"> Hello World!</td></tr>

    <tr class="footer"><td class="footer"> This is some content</td></tr>

    </table>

    </body>

    </html>

    Can some one help me get rid of the small white gap between the header and footer?

    4 AnswersProgramming & Design1 decade ago
  • Opinion on a quizzing engine.?

    Hi,

    I'm designing a quizzing/survey engine and I want to know some of your opinions on something.

    When the engine generates the output for the quiz or survey, should i have it one question at a time, or output the entire quiz/survey at once.

    Quizzes will need to be scored, and surveys don't need to. I am using PHP with a back end MYSQL database to store the questions and results. Soem feed back on this would be nice, I am also thinking of giving the admin the option when they create the quiz/survey.

    thanks,

    1 AnswerProgramming & Design1 decade ago