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

  1. D

    Networked Component Video Capture Device w/ Built-in Hard Drive - Does it exist?

    Does anyone know of a device that would match that criteria? I'd like to record video from various video game consoles to a device, then transfer those files to my desktop for editing. I'm open to any suggestions if you know of a good device, or setup in general. If it comes down to it I could...
  2. D

    Anyone using a Razer mouse on a Mac?

    My fiance recently bought me a Razer Deathadder, and while the mouse seems great, there are a number of issues with the difference in X and Y axis sensitivity, as well as diminished functionality of the two side buttons. Does anyone currently use a razer mouse on their mac? If so, do you use a...
  3. D

    Anyone using a Razer mouse on a Mac?

    My fiance recently bought me a Razer Deathadder, and while the mouse seems great, there are a number of issues with the difference in X and Y axis sensitivity, as well as diminished functionality of the two side buttons. Does anyone currently use a razer mouse on their mac? If so, do you use a...
  4. D

    Newegg Style Navigation

    Does anyone happen to have a code sample of a navigation structure similar to Newegg's navigation? (ie - select a brand, then price, then size, etc. and it continues to narrow down the results). If not, maybe a theory on how it can be accomplished. I'm assuming its creating some sort of query...
  5. D

    Javascript Problem:: Event Handler and "this" Reference

    Thanks Shadow2531, that did the trick. Do you happen to know a good resource on event handlers? It's still fairly new to me and I was completely unaware that an event contained attributes such as target. Thanks again.
  6. D

    A question for you professional web developers...

    As a developer I've never seen the need to put together a physical portfolio. I suppose you could be a smartass and print out a few hundred sheets of code and stick it in a 3-ring binder, but as funny as that may be, I doubt it would get you the job. Realistically, If I were absolutely...
  7. D

    Javascript Problem:: Event Handler and "this" Reference

    Short: Problem: Using the reference "this" in FireFox will refer to the object that the event is captured on (eg - the anchor tag). Therefore, in FireFox, the function works as intended, acquiring the href and rel tags and manipulating them accordingly. However, in Internet Explorer, it appears...
  8. D

    WTB: Hand-Me-Down Gaming Rig

    b to the u to the m to the p
  9. D

    WTB: Hand-Me-Down Gaming Rig

    I'm looking to buy a box that's no longer in use. I know plenty of you have old machines that have been replaced. I'm looking to spend a few hundred on something that would be capable of playing a game like half life 2 on close to max settings. The rig is primarily going to be used by my g/f to...
  10. D

    Simple HTML - URL rewrite without .html

    If you or your friend plan to have several files rewritten to directories, you could do something like this in the .htaccess: RewriteCond URL (?!/css).* RewriteCond URL (?!/images).* RewriteRule /(.*) /$1.html [I,L] My syntax may be a little off, but essentially that should take any...
  11. D

    F:S - Xbox 360, DS Games & Logitech G15 Keyboard

    PC Accessories Logitech G15 :: $70 - Bought, used for a month, got a mac, not compatible. Xbox 360 Games (All games in pristine condition, just never play 'em) Oblivion :: $35 Condemned :: $25 Burnout Revenge :: $30 Nintendo DS Games Metroid Prime Hunters :: $30 ** ALL OF MY...
  12. D

    Mac Pro Microphone Help!

    Hey I just got a mac pro and everything is running smooth. I love the machine in every regard except for the fact that i cant get a mic to work. I'm using a standard analog headset and I think what I've read may be stating that the Mac's line-in will only support amplified microphones (something...
  13. D

    Mobile Workstation :: Hardcore Multitasking

    Hey I'm looking into replacing my desktop. I've been having issues with overheating, etc. I started looking at the Mac Pro as a replacement because I don't do much gaming on my PC (besides World of Warcraft). Occasionally I come across something that i want to try out but im sure for that...
  14. D

    ISAPI Rewrite

    nevermind... after thoroughly reading through the documentation and a little bit of trial and error i think i get it.
Back
Top