Click here to Skip to main content
15,885,278 members
Articles / Programming Languages / Visual Basic

Weather Using VB.NET and Yahoo RSS!

Rate me:
Please Sign up or sign in to vote.
4.05/5 (13 votes)
7 Nov 2008CPOL2 min read 66.1K   4.2K   24  
Weather Using VB.NET and Yahoo RSS!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
</head>
<body>
<img src="http://l.yimg.com/us.yimg.com/i/us/we/52/30.gif"/><br />
 <b>Current Conditions:</b>
 <br /> Partly Cloudy, 81 F<BR />
 <BR /><b>Forecast:</b>
 <BR /> Thu - Partly Cloudy. High: 82 Low: 65
 <br /> Fri - Partly Cloudy. High: 80 Low: 60<br />
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) TeraSoft
Jordan Jordan
Nedal Ahmed Odeh
Software development
BS Computer
Deploma IT
Web: http://nedal.faithweb.com

Facebook: http://www.facebook.com/nedal.odeh

Please, do not forget vote
This is a Collaborative Group (No members)


Comments and Discussions