Recent content by powerman

  1. P

    Win XP Thinks SATA Hard Drive is SCSI

    I've been using a SATA hard drive with Win XP for about two years. All of a sudden WIN XP thinks that this drive is SCSI. Its a Western Digital and it had HAWK in the name of it all of a sudden. Clicking properties showed that Win XP thinks its SCSI. The drive does have multiple partitions, but...
  2. P

    Hard Drive Copy

    What do you guys think of DriveClone? http://www.farstone.com/software/driveclone-pro.htm
  3. P

    Hard Drive Copy

    So my C:\ has been filled to the max for too long and I want to copy everything to a larger hard drive. The current size is 30 GB and I'm thinking the new one would be like 300 GB or so. Was just wondering what you think the best way to copy it is? Was thinking of ghost, but I don't have the...
  4. P

    Mask My IP

    Is this done in IIS or through GoDaddy? I'm not sure if I should be looking in IIS or GoDaddy so I'm pretty confused overall. I GoDaddy, they had namerservers but I didn't know what those were. There are HTTP headers in IIS. I set one but it didn't seem to do anything. Are either of these...
  5. P

    Mask My IP

    I run a web site off IIS 6.0 (Win XP) with a Go Daddy domain. I have Go Daddy forward visitors to my IP address. All I want is to replace my IP address in the visitors address bar with my domain name. This has really been giving me a lot of issues. First I tried using Go Daddy's masking...
  6. P

    rent - a - coder

    These types of companies were really good when tbey first started out but it seems to have turned into an avenue for out sourcing. I haven't looked on them recenlty but my past experience was that the sites were filling up with "low ballers." I'm sure that there are some good projects, but there...
  7. P

    ASP Proper DB Cleanup

    I am running IIS with classic ASP and I am having issues loading some of my pages. I get an error that says: "The requested resource is in use. " What I want to do is have a function to open the database in an include file. This code will be used over and over so it needs to be in one...
  8. P

    Web Site Critique

    Security is defiantely important. However, the entire contects of the DB is visible on the site except for user/pass. The site is different from most others in that way. At first, I just wanted to make sure I wasn't going through the hassle of protecting a DB full of public data. I can see where...
  9. P

    Web Site Critique

    Well the whole point of the site is for businesses to get their contact infromation out there :p The only field in the DB that isn't shown on an unpassword protected page is the username/password. It's not like I'm getting their SSN or credit card number so I wasn't trying to make it ultra...
  10. P

    Web Site Critique

    So basically every field that I get from a form by Request() needs to be checked? Does this include hidden input types? I would think the bad characters are ' = % ; Are there any others to watch out for in particular? I'll just allow spaces, letters, numbers and periods. Instead of...
  11. P

    Web Site Critique

    Thanks for the replies so far. I'm working on a spell check of the site and thinking of some ways to get to the point faster. As for the large image of the house, my idea was to post a unique photo of somewhere around town every couple of months to change things up. Sort of like a "have you...
  12. P

    Web Site Critique

    I'm about 95% of the way done with a new web site and I was wondering if any of you would be willing to offer any suggestions about the design of it. The purpose of the web site is to list local service providers (such as roofers, painters, IT pros, etc.). The providers are listed on the...
  13. P

    Set Table with from CSS Class

    I am tyring to set the width of a table in a CSS class but I can't figure out how to do it. Ntohing seems to change when the code below is used. I expect an extremely large table for test purposes. Here is my code: --- CSS Sheet ----- .threeColTable { table-layout:fixed; width:1750...
  14. P

    Web Site Hosting Questions

    Do I have to register two domains if I want to allow the user to go to my site with and without adding www.? For example, would I have to register both http://www.mysite.com and http://mysite.com? I noticed that some web sites don't work if you leave out the www. I want to host my web site...
Back
Top