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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spydermonkey
  • Order by date
  1. spydermonkey

    Connect to a website

    Can someone lead me to a tutorial on how to parse a website? Virtually take a URL and print back the source code? I'm rather knew to VB6. Thanks.
  2. spydermonkey

    Small regex to parse HTML

    Thanks. I tried that regex and it provides the same results :(
  3. spydermonkey

    Hash Insertion order without IxHash

    I have this problem time and time again. I don't go through the trouble of creating arrays for this though. The simplest (and surest method) that I've come up with is incrementing the hash keys as numbers. Then compare a and b to print/sort in insertion order. $hash{"1"} =...
  4. spydermonkey

    Small regex to parse HTML

    Hey everyone. I am having a little trouble parsing a website with a small regex. I believe it has something to do with the greediness of .* but I don't know of another way around it. #!/usr/bin/perl use warnings; use strict; use LWP::Simple; ############################## # Configuration...
  5. spydermonkey

    CD rom no longer likes bootables

    No, I don't have a floppy. Most computers you purchase today no longer come with them. We got rid of ours years ago. It's setup for CD ROM, HD0 and HD1 in that order. Thanks!
  6. spydermonkey

    CD rom no longer likes bootables

    I need to format my system ASAP and I've had many problems lately. The CD rom doesn't let cd's boot in DOS making it impossible to use the Win XP cd to format/reinstall. I can get the installation to begin WHILE Windows is up and running but I can't do a format that way. I ended up having to...
  7. spydermonkey

    Anyone ever heard of system32WindowsHash.exe?

    system32WindowsHash.exe A few weeks ago this popped into my process during CTRL+ALT+DEL. I keep killing it but every time I logout or reboot the dang thing comes back. I have no idea what it is and I searched this on Google, AskJeeves and Altavista and ZERO results. Today I got sick of it...
  8. spydermonkey

    Perl TK question

    I have a CMD script I'm rebuilding to work into Perl TK. One problem I am having is printing back to the UI itself. I know it has to be done within a label but I can't seem to get variables to print inside of one.<p> Can someone show me how to make scalars (and other variables) work within a...
  9. spydermonkey

    Q's on rendering quickly with CGI::Pretty

    Your siggy bugs me, lol. What is the last part? What happens when you see someone with a crystal ball? lol. Tell me, pleeeeeeeeeeeeeeeeeeeeease :)
  10. spydermonkey

    Q's on rendering quickly with CGI::Pretty

    Printing in chunks produces sloppyness :) No real choice though.
  11. spydermonkey

    tricky substituions

    Hey thanks Paul, I really appreciate all your help. It is up and running now and it's all thanks to you. This really isn't my type of programming, I prefer playing in CGI with databases and forms and ImageMagick and fun things like that. Text parsing/manipulation isn't one of my strong...
  12. spydermonkey

    Q's on rendering quickly with CGI::Pretty

    Not sure if this is a problem you're having but keep in mind tables have to load entirely (in Internet Explorer) before any of it will print to the screen. If you have a large database and are printing out tables, this could be a reason for slow load times. It has to wait for the /table>...
  13. spydermonkey

    tricky substituions

    I believe I am but I bet it's a simple over looked issue. Here is what I have so at this time. replace.txt ($readfrom) bdroom || bedroom clst || closet on || xxxxxxxxxxxxxxxxx this string || --- bowl of || plate of apple || pear php || --- love || hate You'll || xxxxxxxxxxxxxxxxxxxx...
  14. spydermonkey

    tricky substituions

    Hiya Paul. I saw that after I posted this and it didn't replace anything this time around either. This seems like to be one of those projects you start but can't quite finish due to problems, it'd be the third script this month where something was always holding it back. This one gets filed...
  15. spydermonkey

    tricky substituions

    Thanks. I ran this code but it's not s/// anything from my file. All it seems to do is print the original to the output.
  16. spydermonkey

    tricky substituions

    This will be a lengthy post and I appologize, the question is lengthy but the problem shouldn't be. I have a config txt file where I have something like: bdroom || bedroom clst || closet this string || --- bowl of || plate of apple || pear php || --- love || hate I am building an array to...
  17. spydermonkey

    Rearranging of a textfile

    I've been working on this for three days and I'm getting so lost and frustrated and was wodnering if anyone could offer solutions or advice on how this could be accomplished. There is a text file that looks like this Other Mahoning County $154,900 Columbiana, Lake Arrowhead Unique, condo...
  18. spydermonkey

    Editing the registry

    I found out I have this pesky little AdWare search bar I want to get rid of. So I did a google and came up with the following information. PerfectNav Removal Instructions Please follow the instructions below if you would like to remove PerfectNav manually. Please notice that you must follow...
  19. spydermonkey

    Editing the registry

    I found out today I had some really stupid AdWare called PerfectNav or something like that. So I searched google and found out this is how you remove it: Start the registry editor. This is done by clicking Start then Run. (The Run dialog will appear.) Type regedit and click OK. (The registry...
  20. spydermonkey

    file menus

    I don't know the real term for this but I searched google and couldn't find anything. What would I search for to find snippets of creating the file/edit/view things on top of the VB6 program? Also, does anyone know how to open a file tree so the user can browse and select any file they want...

Part and Inventory Search

Back
Top