What language to use....?

Discussion in 'HTML & Website Design' started by true_promote, Aug 20, 2006.

  1. #1
    I want to write a desktop programme which will automatically crawl and save certain webpages for me on the internet.I want to ask in which programming should I write this kind of software.I want to run this software from my desktop computer and not on my website server.So in what language do I write...?
     
    true_promote, Aug 20, 2006 IP
  2. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i'd definitely go with visual basic... i believe ie comes with a programmable interface object which can be incorporated into the visual basic project...
     
    daboss, Aug 20, 2006 IP
  3. [*-AnOnYmOuS-*]

    [*-AnOnYmOuS-*] Active Member

    Messages:
    253
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Visual Basic != Good enough.

    You might wanna use PHP from a localhost :p or you could try out some regex with C/Csharp/C++ or Assembly :D . My choices. I would've told you to go with Binary coding but you're probaby gonna die young anyways :p .
     
    [*-AnOnYmOuS-*], Aug 20, 2006 IP
  4. varlik

    varlik Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you go with Visual Basic you can download the Express Edition from the Microsoft website, it's basically a cut down version of Visual Studio. For a desktop PHP application the best place to start is http://gtk.php.net/

    Hope this helps
     
    varlik, Aug 20, 2006 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #5
    Simply wrap the GNU utility, wget, in a BASH script, or run as a cron job if you wish to automate. Else, simply run wget from the command line.

    If you're stuck with the common legacy OS everyone loves and respects :rolleyes:, see the Windows port of wget.

    cheers,

    gary
     
    kk5st, Aug 20, 2006 IP