I still have not yet succumbed to Apple products (I still have an iRiver payer as against buying an iPod). Anyway, i was searching for a Nokia N82, and found it to be costly, even now…. Had expected the prices to come down when iPhone is launching. Guess I have to wait for some more time. I am pretty sure the Nokia will pretty soon floodthe market with 3G + Symbian phones. And then I ll buy one J. But first, should start development!!!!
Enough of idle minds' posts. Instead got down to the engines of coding and coded the "Top News Stories", available on the right :D, on the side bar. Initially on load of the page, i was planning to show all the current top stories, accessing it from other sites. But, IE seems to have some security restrictions on a web page accessing resources of other web sites. Ok, i think that's what it is. So it pops up some security message. So i have shifted over to using a textbox and a "Go" button. On the click of the "Go" all the news as per the xml feed in the text box will be displayed. Go ahead and try it, but remember to click "Yes" on the security warning. Anyway for the knowledgeable. On click of the "Go!!!" it uses XmlHttpRequest , retrieves the XML feed from the site mentioned in the text box and displays it in "user friendly" format.
Comments