Search results

  1. L

    Problem With PuTTY

  2. L

    Problem with a Driver

    I have a driver that is giving me errors. It is saying in the Device Manager that the "Device cannot start." It's a AXVSCSI Controller (which in all honesty I have no idea what it actually does) but it says there are no updated drivers, there aren't any drivers to fall back on, and the trouble...
  3. L

    External Hard Drive Formatting

    All right. I just got my external enclosure so I could use the entire 160 gigs of my hard drive since my motherboard is crap. But, now I need to reformat my external hard drive. I'm not quite sure how to do this over USB, but any help would be great.
  4. L

    External Hard Drive Enclosure

    I'm looking for a good hard drive enclosure for a 150 Gig Hitachi Ultra ATA under 60 bucks. I've been looking on newegg and found some, but I'm not sure of the quality. Firewire would be a plus, having both Firewire and USB would be best. Any suggestions?
  5. L

    VBS File Copy

    Hey everyone. What I'm looking for is a line of code that I can put into a VB script on my web site. What I'd like it to do is copy a file from the /wwwroot foler to the C: drive of the client's computer. Is there a way to do this or does someone have any suggestions? Thanks!
  6. L

    Bizarre Question

    I recently worked on a friend's computer and their audio was working, as far as I understand. They have their cheap-ass speakers connected through a sound card on the back and it's all fine and dandy. We replaced the batteries in the speakers themselves (I stress cheap-ass), and it was still...
  7. L

    Weird Detection Problem

    I recently installed XP onto a new hard drive. That was working fine and dandy till I checked how much space I had on the drive. Out of 160 gigs, I have 32. That was after installing a couple programs. Now I've put the XP disk back in, and it's still only detecting 32 Gigs of space. I'm...
  8. L

    Forms within Forms

    I'm trying to get a form within a form. The embedded form has no action, it's just there. It contains a list of names that the user chooses, and has the option to reset if need be. This is included in another form on the same page that will be submitted to a database. My only idea is that I...
  9. L

    Install Xp on a new Hard Drive

    Okay, I have put the hard drive in, it's all set up. I inserted the XP cd, and it sounded like it was going to boot off of it, but then it died, and brought up a screen saying "starting ONTRACK... Press spacebar to boot from diskette or Press C to boot from CD-ROM" so I pressed "c" and it...
  10. L

    Ultra ATA vs. SATA

    I'm a noob with a very quick question, and I know it's going to be up for debate both ways, but I can get a Hitachi 160 Gig, 8MB cache, Ultra ATA hard drive for 60 bucks. I was seriously considering this, and then I started looking into SATA and it seems like SATA is much faster. While I'm...
  11. L

    Transfer files over a network

    I need to transfer a large number of files from a laptop to my desktop. The laptop, sadly, does not have a cd-burner. I'd rather not have to FTP to a webspace. If anyone has any idea how I could just send those files to the computer, that'd be great. Thanks.
  12. L

    Javascript Form Submission

    I'm having problem with a hyperlink submitting a form using javascript. I can't see anything wrong, but I must be missing something. Thanks for any help. <tr> <form name="login" action=".<?=$page.'?'.session_name().'='.session_id().$variables?>" method="POST"> <td colspan="2"...
  13. L

    Probably an Easy HTML question

    I'm trying to minimze the size of a text box in a form. I want to keep the width the same but I want to cut the height to fit inside of my header. Does anyone have the code that I can do this with?
  14. L

    Radio Button Help

    I have a set of three radio buttons. When you click on one of them, I'd like a pop-up window to come up with some text. It's all inside of a form since, depending on which radio button they click on, text will appear in the database I am using based on the values assigned to the button. Any...
  15. L

    Mcrypt and Windows XP

    I'm running an Apache server on Windows XP with PHP, MySQL, and Apache. I'd like to get Mcrypt working on the server if possible. I was told that it won't work on Windows. Can anyone help? Thanks.
  16. L

    Visual Basic Macro Halting

    I'm trying to run a visual basic program to change the document properties of Word documents, Excel spreadsheets, and Powerpoint files. The problemt that I'm getting is that whenever the program tries to set values for properties in files that have a macro, the program doesn't change the...
  17. L

    Floppy Disk Space Problem

    I have some 1.40 meg .tar files to move over to a Floppy disk. The disks are standard 1.44 megs and are clean, brand new. Whenever I try to copy them over, the error that keeps coming up is that I don't have enough room on the floppy disk. Anybody know why this is and/or a way to fix it so I...
  18. L

    Floppy Disk Space Problem (moved by user)

    Sorry, this is the wrong thread. Thought that it might fit here, but looking around, found a better place for it. It will be in the Disk Storage Systems thread if anyone has anything to contribute. I have some 1.40 meg .tar files to move over to a Floppy disk. The disks are standard 1.44...
  19. L

    Gentoo Proftpd Permissions

    I have tried everything I can think of in terms of setting the correct permissions for users on my ftp server. I'm running Gentoo, with a proftpd server. All files have 775 chmod setting and the folders themselves have drwxrwxr-x settings. There are no denied users. I'm at a complete loss...
  20. L

    Gentoo Server 403 Error

    I wasn't quite sure where to put this request, so I decided here might be best, as it might be an apache problem. I am running a home server, based on Gentoo Linux, running apache 1.3, php 4, and a few other things not related to this. I have set everything up correctly as far as I know, the...
  21. L

    Problem With PuTTY

    I'm trying to connect to a Debian/GNU Linux server using the PuTTY program. It was working fine a couple nights ago, and then after putting some apache files on my computer, now it comes up with a "PuTTY Fatal... Out Of Memory" error message and kills the command prompt. What's going on with...
  22. L

    Java Applet Question

    I found a really nice Java Applet on a web site that does some automatic accounting, and I'd like to know if there's a way to copy, save, or rip the applet on that page to my computer. As far as I could find, there wasn't a way to copy the code on the page, copy the actual applet itself, or if...
Back
Top