<?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>Small Town Geeks &#187; Skrieder</title>
	<atom:link href="http://smalltowngeeks.net/author/skrieder/feed/" rel="self" type="application/rss+xml" />
	<link>http://smalltowngeeks.net</link>
	<description>Tech News, How to&#039;s, and Reviews</description>
	<lastBuildDate>Mon, 23 Apr 2012 17:08:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Metasploit The Penetration Tester&#8217;s Guide</title>
		<link>http://smalltowngeeks.net/2011/10/10/metasploit-the-penetration-testers-guide/</link>
		<comments>http://smalltowngeeks.net/2011/10/10/metasploit-the-penetration-testers-guide/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 15:00:35 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[metasploit]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1207</guid>
		<description><![CDATA[Metasploit is an open source framework for penetration testing. The Metasploit 4.0 framework is currently available for free download for Windows, Linux and Unix. “Metasploit The Penetration Tester’s Guide” is authored by Kennedy, O’Gorman, Kearns and Aharoni and is published by No Starch Press just this year 2011.The book opens with a short and sweet introduction [...]]]></description>
			<content:encoded><![CDATA[<div><a href="http://smalltowngeeks.net/wp-content/uploads/2011/10/2011-10-08_20-51-05_485.jpg"><img class="aligncenter size-medium wp-image-1212" title="Metasploit" src="http://smalltowngeeks.net/wp-content/uploads/2011/10/2011-10-08_20-51-05_485-300x108.jpg" alt="" width="300" height="108" /></a></div>
<div>Metasploit is an open source framework for penetration testing. The Metasploit 4.0 framework is currently <a href="http://metasploit.com/download/">available for free download</a> for Windows, Linux and Unix.</div>
<div>“Metasploit The Penetration Tester’s Guide” is authored by Kennedy, O’Gorman, Kearns and Aharoni and is published by <a href="http://nostarch.com/">No Starch Press</a> just this year 2011.The book opens with a short and sweet introduction to penetration testing and security. But worry not, this introduction won’t keep the anxious beginner waiting too long, and won’t bore the experienced. In the next few chapters the authors provide a copious amount of screenshots, ensuring that the reader can always follow along.</p>
<p>The authors then run us through some Metasploit basics and it’s not long before we’re already looking the source for a basic port scanner program.</p>
<p>The chapters are sized perfectly, giving the reader just enough time to become proficient in many of the different aspects of Metasploit. Some might believe that the cost of shorter chapters means less depth with each topic. The authors have this book balanced perfectly so the reader gets their moneys worth.</p>
<p>This book is a great way to get started with penetration testing and security. The authors make it clear that this book won’t make you an expert, years of testing will do that. But what this book can do is get you started, walking you through everything you need to know to ditch your script kiddie shoes and sit at the big kids table. <a href="http://nostarch.com/">Order yours</a> today!</p>
<p>printf(“Happy Coding!”);</p>
<p>Scott J. Krieder<br />
Small Town Geeks<br />
<a href="mailto:scott@smalltowngeeks.net">scott@smalltowngeeks.net</a><br />
<a href="http://smalltowngeeks.net/">http://smalltowngeeks.net</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/10/10/metasploit-the-penetration-testers-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The IDA Pro Book</title>
		<link>http://smalltowngeeks.net/2011/10/08/the-ida-pro-book/</link>
		<comments>http://smalltowngeeks.net/2011/10/08/the-ida-pro-book/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 18:47:49 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[IDA Pro]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1203</guid>
		<description><![CDATA[IDA Pro is the worlds leading disassembler. This means that given a binary file without any source code IDA Pro will reverse engineer that file and attempt to give you something quite close to the original source. “The IDA Pro Book” by Chris Eagle, published by No Starch Press, is the book for anyone working [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/10/IDAPro.jpg"><img class="aligncenter size-medium wp-image-1208" title="IDAPro" src="http://smalltowngeeks.net/wp-content/uploads/2011/10/IDAPro-300x271.jpg" alt="" width="300" height="271" /></a></p>
<p>IDA Pro is the worlds leading disassembler. This means that given a binary file without any source code IDA Pro will reverse engineer that file and attempt to give you something quite close to the original source.</p>
<p>“<a href="http://nostarch.com/idapro2.htm">The IDA Pro Book</a>” by Chris Eagle, published by <a href="http://nostarch.com">No Starch Press</a>, is the book for anyone working with IDA. Chris Eagle is certainly an expert with both Disassembly and IDA Pro.</p>
<p>The first chapters of the book will catch any novice up to speed. However, Intermediate and Advanced users may also benefit from Eagles’ refresher on the world of disassembly and reverse engineering tools.</p>
<p>The book provides many great examples that are easy to follow along and complete yourself. Any of the code examples used in the book are <a href="http://www.idabook.com/">available online</a>.</p>
<p>Eagle is extremely confident in his writing which comforts the reader as he walks you through steps to become an IDA Pro wizard. The author uses technical terms proficiently throughout the book, but he takes good care to explain any new or unfamiliar terms to reader.</p>
<p>The more advanced sections of the book cover everything from Scripting in IDA with Python to Virtual Machine based obfuscation. Even IDA Pro experts must have a copy on their shelf.</p>
<p>In the first appendix Eagle reminds us that <a href="http://www.hex-rays.com/index.shtml">Hex-Rays</a>,the company managing the IDA project, has released an older less sophisticated version of IDA as freeware(V5.0). With many versions of the software out there some users may be skeptical about whether or not this book will fulfill their needs, and how long will it be relevant? This is the book you are looking for, and even with the ever changing software releases Eagle has written in such a way that the book will be extremely relevant for a good time to come.</p>
<p>printf(&#8220;Happy Coding!&#8221;);</p>
<p>Scott J. Krieder<br />
Small Town Geeks<br />
scott@smalltowngeeks.net</p>
<p>http://smalltowngeeks.net/</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/10/08/the-ida-pro-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4s</title>
		<link>http://smalltowngeeks.net/2011/10/05/iphone-4s/</link>
		<comments>http://smalltowngeeks.net/2011/10/05/iphone-4s/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 18:02:22 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[iPhone5 iPhone iPhone4 iPhone4s]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1183</guid>
		<description><![CDATA[We all knew it was coming. We didn&#8217;t know the name eg. (iPhone 4s or iPhone 5) but we knew that it would be here soon. Let&#8217;s take a quick look at the major enhancements of the iPhone 4s over the iPhone 4. Siri personal assistant (watch the demo) 8mp still camera with additional lens and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1204" class="wp-caption aligncenter" style="width: 310px"><a href="http://smalltowngeeks.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-05-at-12.39.01-PM.png"><img class="size-medium wp-image-1204" title="iPhone 4s" src="http://smalltowngeeks.net/wp-content/uploads/2011/10/Screen-Shot-2011-10-05-at-12.39.01-PM-300x175.png" alt="iPhone 4s" width="300" height="175" /></a><p class="wp-caption-text">iPhone 4s</p></div>
<p>We all knew it was coming. We didn&#8217;t know the name eg. (iPhone 4s or iPhone 5) but we knew that it would be here soon.</p>
<p>Let&#8217;s take a quick look at the major enhancements of the iPhone 4s over the iPhone 4.</p>
<ul>
<li>Siri personal assistant (<a href="http://www.apple.com/iphone/#video-4s">watch the demo</a>)</li>
<li>8mp still camera with additional lens and expanded aperture</li>
<li>Shoots 1080p video</li>
<li>Ships with iOS 5</li>
<li>Pricing: 16GB @ $199.99, 32GB @ 299.99 and 64GB @ $399.99</li>
</ul>
<div>Apple starts the online pre-order process this Friday October 7th and will ship them to you October 14th. Otherwise you can stand in line on the 14th at any Apple, AT&amp;T or Verizon store.</div>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/10/05/iphone-4s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oppose Congress&#8217; Criminal Streaming Bill</title>
		<link>http://smalltowngeeks.net/2011/07/21/oppose-congress-criminal-streaming-bill/</link>
		<comments>http://smalltowngeeks.net/2011/07/21/oppose-congress-criminal-streaming-bill/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 12:00:45 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[EFF]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1180</guid>
		<description><![CDATA[SmallTownGeeks can not give this enough press. Please take a few minutes to do your part. EFF Opposition to Congress&#8217; Criminal Streaming Bill If you have a couple extra bucks, also consider donating to the EFF. They do a wonderful job protecting your electronic rights.]]></description>
			<content:encoded><![CDATA[<p>SmallTownGeeks can not give this enough press. Please take a few minutes to do your part.</p>
<p><a href="https://secure.eff.org/site/Advocacy?pagename=homepage&amp;id=491">EFF Opposition to Congress&#8217; Criminal Streaming Bill</a></p>
<p>If you have a couple extra bucks, also consider <a href="https://w2.eff.org/donate/">donating to the EFF</a>. They do a wonderful job protecting your electronic rights.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/07/EFF-logo-trans1.gif"><img class="aligncenter size-full wp-image-1197" title="EFF-logo-trans" src="http://smalltowngeeks.net/wp-content/uploads/2011/07/EFF-logo-trans1.gif" alt="" width="200" height="137" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/07/21/oppose-congress-criminal-streaming-bill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting MySQL using the Mac terminal</title>
		<link>http://smalltowngeeks.net/2011/04/22/starting-mysql-using-the-mac-terminal/</link>
		<comments>http://smalltowngeeks.net/2011/04/22/starting-mysql-using-the-mac-terminal/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 14:56:10 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1157</guid>
		<description><![CDATA[So you have setup MySQL on your Mac and you need to start MySQL. You fire up the control panel and select MySQL from the &#8220;Other&#8221; category. The MySQL preferences pane clearly shows you that the MySQL server is stopped. You start the server. You are prompted for your password and nothing happens. So you [...]]]></description>
			<content:encoded><![CDATA[<p>So you have setup MySQL on your Mac and you need to start MySQL. You fire up the control panel and select MySQL from the &#8220;Other&#8221; category.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.25.35-AM.png"><img class="aligncenter size-medium wp-image-1161" title="Screen shot 2011-04-22 at 9.25.35 AM" src="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.25.35-AM-300x252.png" alt="" width="300" height="252" /></a><a href="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.03-AM.png"></a></p>
<p>The MySQL preferences pane clearly shows you that the MySQL server is stopped.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.03-AM.png"><img class="aligncenter size-medium wp-image-1160" title="Screen shot 2011-04-22 at 9.26.03 AM" src="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.03-AM-300x148.png" alt="" width="300" height="148" /></a></p>
<p>You start the server.<br />
<a href="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.31-AM.png"><img class="aligncenter size-full wp-image-1159" title="Screen shot 2011-04-22 at 9.26.31 AM" src="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.31-AM.png" alt="" width="167" height="46" /></a><br />
You are prompted for your password and nothing happens. So you start the server again&#8230;.nothing</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.31-AM.png"><img class="aligncenter size-full wp-image-1159" title="Screen shot 2011-04-22 at 9.26.31 AM" src="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.31-AM.png" alt="" width="167" height="46" /></a><br />
Still nothing&#8230;Not to worry. Fire up the terminal and enter the command:</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.45-AM.png"><img class="aligncenter size-full wp-image-1158" title="Screen shot 2011-04-22 at 9.26.45 AM" src="http://smalltowngeeks.net/wp-content/uploads/2011/04/Screen-shot-2011-04-22-at-9.26.45-AM.png" alt="" width="270" height="19" /></a><br />
Press control + z and you are set to go.</p>
<p>Happy Coding,<br />
Scott Krieder</p>
<p>http://smalltowngeeks.net</p>
<p>http://scottkrieder.com</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/04/22/starting-mysql-using-the-mac-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon/Audible Offering Two Free Audiobooks</title>
		<link>http://smalltowngeeks.net/2011/04/07/amazonaudible-offering-two-free-audiobooks/</link>
		<comments>http://smalltowngeeks.net/2011/04/07/amazonaudible-offering-two-free-audiobooks/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 20:08:30 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Audible]]></category>
		<category><![CDATA[Audiobooks]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1147</guid>
		<description><![CDATA[Grab an e-mail account and sign up for 2 free audible books! http://www.audible.com/t1/amazon?source_code=AMZGC903CWS040111]]></description>
			<content:encoded><![CDATA[<p>Grab an e-mail account and sign up for 2 free audible books!</p>
<p>http://www.audible.com/t1/amazon?source_code=AMZGC903CWS040111</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/04/07/amazonaudible-offering-two-free-audiobooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s next for mobile computing?</title>
		<link>http://smalltowngeeks.net/2011/03/15/whats-next-for-mobile-computing/</link>
		<comments>http://smalltowngeeks.net/2011/03/15/whats-next-for-mobile-computing/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 23:09:51 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Forward facing camera]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPad 2]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTouch]]></category>
		<category><![CDATA[Mobile computing]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1140</guid>
		<description><![CDATA[With the recent release of the iPad 2 Apple delivered a tablet device with video chat capabilities. A forward and rear facing camera enable the device to do much more than the previous model. But the forward facing camera is a feature that a lot of people have been looking forward to for years. The [...]]]></description>
			<content:encoded><![CDATA[<p>With the recent release of the iPad 2 Apple delivered a tablet device with video chat capabilities. A forward and rear facing camera enable the device to do much more than the previous model. But the forward facing camera is a feature that a lot of people have been looking forward to for years. The feature&#8217;s integration into the iPhone, iTouch and iPad came too late for many.</p>
<p>So now that Apple has delivered on the camera what improvements can they make in a future version? They can improve the existing hardware but without any groundbreaking features current users will not run out to purchase the latest version.</p>
<p>I believe that in the next couple of weeks the general public will have purchased their new iPads and found all of the bugs and only then will we be able to see what features the new iPad will need. But will that allow enough time for Apple to integrate such features? They have to already be actively working on the iPad 3 and beyond. Only time will tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/03/15/whats-next-for-mobile-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad 2 Announced</title>
		<link>http://smalltowngeeks.net/2011/03/02/ipad-2-announced/</link>
		<comments>http://smalltowngeeks.net/2011/03/02/ipad-2-announced/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 20:10:09 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPad2]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1137</guid>
		<description><![CDATA[Today Apple announced the second generation of their newest device the iPad 2. Major technical specs include a: 1GHz A5 cpu Forward facing camera for Facetime. Backward facing camera capable of recording HD(720p) content at 30 frames/second. Unlike the original iPad launch, the iPad 2 will be available on both Apple iPhone carriers AT&#38;T and [...]]]></description>
			<content:encoded><![CDATA[<p>Today <a href="http://apple.com">Apple</a> announced the second generation of their newest device the <a href="http://www.apple.com/ipad/specs/">iPad 2</a>.</p>
<p>Major technical specs include a:<br />
1GHz A5 cpu<br />
Forward facing camera for Facetime.<br />
Backward facing camera capable of recording HD(720p) content at 30 frames/second.</p>
<p>Unlike the original iPad launch, the iPad 2 will be available on both Apple iPhone carriers AT&amp;T and Verizon. Apple brought the iPad to <a href="http://smalltowngeeks.net/2010/10/14/verizon-ipad/">Verizon</a> last year after it&#8217;s debut with AT&amp;T.</p>
<p>The iPad 2 ships March 11.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/03/Screen-shot-2011-03-02-at-2.01.05-PM.png"><img class="aligncenter size-medium wp-image-1138" title="iPad 2" src="http://smalltowngeeks.net/wp-content/uploads/2011/03/Screen-shot-2011-03-02-at-2.01.05-PM-300x142.png" alt="" width="300" height="142" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/03/02/ipad-2-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add an icon in Android App Inventor</title>
		<link>http://smalltowngeeks.net/2011/02/13/add-an-icon-in-android-app-inventor/</link>
		<comments>http://smalltowngeeks.net/2011/02/13/add-an-icon-in-android-app-inventor/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 22:46:41 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Add an icon to an android app]]></category>
		<category><![CDATA[Adding an icon to app inventor]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Programming]]></category>
		<category><![CDATA[App Inventor]]></category>
		<category><![CDATA[App Inventor Icon]]></category>
		<category><![CDATA[Droid]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1114</guid>
		<description><![CDATA[A quick guide outlining how to create an icon for your App Inventor App. Head over to &#8220;http://appinventor.googlelabs.com/&#8221; Log-in if you haven&#8217;t already done so. You may have to select my projects from the top left menu. Now you should see a list of your projects. For this example select the &#8220;Hello Purr&#8221; app. Look [...]]]></description>
			<content:encoded><![CDATA[<p>A quick guide outlining how to create an icon for your App Inventor App.</p>
<ol>
<li>Head over to &#8220;http://appinventor.googlelabs.com/&#8221;<br />
<a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv1.png"><img class="aligncenter size-medium wp-image-1115" title="appInv1" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv1-300x227.png" alt="" width="300" height="227" /></a></li>
<li>Log-in if you haven&#8217;t already done so.</li>
<li>You may have to select my projects from the top left menu.<br />
<a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv2.png"><img class="aligncenter size-medium wp-image-1116" title="appInv2" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv2-300x42.png" alt="" width="300" height="42" /></a></li>
<li>Now you should see a list of your projects. For this example select the &#8220;Hello Purr&#8221; app.<br />
<a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv3.png"><img class="aligncenter size-medium wp-image-1117" title="appInv3" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv3-300x163.png" alt="" width="300" height="163" /></a></li>
<li>Look to the right hand of the screen and you will see a &#8220;Properties&#8221; panel.<br />
<a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv4.png"><img class="aligncenter size-medium wp-image-1118" title="appInv4" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv4-209x300.png" alt="" width="209" height="300" /></a></li>
<li>Click inside the &#8220;Icon&#8221; box and you will be able to select from pre-loaded images or add a new image.<br />
<a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv5.png"><img class="aligncenter size-medium wp-image-1119" title="appInv5" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/appInv5-170x300.png" alt="" width="170" height="300" /></a></li>
</ol>
<p>Good luck!</p>
<p>-Scott Krieder</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/02/13/add-an-icon-in-android-app-inventor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configuring Bit-Bucket with Eclipse.</title>
		<link>http://smalltowngeeks.net/2011/02/13/subversion-set-up-configuring-bit-bucket-with-eclipse/</link>
		<comments>http://smalltowngeeks.net/2011/02/13/subversion-set-up-configuring-bit-bucket-with-eclipse/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 21:32:29 +0000</pubDate>
		<dc:creator>Skrieder</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Bit-bucket]]></category>
		<category><![CDATA[Clone]]></category>
		<category><![CDATA[Commit]]></category>
		<category><![CDATA[Configuring Bit-Bucket]]></category>
		<category><![CDATA[Configuring Eclipse]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Hg]]></category>
		<category><![CDATA[How to set-up a team programming environment]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[Mercurial repository]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[Team Programming]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1086</guid>
		<description><![CDATA[This guide will assume that you are fairly comfortable with the Eclipse IDE and that you have zero experience with subversion, bit-bucket or mercurial. Enjoy. 1. Head on over to http://bit-bucket.org and click on the giant yellow &#8220;Sign up free&#8221; button. 2. Fill out the sign up form. 3. At the top of the Bit [...]]]></description>
			<content:encoded><![CDATA[<p>This guide will assume that you are fairly comfortable with the Eclipse IDE and that you have zero experience with subversion, bit-bucket or mercurial. Enjoy.</p>
<p>1. Head on over to http://bit-bucket.org and click on the giant yellow &#8220;Sign up free&#8221; button.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket1.png"><img class="aligncenter size-medium wp-image-1090" title="bitBucket1" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket1-300x242.png" alt="" width="300" height="242" /></a></p>
<p>2. Fill out the sign up form.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket2.png"><img class="aligncenter size-medium wp-image-1091" title="bitBucket2" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket2-300x243.png" alt="" width="300" height="243" /></a></p>
<p>3. At the top of the Bit Bucket page find the Repositories tab and mouse over it.<a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket3.png"><img class="aligncenter size-medium wp-image-1092" title="bitBucket3" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket3-300x27.png" alt="" width="300" height="27" /></a></p>
<p>4. Select &#8220;Create new repository.&#8221;</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket4.png"><img class="aligncenter size-full wp-image-1093" title="bitBucket4" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket4.png" alt="" width="220" height="131" /></a></p>
<p>5. Create your repository.  (Note: Don&#8217;t forget to select &#8220;private&#8221; if you need a private repository.)</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket5.png"><img class="aligncenter size-medium wp-image-1094" title="bitBucket5" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket5-240x300.png" alt="" width="240" height="300" /></a></p>
<p>6.  Select &#8220;Repositories&#8221; again from the top menu and click on the name of your newly created repository.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket6.png"><img class="aligncenter size-medium wp-image-1095" title="bitBucket6" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket6-300x79.png" alt="" width="300" height="79" /></a></p>
<p>7. This will load a details page and you will see the url that you need to copy for interaction with this repository.</p>
<p>In my example it appears as &#8220;hg clone http://&#8230;</p>
<p>You will only need the http://&#8230;</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket7.png"><img class="aligncenter size-medium wp-image-1096" title="bitBucket7" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/bitBucket7-300x96.png" alt="" width="300" height="96" /></a></p>
<p>8. Fire up eclipse.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse1.png"><img class="aligncenter size-full wp-image-1097" title="eclipse1" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse1.png" alt="" width="131" height="191" /></a></p>
<p>9. Find the &#8220;Help&#8221; menu on the far right of.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse2.png"><img class="aligncenter size-medium wp-image-1098" title="eclipse2" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse2-300x54.png" alt="" width="300" height="54" /></a></p>
<p>10. If you have never installed an Eclipse plugin this part may seem a little ugly, but after you do it once you get the hang of it.</p>
<p>Select &#8220;Install New Software&#8230;&#8221;</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse3.png"><img class="aligncenter size-medium wp-image-1099" title="eclipse3" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse3-300x255.png" alt="" width="300" height="255" /></a></p>
<p>11. The following software install menu should pop up.</p>
<p>Select &#8220;Add&#8221; on the far right.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse4.png"><img class="aligncenter size-medium wp-image-1100" title="eclipse4" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse4-300x258.png" alt="" width="300" height="258" /></a></p>
<p>12. On the next screen you need to enter a URL for where the plugin can be found.</p>
<p>The mercurial plugin for eclipse is located here:</p>
<pre>http://cbes.javaforge.com/update</pre>
<pre>After that select the plugin and accept the terms.</pre>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse5.png"><img class="aligncenter size-medium wp-image-1101" title="eclipse5" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse5-300x259.png" alt="" width="300" height="259" /></a></p>
<p>13. Now I&#8217;m going to go ahead and assume that someone has already created a repository and you are importing a project.  If not than you can skip a few steps and just commit and push your repository.</p>
<p>In Eclipse select &#8220;File&#8221; &gt; &#8220;Import&#8221;</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse6.png"><img class="aligncenter size-medium wp-image-1102" title="eclipse6" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse6-225x300.png" alt="" width="225" height="300" /></a></p>
<p>14. Select the &#8220;Mercurial&#8221; folder and then &#8220;Clone Existing Mercurial Repository&#8221;</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse7.png"><img class="aligncenter size-medium wp-image-1103" title="eclipse7" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse7-287x300.png" alt="" width="287" height="300" /></a></p>
<p>15. Enter the repository url, your username and password.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse8.png"><img class="aligncenter size-medium wp-image-1104" title="eclipse8" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse8-300x215.png" alt="" width="300" height="215" /></a></p>
<p>16. Go ahead and code away. Make sure to (right click and) commit any new files and folders that you create. And if you&#8217;re attempting to be professional make sure to include decent comments on all changes.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse9.png"><img class="aligncenter size-medium wp-image-1105" title="eclipse9" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse9-201x300.png" alt="" width="201" height="300" /></a></p>
<p>17. Once you&#8217;re ready to push your committed changes go ahead and (right click) and push.  Then simply follow the directions. If you have any trouble you may need to &#8220;Force Push&#8221; your changes.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse10.png"><img class="aligncenter size-medium wp-image-1106" title="eclipse10" src="http://smalltowngeeks.net/wp-content/uploads/2011/02/eclipse10-202x300.png" alt="" width="202" height="300" /></a></p>
<p>Happy coding!</p>
<p>Scott Krieder</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/02/13/subversion-set-up-configuring-bit-bucket-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

