Jump to content

pulkit

Member
  • Posts

    43
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by pulkit

  1. Hi,

    I wanted to block the office clerks in my Dads Office to use the Internet and also not to install any new software.

    However they should be able to see only sites approved by me and no other sites should be allowed.

    Can any help come this way.

  2. Hi,

    I recently made a new site :

    http://wbots.be

    The problem i am facing is of GZipping the images.

    The site loads fast but still images are not getting gzipped.

    I got the way how to GZip the Page but it does not zip the images.

    Also in my page i have a link to Make WBots Your Homepage.

    But i want that when someone has set a site as Homepage the link not to be shown.

    Any help will be appreciated to solve the problems i face.

    Is the design making it a bit heavy.

  3. Well i thought that these devices consume very minimal power

    I just have a monitor (LCD) and the CPU installed

    I put a UPS to the computer but not the monitor

    But it tripped again

    Now i connected the Monitor and the Cabinet to the UPS

    Lets see!

  4. No i did i am going to put a UPS in a day

    But presently i assembled a new one for my factory and i am using that

    There is no tripping

    In my computer i disconnected the CD & DVD Drives also

    Remaining parts are

    Processor,Motherboard,Ram and HDD

    Also the monitor but i am using the same LCD 17" with the new assembled one

    Pls help

  5. I have gone mad

    My computer is causing tripping of the electricity of the house

    any ideas what is the problem

    I changed the SMPS

    still the same

    I have presently disconnected the CD and DVD rom Drives

    This is my third attempt to post

    Last two times it tripped

    My engineers know nothing

    Help...........................

    It will trip again

  6. I have been experiencing this for 4-5 days now

    My computer after working for 3-4 hrs causes some tripping of electricity in the entire house

    Is this due to a virus of windows XP

    I heard and read that viruses could play with the hardware but to such a extent

    What to do ?

    I am going to format my computer tommorrow

    Pls post before that to help me

  7. Hi,

    Me and my friends are starting a scientific board ESB - Electron Science board.

    Please give any suggestions for it and also do register there

    The link is:

    http://www.electron.roxr.com/board

    So the scientists or budding scientists, we request you to help us.

    We will appreciate any help.

    Pls suggest any changes in the categories and division.

    Also I am using IPB 1.3 . I dont know much but I heard that there are some vulnerabilities in it .

    If anyone knows it pls tell me.

    Thanks

    :thumbup

  8. Thanks it helped

    But another problem

    On compiling i get this error:

    `main' must return `int'

    So i compiled this code:

    #include <iostream>
    using namespace std;
    main(int) //the main procedure (also the first executed)
    {
    cout << "Line";
    cout << " One" << endl;
    cout << "Line Two" << endl;
    cout << "Line Three" << endl << "Line Four" << endl;
    }

    Instead of this:

    #include <iostream>
    using namespace std;
    void main() //the main procedure (also the first executed)
    {
    cout << "Line";
    cout << " One" << endl;
    cout << "Line Two" << endl;
    cout << "Line Three" << endl << "Line Four" << endl;
    }

    Then it got compiled

    But on executing it a black window appears very fast and disappears

    on executing the same in cmd.exe it gives the output there

    Why is it dependent on cmd.exe and how to make it independent of it?

    Pls reply

  9. I saw it in the General Discussions

    It was Posted by Prathapml.But the other day it was gone :(

    I want to know eagerly is it really possible to install MAC OS on the

    regular pc

    I have AMD 3200+ 64 bits 939 socket pro

    If it can be done please post how to do it?

×
×
  • Create New...