Need suggestion about programming language

Discussion in 'Programming' started by Sxperm, May 22, 2007.

  1. #1
    Hi,

    I have a little knowledge about programming but I need to learn more about this. I have to do some routine job on website and I am thinking about create some small app to do this jobs for me but I don't know which language should I choose to write this app. I will exaplain one of my routine job for an example.

    1. Open website, logged in
    2. Open page list
    3. Submit google sitemap 25 subdomains simultaneously. It will call javascript to work in this process.
    4. Wait until all pages finished, close all tabs except first one
    5. Open next page and do the same process.


    Is it possible to create small apps to handle this routine process on webbase? Please suggest me how to create some small apps like this. Or should I hire someone to code them for me?
     
    Sxperm, May 22, 2007 IP
  2. -THC-

    -THC- Peon

    Messages:
    38
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I can get you a auto-mouse and auto-typer, Just pm me. ALWAYS VIRUS SCAN FILES!
     
    -THC-, May 22, 2007 IP
  3. DW1

    DW1 Peon

    Messages:
    111
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think your best bet would be to use a script on the web site server to create your sitemap(s). It is much better/faster to customize the script to output the exact pages you want listed rather than have a program "crawl" your site. This will take some programming, of course, and maybe some 'hard-coding' of non-dynamic database-loaded URLs. Plus the file sizes and URL limits come into play.

    google.com/webmasters/tools/docs/en/protocol.html

    Good luck. :)
     
    DW1, May 22, 2007 IP