Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 20th, 2007, 10:04 PM   #1
JamieO
Newbie
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0 JamieO is on a distinguished road
Creating a program to retrieve data from website. Need a lot of Help

I am very new to this forum, and really software development in general. I would like to get any constructive input I can because I need it and it may save me a lot of time and wasted effort.

So several times a day i have to check numbers off of different web pages and compare them. This process takes up so much of my time that i have two choices right now: hire someone to do it for me, or write a program to do it(or pay someone else to.) Because I am cheap and would like to learn a bit more about programming I am going to attempt to do this myself first and see how it goes.

Here is what i need my program to do:

1-Get data from websites
2-Compare the data and make a decision
3-Go back to website and put in input

My background in programming is mainly in the area of computational physics. I know FORTRAN very well, and I know c++ well enough to use it. Once I can get the data from the website I know how to compare it and make a decision. I have most of it written in c++ already. What I don't know is how to write a program to actually access a web site and read the data from it. I would imagine c++ is probably not the best language to attempt this in, but i really don't know what would be better.

So how would you start if you were me? Should i learn a new language? Which one?

I know this will be difficult, but i am willing to put in a good amount of time on this because it may save me a whole lot more.
JamieO is offline   Reply With Quote
Old Sep 20th, 2007, 10:31 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Look into Python and Beautiful Soup.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Sep 20th, 2007, 10:36 PM   #3
dr.p
Programmer
 
dr.p's Avatar
 
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3 dr.p is on a distinguished road
{{{sorry, but I changed my mind about my reply}}}
__________________
Neeley.org

Last edited by dr.p; Sep 20th, 2007 at 10:41 PM. Reason: ...
dr.p is offline   Reply With Quote
Old Sep 23rd, 2007, 6:28 PM   #4
Grich
Hobbyist Programmer
 
Grich's Avatar
 
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 195
Rep Power: 2 Grich is on a distinguished road
We did something similar in class actually. We used PHP and Javascript for the problem. It depends on what you want it to do. If you want to check values in text boxes or any other user input on the website, you can check it with Javascript in another frame on the page. But there is a bit of a security issue you will have to look into about this.
Grich is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Language display in program Prm753 C++ 3 May 30th, 2006 5:45 PM
Creating a program to test a program sixstringartist C 8 Jan 21st, 2006 1:15 PM
Help in QBASIC (I think it's similar to VB) phoenix987 Visual Basic 3 May 9th, 2005 12:33 PM
Help with a QBASIC program phoenix987 Other Programming Languages 4 May 5th, 2005 12:27 PM
Pointers in C (Part I) Stack Overflow C 4 Apr 28th, 2005 7:03 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC