<?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>The Realm of Jinan &#187; Programming</title>
	<atom:link href="http://www.jinanrealm.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jinanrealm.com</link>
	<description></description>
	<lastBuildDate>Sat, 08 May 2010 05:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Gadsden Wifi, Part 2</title>
		<link>http://www.jinanrealm.com/20090308/gadsden-wifi-part-2/</link>
		<comments>http://www.jinanrealm.com/20090308/gadsden-wifi-part-2/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 22:05:37 +0000</pubDate>
		<dc:creator>Jinan</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Gadsden]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Wifi]]></category>

		<guid isPermaLink="false">http://www.jinanrealm.com/?p=120</guid>
		<description><![CDATA[For an update, I have posted a screenshot of the program I wrote (few hours of sitting down and punching the good ol&#8217; keyboard).   The program takes a Wifi Scan text document and converts it into a Google Earth KML file.  If you click the image below, you can see the full screen shot of [...]]]></description>
			<content:encoded><![CDATA[<p>For an update, I have posted a screenshot of the program I wrote (few hours of sitting down and punching the good ol&#8217; keyboard).   The program takes a Wifi Scan text document and converts it into a Google Earth KML file.  If you click the image below, you can see the full screen shot of what my program looks like, the tree structure listed in google earth and the information that pops up when you click on said point.</p>
<p>By doing this little project, i&#8217;ve learned about writing XML documents and how easy it can be and how big of a pain it could be.  Also this project stresses the way I used to code.  For example, a 750 KB file with 6,000 data points works flawlessly.  Toss in a 10 meg file with 54,000 data points and  you will see real quick that handling data is alot different.</p>
<p>Things I&#8217;ve Learned:</p>
<ul>
<li>Redim Preserve statement is a bad bad bad idea if called once per loop.  It basically creates an array thats bigger (or smaller), copies the old array to the new array (2x memeory consumption), then destroys the old array.</li>
<li>Better to Add items all at once vs one at a time on List View Boxes (still learning to program this one).</li>
<li>Google Earth is picky when it comes to &lt;document&gt; and &lt;Document&gt; &#8230;</li>
</ul>
<p>This program for the most part is complete, once I fine tune it and get everything running smoothly, I will see about the website side of this project. </p>
<p> </p>
<p><a title="Gadsden Wifi Part 2 Picture" href="http://www.jinanrealm.com/gallery/main.php?cmd=imageview&amp;var1=misc%2FGad_Wifi2.PNG"><img class="alignnone size-full wp-image-119" title="gad_wifi2-640x360i" src="http://www.jinanrealm.com/wp-content/uploads/2009/03/gad_wifi2-640x360i.png" alt="gad_wifi2-640x360i" width="320" height="180" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jinanrealm.com/20090308/gadsden-wifi-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLS to CSV Converter</title>
		<link>http://www.jinanrealm.com/20080910/xls-to-csv-converter/</link>
		<comments>http://www.jinanrealm.com/20080910/xls-to-csv-converter/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 19:59:54 +0000</pubDate>
		<dc:creator>Jinan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[XLS to CSV]]></category>

		<guid isPermaLink="false">http://www.jinanrealm.com/?page_id=23</guid>
		<description><![CDATA[Download: XLS to CSV Converter Size: 7.5 kB This program will convert any non password protected excel document into a comma seperated value file. You can supply options to run it externally from another script or use the interactive menu by supplying the -m option. Disclaimer: I am not responsible for what this may do [...]]]></description>
			<content:encoded><![CDATA[<p>Download:  <a href="http://personal.jinanrealm.com/projects/XLStoCSV/XLStoCSV.zip">XLS to CSV Converter</a><br />
Size:  7.5 kB</p>
<p>This program will convert any non password protected excel document into a comma seperated value file.  You can supply options to run it externally from another script or use the interactive menu by supplying the -m option.</p>
<p>Disclaimer:  I am not responsible for what this may do to you, your computer, car, home, life, cat, dog, mother, father, etc.  Use this at your own risk.</p>
<p><a href="http://personal.jinanrealm.com/projects/XLStoCSV/XLStoCSV.png">Screenshot</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9750722536056586";
/* Utility Pages */
google_ad_slot = "9309932934";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jinanrealm.com/20080910/xls-to-csv-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
