<?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; Programming</title>
	<atom:link href="http://geowebinfo.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://geowebinfo.com</link>
	<description>thoughts on all things geo</description>
	<lastBuildDate>Mon, 30 Jan 2012 05:11:55 +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>Read XML files using the Google Maps API</title>
		<link>http://geowebinfo.com/2009/04/05/read-xml-files-using-the-google-maps-api/</link>
		<comments>http://geowebinfo.com/2009/04/05/read-xml-files-using-the-google-maps-api/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 13:50:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Mapping]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=64</guid>
		<description><![CDATA[Looking to build a Google Maps mashup by reading geo-enabled information from an XML file? Here&#8217;s a post from GeoChalkboard explaining by way of examining a simple application that displays geologic points of interest from around the state of Texas available in an XML file format. The tutorial highlights the usage of two methods (GXmlHttp [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">Looking to build a Google Maps mashup by reading geo-enabled information from an XML file?</p>
<p>Here&#8217;s a post from <span style="font-weight: bold;font-size:130%;" ><a style="color: rgb(255, 0, 0);" href="http://geochalkboard.wordpress.com/2009/03/30/reading-xml-files-with-the-google-maps-api/" target="_blank">GeoChalkboard</a></span> explaining by way of examining a <a href="https://s3.amazonaws.com/GSTArticles/GoogleMaps/ReadXMLFile.htm" target="_blank">simple application</a> that displays geologic points of interest from around the state of Texas available in an <a href="https://s3.amazonaws.com/GSTArticles/GoogleMaps/TexasProject.xml" target="_blank">XML file </a>format.</p>
<p>The tutorial highlights the usage of two methods (GXmlHttp and GDownloadUrl) provided by the Google Maps API  to read XML files.</p>
<p>Lat long coordinates and information associated with each point of interest are read from the file and markers are generated with location information being displayed via an information window.</p>
<p>If you are just beginning to create Google Map mashups and looking for some simple examples on using XML files and the maps API, check out my <a style="color: rgb(51, 0, 153); font-weight: bold;" href="http://www.geowebinfo.com/search/label/Google%20Maps" target="_blank">previous posts</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/04/05/read-xml-files-using-the-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unzip multiple zip files using Shell script</title>
		<link>http://geowebinfo.com/2009/03/11/unzip-multiple-zip-files-using-shell-script/</link>
		<comments>http://geowebinfo.com/2009/03/11/unzip-multiple-zip-files-using-shell-script/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 05:40:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=60</guid>
		<description><![CDATA[For the Linux newbie from a noob Scenario: You have quite a large number of zip files in a folder with other files and would like to avoid manual labor of extracting one file at a time. The below graphic is the result of extracting an e-book downloaded from the web in compressed format. Solution: [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;"><span style="font-size:130%;"><span style="color: rgb(255, 0, 0);font-family:georgia;" >For the Linux newbie from a <span class="blsp-spelling-error" id="SPELLING_ERROR_0">noob</span></span></span></span>
<div style="text-align: justify;"><span style="font-weight: bold;">Scenario: </span>You have quite a large number of zip files in a folder with other files and would like to avoid manual labor of extracting one file at a time.</p>
<p>The below graphic is the result of extracting an e-book downloaded from the web in compressed format.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xlyGZV7jTQo/SbeDnYktRVI/AAAAAAAABLI/VDHOJTnDHlc/s1600-h/zipfiles.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 80px;" src="http://4.bp.blogspot.com/_xlyGZV7jTQo/SbeDnYktRVI/AAAAAAAABLI/VDHOJTnDHlc/s320/zipfiles.jpg" alt="" id="BLOGGER_PHOTO_ID_5311858998141338962" border="0" /></a><br /><span style="font-weight: bold;">Solution: </span>A simple shell script to extract all files at one go.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xlyGZV7jTQo/SbeK4eUC9PI/AAAAAAAABLQ/c_ACAAQVMyg/s1600-h/unzipscript.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 299px; height: 97px;" src="http://1.bp.blogspot.com/_xlyGZV7jTQo/SbeK4eUC9PI/AAAAAAAABLQ/c_ACAAQVMyg/s320/unzipscript.jpg" alt="" id="BLOGGER_PHOTO_ID_5311866988321240306" border="0" /></a>Save the script with a <span style="font-style: italic;">.sh</span> extension and make sure it resides in the same directory as the compressed files.</p>
<p>Fire up the terminal, <span style="font-family:courier new;"><span class="blsp-spelling-error" id="SPELLING_ERROR_1">cd</span></span> to the target directory and execute the script using <span style="font-family:courier new;">./<span class="blsp-spelling-error" id="SPELLING_ERROR_2">xxxx</span>.sh</span></p>
<p>P.S.: Has been successfully tested on <span class="blsp-spelling-error" id="SPELLING_ERROR_3">Ubuntu</span></div>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/03/11/unzip-multiple-zip-files-using-shell-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Another Python QuickRef</title>
		<link>http://geowebinfo.com/2009/01/31/another-python-quickref/</link>
		<comments>http://geowebinfo.com/2009/01/31/another-python-quickref/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 06:11:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=57</guid>
		<description><![CDATA[A timely find.. In continuation of my previous post on Python cheatsheet, here&#8217;s a two page quick reference aka cheatsheet from Michael Goerz covering variable types, basic syntax, exception handling, object orientation, input/output and standard library. Go grab your copy now..]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xlyGZV7jTQo/SYQZI5mv6HI/AAAAAAAABJk/tIVnQiBZF9Y/s1600-h/python-logo.png"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 143px; height: 136px;" src="http://1.bp.blogspot.com/_xlyGZV7jTQo/SYQZI5mv6HI/AAAAAAAABJk/tIVnQiBZF9Y/s320/python-logo.png" alt="" id="BLOGGER_PHOTO_ID_5297386702387538034" border="0" /></a><br />A timely find..</p>
<p>In continuation of my previous post on Python cheatsheet, here&#8217;s a two page <a href="http://users.physik.fu-berlin.de/%7Egoerz/blog/wp-content/uploads/2008/09/python_refcard.pdf" target="_blank" style="font-size: 24px; color: red;">quick reference</a> aka cheatsheet from <a href="http://users.physik.fu-berlin.de/%7Egoerz/blog/" target="_blank">Michael Goerz</a> covering variable types, basic syntax, exception handling, object orientation, input/output and standard library.</p>
<p>Go grab your copy now..</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/01/31/another-python-quickref/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheat Sheet for Python</title>
		<link>http://geowebinfo.com/2009/01/25/cheat-sheet-for-python/</link>
		<comments>http://geowebinfo.com/2009/01/25/cheat-sheet-for-python/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 20:39:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=56</guid>
		<description><![CDATA[What is a Cheat sheet?From Wikipedia: &#8220;A concise set of notes used for quick reference&#8220; Download Python cheat sheet, a one page reference in PDF or PNG formats from Added Bytes. Also available from the same site are a bunch of cheat sheets for other programming languages.]]></description>
			<content:encoded><![CDATA[<p><span style=";font-family:arial;font-size:100%;"  >What is a Cheat sheet?</span><span style=";font-family:arial;font-size:100%;"  ><br /></span><span style=";font-family:arial;font-size:100%;"  >From Wikipedia</span><span style="font-style: italic;font-family:arial;font-size:100%;"  >: &#8220;A concise set of notes used for quick reference</span><span style=";font-family:arial;font-size:100%;"  >&#8220;</span><span style=";font-family:arial;font-size:100%;"  ></p>
<p></span><span style=";font-family:arial;font-size:100%;"  >Download<span style="font-weight: bold;"> </span></span><span style="color: rgb(0, 0, 153); font-weight: bold;font-family:arial;font-size:100%;"  ><a href="http://www.addedbytes.com/cheat-sheets/python-cheat-sheet/">Python cheat sheet</a></span><span style=";font-family:arial;font-size:100%;"  >, a one page reference in PDF or PNG formats from Added Bytes.</span><span style=";font-family:arial;font-size:100%;"  ></p>
<p></span><span style=";font-family:arial;font-size:100%;"  >Also available from the same site are a bunch of </span><span style="color: rgb(204, 0, 0);font-family:arial;font-size:100%;"  ><a href="http://www.addedbytes.com/cheat-sheets/">cheat sheets</a></span><span style=";font-family:arial;font-size:100%;"  > for other programming languages.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2009/01/25/cheat-sheet-for-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World&#8217;s Hardest Working Countries</title>
		<link>http://geowebinfo.com/2008/05/27/worlds-hardest-working-countries/</link>
		<comments>http://geowebinfo.com/2008/05/27/worlds-hardest-working-countries/#comments</comments>
		<pubDate>Tue, 27 May 2008 08:46:00 +0000</pubDate>
		<dc:creator>Sriharsha Vankadara</dc:creator>
				<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[countries]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[World]]></category>

		<guid isPermaLink="false">http://geowebinfo.com/?p=21</guid>
		<description><![CDATA[Who could ever guess South Korea to be first in the list of Hardest Working Countries in the World with the average employee working 2,357 hours a year which includes only 11 public holidays. South Korea is followed by Greece in the second place with its people working 2,052 hours a year. Last in the [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://geowebinfo.com/HardestWorking.html#" target="_blank"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_xlyGZV7jTQo/SDv3567UUjI/AAAAAAAAAu4/0n5P6WuUX0Y/s320/HardestWorking.JPG" alt="" id="BLOGGER_PHOTO_ID_5205026368799396402" border="2" /></a><br />Who could ever guess South Korea to be first in the list of Hardest Working Countries in the World with the average employee working 2,357 hours a year which includes only 11 public holidays. South Korea is followed by Greece in the second place with its people working 2,052 hours a year. Last in the rankings is Iceland, where the average employee works 1,794 hours.</p>
<p>These 2008 rankings are from the Organization for Economic Co-operation and Development (OECD) for its members. There might be other countries who can top this list, if they were part of the OECD.</p>
<p>A google maps of the rankings for <a href="http://geowebinfo.com/HardestWorking.html#" target="_blank">Hardest Working Countries</a> via <a href="http://www.forbes.com/2008/05/21/labor-market-workforce-lead-citizen-cx_po_0521countries.html" target="_blank">Forbes</a> is available here.</p>
]]></content:encoded>
			<wfw:commentRss>http://geowebinfo.com/2008/05/27/worlds-hardest-working-countries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

