Nroug7: Basically, what im trying to do is make something like a program that could say, Scan over a website like www.skyrimnexus.com and then check for updates using the numerical value of an update. After that, i want it to continue to open a download prompt.
Sure, you can do that 'easily' with any language.
About the application design, you should make it possible so that users could add references to particular files (links, for example: "
http://website.com/mod/871/" and that would mean that the user will be checking for updates to mod with id 871).
Then, create an event to check for 'updates', to get an actual HTML file of the website that relates to that mod (similar to when going to that website in a browser).
Then just 'open' the HTML file and scan its contents for a particular tag id (you'd like the one that shows you the version and compares it to the value that you keep next to the references.
Final, just create an event that would download the file if the version is newer, save it in a particular folder, and update the references' version.
There's your application design, do the code yourself. :p