• 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 Freynk

  1. F

    Building new rig

    I completely agree with the G.Skill kit, I'm quite happy with mine and bought it for twice as much about 10 months ago, looks like it's time to bump up to 8GB. :) I'm not so sure you need all of that GPU power. What type of display is this powering, for what use? I'd consider stepping down...
  2. F

    32 bit DLL on 64 bit Server

    I think you might need to isolate the 32-bit .dll into it's own process and use interprocess communication to get the two to communicate.
  3. F

    How do i add asterik to password box and security?

    Do not store the password in plain-text. If you've determined that the page(s) you're designing require a login/password, it's not 'basic stuff' regardless of the purpose. Encrypt the password in some fashion. How you go about this and the tools available to you depend on the platform...
  4. F

    basic vb.net question

    ListBox.Add() accepts ListItem objects. lstTotal.Items.Add(New ListItem("Customer" & (Format(cust, "name"))))
  5. F

    Passing a javascript variable into a C# function

    Does this hyperlink cause a PostBack? If so, you could have the JavaScript function write the value to a hidden field or QueryString variable and on the PostBack, have the GridView's DataSource look in whichever location you chose
  6. F

    WoW: Job Market for Mages Even Worse Than Real World Job Market

    I can't access it from work at the moment, but Blizzard did have class descriptions up on the World of Warcraft main site. They roughly described the roles of each class and what they bring to the table. It used to be that Rogues and Mages were 'high-damage' dealers, I think was the way that...
  7. F

    WoW: Job Market for Mages Even Worse Than Real World Job Market

    You can find a guild. It might not be on your server*, but there are guilds out there who don't care about gear, just attentiveness and knowledge of your class (know the optimal talents for your gear level and such). A lot of times guilds require a certain amount of gear because they don't...
  8. F

    Getting audio from an FLV video

    A tool I use, no special reason, just something I found to extract audio files from YouTube videos, is called FLV Extract. Works rather simply, just drag and drop a .flv file into a little area on the program window and it does the split...
  9. F

    XFX 8800GT XXX -- Good card?

    I have this card in my current system: Q6600 @ 3GHz 4GB G.Skill PC6400 Gigabyte P35 Dell WFP2408 Vista Business SP1 64-bit I pretty much just do development and play WoW. I loaded up the CoH that came with it and it runs fine. I also removed the stock cooler and replaced it with a...
Back
Top