<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeowebInfo &#187; Resources</title>
	<atom:link href="http://geowebinfo.com/category/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://geowebinfo.com</link>
	<description>thoughts on all things geo</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:49:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pre-computing in the Web Mapping world</title>
		<link>http://geowebinfo.com/2012/02/07/pre-computing-in-the-web-mapping-world/</link>
		<comments>http://geowebinfo.com/2012/02/07/pre-computing-in-the-web-mapping-world/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 17:49:29 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Mapping]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=320</guid>
		<description><![CDATA[Speed has and will always be a critical factor in developing fast and responsive web applications. The cost of computing power has seen a rapid decrease over the years allowing for fast and powerful pc&#8217;s capable of handling much of the server side processing, thus allowing most web apps to load faster and respond quicker <a href='http://geowebinfo.com/2012/02/07/pre-computing-in-the-web-mapping-world/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a title="DSC06971 by The Planet, on Flickr" href="http://www.flickr.com/photos/theplanetdotcom/4738068430/"><img style="padding: 10px; border: none;" src="http://farm5.staticflickr.com/4121/4738068430_8fb6df419b_m.jpg" alt="DSC06971" width="240" height="160" align="right" /></a>Speed has and will always be a critical factor in developing fast and responsive web applications. The cost of computing power has seen a rapid decrease over the years allowing for fast and powerful pc&#8217;s capable of handling much of the server side processing, thus allowing most web apps to load faster and respond quicker to client requests. But then came big data. In the web mapping world where huge amounts of data needs to be served to the client, maintaining a high level of performance and usability can only be possible through pre-computing on the server.</p>
<p>A well known example of pre-computing is Map Caching in which tiles are pre-generated and cached on the server allowing for faster map services.</p>
<p>Over at the <a title="ArcGIS Server Blog" href="http://blogs.esri.com/Dev/blogs/arcgisserver/default.aspx">ArcGIS Server</a> blog is a nice <a title="Boosting performance through pre-computing" href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/10/20/Boosting-performance-through-pre_2D00_computing.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ArcgisServerDevelopmentBlog+%28ArcGIS+Server+Development+Blog%29&amp;utm_content=Google+Reader">post</a> highlighting the importance of pre-computing in a GIS server environment and techniques such as</p>
<ul>
<li><em>Eliminating on the fly projection</em></li>
<li><em> Pre-calculating geoprocessing results</em></li>
<li><em> Building spatial and attribute indexes</em></li>
<li><em> Converting labels and annotations</em></li>
</ul>
<p>that can be employed in publishing faster GIS web services. These practices are not just limited to the ArcGIS product domain but can also be applied  in any web mapping environment.</p>
<p><strong><span style="color: #800000;"><a title="Boosting performance through pre-computing" href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/10/20/Boosting-performance-through-pre_2D00_computing.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ArcgisServerDevelopmentBlog+%28ArcGIS+Server+Development+Blog%29&amp;utm_content=Google+Reader"><span style="color: #800000;"><em>Boosting performance through pre-computing</em></span></a></span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2012/02/07/pre-computing-in-the-web-mapping-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QGIS How To&#8217;s</title>
		<link>http://geowebinfo.com/2011/05/06/qgis-how-tos/</link>
		<comments>http://geowebinfo.com/2011/05/06/qgis-how-tos/#comments</comments>
		<pubDate>Fri, 06 May 2011 20:33:17 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Open Source GIS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[OpenSourceGIS]]></category>
		<category><![CDATA[qgis]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=299</guid>
		<description><![CDATA[Underdark at Free and Open Source GIS Ramblings reports of a great new addition to the QGIS Wiki &#8211; a set of step by step tutorials complete with graphics and categorized into tasks dealing with vectors, rasters, map projections, spatial analyses, format conversion and map making. This is a great reference for anyone just beginning <a href='http://geowebinfo.com/2011/05/06/qgis-how-tos/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qgis.org"><img class="alignleft" title="QGIS" src="http://geowebinfo.com/wp-content/uploads/2010/05/qgis.png" alt="http://www.qgis.org" width="147" height="137" /></a>Underdark at <a href="http://underdark.wordpress.com/">Free and Open Source GIS Ramblings</a> reports of a great new addition to the <a href="http://www.qgis.org/wiki/How_to_do_X_in_QGIS">QGIS Wiki</a> &#8211; a set of step by step tutorials complete with graphics and categorized into tasks dealing with vectors, rasters, map projections, spatial analyses, format conversion and map making. This is a great reference for anyone just beginning to get their feet wet as well as for existing users trying to get a glimpse of the latest features.</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2011/05/06/qgis-how-tos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plenary Session Demos for 2010 ESRI BPC and Developer Summit</title>
		<link>http://geowebinfo.com/2010/03/27/plenary-session-demos-for-2010-esri-bpc-and-developer-summit/</link>
		<comments>http://geowebinfo.com/2010/03/27/plenary-session-demos-for-2010-esri-bpc-and-developer-summit/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 20:56:26 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=251</guid>
		<description><![CDATA[This week marked the end of the 2010 ESRI Worldwide Business Partner Conference (BPC) and the 2010 ESRI Developer Summit at Palm Springs, California which was host to the largest gathering of GIS developers. The BPC set the tone for the Developer Summit by showcasing features of the upcoming release of the ArcGIS product suite <a href='http://geowebinfo.com/2010/03/27/plenary-session-demos-for-2010-esri-bpc-and-developer-summit/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This week marked the end of the <a href="http://www.esri.com/events/bpc/index.html">2010 ESRI Worldwide Business Partner Conference (BPC)</a> and the <a href="http://www.esri.com/events/devsummit/index.html">2010 ESRI Developer Summit</a> at Palm Springs, California which was host to the largest gathering of GIS developers.</p>
<p style="text-align: justify;">The BPC set the tone for the Developer Summit by showcasing features of the upcoming release of the ArcGIS product suite &#8211; ArcGIS 10. For those of us who couldn&#8217;t get to attend and see the demos first hand, the Plenary Session videos have been made available for viewing which cover the following topics:</p>
<p style="border: 2px solid #dddddd; padding: 2px 6px 4px; color: #555555; background-color: #eeeeee; text-align: justify;"><a href="http://www.esri.com/events/bpc/plenary/index.html">ArcGIS.com</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video2.html">Desktop Usability</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video3.html">Server and Web Clients</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video4.html">Mobile Platforms</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video5.html">Editing Improvements</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video6.html">Imagery Platform</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video7.html">Analysis</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video8.html">Business Analyst Online</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video9.html">ArcLogistics</a><br />
<a href="http://www.esri.com/events/bpc/plenary/video10.html">ArcGIS Server on Amazon</a></p>
<p>What started off as an overview of ArcGIS 10 during the BPC was picked up at the Developer Summit with demonstrations delving more into the new features and enhancements that ArcGIS 10 is going to support. ESRI has been quick to upload the Plenary demos which cover the following topics:</p>
<p style="border: 2px solid #dddddd; padding: 2px 6px 4px; color: #555555; background-color: #eeeeee; text-align: justify;"><a href="http://www.esri.com/events/devsummit/videos/index.html">Opening by Jack Dangermond, President of ESRI and Jim McKinney, ArcGIS Program Manager</a><br />
<a href="http://www.esri.com/events/devsummit/videos/index.html"><img class="size-medium wp-image-255 alignnone" style="border: 2px solid black;" title="plenary2010DevSummit" src="http://geowebinfo.com/wp-content/uploads/2010/03/plenary2010DevSummit-300x187.png" alt="DevSummit Plenary Opening" width="300" height="187" /></a><br />
<a href="http://www.esri.com/events/devsummit/videos/video2.html">ArcGIS 2010 and Beyond</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video3.html">ArcGIS Online and Explorer</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video4.html">ArcGIS Server, Part One</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video5.html">ArcGIS Server, Part Two</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video6.html">Developer Community</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video7.html">Mobile GIS</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video8.html">ArcGIS Desktop, Part One</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video9.html">ArcGIS Desktop, Part Two</a><br />
<a href="http://www.esri.com/events/devsummit/videos/video10.html">ArcGIS Desktop, Part Three</a></p>
<p>Jithen Singh on his blog <a href="http://geo.geek.nz/events/the-plenary-session-at-the-esri-developer-summit-2010/">http://geo.geek.nz</a> has a detailed write-up summarizing the Plenary Session events of the Developer Summit.</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2010/03/27/plenary-session-demos-for-2010-esri-bpc-and-developer-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESRI Blogs</title>
		<link>http://geowebinfo.com/2009/08/17/esri-blogs/</link>
		<comments>http://geowebinfo.com/2009/08/17/esri-blogs/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 07:52:48 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[feeds]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=215</guid>
		<description><![CDATA[ESRI is at the forefront of GIS (Geographic Information System) development and technology. Be it modeling, analysis or development ESRI produces the best COTS (Commercial off-the-shelf) software for all GIS needs and having to keep up with the latest from this world leader is no simple task. With the evolution of Web 2.0 and syndication <a href='http://geowebinfo.com/2009/08/17/esri-blogs/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_218" class="wp-caption alignleft" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.esri.com"><img class="size-thumbnail wp-image-218" title="ESRI" src="http://geowebinfo.com/wp-content/uploads/2009/08/ESRI-150x150.png" alt="ESRI Logo" width="150" height="150" /></a></dt>
</dl>
</div>
<p><a href="http://www.esri.com" target="_blank">ESRI</a> is at the forefront of GIS (Geographic Information System) development and technology. Be it modeling, analysis or development ESRI produces the best <a href="http://en.wikipedia.org/wiki/Commercial_off-the-shelf" target="_blank">COTS</a> (Commercial off-the-shelf) software for all GIS needs and having to keep up with the latest from this world leader is no simple task. With the evolution of <a href="http://en.wikipedia.org/wiki/Web_2.0#XML_and_RSS" target="_blank">Web 2.0</a> and syndication of site content via protocols such as RSS, RDF and atom it has never been so easy to stay updated on current developments.</p>
<p>By publishing several blogs pertaining to its products, developer tools, support, events and other relevant offerings ESRI makes it easy to receive up to date information in our news aggregators by subscribing to its feeds.</p>
<p>Here&#8217;s the list of blogs and podcasts with their subscription feeds <strong><a href="http://www.esri.com/blogs/index.html" target="_blank">http://www.esri.com/blogs/index.html</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/08/17/esri-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measure Distance on Google Maps</title>
		<link>http://geowebinfo.com/2009/06/14/measure-distance-on-google-maps/</link>
		<comments>http://geowebinfo.com/2009/06/14/measure-distance-on-google-maps/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 01:11:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Cities]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[Google Maps]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=176</guid>
		<description><![CDATA[DISTANCEFROMTO Distancefromto is a simple and easy to use Google Maps application that measures distance between two locations on a map. Distance is measured on the fly in miles and kilometers by dynamically dragging markers to desired locations or typing in locations names for the from and to inputs. The application comes with an inbuilt <a href='http://geowebinfo.com/2009/06/14/measure-distance-on-google-maps/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><strong style="font-size:18px; color:red"><a href="http://www.distancefromto.net/" target="_blank">DISTANCEFROMTO</a></strong></p>
<p style="text-align: center;">
<p><div id="attachment_178" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.distancefromto.net/"><img class="size-medium wp-image-178" title="distancefromto" src="http://geowebinfo.com/wp-content/uploads/2009/06/distancefromto-300x143.png" alt="distancefromto.net" width="300" height="143" /></a><p class="wp-caption-text">distancefromto.net</p></div></p>
<p>Distancefromto is a simple and easy to use Google Maps application that measures distance between two locations on a map. Distance is measured on the fly in miles and kilometers by dynamically dragging markers to desired locations or typing in locations names for the <em>from</em> and <em>to</em> inputs. The application comes with an inbuilt geocoder, so do not limit yourself to places that are well known to the masses..</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/06/14/measure-distance-on-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FOSSLC</title>
		<link>http://geowebinfo.com/2009/06/11/fosslc/</link>
		<comments>http://geowebinfo.com/2009/06/11/fosslc/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:03:12 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=170</guid>
		<description><![CDATA[The Free and Open Source Software Learning Center (FOSSLC), which has its roots tied to the success of OSBOOTCAMP is a non-profit organization with a vision to improve lives with open source. It provides conference information, webcasts, videos and workshops that teach skills with open source software. Besides its mission to educate people who have <a href='http://geowebinfo.com/2009/06/11/fosslc/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The <strong><a href="http://www.fosslc.org/drupal/" target="_blank">Free and Open Source Software Learning Center (FOSSLC)</a></strong>, which has its roots tied to the success of OSBOOTCAMP is a non-profit organization with a vision to improve lives with open source. It provides conference information, webcasts, videos and workshops that teach skills with open source software. Besides its mission to educate people who have never heard of open source it aims to get them started with open source development, understand the business of open source and help meet people from the community.</p>
<p>Here are links to some really helpful resources from the website:</p>
<ul>
<li><a href="http://www.fosslc.org/drupal/videos" target="_blank">Videos</a></li>
<li><a href="http://www.fosslc.org/drupal/aggregator/sources" target="_blank">News</a></li>
<li><a href="http://www.fosslc.org/drupal/podcasts" target="_blank">Podcasts</a></li>
<li><a href="http://www.fosslc.org/drupal/links" target="_blank">Interesting links</a></li>
<li><a href="http://twitter.com/fosslc" target="_blank">Follow on Twitter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/06/11/fosslc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoRSS: A Technical Overview</title>
		<link>http://geowebinfo.com/2009/03/16/georss-a-technical-overview/</link>
		<comments>http://geowebinfo.com/2009/03/16/georss-a-technical-overview/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 18:03:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[GeoRSS]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=61</guid>
		<description><![CDATA[GeoRSS is essentially a standard that enables RSS feeds to have location information encoded into them. Examples included news feeds, travel blogs and the well known real time earthquake feeds from USGS. Location information is of point type in most cases but can also include line, polygon and feature descriptions.Geoweb Guru has a concise technical <a href='http://geowebinfo.com/2009/03/16/georss-a-technical-overview/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">GeoRSS is essentially a standard that enables RSS feeds to have location information encoded into them. Examples included news feeds, travel blogs and the well known real time earthquake feeds from USGS. Location information is of point type in most cases but can also include line, polygon and feature descriptions.<br /><span style="font-weight: bold; color: rgb(0, 153, 0);font-size:130%;" ><br /><a style="color: rgb(255, 0, 0);" href="http://www.geowebguru.com/articles/108-technical-overview-georss" target="_blank">Geoweb Guru</a></span> has a concise technical description of the <a href="http://georss.org/" target="_blank">GeoRSS <span style="color: rgb(0, 0, 0);font-size:100%;" ></span></a>standard</div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/03/16/georss-a-technical-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How common is your surname?</title>
		<link>http://geowebinfo.com/2009/02/27/how-common-is-your-surname/</link>
		<comments>http://geowebinfo.com/2009/02/27/how-common-is-your-surname/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 19:03:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[surname]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=58</guid>
		<description><![CDATA[Curious to know how common your surname is across the US? Head over to Dynastree, search for your last name and get a geographical distribution of persons with the same surname sorted by states. Just in case if you&#8217;re wondering what the source could be, its the phone book&#8230; Did you know that Anderson is <a href='http://geowebinfo.com/2009/02/27/how-common-is-your-surname/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Curious to know how common your surname is across the US?</p>
<p>Head over to <span style="color: rgb(0, 0, 153);font-size:130%;" ><a style="font-weight: bold;" href="http://www.dynastree.com/maps/" target="_blank">Dynastree</a></span>,  search for your last name and get a geographical distribution of persons with the same surname sorted by states.</p>
<p>Just in case if you&#8217;re wondering what the source could be, its the phone book&#8230;</p>
<p>Did you know that <span style="font-style: italic;">Anderson</span> is the <a style="color: rgb(255, 0, 0);" href="http://www.dynastree.com/maps/index/frequent_names.html" target="_blank">most frequent name</a> in the US?</p>
<p>Here&#8217;s a map of my..uh..name (there&#8217;s just one entry in the phone book with my surname)</p>
<style type="text/css">@import url("http://www.dynastree.com/maps/images/en-us/wp_mappreview.css");</style>
<div class="vw_widget_wrapper-us">
<div class="vw_widget_header-us"><a href="http://www.dynastree.com/"><img src="http://www.dynastree.com/maps/images/en-us/logo-dynastree.png" alt="Create your family tree at dynastree.com" /></a></div>
<div class="vw_widget_content-us"><a href="http://www.dynastree.com/maps/detail/harsha.html?utm_medium=widget_detail_page"> <img src="http://www.dynastree.com/maps/preview/harsha_sml.png" width="130" height="130" alt="Distribution of the surname Harsha"/></a>
<div class="info">Distribution of the surname <strong> Harsha</strong></div>
<p id="vw_form_label-us">Where does your name come from?</p>
<form action="http://www.dynastree.com/maps/search.html" name="vw_namesearch-form" method="get" target="_blank" accept-charset="UTF-8">
<input type="hidden" name="utm_medium" value="widget_search_form"/>
<input type="text" id="vw_last-name-us" name="q"/><button type="submit" name="map-submit" id="vw_widget_submit-us"></button></form>
</div>
<div class="vw_widget_footer-us"> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/02/27/how-common-is-your-surname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn Geography and Donate Rice</title>
		<link>http://geowebinfo.com/2009/01/13/learn-geography-and-donate-rice/</link>
		<comments>http://geowebinfo.com/2009/01/13/learn-geography-and-donate-rice/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:55:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Geography]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[World]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=55</guid>
		<description><![CDATA[FreeRice I am glad I stumbled upon this site today. The FreeRice site provides a great opportunity to learn geography and at the same time contribute to world hunger by donating 20 grains of rice for every right answer t0 the United Nations World Food Program. There are two ways you could learn geography on <a href='http://geowebinfo.com/2009/01/13/learn-geography-and-donate-rice/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;font-size:130%;color:red;"  ><span style="font-size:180%;"><a style="color: rgb(255, 0, 0);" href="http://www.freerice.com/" target="_blank">FreeRice</a></span></p>
<p></span>
<div style="text-align: justify;"><span style=";font-size:130%;color:red;"  ><span style="color: rgb(0, 0, 0);"><span style="font-size:85%;">I am glad I stumbled upon this site today. The FreeRice site provides a great opportunity to learn geography and at the same time contribute to world hunger by donating 20 grains of rice for every right answer t0 the United Nations World Food Program.</p>
<p>There are two ways you could learn geography on this site &#8211; <a href="http://www.freerice.com/index.php?&amp;t=319331290609&amp;s=Identify%20Countries%20on%20the%20Map" target="_blank">Identifying Countries on a Map</a> and <a href="http://www.freerice.com/index.php?&amp;t=150406147900&amp;s=World%20Capitals" target="_blank">World Capitals</a>. The site also allows you test and improve your knowledge of art, english, math, chemistry and foreign languages. You can choose a level to start off with or let the game adapt to your answers.</p>
<p>If you need to keep track of your donations, make sure you set the option in the <a href="http://www.freerice.com/options.php" target="_blank">options</a> page.</p>
<p>Now go visit <a href="http://www.freerice.com/index.php" target="_blank">FreeRice.com</a>, start learning and relish your contribution by watching the grains pile up..</p>
<p></span></span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/01/13/learn-geography-and-donate-rice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader sports a Square look</title>
		<link>http://geowebinfo.com/2008/12/05/google-reader-sports-a-square-look/</link>
		<comments>http://geowebinfo.com/2008/12/05/google-reader-sports-a-square-look/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 09:02:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Google Blogs]]></category>
		<category><![CDATA[google reader]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=52</guid>
		<description><![CDATA[I am a Google lover and a big fan of Google Reader. If there is any tab in my firefox browser that is always open, its that of Google Reader not GMail. We have seen people alter GMail&#8217;s look with the release of its themes feature a couple of weeks ago. So did Google Maps, <a href='http://geowebinfo.com/2008/12/05/google-reader-sports-a-square-look/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">I am a Google lover and a big fan of Google Reader. If there is any tab in my firefox browser that is always open, its that of Google Reader not GMail.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">We have seen people alter GMail&#8217;s look with the release of its themes feature a couple of weeks ago. So did Google Maps, with some major changes in its look and user interaction but Reader looked the same since its inception.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Yesterday, the Google Reader Team announced on its <span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;"><a href="http://googlereader.blogspot.com/" target="_blank">Official Blog</a></span></span> a new look for Reader with some noteworthy improvements which now make it even more user-friendly and appealing.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Following are the changes reported on its blog:</div>
<div style="text-align: justify;">
<ul>
<li><span class="Apple-style-span" style="font-style: italic;"><span class="Apple-style-span" style="color: rgb(255, 0, 0);">Updated look and feel</span></span></li>
<li><span class="Apple-style-span" style="font-style: italic;"><span class="Apple-style-span" style="color: rgb(255, 0, 0);">Collapsible navigation</span></span></li>
<li><span class="Apple-style-span" style="font-style: italic;"><span class="Apple-style-span" style="color: rgb(255, 0, 0);">Friends get promoted</span></span></li>
<li><span class="Apple-style-span" style="font-style: italic;"><span class="Apple-style-span" style="color: rgb(255, 0, 0);">Hide unread counts</span></span></li>
<li><span class="Apple-style-span" style="font-style: italic;"><span class="Apple-style-span" style="color: rgb(255, 0, 0);">More feed bundles</span></span></li>
</ul>
</div>
<div style="text-align: justify;">Along with the changes, some things have been moved:</div>
<div style="text-align: justify;">
<ul>
<li>&#8220;<span class="Apple-style-span" style="color: rgb(255, 0, 0);"><span class="Apple-style-span" style="font-style: italic;">Refresh</span></span>&#8221; button is now in the Subscriptions options menu</li>
<li>&#8220;<span class="Apple-style-span" style="font-style: italic;"><span class="Apple-style-span" style="color: rgb(255, 0, 0);">Show all &#8211; updated</span></span>&#8221; controls also moved into the Subscriptions options menu</li>
<li>The &#8220;<span class="Apple-style-span" style="font-style: italic;"><span class="Apple-style-span" style="color: rgb(255, 0, 0);">Add subscription</span></span>&#8221; button has been moved to the top of the navigation pane</li>
</ul>
<div>Visit the original blog post &#8211; <span class="Apple-style-span"  style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-style: italic;"><a href="http://googlereader.blogspot.com/2008/12/square-is-new-round.html" target="_blank">Square is the new round</a></span></span></span> for more details on the changes</div>
</div>
<div style="text-align: justify;"></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2008/12/05/google-reader-sports-a-square-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

