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.
this would be more of a development and design thread as this is something I'm currently research a build for. I'd like to start comparing some of my CPU coolers to get some good readings without throwing them into my case and trying to run them at high and low usages.
So my plan to simulate...
I've never done much of anything flash but I have an application in mind that I'm looking at working on that would be best built with a small portion in flash and I wanted to get some opinions on if I should contract this one out or try to pick it up on my own?
I'm look at having a flash app...
Thanks for pointing me to those reviews. Thats some incredible coverage you've done. How do you record all that data? I'd love to see your testing environment, both physically and an run through of your setup. lol I don't know if you'd want to give out these kind of industry secrets but either...
I'm looking to really stress test my PSU. Since this isn't a simple software tool that I can run, what would you guys reccomend to stress test a PSU? All I can think so far is slowly connecting more and more devices onto it and checking the voltages with the multimeter to make sure it can handle...
i was wondering, is there any way to get the position of an element on a site? I'm playing around with ajax and I want to be able to have a div layer always positioned right below a textfield but i'm having a bit of trouble finding scripts to retreive the current position of a textfield.
yeah taking out the comma fixed everything, i actually just now found that and was about to let everyone know just exactly how important detailed proof reading is, lol maybe 15 minutes of coding and a couple hours of debugging.
and also i didn't pu tthe place holder in there because of the...
the input is a thread exactly like this for example.
The code is part of my forum that translates bulliten board code into html, such as..
= <i></i>
[url=http://whatever.com]whatever[/whatever] = <a href=http://whatever.com>whatever</a>
this is the same thing, i't calls the...
this may sound kinda n00bish but i cannot figure out why my preg_replace function is not working. I'll be honest and i'm not up to par with all the different string formatting options, so i think thats the problem i'm having.
i've gotten tested everything and ti works up to this point. the...
I'll assume that a number of you do web development for a living and i'm at a point where i'm looking for that same kind of work and i've always wondered what kind of rate to charge? No jobs seem to want to say, "we'll pay you XXX amount".. they all want you to give them a price instead, which i...
thanks for the reply i was worried no one had any answers
the host is on a shared host and i dont have access to the ini file :(
this is close but after looking more at it, it looks like almost the opposite of what i need. this is why i'm not sure if it's even possible. i would like to do...
you already know i'll pick sams, i have maybe 4 different books by them because i really like how they do their books, they make a fairly good refference once your finished as well. if your gonna pick them up at a local store, then flip through them and see which one you think looks better. i'd...
i know Java5 improved the speeds a lot, but Java is a client side app so depending on the function you gave it, it more then likly will run slower because it has to send things to your machine to work on.
personally i prefer to keep as much as possible on the server side because end users...
i started myself something along the lines of..
html -> javascript -> css -> php -> mysql
mysql is how i learned databases for the most part, not having a gui really enforced it as well.
i had already know object oriented programming from learning java, but a book that i started on that...
i'm looking for a way to set a function to time out, meening that if it isn't able to complete itself within a given period of time, then it aborts the function.
the reason i need something like this is, i programmed a forum and i have it check the image sizes while i process the bbc, which...