Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-12-2008, 04:38 PM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2008

Posts: 3

bheron is on a distinguished road

Default Web Programming Languages

Hi all, first post here...

I have limited knowledge of a few basic programming languages, but nothing as far as internet/web programming past basic HMTL.

I'm trying to figure out what types of programming or packages would be used to create software to:

- scan a web page, scrub or pull data from it, and then parse the data down into single fragments to be used elsewhere.

- access a pre-dermined web page and automatically execute an automated script of steps like enter data into a field, click a button to submit a form, etc.

Sorry if this sounds way off here :0

Thanks in advance!
bheron is offline  
Old 09-12-2008, 04:55 PM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Web Programming Languages

Sounds to me like you're trying to make some sort of bot.

Clarify your intentions and you might get some where.
__________________

Need website help? PM me!
CrazeD is offline  
Old 09-12-2008, 05:03 PM   #3 (permalink)
 
Newb Techie

Join Date: Sep 2008

Posts: 3

bheron is on a distinguished road

Default Re: Web Programming Languages

thanks. good point. let me be more specific:

The idea is around fantasy football leagues run by Yahoo Fantasy Sports or CBS Sportsline. I am in three different leagues. All of them are accessed by logging into the website with my user ID and password. Once Im logged in, I follow a navigatin path to access my team. I would like to automate that process of accessing the URL, loggin in with the supplied credentials, and accessing the roster page. Then, once on that page, I would like to copy/get/grab all of the data on that page and store it in a local database. I would like to do this for all 3 of my leagues, one on CBS Sportsline, two on Yahoo. Then, once i have the data, I would like to re-display it on a different website that I host myself.

Let me know if this makes sense. I design systems for a living, but dont know much about the programming behind it. This would be a side project where I might teach myself the programming.

Thanks!
bheron is offline  
Old 09-12-2008, 05:34 PM   #4 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Web Programming Languages

Hmm.

Possibly a combination of PHP and cURL. If they offered some sort of API or something, that would make life easier.

I would check out cURL though, see if it will work for your situation.
__________________

Need website help? PM me!
CrazeD is offline  
Old 09-12-2008, 07:33 PM   #5 (permalink)
 
Newb Techie

Join Date: Sep 2008

Posts: 3

bheron is on a distinguished road

Default Re: Web Programming Languages

cool. i'll check it out and post back. thanks!
bheron is offline  
 
Closed Thread

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The A-Z of Programming Languages: JavaScript Osiris Programming Discussions 0 08-04-2008 09:35 AM
Cloud Web Browser TimoSalomäki Browser & General Internet Questions 8 10-12-2007 11:57 AM
Programming language for Web Conferencing anshu Programming Discussions 1 10-02-2007 11:47 PM