views:

79

answers:

1

Hello!

I want to write an application that reads blogpost from the internet and then present in my own way.

The blogposts are stored in databases, so I figured that the only thing I had to do was to query an online database for the posts that I want to show.. But I can´t find a way to opoen a connecion to an online database...

anyone out there with a solution to my problem?

//Narancha

A: 

if the blog you are interested in, has an RSS feed, you can connect to this and use xslt to transform this to html and use css to style that

Robert
Thx for the advice Robert, it will surely be helpfull but I really want to use the database not because I want to learn as well. There are some other applications that I am planning that will need online databases as well.
Narancha