<?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</title>
	<atom:link href="http://smalltowngeeks.net/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>&#8220;Scareware&#8221; heading to Mac OSX</title>
		<link>http://smalltowngeeks.net/2011/05/22/scareware-heading-to-mac-osx/</link>
		<comments>http://smalltowngeeks.net/2011/05/22/scareware-heading-to-mac-osx/#comments</comments>
		<pubDate>Sun, 22 May 2011 21:43:38 +0000</pubDate>
		<dc:creator>TJ</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1169</guid>
		<description><![CDATA[For years Mac has been quote &#8220;Virus Free&#8221;. With the popularity growing for the platform there will inevitably be more and more attacks launched on the Unix based operating system. Today while browsing hotels.com for a last minute vacation, I was presented with a screen that was surprisingly familiar from the days of using Windows. &#160; &#160; Usually when sites come [...]]]></description>
			<content:encoded><![CDATA[<p>For years Mac has been quote &#8220;Virus Free&#8221;. With the popularity growing for the platform there will inevitably be more and more attacks launched on the Unix based operating system. Today while browsing hotels.com for a last minute vacation, I was presented with a screen that was surprisingly familiar from the days of using Windows.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-5.36.40-PM.png"><img class="size-medium wp-image-1173 aligncenter" title="Screen Shot 2011-05-22 at 5.36.40 PM" src="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-5.36.40-PM-300x256.png" alt="" width="300" height="256" /></a></p>
<p>&nbsp;</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-4.23.45-PM.png"><img class="size-large wp-image-1170 aligncenter" title="Screen Shot 2011-05-22 at 4.23.45 PM" src="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-4.23.45-PM-1024x640.png" alt="" width="614" height="384" /></a></p>
<p>&nbsp;</p>
<p>Usually when sites come up they have the &#8220;XP&#8221; look to them because they are targeting Windows. This however looks very legit. You can see the familiar finder look on the left side where it is finding all of the infections. You can also see where it opened the download box to download the &#8220;Apple Security Center&#8221;. I downloaded the the software (knowing it was a virus but I wanted to test it out) to see if it was like popups in the passed where it would download an &#8220;.exe&#8221; or an &#8220;.msi&#8221; but it was indeed a package.</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-4.25.16-PM.png"><img class="size-full wp-image-1171 aligncenter" title="Screen Shot 2011-05-22 at 4.25.16 PM" src="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-4.25.16-PM.png" alt="" width="419" height="478" /></a></p>
<p>&nbsp;</p>
<p>I will have to give them credit, the software looks legit. The software even includes Growl notifications and a shield that tells you that it is scanning.</p>
<p>&nbsp;</p>
<p><a href="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-5.36.28-PM.png"><img class="size-full wp-image-1172 aligncenter" title="Screen Shot 2011-05-22 at 5.36.28 PM" src="http://smalltowngeeks.net/wp-content/uploads/2011/05/Screen-Shot-2011-05-22-at-5.36.28-PM.png" alt="" width="468" height="142" /></a></p>
<p>&nbsp;</p>
<p>I have a feeling that many people will fall for this scareware and give this company lots of money. I will say that it was however really easy to get rid of the Virus unlike the many Windows machines that I worked on in the Geeksquad. Please inform your users and your friends of this recent outbreak so you don&#8217;t end up doing cleanup on their machines.</p>
<p>Until next time.</p>
<p>&nbsp;</p>
<p>Carpe Noctum</p>
<p>TJ</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/05/22/scareware-heading-to-mac-osx/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>Multiple Gmail Accounts in One Browser&#8230; No logoff required.</title>
		<link>http://smalltowngeeks.net/2011/04/07/link-multiple-gmail-accounts-in-one-browser/</link>
		<comments>http://smalltowngeeks.net/2011/04/07/link-multiple-gmail-accounts-in-one-browser/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 02:02:25 +0000</pubDate>
		<dc:creator>TJ</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://smalltowngeeks.net/?p=1151</guid>
		<description><![CDATA[A little back history on this subject, like a lot of people I have multiple  Gmail accounts that I actively use, my personal, my work (K12) and my college account. Up until now I have had to log out of one to login to the other which becomes a pain. Up until this point I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tjhouston.com/wp-content/uploads/2011/02/main.png"><img class="aligncenter" title="main" src="http://tjhouston.com/wp-content/uploads/2011/02/main.png" alt="" width="203" height="194" /></a></p>
<p>A little back history on this subject, like a lot of people I have multiple  Gmail accounts that I actively use, my personal, my work (K12) and my college account. Up until now I have had to log out of one to login to the other which becomes a pain. Up until this point I had no idea you could stay signed into multiple accounts. Not to mention its easy to setup.</p>
<p><img title="More..." src="http://tjhouston.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" />To get started login to your Google account <a href="https://www.google.com/accounts/Login">here</a>.</p>
<p><a href="http://tjhouston.com/wp-content/uploads/2011/02/login.png"><img class="aligncenter" title="login" src="http://tjhouston.com/wp-content/uploads/2011/02/login.png" alt="" width="264" height="231" /></a></p>
<p>Next click on the &#8220;sprocket&#8221; link at the top of the browser, and click on &#8220;Account settings&#8221;:</p>
<p><a href="http://tjhouston.com/wp-content/uploads/2011/02/account-settings.png"><img class="aligncenter" title="account settings" src="http://tjhouston.com/wp-content/uploads/2011/02/account-settings.png" alt="" width="370" height="171" /></a></p>
<p>Click on the &#8220;Edit&#8221; button under Multiple sign-in section:</p>
<p><a href="http://tjhouston.com/wp-content/uploads/2011/02/Account-Edit.png"><img class="aligncenter" title="Account Edit" src="http://tjhouston.com/wp-content/uploads/2011/02/Account-Edit.png" alt="" width="564" height="190" /></a></p>
<p>Check the &#8220;On&#8221; button and check all of the boxes. When your done click save.</p>
<p><a href="http://tjhouston.com/wp-content/uploads/2011/02/check-all-boxes.png"><img class="aligncenter" title="check all boxes" src="http://tjhouston.com/wp-content/uploads/2011/02/check-all-boxes.png" alt="" width="461" height="218" /></a></p>
<p>You may now have to logout of all of your accounts and log back in. Now at the top of your gmail account click on your name. You will now see options to add your other Google Docs accounts.</p>
<p><a href="http://tjhouston.com/wp-content/uploads/2011/02/nowadd.png"><img class="aligncenter" title="nowadd" src="http://tjhouston.com/wp-content/uploads/2011/02/nowadd.png" alt="" width="391" height="226" /></a></p>
<p>This has already saved me so much time just by being able to click on my name and switch to my other account. My gmail and gdocs switch instantly.</p>
<p>*Originally appeared on my personal blog: <a href="http://www.tjhouston.com" target="_blank">tjhouston.com</a></p>
<p>&nbsp;</p>
<p>Thanks!</p>
<p>TJ</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://smalltowngeeks.net/2011/04/07/link-multiple-gmail-accounts-in-one-browser/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>
	</channel>
</rss>

