<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Jul 18, 2008 at 12:35 PM, Mark (Markie) &lt;<a href="mailto:newsmarkie@googlemail.com">newsmarkie@googlemail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">I know i havent been to active round here recently (been really busy, sorry :-( ) but one thing that i have noticed on the mailing lists that really interested me is the widgets ideas.&nbsp; IMO these are really key things that, shouldnt :-p, be too hard to implement. Ive had a brief look at one of the widgets which i look for alot, which is weather (although i dont know why, it always seems to be rain :-p)<br>

<br>NWS / NOAA provide an XML output of weather for all US cities and most international cities, and with it being a US gov org all its content is therefore PD and totally free to use and copy etc (not a lawyer though).&nbsp; this we could then implement easily using a JS call from the search var, with or without looking for a &quot;weather: XXX&quot; keyword and then output next to the search results, maybe below the adverts.&nbsp; this could also be JS implemented to be hide able etc with more widgets....... the problem with NOAA IMO is that it requires calls to use lat/long co-ordinates for the calls, thus required more geo-location stuff which makes this harder and harder.<br>

</div></blockquote><div><br>Hmm... couldn&#39;t you use a Google Maps API call (JS) to get the lat lang, then call the NOAA feed?&nbsp; I haven&#39;t looked at the NOAA feed at all, but...&nbsp; Then we cache the lat/lang in a cookie or something, to avoid a gazillion calls.&nbsp; Might be a little tricky with pure javascript, if the NOAA feed is only xml and not JSON, but...<br>
<br>Aerik<br clear="all"></div></div><br>-- <br><a href="http://www.wikidweb.com">http://www.wikidweb.com</a> - the Wiki Directory of the Web<br><a href="http://tagthis.info">http://tagthis.info</a> - Hosted Tagging for your website!
</div>