472,342 Members | 2,548 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,342 software developers and data experts.

Automate news seacrh from other websites

Hi.
Everyday of my life the last year has started by searching through a
lot websites in order to find the latest news, and then making a link
to that news from my webpage. What I have always dreamt about is some
kind of automation.

Is it possible to make a script in ASP that searches through a website
and gathers info on title, URL and such, and then automatically
inserting it into my website (via for instance a SQL database)?

Looking forward to your answers.

Jun 5 '06 #1
3 1050

ro****@gmail.com wrote:
Hi.
Everyday of my life the last year has started by searching through a
lot websites in order to find the latest news, and then making a link
to that news from my webpage. What I have always dreamt about is some
kind of automation.

Is it possible to make a script in ASP that searches through a website
and gathers info on title, URL and such, and then automatically
inserting it into my website (via for instance a SQL database)?

Looking forward to your answers.


http://www.aspfaq.com/show.asp?id=2173, then use regular expressions to
extract the bits you are interested in.

--Mike Brind

Jun 5 '06 #2
Thanks!
It really worked...

Also, if someone out there has problems with international characters
when outputting the result, try putting this in your ASP-code:

Response.Charset = "latin1"

Then the charset is forced to "latin1" (iso-8859-1), but you can use
other values as well. Consult MSDN for valid values.

royend:)

Jun 21 '06 #3
<ro****@gmail.comwrote in message
news:11**********************@j55g2000cwa.googlegr oups.com...
Hi.
Everyday of my life the last year has started by searching through a
lot websites in order to find the latest news, and then making a link
to that news from my webpage. What I have always dreamt about is some
kind of automation.

Is it possible to make a script in ASP that searches through a website
and gathers info on title, URL and such, and then automatically
inserting it into my website (via for instance a SQL database)?

Looking forward to your answers.
Isn't that exactly what RSS is for?

http://www.w3schools.com/rss/default.asp
Jul 6 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tom Jones | last post by:
I need to access databases on both win2k and Linux systems but I have to set up the DSNs under program control ... no uses using GUIs ... Has...
1
by: Niko | last post by:
Hello, I want to retrieve the details of an SSL certificate of HTTPS websites, using openSSL, running on Windows 2003. This works fine as...
8
by: Chris | last post by:
Hello all, I wish to automate printing of PDF documents in a C# application. Is there an Adobe .net object? I tried to create a reference to...
3
by: Brad Burke | last post by:
From a windows .Net app, I need to 1) check if MSAccess is already open to a certain Access application. If so, then open a form and find a certain...
16
by: cyranoVR | last post by:
This is the approach I used to automate printing of Microsoft Access reports to PDF format i.e. unattended and without annoying "Save As..."...
1
by: Mark | last post by:
Hi all, I have a Access 2002 FE/BE scenario where the BE is stored on a network drive. Due to the amount of importing/deleting, the database bloats...
11
by: gert365 | last post by:
I'm working on a scirpt to be used on a windows machine and I need to automate a user's input on the command prompt. For example I'm using...
0
by: satish | last post by:
Hi all, how to automate internet explorer for login and repetitive task using vb.net or c# can anyone provide me links to such websites for free...
6
by: rcook349 | last post by:
I'm looking for a very simple walkthough on how to automatically build and publish a Visual Studio 2008 Windows app. E.g. 1. Create a Windows...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.