Search results

  1. C

    Home Network

    Ok, this is my first time creating a Server this big (atleast to me it is :nervous:.) It has a File Server (Local network only), firewall, Internet, etc. I have a image of the layout and want to know if this is correct? I have all the hardware already.
  2. C

    MS Word file not editable

    I was asked to convert a doc template and put new tags in. The file given to me was not editable (cannot select, type, etc) except for set fields that have grey boxes. I was able to open it up in WordPad, save it and convert it back to a doc format to remove that security feature. But my...
  3. C

    Computer dead?

    Ok, I turned of my computer for a bit (about an hour) then tried tuening it back on. I starts up but monitor does not turn on. I tried swapping out the memory and still no go. What could be wrong with it? I don't have an extra CPU or graphics card to test those =( my specs: Abit KD7A mobo AMD...
  4. C

    Very funny Audio commerical

    http://www.adrants.com/images/Blaupunkt.mpg original thread here
  5. C

    JAVA: creating a pipe game but stuck

    private void initGrid() { for(int i = 0; i < num_rows; ++i) { for(int j = 0; j < num_cols; ++j) { dataGrid[i][j] = EMPTY; } } Random gen = new Random(); int x1, y1, x2, y2; x1 = gen.nextInt(num_rows-2)+1; x2 = gen.nextInt(num_rows-2)+1; y1 = gen.nextInt(num_rows-2)+1...
  6. C

    Constant Restart

    I have built an computer for a friends sister. I got the Abit NF7-S and two Kingmax ram chips (PC2700). I first put the Chips in DIMM slots 1 & 2 and got frequent ramdom restarts. I then went to the abit site and it told me to put the ram in reverse order, so I did. Now the restarts aren't as...
  7. C

    Minnesota - FS: mobo and proccessor

    Mobo: ASUS P4G800-V (retail) (never been used but package open) Proccessor: Pentium 2.4GHz A (retail) (never been used but package open) HSF: lost package but its copper material (probably sell with proccessor) The mobo and proccessor was suppose to be for a computer I was building...
  8. C

    folder content to xml or html

    Hey, I'm looking for a program that can take contents of a Folder and produce a xml sheet or a html file out of it. I've been searching around but don't really know what to search for. I've searched for: folder to xml, convert folders to xml, etc. :confused:
  9. C

    [PHP] arrays

    if I do $array_name[] = "blah1"; $array_name[] = "blah2"; $array_name[] = "blah3"; $array_name[] = "blah4"; $array_name[] = "blah5"; will it automatically insert the indexies (spelling/grammar?) like it will make $array_name[] = "blah1"; to $array_name[1] = "blah1";...etc :confused:
  10. C

    [PHP] help using brackets as text

    ok, here is an example: $search = "/[BOLD]/" $replace = "<b>" preg_replace($search, $replace, $str); I get Warning: Unknown modifier 'B' how can I get it so it reads a bracket as text and not as a modifier thingy :confused:
  11. C

    Problem with ASUS P4G800-V mobo

    Everything starts up but I do not get any video. I swapped out RAM and video card but still don't get video. I tried plugging in both on board video and with a 9600 Pro. What could be wrong? P.S. On the mobo, there is no P4 plug thing (you know, that white retangular plug.) don't know if...
  12. C

    Visual C++ 6 or .NET?

    I'm thinking about getting one of these programs for doing assignments for school. Should I buy VC++6 or go ahead and get .NET? I won't be needing Visual Basic, C#, or anything else from .NET, just for C++.
  13. C

    mobo support

    My friend has a ASUS P4G800-V mobo and it says its compatible with P4 3.4GHz+ yada yada yada. So can a Celeron (p4 base) be compatible with it? sorry, Don't know much about Intel chips :(
  14. C

    heatsink and fan for pentium 4

    I dont have good knowladge of petiums (AMD fan :p ), but anyways, I was building a new computer for a friend's brother as he broke his old dell. Well while I was swaping the processor to the new mobo the heatsink did not fit. is there a particular heatsink I should look for? the new modo...
  15. C

    www.newegg.com for cell phones

    is there a site that is like newegg (service & price) that's for cell phones?
  16. C

    Steam

    the steam website is down :( just when I was about to update my games...
  17. C

    Photoshop CS, keyboard shortcuts

    the keyboard shortcuts doesn't not work in Photoshop, but it works in Image ready. I've tried to reinstall it but it still doesn't work. I've also tried to edit the shortcuts but it doesn't read the keys so I can't change them. *edit* my friend and I got it for a class we are taking. the...
  18. C

    edit file with PHP

    ok, I've just started php coding and I need some help. I need it to open a file and write to it, but I want it to write at the beginning of the file not the end of it. How can I do that?
  19. C

    links with php

    Ok, I have a site that uses some php coding. The problem is that I want to create one page that generates everything. I want it to get the info from the url and produce the right content. Say like, I have a index.php (which loads the stuff I posted when you first enter) file and there is a link...
  20. C

    winamp 5 crash

    I've been using winamp 5.01 for a while now. Buit yesterday when I went to use it, it started crashing. IT crashes when I either close it, or try to load a directory first. If I click load file, cancel, then load folder it works. It also crashes when I try to play a song. When it crashes, it...
Back