Recent content by Bard09

  1. B

    RAID 5 confusion for a newbie

    Hi, I'm thinking of turning a file server of mine into a RAID 5 file server. It already has two 60 GB drives (different manufacturers, but same speeds) and I have recently come across a third 60 GB drive. The file server system is an HP prebuilt PC that I have been mucking around with for a...
  2. B

    Wall scrolls?

    Thanks a bunch. At this point, I'd even take a manufacturer I could call. I guess the utility of wall scrolls hasn't really caught on outside of anime circles...
  3. B

    Wall scrolls?

    I helped a friend of mine pack up for college the other day and she had a bunch of these anime wall scrolls. They're pretty much hanging cloth posters. I really like the concept of them.. I've had too many of my un-framed posters get damaged in packing. I've done some looking on the web and ALL...
  4. B

    PHP/MySQL Error 500 when I "Submit" my Form

    Wow. Excuse my ignorance. I suppose this is what I get from reading other peoples' code and mashing it all together in one go :-) Thanks for the help! -Bard09
  5. B

    PHP/MySQL Error 500 when I "Submit" my Form

    Here's the PHP code I'm using. Masked some stuff with X's for security reasons. <?php if($submit) { $db = mysql_connect("XXXXXXXX", "XXXX", "XXXXXXX") mysql_select_db("Honor_Bios",$db); $sql = "INSERT INTO Freshmen (first_name,last_name,hometown,age,major,anything) VALUES...
  6. B

    PHP/MySQL Error 500 when I "Submit" my Form

    Just like the title says. I have MySQL and PHP set up on my server, both working correctly. I'm trying to create a PHP form to submit information to the database. I'm only a newbie at this stuff, so I've paid close attention to tutorials. However, when I get to the point where I click...
  7. B

    FTP? WebDAV? RDS? How to best upload?

    Bump?
  8. B

    FTP? WebDAV? RDS? How to best upload?

    Hi, I have a home web server that needs maximum security. We've gotten hacked in the past... even though the site barely gets enough hits to even justify hacking. Right now I have 99% of all ports firewalled. You can access the web server via http: (of course) and through Windows' Remote...
  9. B

    Looking for a portable MP3/Digital Audio WEBSITE

    Thanks, Shogun. I appreciate it! However, I'm largely interested in more portable flash players. If anyone out there knows a good digital audio hardware site, I'm still dying to learn about it!
  10. B

    Looking for a portable MP3/Digital Audio WEBSITE

    Bump..? I'm still lost. Thanks.
  11. B

    Looking for a portable MP3/Digital Audio WEBSITE

    When I was purchasing my digital camera, the plethora of independent and commercial camera review sites really helped me make my decision. Now that I'm looking for a portable digital audio player, I'm finding it really frustrating to find something similar. Is there no good MP3 hardware sites...
  12. B

    Sites as giant tables in HTML?

    Thank you very much Dave for that information! I feel a little bit more pleased with my progress now. :-) Thanks again. -Bard09
  13. B

    Sites as giant tables in HTML?

    I believe the reason he said that sites organized through one "giant table" are inefficient is because the whole page needs to load before it can be displayed, because that is the way tables are viewed. Is there a way around this or is his arguement unfounded? And-- indeed-- he is very close...
  14. B

    Sites as giant tables in HTML?

    I was reading Phillip Greenspun's Guide to Web Publishing and one thing he recommends AGAINST is putting your site in one giant table. Recently, I switched my crappy frame-site over to a Dreamweaver-based template system. However, the technique I used with my old frame was to put it on one...