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

  1. J

    Help with recursive backtracking in Java

    Thanks a lot! This got me in the right direction.
  2. J

    Help with recursive backtracking in Java

    Hello there, I am working on a programming assignment that has a question that I am thoroughly stuck on. The assignment is full of problems that we must solve recursively, and this is the one I would really appreciate some help on. I have a method that creates a number of teams that are as...
  3. J

    Cloud hosting rocks

    I probably should have elaborated on why I thought it was awesome. Anywho, I agree with those of you who wouldn't consider it because of the lack of infrastructure control. I believe that cloud hosting is awesome for an application where shared/managed/dedicated server hosting would be the...
  4. J

    Anyone up for checking out my website pre-launch?

    The footer info is centered on the Home page, but if you access the Home page using the top menu, the footer info is not centered. White text on white background on the contact form. Are you going to have FedEx/UPS shipping updates available on your site when someone checks the status of...
  5. J

    How large of a file would you upload via HTTP?

    Hmm good idea regarding the Flash solution. I just searched around a bit and found a couple of good Flash uploaders. One of the benefits they are promoting with the Flash uploaders is the handling of large files, so perhaps this might be a better solution.
  6. J

    How large of a file would you upload via HTTP?

    I made an upload system based on Celeron Dude's Uploader 6 so clients can upload stuff without using FTP. What size would you allow as the largest single file for upload via HTTP? I uploaded a 100mb file that took a couple of minutes. As far as I see it, as long as PHP doesn't time out, the...
  7. J

    Cloud hosting rocks

    Has anyone else tried cloud hosting? I got it a couple of days ago with Rackspace. If you know how to setup a *nix server (or willing to learn), it is ridiculously awesome. http://www.rackspacecloud.com/
  8. J

    Anyone up for checking out my website pre-launch?

    I think the site looks pretty awesome and when all the products are populated, I would probably buy from it if it had something I wanted. Have you considered centering the footer? It looks just about the same width as your main content and would look much better if it was centered under it...
  9. J

    Execute scriptaculous effect within JS loop

    Another question for the evening... What would be the correct syntax for passing the control variable of a JavaScript loop as an argument of a function? for (id=1; id<=5; id++;){ Effect.Fade('[id]', {duration:.6, delay:1}); } I am trying to loop through IDs 1-5 and apply the...
  10. J

    Randomly Dissolving Image with JavaScript

    Hi Everyone, I am trying to create an effect with JS of an image that randomly appears from a shroud. What I am thinking is a black div(s) above the image, then dissolve the black div randomly. What I am running into is that all the "dissolve" methods I have found (scriptaculous, mootools...
  11. J

    Inaccessible .NET types?

    Yeah, using both of those using statements. I should have included that in the code snippet. No problem, I'll send you a case of 5 Hour Energy.
  12. J

    Inaccessible .NET types?

    So I found a .NET solution on a forum that I want to use, but it is way over my head. When this guy posted this, he said that "It required instances of types like "HttpServerVarsCollectionEntry", which can't aren't publicly accessible". Whenever I try to get this to work, it throws a...
  13. J

    Making cool programs

    Interesting ...I am surprised how many positive responses are coming through about this. Encouraging :) I like the idea of doing fun stuff just because. I recently contributed to an open source project for the first time and fixed something...its pretty gratifying to have them appreciate your...
  14. J

    Website Critique - Penny Tray

    Ha ha...it was Googlebot.
  15. J

    Making cool programs

    I am in college and have found that I like making programs. I like the overall goal of solving problems with software more so than the actual coding itself. Right now, I make programs that simulate cool stuff or do stuff I think is interesting. I could see myself pursuing software engineering...
Back
Top