Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kaptlid

  1. kaptlid

    PCI Network controller resource conflict

    The NIC has jumpers, but they aren't for resetting an IRQ on the NIC. I have the spec sheet for the card. It says the jumpers are for power saving and wakeup LAN. There is also a rotating switch for PCI ID selector. Range 0-3 according to the spec sheet.
  2. kaptlid

    PCI Network controller resource conflict

    Hi, it's a bios message. I have already cleared the bios, it still hasn't helped. :( I don't have a spare network card at the moment. I wish I did. When I hit ESC on the keyboard from the POST screen, Win XP Pro loads normally and the nic is in the hidden devices section of device manager.
  3. kaptlid

    PCI Network controller resource conflict

    Ok I am beyond stumped on how to fix this. Here's what happened. My previous video card got partially fried. I wonder if that happened due to switching inputs on my dual input monitor!!!! So a friend gave me an agp2x ati card. I put it in and now it doesn't want to play nice with my ethernet...
  4. kaptlid

    Partitioned hard drive inside external enclosure

    Yes to all three questions.
  5. kaptlid

    Partitioned hard drive inside external enclosure

    Also are you sure its not showing up? Do you not get additional drive letters in My Computer? No. My Computer only shows one drive. What does Disk Management say about the second partition? Doesn't exist. The drive is shown as one partition. The laptop doesn't physically turn on at all.
  6. kaptlid

    Partitioned hard drive inside external enclosure

    My friend's old laptop went kaput [as in doesn't turn on at all] and she asked me to backup the data on it. The hard drive has winxp installed on it, ntfs with two partitions. Put the hard drive [IDE 2.5 inch] into an external USB enclosure. Hooked it up to both a winxp pro s3 computer and a...
  7. kaptlid

    GD library, vertical text question

    Thank you so much for all your help. I was tired when I wrote the question. You answered my question. I just need the text to stack vertically that's all.
  8. kaptlid

    GD library, vertical text question

    I was hoping to pull this off with a few lines of code not a function that does it by individual character. I was looking at that function before and wondering how fast it will process on at least 50 words of about 4-10 characters each. I'll test out manual's comments example.... I guess gd...
  9. kaptlid

    GD library, vertical text question

    $font = "arial.ttf"; imagettftext($image, 16, 90, 590, 350, $textColor, $font, 'Thank You'); Is there anyway to simulate the photoshop vertical text tool? So each letter individually rotates 90 degrees. i.e. T h a n k Y o u If no do I have to get a vertical true type file for arial or verdana?
  10. kaptlid

    regex help, using limiters

    $replace="$1 $6$8"; What do the dollar signs and numbers refer to?
  11. kaptlid

    regex help, using limiters

    Having a problem preserving words. input: $string = 21st street 1st street; or $string = 21st st 1st st; $patterns[0] = '[(?<=[0-9])st|nd|rd|th]'; $patterns[1] = '/ave.*?\b/'; $patterns[2] = '' //confused... $replacements[0] = ""; $replacements[1] = "ave"; $replacements[2] = "st" $str =...
  12. kaptlid

    Words inside xml tags

    I was given some non validating huge xml files to work with. I need to print the words enclosed between certain tags. Example: There are 25 instances of words inside <def> </def> tags in an xml file. How do I output only the 25 words in between the tags? The xml files are on average 3MB...
  13. kaptlid

    second partition without formatting drive c

    Well I am very happy to say that I used a copy of gparted live and my hard drives are still intact! WooHoo! Initially wanted to use presizer but it only works on hard disks with a certain cluster size? 512 bytes, my relic of a dell [10 years old] has a 13 gig maxtor that apparently has a...
  14. kaptlid

    second partition without formatting drive c

    Tight fit for an installation of winxp? I was going to install a really stripped down version of it. Winxp pro only took about 1.5 gigs last time I installed it.

Part and Inventory Search

Back
Top