473,770 Members | 5,569 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to extract data from html page?

How to extract data from html page? For example, if i want to
get the information of weather
(http://weather.yahoo.com/forecast/USCA1005.html)
and put in my web page. Is it possible to do that?

please advise. thanks!!

Aug 12 '05 #1
4 7356
On 12 Aug 2005 10:45:32 -0700, <jr********@hot mail.com> wrote:
How to extract data from html page? For example, if i want to
get the information of weather
(http://weather.yahoo.com/forecast/USCA1005.html)
and put in my web page. Is it possible to do that?

That sounds to me like you're trying to steel someones content.
please advise. thanks!!


You could ask the author of the page to create an RSS feed or something, and
then include that feed in your pages.

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'

Aug 12 '05 #2
http://www.weather.com/services/?from=globalnav

half way down on the left will link you to putting the wetter on you page.

"Barbara de Zoete" <b_********@hot mail.com> wrote in message
news:opsvepnzz6 x5vgts@zoete_b. ..
On 12 Aug 2005 10:45:32 -0700, <jr********@hot mail.com> wrote:
How to extract data from html page? For example, if i want to
get the information of weather
(http://weather.yahoo.com/forecast/USCA1005.html)
and put in my web page. Is it possible to do that?


That sounds to me like you're trying to steel someones content.
please advise. thanks!!


You could ask the author of the page to create an RSS feed or something,
and then include that feed in your pages.

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'

Aug 12 '05 #3
typo...
weather, not wetter (oopppsss)

"Prophet" <M_*****@hotmai l.com> wrote in message
news:sU5Le.1949 71$tt5.62646@ed tnps90...
http://www.weather.com/services/?from=globalnav

half way down on the left will link you to putting the wetter on you page.

"Barbara de Zoete" <b_********@hot mail.com> wrote in message
news:opsvepnzz6 x5vgts@zoete_b. ..
On 12 Aug 2005 10:45:32 -0700, <jr********@hot mail.com> wrote:
How to extract data from html page? For example, if i want to
get the information of weather
(http://weather.yahoo.com/forecast/USCA1005.html)
and put in my web page. Is it possible to do that?


That sounds to me like you're trying to steel someones content.
please advise. thanks!!


You could ask the author of the page to create an RSS feed or something,
and then include that feed in your pages.

--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'


Aug 12 '05 #4
jr********@hotm ail.com wrote in news:1123868732 .886231.262380
@f14g2000cwb.go oglegroups.com:
How to extract data from html page? For example, if i want to
get the information of weather
(http://weather.yahoo.com/forecast/USCA1005.html)
and put in my web page. Is it possible to do that?

please advise. thanks!!


Weather Underground has something to show weather on personal websites.
http://wunderground.com

data64
Aug 15 '05 #5

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

Similar topics

1
1470
by: Sheela | last post by:
Hi all gurus in tha club, I scripted a prog that extract a string from an html page excluding all the tags. The problem is that it works quite slowly and I wanted to know if somebody of us as an idea how to improve his performance. Thanks a lot SHE CODE
4
21065
by: Guogang | last post by:
Hi, I need to extract plain text from HTML page (i.e. do not show images, html formatting, ...) Is there some C# class/function that can help me on this? Thanks, Guogang
3
2456
by: rahman | last post by:
I have few hundred HTML pages. I need to extract portion of each HTML page into a text/database/HTML files format. You can imagine it is very tedious to do one by one. Is there any automatic process/software/tool available that could help me extract information form mass HTML files? I can specify what portion of file to take or leave. I have some tag like: <!--topic start-->
13
4244
by: DH | last post by:
Hi, I'm trying to strip the html and other useless junk from a html page.. Id like to create something like an automated text editor, where it takes the keywords from a txt file and removes them from the html page (replace the words in the html page with blank space) I'm new to python and could use a little push in the right direction, any ideas on how to implement this? Thanks!
3
2165
by: Dhananjay | last post by:
Hello everyone Do you have any idea about how to generate a tool which will extract the contents and images from html page.or do you have any resources then let me know. i am using VS 2005 C#.net,Asp.net for development of this system. reply me asap Thanks Dhananjay
7
2452
by: SteveM | last post by:
I am sure this is an easy question, but being relatively new to ASP.NET programming, I can not quite grasp what I need to accomplish what I need to do. What I have is a word document that is rendered as a page (or actualy a part of a page) that is editiable. To do this I let the user download the document, edit it and then upload it back to the site. Then at Page_Open, I convert the .doc file to an html and render it back to the page......
6
3568
kamill
by: kamill | last post by:
Ineed to extract images from html page using regular expression, but am not able to get desired result. help me. Bellow is my code <?php $site='http://www.gmail.com'; $str_text = file_get_contents($site); function str_img_src($html) { if (strpos($html, '<img') !== false) {
1
3070
by: veer | last post by:
Hi i am making a program in which i want to extract data from html file . Actually there are two dates on html file i want to extract these dates but the main probleum is that these dates are different on each file. A word "AKTIVA" is always comes before these dates. i made this by seaching the activa word but after this i am not getting any idea how these dates can be accessed. i use one another method by transfering the whole data of...
1
1462
by: majid091 | last post by:
Hello, i want to extract only st paragraph of html page, only text not the images in the preview window when ever some one move the cursor to the link. Any solution ?
0
9592
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10059
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10005
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8887
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6679
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5313
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2817
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.