• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by Fjord

  1. F

    Plextor DVD 708A burner question

  2. F

    Oracle - PHP configuration

    Hi All, I am start a new project at work involving PHP and Oracle. The only information that I been able to find regarding configuration is that PHP will need to be recompiled to include oci8(?) and have some environment variables set. Has ne1 done this and have some suggestions. The system...
  3. F

    perhaps a little regex help

    dude, you rock! that was it. that just saved me days for hand editing.
  4. F

    perhaps a little regex help

    all, As i am sure we all know, MS products turn out horrible code. At the moment it is my job to clean up said code leaving standard html (sucks to be me). One thing that would help me would to be able to do a regex search and replace. For instance: i have this line: <td width="0"...
  5. F

    PINK FLOYD'S THE WALL case mod

    that is an amazing job!! thankk you for sharing
  6. F

    Completed: Sarver Systems Purple Monster (71 pics)

    Indeed that is nice coming from one who does not like clear cases either.
  7. F

    Help me understand?

    i actually really like this case and intended to get one when i do my next build in about 6-12 months. there is a blackversion as well
  8. F

    Looking for a desktop case for a server/HTPC

    how about this from Antec. it has the external drive like you wanted and it is black. if you get silver drives everything will match.
  9. F

    Copper Case

    once you have the case done you could get it clear powdercoated to stop the oxidation. i believe that it is the oils and acids on the skin that cause the oxidation. i have seen it happen to a SLK-90 CPU cooler that i was using. have you considered coating a steel or aluminum case in copper...
  10. F

    Okay People, I need some help.

    i agree with the rounded cable thoughts. the baby blue does not do the computer justice. the best ideal would be to get some EL rounded cables or at least some copper ones. i think that you can get all that stuff at compusa thought you would pay more there than online.
  11. F

    Which CASE Out OF these 2. Opinions

    choice one for sure. chenming looks too plastic for my taste
  12. F

    My New Baby (pics)

    that was a great idea!! nice one
  13. F

    Easy Dreamweaver Question

    while that is cool and i might have to set some, i am refering to the undlined characters that are already on the interface not counting the menu names at the top
  14. F

    PHP/MySQL Question: Can I manage the DB in real-time?

    you might try http://www.phpmyadmin.net/home_page/. we use that here at work for our group. it can handle all the maintainance stuff that you might need. IMHO.
  15. F

    php/html question

    do your query, then use a "for" loop to limit the list to 100. lastly you could use layers and <div> tags to display everything on one page. you would have to use nested loops. something like: $counter=0; $number=0; while (mysql_fetch_assoc($sql)){ do { print something...
Back
Top