<?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>New Think Tank</title>
	<atom:link href="http://www.newthinktank.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.newthinktank.com</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 03:22:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Android Development Tutorial 11</title>
		<link>http://www.newthinktank.com/2013/06/android-development-tutorial-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-11</link>
		<comments>http://www.newthinktank.com/2013/06/android-development-tutorial-11/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 03:22:26 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[Android Address Book App]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7665</guid>
		<description><![CDATA[<p>I finish the interface for my Android Address Book app and then show every query I will be issuing to my SQLite database</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/06/android-development-tutorial-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 10</title>
		<link>http://www.newthinktank.com/2013/06/android-development-tutorial-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-10</link>
		<comments>http://www.newthinktank.com/2013/06/android-development-tutorial-10/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 02:43:39 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7658</guid>
		<description><![CDATA[<p>I will show you how to create an Address Book / Contact App using both Android and SQLite</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/06/android-development-tutorial-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQLite3 Tutorial 4</title>
		<link>http://www.newthinktank.com/2013/06/sqlite3-tutorial-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sqlite3-tutorial-4</link>
		<comments>http://www.newthinktank.com/2013/06/sqlite3-tutorial-4/#comments</comments>
		<pubDate>Mon, 10 Jun 2013 03:24:31 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[SQLite3 Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7649</guid>
		<description><![CDATA[<p>I cover SQLite3 ENUMs, dates, data types, data affinities, joins, inner join, left join, natural join, cross join, ON, GROUP BY, views, triggers, more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/06/sqlite3-tutorial-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLite3 Tutorial 3</title>
		<link>http://www.newthinktank.com/2013/06/sqlite3-tutorial-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sqlite3-tutorial-3</link>
		<comments>http://www.newthinktank.com/2013/06/sqlite3-tutorial-3/#comments</comments>
		<pubDate>Wed, 05 Jun 2013 15:38:47 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[SQLite3 Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7642</guid>
		<description><![CDATA[<p>Topics covered on SQLite3 : SELECT, FROM, WHERE, COLLATE, NOT NULL, DEFAULT, UNIQUE, CHECK, FOREIGN KEY, ALTER, ADD COLUMN, RENAME, LIKE, and more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/06/sqlite3-tutorial-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLite3 Tutorial 2</title>
		<link>http://www.newthinktank.com/2013/06/sqlite3-tutorial-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sqlite3-tutorial-2</link>
		<comments>http://www.newthinktank.com/2013/06/sqlite3-tutorial-2/#comments</comments>
		<pubDate>Mon, 03 Jun 2013 22:07:04 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[SQLite3 Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7636</guid>
		<description><![CDATA[<p>Welcome to part 2 of my SQLite3 Tutorial. Today I&#8217;m going to talk about something that is always ignored in most database tutorials. I&#8217;ll show you how to alphabetize a multidimensional array. I&#8217;ll also show you the code you can use to generate insert statements so you can save yourself a ton of time. If [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/06/sqlite3-tutorial-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQLite3 Tutorial</title>
		<link>http://www.newthinktank.com/2013/05/sqlite3-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sqlite3-tutorial</link>
		<comments>http://www.newthinktank.com/2013/05/sqlite3-tutorial/#comments</comments>
		<pubDate>Fri, 31 May 2013 19:29:23 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[SQLite3 Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7629</guid>
		<description><![CDATA[<p>I cover how to install SQLite3 on both Mac and Windows. I also cover how to use SQLite3 using the console</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/05/sqlite3-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 9</title>
		<link>http://www.newthinktank.com/2013/05/android-development-tutorial-9/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-9</link>
		<comments>http://www.newthinktank.com/2013/05/android-development-tutorial-9/#comments</comments>
		<pubDate>Wed, 22 May 2013 17:56:15 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[Android XmlPullParser]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7622</guid>
		<description><![CDATA[<p>I cover the Android XmlPullParser for parsing xml files. Google recommends it because it is fast, requires the least amount of memory and battery life</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/05/android-development-tutorial-9/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 8</title>
		<link>http://www.newthinktank.com/2013/05/android-development-tutorial-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-8</link>
		<comments>http://www.newthinktank.com/2013/05/android-development-tutorial-8/#comments</comments>
		<pubDate>Sun, 19 May 2013 23:34:40 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[android xml parser]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7615</guid>
		<description><![CDATA[<p>I cover how to make an android xml parser, using AsyncTask to execute threads in the background, writing to the GUI from a thread, Log.d, connecting to a web service</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/05/android-development-tutorial-8/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 7</title>
		<link>http://www.newthinktank.com/2013/05/android-development-tutorial-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-7</link>
		<comments>http://www.newthinktank.com/2013/05/android-development-tutorial-7/#comments</comments>
		<pubDate>Fri, 17 May 2013 03:16:58 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7608</guid>
		<description><![CDATA[<p>I cover how to Pass values between activities, Save key value pairs, OnClickListeners, Retrieve saved data, ScrollViews,  Alert Dialog Boxes, Intents ...</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/05/android-development-tutorial-7/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 6</title>
		<link>http://www.newthinktank.com/2013/05/android-development-tutorial-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-6</link>
		<comments>http://www.newthinktank.com/2013/05/android-development-tutorial-6/#comments</comments>
		<pubDate>Wed, 15 May 2013 01:56:38 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7596</guid>
		<description><![CDATA[<p>I cover a tremendous amount of information about making Android Apps as I make a stock quote xml parsing app</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/05/android-development-tutorial-6/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 5</title>
		<link>http://www.newthinktank.com/2013/05/android-development-tutorial-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-5</link>
		<comments>http://www.newthinktank.com/2013/05/android-development-tutorial-5/#comments</comments>
		<pubDate>Sat, 04 May 2013 16:21:03 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[android event listener]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7588</guid>
		<description><![CDATA[<p>I cover how to use numerous Android event listeners, how to change components, the chronometer and much more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/05/android-development-tutorial-5/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 4</title>
		<link>http://www.newthinktank.com/2013/05/android-development-tutorial-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-4</link>
		<comments>http://www.newthinktank.com/2013/05/android-development-tutorial-4/#comments</comments>
		<pubDate>Fri, 03 May 2013 02:22:22 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[Android Development Tutorial 4]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7582</guid>
		<description><![CDATA[<p>I cover RadioButtons, RadioGroups, CheckBoxes, DropDows (Spinners), Buttons, Chronometers, ChangeListeners, ItemSelectedListeners, onClickListeners and much more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/05/android-development-tutorial-4/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 3</title>
		<link>http://www.newthinktank.com/2013/04/android-user-interface/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-user-interface</link>
		<comments>http://www.newthinktank.com/2013/04/android-user-interface/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 19:37:27 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[Android User Interface]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7574</guid>
		<description><![CDATA[<p>I cover everything needed to make an Android User Interface : Android Visual Layout Editor : TextView, EditText and the SeekBar : How to catch events &#038; Much More</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/android-user-interface/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial 2</title>
		<link>http://www.newthinktank.com/2013/04/android-development-tutorial-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial-2</link>
		<comments>http://www.newthinktank.com/2013/04/android-development-tutorial-2/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 20:45:00 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[AndroidManifest.xml]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7568</guid>
		<description><![CDATA[<p>I cover the lifecycle of an Android activity, supporting many languages, how to grab string resources and the AndroidManifest.xml file</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/android-development-tutorial-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android Development Tutorial</title>
		<link>http://www.newthinktank.com/2013/04/android-development-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-development-tutorial</link>
		<comments>http://www.newthinktank.com/2013/04/android-development-tutorial/#comments</comments>
		<pubDate>Sun, 21 Apr 2013 22:37:13 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7561</guid>
		<description><![CDATA[<p>In my Android Development Tutorial I'm going to describe almost every file and folder used to develop an Android app</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/android-development-tutorial/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Solving Android SDK Problems</title>
		<link>http://www.newthinktank.com/2013/04/solving-android-sdk-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solving-android-sdk-problems</link>
		<comments>http://www.newthinktank.com/2013/04/solving-android-sdk-problems/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 19:58:48 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Android Development Tutorial]]></category>
		<category><![CDATA[Solving Android SDK Problems]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7543</guid>
		<description><![CDATA[<p>I show you how to solve many of the Android SDK Problems you have recently sent me.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/solving-android-sdk-problems/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Install Android Development Tools</title>
		<link>http://www.newthinktank.com/2013/04/install-android-development-tools/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-android-development-tools</link>
		<comments>http://www.newthinktank.com/2013/04/install-android-development-tools/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 19:01:23 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Install Android Development Tools]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7536</guid>
		<description><![CDATA[<p>I cover how to Install Android Development Tools including common errors and how to correct them</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/install-android-development-tools/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Java Algorithm Video Tutorial</title>
		<link>http://www.newthinktank.com/2013/04/java-algorithm-video-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-algorithm-video-tutorial</link>
		<comments>http://www.newthinktank.com/2013/04/java-algorithm-video-tutorial/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 23:44:07 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Algorithm Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7529</guid>
		<description><![CDATA[<p>I provide 18 videos on not only Java algorithms, but I also cover Data Structures in depth.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/java-algorithm-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Heap Tutorial</title>
		<link>http://www.newthinktank.com/2013/04/java-heap-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-heap-tutorial</link>
		<comments>http://www.newthinktank.com/2013/04/java-heap-tutorial/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 22:30:20 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Heap Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7520</guid>
		<description><![CDATA[<p>I cover how to insert and remove items from a heap. How an array is heaped. I'll also cover how the Heap Sort works.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/java-heap-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving Programming Problems 2</title>
		<link>http://www.newthinktank.com/2013/04/solving-programming-problems-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solving-programming-problems-2</link>
		<comments>http://www.newthinktank.com/2013/04/solving-programming-problems-2/#comments</comments>
		<pubDate>Sat, 06 Apr 2013 16:51:38 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Solving Programming Problems]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7512</guid>
		<description><![CDATA[<p>I walk through the process of finding bugs in code and talk about how we can fix those bugs</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/solving-programming-problems-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solving Programming Problems</title>
		<link>http://www.newthinktank.com/2013/04/solving-programming-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solving-programming-problems</link>
		<comments>http://www.newthinktank.com/2013/04/solving-programming-problems/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 00:18:07 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Solving Programming Problems]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7506</guid>
		<description><![CDATA[<p>To finish off my Java Algorithm tutorial, I thought it would be interesting to cover solving programming problems in general</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/04/solving-programming-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary Trees in Java 2</title>
		<link>http://www.newthinktank.com/2013/03/binary-trees-in-java-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=binary-trees-in-java-2</link>
		<comments>http://www.newthinktank.com/2013/03/binary-trees-in-java-2/#comments</comments>
		<pubDate>Sat, 30 Mar 2013 17:16:19 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Binary Trees in Java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7497</guid>
		<description><![CDATA[<p>I will take you step-by-step through the process of deleting nodes in a binary tree</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/binary-trees-in-java-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Binary Tree in Java</title>
		<link>http://www.newthinktank.com/2013/03/binary-tree-in-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=binary-tree-in-java</link>
		<comments>http://www.newthinktank.com/2013/03/binary-tree-in-java/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 02:03:42 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Binary Tree]]></category>
		<category><![CDATA[Binary Tree in Java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7491</guid>
		<description><![CDATA[<p>I show you what a binary tree is, and how to create, add, traverse and find nodes.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/binary-tree-in-java/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Java Hash Tables 3</title>
		<link>http://www.newthinktank.com/2013/03/java-hash-tables-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-hash-tables-3</link>
		<comments>http://www.newthinktank.com/2013/03/java-hash-tables-3/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 01:01:56 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Hash Tables]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7485</guid>
		<description><![CDATA[<p>I review linked lists, cover hashing Strings, and separate chaining among other topics on Java Hash Tables</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/java-hash-tables-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hash Table 2</title>
		<link>http://www.newthinktank.com/2013/03/java-hash-table-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-hash-table-2</link>
		<comments>http://www.newthinktank.com/2013/03/java-hash-table-2/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 17:17:09 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Hash Tables]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7478</guid>
		<description><![CDATA[<p>1. Why We Use Prime sized hash tables 2. How to Increase Hash Table Size 3. How to Avoid Clustering 4. How Double Hashing Works and Much More!</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/java-hash-table-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Hash Table</title>
		<link>http://www.newthinktank.com/2013/03/java-hash-table/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-hash-table</link>
		<comments>http://www.newthinktank.com/2013/03/java-hash-table/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 00:38:37 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Hash Table]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7472</guid>
		<description><![CDATA[<p>Java Hash Table tutorial : A Hash Table is a data structure offers fast insertion and searching capabilities. Hash Functions will be covered as well</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/java-hash-table/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Big O Notations</title>
		<link>http://www.newthinktank.com/2013/03/big-o-notations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=big-o-notations</link>
		<comments>http://www.newthinktank.com/2013/03/big-o-notations/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 02:33:15 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Big O Notations]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7463</guid>
		<description><![CDATA[<p>Big O notations is a way to measure how well a computer algorithm scales as the amount of data involved increases</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/big-o-notations/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Java Quick Sort</title>
		<link>http://www.newthinktank.com/2013/03/java-quick-sort/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-quick-sort</link>
		<comments>http://www.newthinktank.com/2013/03/java-quick-sort/#comments</comments>
		<pubDate>Sun, 17 Mar 2013 00:11:30 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Quick Sort]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7455</guid>
		<description><![CDATA[<p>My Java Quick Sort tutorial : In most situations the Quick Sort is the fastest sorting algorithm.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/java-quick-sort/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Java Shell Sort</title>
		<link>http://www.newthinktank.com/2013/03/java-shell-sort/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-shell-sort</link>
		<comments>http://www.newthinktank.com/2013/03/java-shell-sort/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 20:31:06 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Shell Sort]]></category>
		<category><![CDATA[Shell Sort]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7448</guid>
		<description><![CDATA[<p>Java Shell Sort tutorial : I really tried to have fun explaining how the Shell Sort works in this tutorial</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/java-shell-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Recursion</title>
		<link>http://www.newthinktank.com/2013/03/java-recursion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-recursion</link>
		<comments>http://www.newthinktank.com/2013/03/java-recursion/#comments</comments>
		<pubDate>Sun, 10 Mar 2013 01:21:55 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Recursion]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7442</guid>
		<description><![CDATA[<p>I  cover java recursion in 5 different ways to guarantee it makes sense</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/java-recursion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linked List in Java 2</title>
		<link>http://www.newthinktank.com/2013/03/linked-list-in-java-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linked-list-in-java-2</link>
		<comments>http://www.newthinktank.com/2013/03/linked-list-in-java-2/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 02:47:30 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[linked list in java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7436</guid>
		<description><![CDATA[<p>I will cover Double Ended Linked Lists, Doubly Linked Lists, Iterators and more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/linked-list-in-java-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linked List in Java</title>
		<link>http://www.newthinktank.com/2013/03/linked-list-in-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linked-list-in-java</link>
		<comments>http://www.newthinktank.com/2013/03/linked-list-in-java/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 00:30:24 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[linked list in java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7427</guid>
		<description><![CDATA[<p>I cover how work with a linked list in java. I'll show you how they work in 4 different ways.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/linked-list-in-java/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Stacks and Queues</title>
		<link>http://www.newthinktank.com/2013/03/stacks-and-queues/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=stacks-and-queues</link>
		<comments>http://www.newthinktank.com/2013/03/stacks-and-queues/#comments</comments>
		<pubDate>Sat, 02 Mar 2013 03:44:23 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Stacks and Queues]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7420</guid>
		<description><![CDATA[<p>I cover everything you need to know about Java stacks and queues including priority queues</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/03/stacks-and-queues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Sort Algorithm</title>
		<link>http://www.newthinktank.com/2013/02/java-sort-algorithm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-sort-algorithm</link>
		<comments>http://www.newthinktank.com/2013/02/java-sort-algorithm/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 16:23:21 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[java sort algorithm]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7413</guid>
		<description><![CDATA[<p>Java sort algorithm tutorial. Here I will cover all of the elementary sorting algorithms : Bubble, Selection and Insertion sort</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/java-sort-algorithm/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Java Algorithms</title>
		<link>http://www.newthinktank.com/2013/02/java-algorithms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-algorithms</link>
		<comments>http://www.newthinktank.com/2013/02/java-algorithms/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 04:25:06 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Java Algorithms]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7406</guid>
		<description><![CDATA[<p>I will cover everything there is to know about Java algorithms and data structures.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/java-algorithms/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>MVC Java Tutorial</title>
		<link>http://www.newthinktank.com/2013/02/mvc-java-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mvc-java-tutorial</link>
		<comments>http://www.newthinktank.com/2013/02/mvc-java-tutorial/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 21:07:54 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[MVC Java Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7394</guid>
		<description><![CDATA[<p>MVC Java Tutorial : To understand the Model View Controller you just need to know that it separates the Calculations and Data from the interface</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/mvc-java-tutorial/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Mark of the Ninja Review</title>
		<link>http://www.newthinktank.com/2013/02/mark-of-the-ninja-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mark-of-the-ninja-review</link>
		<comments>http://www.newthinktank.com/2013/02/mark-of-the-ninja-review/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 20:52:17 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mark of the Ninja Review]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7388</guid>
		<description><![CDATA[<p>I present my Mark of the Ninja Review. I thought it would be fun to try making a video game review</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/mark-of-the-ninja-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Refactoring Video Tutorial</title>
		<link>http://www.newthinktank.com/2013/02/refactoring-video-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=refactoring-video-tutorial</link>
		<comments>http://www.newthinktank.com/2013/02/refactoring-video-tutorial/#comments</comments>
		<pubDate>Tue, 12 Feb 2013 21:16:09 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[Refactoring Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7375</guid>
		<description><![CDATA[<p>Refactoring Video Tutorial : 18 Videos on the most common reafctorings</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/refactoring-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 18</title>
		<link>http://www.newthinktank.com/2013/02/code-refactoring-18-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-18-2</link>
		<comments>http://www.newthinktank.com/2013/02/code-refactoring-18-2/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 19:39:47 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Abstract Factory Pattern]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7367</guid>
		<description><![CDATA[<p>I cover the Abstract Factory Pattern to end my code refactoring tutorial</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/code-refactoring-18-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 17</title>
		<link>http://www.newthinktank.com/2013/02/code-refactoring-17/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-17</link>
		<comments>http://www.newthinktank.com/2013/02/code-refactoring-17/#comments</comments>
		<pubDate>Sun, 10 Feb 2013 00:20:20 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Visitor Design Pattern]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7356</guid>
		<description><![CDATA[<p>This code refactoring tutorial is all about the Visitor Design Pattern</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/code-refactoring-17/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 16</title>
		<link>http://www.newthinktank.com/2013/02/code-refactoring-16/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-16</link>
		<comments>http://www.newthinktank.com/2013/02/code-refactoring-16/#comments</comments>
		<pubDate>Sat, 09 Feb 2013 01:06:17 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Decorator Design Pattern]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7348</guid>
		<description><![CDATA[<p>I show you how can we add additional features to code using the decorator design pattern</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/code-refactoring-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 15</title>
		<link>http://www.newthinktank.com/2013/02/code-refactoring-15/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-15</link>
		<comments>http://www.newthinktank.com/2013/02/code-refactoring-15/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 01:10:07 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[replace a primitive type with a class]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7342</guid>
		<description><![CDATA[<p>In this part of my code refactoring tutorial, we'll look at how to replace a primitive type with a class</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/code-refactoring-15/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Use a PS3 Controller with a PC</title>
		<link>http://www.newthinktank.com/2013/02/use-a-ps3-controller-with-a-pc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-a-ps3-controller-with-a-pc</link>
		<comments>http://www.newthinktank.com/2013/02/use-a-ps3-controller-with-a-pc/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 19:31:46 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Download Motioninjoy]]></category>
		<category><![CDATA[Use a PS3 Controller with a PC]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7331</guid>
		<description><![CDATA[<p>I show you how to use a PS3 controller with a PC. I also provide an easy way to download Motioninjoy</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/use-a-ps3-controller-with-a-pc/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 14</title>
		<link>http://www.newthinktank.com/2013/02/code-refactoring-14/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-14</link>
		<comments>http://www.newthinktank.com/2013/02/code-refactoring-14/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 00:48:47 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7326</guid>
		<description><![CDATA[<p>I show you how and when to use the Adapter Design Pattern</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/code-refactoring-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 13</title>
		<link>http://www.newthinktank.com/2013/02/code-refactoring-13/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-13</link>
		<comments>http://www.newthinktank.com/2013/02/code-refactoring-13/#comments</comments>
		<pubDate>Sun, 03 Feb 2013 00:32:24 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[command pattern]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7320</guid>
		<description><![CDATA[<p>I show you how to replace conditionals with the command pattern and much more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/02/code-refactoring-13/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 12</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-12/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-12</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-12/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 21:28:34 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Accumulation Methods]]></category>
		<category><![CDATA[Collecting Parameter]]></category>
		<category><![CDATA[Extracting Methods]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7312</guid>
		<description><![CDATA[<p>I show you how to eliminate large Accumulation Methods by Extracting Methods and Using a Collecting Parameter</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 11</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-11</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-11/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 02:44:04 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Encapsulate Composite with Builder]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7306</guid>
		<description><![CDATA[<p>One of you guys sent me a request to explain the chapter in Refactoring to Patterns titled Encapsulate Composite with Builder.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-11/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Free Video Games</title>
		<link>http://www.newthinktank.com/2013/01/free-video-games/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-video-games</link>
		<comments>http://www.newthinktank.com/2013/01/free-video-games/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 02:04:52 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Free Video Games]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7300</guid>
		<description><![CDATA[<p>I really like games and I'd love to give you guys something. That made me wonder if you'd like me to give away a game at random every week?</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/free-video-games/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Starve The Game</title>
		<link>http://www.newthinktank.com/2013/01/dont-starve-the-game/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dont-starve-the-game</link>
		<comments>http://www.newthinktank.com/2013/01/dont-starve-the-game/#comments</comments>
		<pubDate>Sun, 27 Jan 2013 22:13:26 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Don't Starve Game Walkthrough]]></category>
		<category><![CDATA[Don't Starve The Game]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7295</guid>
		<description><![CDATA[<p>Because you guys seem to love games I thought I'd Don't Starve game walkthrough.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/dont-starve-the-game/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 10</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-10</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-10/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 23:34:38 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Builder Design Pattern]]></category>
		<category><![CDATA[Code Refactoring]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7289</guid>
		<description><![CDATA[<p>I revisit the Builder Design Pattern to answer questions I've received and to get you ready to build composites with it</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 9</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-9/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-9</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-9/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 01:21:57 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[Composite Pattern]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7282</guid>
		<description><![CDATA[<p>In this part of my code refactoring tutorial I will cover how to turn an implied tree structure into a composite pattern. What do you do when you want to model a tree structure? You can either list the info as primitives and then search through them for what you want or you can create [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-9/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 8</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-8</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-8/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 02:52:21 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[Template Method]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7275</guid>
		<description><![CDATA[<p>I show you how to eliminate duplicate code using the template method pattern</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Eclipse for Java</title>
		<link>http://www.newthinktank.com/2013/01/install-eclipse-for-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-eclipse-for-java</link>
		<comments>http://www.newthinktank.com/2013/01/install-eclipse-for-java/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 00:33:59 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Install Eclipse]]></category>
		<category><![CDATA[Install Eclipse for Java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7271</guid>
		<description><![CDATA[<p>In this video I'll show you how to install Eclipse step-by-step. I also cover how to install Java, set up code completion and install java libraries</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/install-eclipse-for-java/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 7</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-7</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-7/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 23:17:29 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[trategy design pattern in java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7265</guid>
		<description><![CDATA[<p>We'll work with the strategy design pattern in java. We'll explore how the strategy pattern can be used to eliminate conditionals during code refactoring</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 6</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-6</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-6/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 00:35:03 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[Conditional statements]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7259</guid>
		<description><![CDATA[<p>We'll clean up conditional statements by extracting them into methods, talk about naming, guard clauses and polymorphism</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 5</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-5</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-5/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 02:29:28 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[replace a constructor with a factory method]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7250</guid>
		<description><![CDATA[<p>In this code refactoring tutorial, I will show you how to replace a constructor with a factory method in 2 code examples. I also solve a challenge question</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-5/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 4</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-4</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-4/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 01:17:27 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7242</guid>
		<description><![CDATA[<p>We'll cover converting simple types into class objects. We'll also look at how to move fields and methods into other classes and a bunch of tricks</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 3</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-3</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-3/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 00:12:34 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[Explaining Variable]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7236</guid>
		<description><![CDATA[<p>I show you examples of how you can make your code more understandable using something called an Explaining Variable</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Code Refactoring 2</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring-2</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring-2/#comments</comments>
		<pubDate>Fri, 11 Jan 2013 02:47:15 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>
		<category><![CDATA[method extraction]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7230</guid>
		<description><![CDATA[<p>I talk about some basic code refactoring concepts like method extraction and how to handle temporary and local variables</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Refactoring</title>
		<link>http://www.newthinktank.com/2013/01/code-refactoring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=code-refactoring</link>
		<comments>http://www.newthinktank.com/2013/01/code-refactoring/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 02:52:53 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Code Refactoring]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7223</guid>
		<description><![CDATA[<p>Code refactoring is used to improve code design to make it easier to understand and extend. I cover the code refactoring bad smells and provide examples</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/code-refactoring/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design Tutorial</title>
		<link>http://www.newthinktank.com/2013/01/object-oriented-design-tutorial-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-tutorial-2</link>
		<comments>http://www.newthinktank.com/2013/01/object-oriented-design-tutorial-2/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 18:11:55 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7213</guid>
		<description><![CDATA[<p>Object Oriented Design Tutorial (11 Videos) I focus on teaching the Object Oriented Design process in numerous ways in this video series.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/object-oriented-design-tutorial-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 11</title>
		<link>http://www.newthinktank.com/2013/01/object-oriented-design-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-11</link>
		<comments>http://www.newthinktank.com/2013/01/object-oriented-design-11/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 04:19:47 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7207</guid>
		<description><![CDATA[<p>I talk about Polymorphism, Indirection, Pure Fabrication and Protected Variations.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2013/01/object-oriented-design-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 10</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-10</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-10/#comments</comments>
		<pubDate>Mon, 31 Dec 2012 23:45:53 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[GRASP]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7200</guid>
		<description><![CDATA[<p>In this tutorial, I cover GRASP, or General Responsibility Assignment Software Patterns. </p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 9</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-9/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-9</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-9/#comments</comments>
		<pubDate>Mon, 24 Dec 2012 21:19:36 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Turning Sequence Diagrams into Code]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7192</guid>
		<description><![CDATA[<p>I finish turning sequence diagrams into code. If you get good at this process you'll be able to make any program</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Torchlight II for Mac</title>
		<link>http://www.newthinktank.com/2012/12/torchlight-ii-for-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=torchlight-ii-for-mac</link>
		<comments>http://www.newthinktank.com/2012/12/torchlight-ii-for-mac/#comments</comments>
		<pubDate>Sat, 22 Dec 2012 18:09:52 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Torchlight II for Mac]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7188</guid>
		<description><![CDATA[<p>In this video I'll show you how to install Torchlight II for Mac. </p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/torchlight-ii-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 8</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-8</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-8/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 16:31:41 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7182</guid>
		<description><![CDATA[<p>I show you how to convert the Sequence and Class Diagram into working code.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UML Video Tutorial</title>
		<link>http://www.newthinktank.com/2012/12/uml-video-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-video-tutorial</link>
		<comments>http://www.newthinktank.com/2012/12/uml-video-tutorial/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 00:01:09 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[UML Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7174</guid>
		<description><![CDATA[<p>I cover Use Case, Activity, Class, Object, Sequence and many more UML Diagrams.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/uml-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 7</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-7</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-7/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 00:25:12 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Convert Sequence Diagram to Class Diagram]]></category>
		<category><![CDATA[sequence diagram]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7168</guid>
		<description><![CDATA[<p>I show you how to convert a Sequence Diagram into a Class Diagram.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 6</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-6</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-6/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 02:22:27 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design]]></category>
		<category><![CDATA[Sequence Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7162</guid>
		<description><![CDATA[<p>I simulate the process of creating a sequence diagram in a group atmosphere.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 5</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-5</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-5/#comments</comments>
		<pubDate>Sat, 15 Dec 2012 00:41:54 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design]]></category>
		<category><![CDATA[sequence diagram]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7157</guid>
		<description><![CDATA[<p>I continue building my ATM software using Object Oriented Design principles with a focus on sequence diagrams</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 4</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-4</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-4/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 04:18:54 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7150</guid>
		<description><![CDATA[<p>I cover all of the following: conceptual classes, how to build domain models, turning nouns into classes, associations and how to tell an attribute from a class.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 3</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-3</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-3/#comments</comments>
		<pubDate>Sun, 09 Dec 2012 00:46:37 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[iterative process]]></category>
		<category><![CDATA[Object Oriented Design]]></category>
		<category><![CDATA[Unified Process]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7146</guid>
		<description><![CDATA[<p>In this Object Oriented Design Tutorial I cover Iterative Development, The Unified Process and Usage Cases.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design 2</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-2</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-2/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 20:27:22 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design]]></category>
		<category><![CDATA[Object Oriented Design Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7138</guid>
		<description><![CDATA[<p>In this tutorial, I show you how to turn UML diagrams into code and a working program.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design Tutorial</title>
		<link>http://www.newthinktank.com/2012/12/object-oriented-design-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-oriented-design-tutorial</link>
		<comments>http://www.newthinktank.com/2012/12/object-oriented-design-tutorial/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 00:55:45 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Object Oriented Programming]]></category>
		<category><![CDATA[Object Oriented Design]]></category>
		<category><![CDATA[Object Oriented Design Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7130</guid>
		<description><![CDATA[<p>I cover a ton of things in the video below. The goal of this tutorial is to teach you how to create excellent OO designs.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/12/object-oriented-design-tutorial/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Recording iPad Screen</title>
		<link>http://www.newthinktank.com/2012/11/recording-ipad-screen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=recording-ipad-screen</link>
		<comments>http://www.newthinktank.com/2012/11/recording-ipad-screen/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 20:11:08 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Recording iPad Screen]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7123</guid>
		<description><![CDATA[<p>I received a bunch of requests on the best way for recording iPad screens. I show you how to get into the lucrative world of recording games for YouTube</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/recording-ipad-screen/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Deployment Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-deployment-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-deployment-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-deployment-diagrams/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 00:21:38 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Deployment Diagrams]]></category>
		<category><![CDATA[UML 2.0 Deployment Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7117</guid>
		<description><![CDATA[<p>I explain how to use nodes, artifacts, dependency arrows, communication lines, deployment specs and more in this UML deployment diagram tutorial</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-deployment-diagrams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UML 2 State Machine Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-state-machine-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-state-machine-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-state-machine-diagrams/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 21:40:51 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[State Machine Diagrams]]></category>
		<category><![CDATA[UML 2 State Machine Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7110</guid>
		<description><![CDATA[<p>In this tutorial I cover UML 2 State Machine diagrams and Package diagrams</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-state-machine-diagrams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Component Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-component-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-component-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-component-diagrams/#comments</comments>
		<pubDate>Thu, 22 Nov 2012 03:13:36 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Component Diagrams]]></category>
		<category><![CDATA[Composite Structures]]></category>
		<category><![CDATA[UML 2.0 Component Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7105</guid>
		<description><![CDATA[<p>On top of covering every symbol associated with component diagrams I decided to also cover Composite Structures and UML relationship arrows.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-component-diagrams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Timing Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-timing-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-timing-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-timing-diagrams/#comments</comments>
		<pubDate>Sun, 18 Nov 2012 17:11:51 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Timing Diagrams]]></category>
		<category><![CDATA[UML 2.0 Timing Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7097</guid>
		<description><![CDATA[<p>UML timing diagrams are used to detail interactions based on time. With timing diagrams you'll describe events, participants and the time involved </p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-timing-diagrams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Communication Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-communication-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-communication-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-communication-diagrams/#comments</comments>
		<pubDate>Thu, 15 Nov 2012 23:26:03 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Communication Diagrams]]></category>
		<category><![CDATA[UML 2.0 Communication Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7089</guid>
		<description><![CDATA[<p>Welcome to my UML 2.0 Communication Diagrams tutorial! If you haven&#8217;t seen my tutorial on Sequence Diagrams check it out first, because in this tutorial I explain Communication Diagrams by comparing them to Sequence Diagrams. Communication diagrams are used to show links between participants. They focus in on which interactions are triggered and when. They [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-communication-diagrams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Sequence Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-sequence-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-sequence-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-sequence-diagrams/#comments</comments>
		<pubDate>Tue, 13 Nov 2012 00:11:12 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Sequence Diagrams]]></category>
		<category><![CDATA[UML 2.0 Sequence Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7082</guid>
		<description><![CDATA[<p>Sequence diagrams model interactions in your program and provide you with a logical way to layout your system.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-sequence-diagrams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Class Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-class-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-class-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-class-diagrams/#comments</comments>
		<pubDate>Sat, 10 Nov 2012 01:36:36 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Class Diagrams]]></category>
		<category><![CDATA[UML 2.0 Class Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7077</guid>
		<description><![CDATA[<p>Welcome to my UML 2.0 Class Diagrams tutorial. Class diagrams describe classes and how they relate to each other</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-class-diagrams/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Activity Diagrams</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-activity-diagrams/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-activity-diagrams</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-activity-diagrams/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 14:10:43 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[UML 2.0 Activity Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7070</guid>
		<description><![CDATA[<p>In this tutorial, I'll show you all of the symbols used to create UML 2.0 Activity Diagrams.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-activity-diagrams/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>UML 2.0 Video Tutorial</title>
		<link>http://www.newthinktank.com/2012/11/uml-2-0-video-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uml-2-0-video-tutorial</link>
		<comments>http://www.newthinktank.com/2012/11/uml-2-0-video-tutorial/#comments</comments>
		<pubDate>Tue, 06 Nov 2012 02:15:08 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[UML 2.0 Video Tutorial]]></category>
		<category><![CDATA[Use Case Diagrams]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7066</guid>
		<description><![CDATA[<p>Welcome to my UML 2.0 Video Tutorial! In this series I will cover Use Case, Activity, Class, Object, Sequence and many more UML Diagrams.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/uml-2-0-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tutorial Vote</title>
		<link>http://www.newthinktank.com/2012/11/tutorial-vote/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-vote</link>
		<comments>http://www.newthinktank.com/2012/11/tutorial-vote/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 16:04:43 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Tutorial Vote]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7060</guid>
		<description><![CDATA[<p>I leave it to you to decide which tutorial series I will do next</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/tutorial-vote/feed/</wfw:commentRss>
		<slash:comments>124</slash:comments>
		</item>
		<item>
		<title>Design Pattern Video Tutorial</title>
		<link>http://www.newthinktank.com/2012/11/design-pattern-video-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=design-pattern-video-tutorial</link>
		<comments>http://www.newthinktank.com/2012/11/design-pattern-video-tutorial/#comments</comments>
		<pubDate>Sat, 03 Nov 2012 15:25:41 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Design Pattern Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7051</guid>
		<description><![CDATA[<p>Here are all 26 videos from the Design Pattern Video Tutorial.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/design-pattern-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Visitor Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/11/visitor-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visitor-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/11/visitor-design-pattern-tutorial/#comments</comments>
		<pubDate>Fri, 02 Nov 2012 20:01:07 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Visitor Design Pattern]]></category>
		<category><![CDATA[Visitor Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7043</guid>
		<description><![CDATA[<p>The Visitor design pattern allows you to add methods to classes of different types without much altering to those classes.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/11/visitor-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Memento Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/memento-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=memento-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/memento-design-pattern-tutorial/#comments</comments>
		<pubDate>Wed, 31 Oct 2012 01:26:58 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Memento Design Pattern]]></category>
		<category><![CDATA[Memento Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7031</guid>
		<description><![CDATA[<p>The Memento design pattern provides a way to store previous states of an Object easily.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/memento-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mediator Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/mediator-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mediator-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/mediator-design-pattern-tutorial/#comments</comments>
		<pubDate>Tue, 30 Oct 2012 01:41:57 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Mediator Design Pattern]]></category>
		<category><![CDATA[Mediator Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7025</guid>
		<description><![CDATA[<p>The Mediator design pattern is used to handle communication between related objects (Colleagues)</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/mediator-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make Java Executable</title>
		<link>http://www.newthinktank.com/2012/10/make-java-executable/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=make-java-executable</link>
		<comments>http://www.newthinktank.com/2012/10/make-java-executable/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 23:05:22 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[how to make a java program executable]]></category>
		<category><![CDATA[Make Java Executable]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7021</guid>
		<description><![CDATA[<p>I show how to make a java program executable</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/make-java-executable/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Interpreter Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/interpreter-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=interpreter-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/interpreter-design-pattern-tutorial/#comments</comments>
		<pubDate>Thu, 25 Oct 2012 23:12:12 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Interpreter Design Pattern]]></category>
		<category><![CDATA[Interpreter Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7013</guid>
		<description><![CDATA[<p>Welcome to my Interpreter Design Pattern Tutorial! I'll show you how to do some cool things with it.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/interpreter-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mac Game Controller</title>
		<link>http://www.newthinktank.com/2012/10/mac-game-controller/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mac-game-controller</link>
		<comments>http://www.newthinktank.com/2012/10/mac-game-controller/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 16:10:03 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Best Mac Game Controller]]></category>
		<category><![CDATA[Mac Game Controller]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=7005</guid>
		<description><![CDATA[<p>I show you the Best Mac Game Controller and how to set it up easily on your Mac</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/mac-game-controller/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Chain of Responsibility Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/chain-of-responsibility-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=chain-of-responsibility-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/chain-of-responsibility-design-pattern-tutorial/#comments</comments>
		<pubDate>Sat, 20 Oct 2012 23:04:34 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Chain of Responsibility Design Pattern]]></category>
		<category><![CDATA[Chain of Responsibility Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6998</guid>
		<description><![CDATA[<p>The Chain of Responsibility Design Pattern has a group of objects that are expected to between them be able to solve a problem.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/chain-of-responsibility-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Proxy Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/proxy-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=proxy-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/proxy-design-pattern-tutorial/#comments</comments>
		<pubDate>Fri, 19 Oct 2012 21:12:29 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Proxy Design Pattern]]></category>
		<category><![CDATA[Proxy Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6991</guid>
		<description><![CDATA[<p>Proxy Design Pattern Tutorial : The Proxy design pattern limits access to just the methods you want made accessible in another class.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/proxy-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>State Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/state-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=state-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/state-design-pattern-tutorial/#comments</comments>
		<pubDate>Wed, 17 Oct 2012 00:55:01 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[State Design Pattern]]></category>
		<category><![CDATA[State Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6984</guid>
		<description><![CDATA[<p>Welcome to my State Design Pattern Tutorial! I explain how the state pattern is used by using it to simulate an ATM machine.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/state-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Easy Veggie Burger Recipe</title>
		<link>http://www.newthinktank.com/2012/10/easy-veggie-burger-recipe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easy-veggie-burger-recipe</link>
		<comments>http://www.newthinktank.com/2012/10/easy-veggie-burger-recipe/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 23:39:25 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Diet Nutritional]]></category>
		<category><![CDATA[Easy Veggie Burger Recipe]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6978</guid>
		<description><![CDATA[<p>Previously I showed you my black bean veggie burger recipe and this time I&#8217;ll show you my easy veggie burger recipe. I actually prefer the taste of this recipe and it is much cheaper. It costs about 50 cents a burger! I started experimenting with veggie burger recipes a while back because they were so [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/easy-veggie-burger-recipe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flyweight Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/flyweight-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flyweight-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/flyweight-design-pattern-tutorial/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 23:41:22 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Flyweight Design Pattern]]></category>
		<category><![CDATA[Flyweight Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6971</guid>
		<description><![CDATA[<p>The flyweight design pattern is used to dramatically increase the speed of your code when you are using many similar objects.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/flyweight-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Composite Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/composite-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=composite-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/composite-design-pattern-tutorial/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 02:00:38 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Composite Design Pattern]]></category>
		<category><![CDATA[Composite Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6964</guid>
		<description><![CDATA[<p>The Composite design pattern is used to structure data into its individual parts as well as represent the inner workings of every part of a larger object.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/composite-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Iterator Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/iterator-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iterator-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/iterator-design-pattern-tutorial/#comments</comments>
		<pubDate>Mon, 08 Oct 2012 16:42:13 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Iterator Design Pattern]]></category>
		<category><![CDATA[Iterator Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6956</guid>
		<description><![CDATA[<p>My Iterator Design Pattern Tutorial! This design pattern allows you to access objects that are stored in many different collection types.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/iterator-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Healthy Pork Chop</title>
		<link>http://www.newthinktank.com/2012/10/healthy-pork-chop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=healthy-pork-chop</link>
		<comments>http://www.newthinktank.com/2012/10/healthy-pork-chop/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 21:27:55 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Diet Nutritional]]></category>
		<category><![CDATA[Healthy Pork Chop]]></category>
		<category><![CDATA[How to Make Seitan]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6951</guid>
		<description><![CDATA[<p>I make a healthy pork chop with a meat alternative called Seitan. This video also could be called how to make seitan.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/healthy-pork-chop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template Method Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/template-method-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=template-method-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/template-method-design-pattern-tutorial/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 03:18:36 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Template Method Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6945</guid>
		<description><![CDATA[<p>Welcome to my Template Method Design Pattern Tutorial. It is an extremely easy design pattern to understand and use.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/template-method-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Healthy Sausage</title>
		<link>http://www.newthinktank.com/2012/10/healthy-sausage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=healthy-sausage</link>
		<comments>http://www.newthinktank.com/2012/10/healthy-sausage/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 23:33:57 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Diet Nutritional]]></category>
		<category><![CDATA[Healthy Sausage]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6941</guid>
		<description><![CDATA[<p>Today I do the impossible! I show you how to make Healthy Sausage!</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/healthy-sausage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bridge Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/10/bridge-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bridge-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/10/bridge-design-pattern-tutorial/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 00:00:36 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Bridge Design Pattern]]></category>
		<category><![CDATA[Bridge Design Pattern Tutorial]]></category>
		<category><![CDATA[Design Pattern Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6935</guid>
		<description><![CDATA[<p>If you ever wanted to build a group of classes that slowly added functionality from one class to the next the Bridge Design pattern is here</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/10/bridge-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Facade Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/facade-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=facade-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/facade-design-pattern-tutorial/#comments</comments>
		<pubDate>Sat, 29 Sep 2012 21:44:05 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Facade Design Pattern]]></category>
		<category><![CDATA[Facade Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6928</guid>
		<description><![CDATA[<p>The Facade pattern is extremely easy to understand. Chances are you have used it already and just didn't know it.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/facade-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adapter Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/adapter-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adapter-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/adapter-design-pattern-tutorial/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 20:39:22 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Adapter Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6920</guid>
		<description><![CDATA[<p>My Adapter Design Pattern Tutorial! This pattern is used when you want to translate one interface of a class into another interface.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/adapter-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delicious Healthy Sandwich</title>
		<link>http://www.newthinktank.com/2012/09/delicious-healthy-sandwich/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=delicious-healthy-sandwich</link>
		<comments>http://www.newthinktank.com/2012/09/delicious-healthy-sandwich/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 01:37:51 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Diet Nutritional]]></category>
		<category><![CDATA[Delicious Healthy Sandwich]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6915</guid>
		<description><![CDATA[<p>Is there any quest worth more than the quest that leads you to a delicious healthy sandwich? In this video, I show you how to make the best</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/delicious-healthy-sandwich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/command-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=command-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/command-design-pattern-tutorial/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 22:28:05 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Command Design Pattern]]></category>
		<category><![CDATA[Command Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6902</guid>
		<description><![CDATA[<p>Welcome to my Command Design Pattern Tutorial! I cover the basic pattern in numerous ways including descriptions, diagrams and code.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/command-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Decorator Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/decorator-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=decorator-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/decorator-design-pattern-tutorial/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 00:20:58 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Decorator Design Pattern]]></category>
		<category><![CDATA[Decorator Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6895</guid>
		<description><![CDATA[<p>Welcome to my Decorator Design Pattern Tutorial. The Decorator allows you to modify an object dynamically and much more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/decorator-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Java Reflection Video Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/java-reflection-video-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-reflection-video-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/java-reflection-video-tutorial/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 02:09:39 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java Reflection]]></category>
		<category><![CDATA[Java Reflection Tutorial]]></category>
		<category><![CDATA[Java Reflection Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6888</guid>
		<description><![CDATA[<p>Welcome to my Java Reflection Video Tutorial! I'll show you pretty much everything you can do with Java Refelection.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/java-reflection-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Prototype Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/prototype-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=prototype-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/prototype-design-pattern-tutorial/#comments</comments>
		<pubDate>Sun, 16 Sep 2012 01:18:01 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Design Pattern Tutorial]]></category>
		<category><![CDATA[Prototype Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6881</guid>
		<description><![CDATA[<p>Welcome to my Prototype Design Pattern Tutorial. The Prototype design pattern is used for creating new objects by cloning other objects</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/prototype-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Builder Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/builder-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=builder-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/builder-design-pattern-tutorial/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 00:34:23 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Builder Design Pattern]]></category>
		<category><![CDATA[Builder Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6873</guid>
		<description><![CDATA[<p>My Builder design pattern tutorial. You use the builder design pattern when you want to have many classes help in the creation of an object. </p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/builder-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Singleton Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/singleton-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=singleton-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/singleton-design-pattern-tutorial/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 00:38:49 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Singleton Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6863</guid>
		<description><![CDATA[<p>The Singleton pattern is both easy to understand as well as useful. I'll demonstrate how to implement it and many examples of the Singleton</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/singleton-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>YouTube Video Blocked by Copyright Claims</title>
		<link>http://www.newthinktank.com/2012/09/youtube-video-blocked-by-copyright-claims/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=youtube-video-blocked-by-copyright-claims</link>
		<comments>http://www.newthinktank.com/2012/09/youtube-video-blocked-by-copyright-claims/#comments</comments>
		<pubDate>Tue, 11 Sep 2012 15:53:47 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[YouTube Video Blocked by Copyright Claims]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6861</guid>
		<description><![CDATA[<p>Lately I have had many videos taken down on YouTube because of false claims from the recording industry. It seems that the recording industry is just blindly making claims on everything on YouTube lately. What is crazy about this is that I use Apple iLife royalty free music on all of my videos. That has [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/youtube-video-blocked-by-copyright-claims/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Abstract Factory Design Pattern</title>
		<link>http://www.newthinktank.com/2012/09/abstract-factory-design-pattern/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=abstract-factory-design-pattern</link>
		<comments>http://www.newthinktank.com/2012/09/abstract-factory-design-pattern/#comments</comments>
		<pubDate>Sat, 08 Sep 2012 02:14:42 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Abstract Factory Design Pattern]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6854</guid>
		<description><![CDATA[<p>Here is my Abstract Factory design pattern tutorial. I also take a second look at the Factory design pattern here as well.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/abstract-factory-design-pattern/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Babys First Two Days</title>
		<link>http://www.newthinktank.com/2012/09/babys-first-two-days/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=babys-first-two-days</link>
		<comments>http://www.newthinktank.com/2012/09/babys-first-two-days/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 01:22:18 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Babys First Two Days]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6829</guid>
		<description><![CDATA[<p>It has been an eventful past 2 days, but now baby and mommy are back home now! So many people asked me to provide a glimpse into a babys first two days of life. So in this video, I show you some of the highlights. I cut out anything that you don&#8217;t want to see [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/babys-first-two-days/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ivy Veronica Banas</title>
		<link>http://www.newthinktank.com/2012/09/ivy-veronica-banas/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ivy-veronica-banas</link>
		<comments>http://www.newthinktank.com/2012/09/ivy-veronica-banas/#comments</comments>
		<pubDate>Wed, 05 Sep 2012 03:37:02 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[my wife gave birth]]></category>
		<category><![CDATA[New baby]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6826</guid>
		<description><![CDATA[<p>My wife gave birth to my second daughter tonight at 9:52. Her name is Ivy Veronica and at birth she weighed 7 pounds and 7 ounces. The whole process went extremely fast. My wife alerted me to contractions at 6:30 pm and we were at the hospital by 7:25 pm. She received an epidural at [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/ivy-veronica-banas/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Factory Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/09/factory-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=factory-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/09/factory-design-pattern-tutorial/#comments</comments>
		<pubDate>Sat, 01 Sep 2012 23:38:18 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Design Patterns Video Tutorial]]></category>
		<category><![CDATA[Factory Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6819</guid>
		<description><![CDATA[<p>Welcome to my Factory design pattern tutorial. This is a continuation of my design patterns video tutorial. You use the Factory design pattern when you want to define the class of an object at runtime. It also allows you to encapsulate object creation so that you can keep all object creation code in one place. [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/09/factory-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Observer Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/08/observer-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=observer-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/08/observer-design-pattern-tutorial/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 00:55:44 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Design Pattern Video Tutorial]]></category>
		<category><![CDATA[Observer Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6812</guid>
		<description><![CDATA[<p>Welcome to my Observer Design Pattern Tutorial. I cover a lot in this tutorial including the Observer pattern, how to use it with threads and more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/observer-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Strategy Design Pattern Tutorial</title>
		<link>http://www.newthinktank.com/2012/08/strategy-design-pattern-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=strategy-design-pattern-tutorial</link>
		<comments>http://www.newthinktank.com/2012/08/strategy-design-pattern-tutorial/#comments</comments>
		<pubDate>Sat, 25 Aug 2012 02:01:36 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[Strategy Design Pattern]]></category>
		<category><![CDATA[Strategy Design Pattern Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6806</guid>
		<description><![CDATA[<p>Here is my Strategy design patterns tutorial. You use this pattern if you need to dynamically change an algorithm used by an object at run time</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/strategy-design-pattern-tutorial/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Design Patterns Video Tutorial 2</title>
		<link>http://www.newthinktank.com/2012/08/design-patterns-video-tutorial-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=design-patterns-video-tutorial-2</link>
		<comments>http://www.newthinktank.com/2012/08/design-patterns-video-tutorial-2/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 19:02:32 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Design Patterns Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6799</guid>
		<description><![CDATA[<p>I cover polymorphism, abstract classes, abstract methods, interfaces, using static methods and variables and a whole bunch more.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/design-patterns-video-tutorial-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Nexus 7 Camera Apps</title>
		<link>http://www.newthinktank.com/2012/08/nexus-7-camera-apps/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nexus-7-camera-apps</link>
		<comments>http://www.newthinktank.com/2012/08/nexus-7-camera-apps/#comments</comments>
		<pubDate>Sun, 19 Aug 2012 18:51:13 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Nexus 7 Camera Apps]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6788</guid>
		<description><![CDATA[<p>I went and bought a few of the most popular Nexus 7 camera apps to see if any of them work. In this article I'll show you the pictures</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/nexus-7-camera-apps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Design Patterns Video Tutorial</title>
		<link>http://www.newthinktank.com/2012/08/design-patterns-video-tutorial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=design-patterns-video-tutorial</link>
		<comments>http://www.newthinktank.com/2012/08/design-patterns-video-tutorial/#comments</comments>
		<pubDate>Sun, 19 Aug 2012 13:39:50 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Design Patterns Video Tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6782</guid>
		<description><![CDATA[<p>Here I begin my design patterns video tutorial. This tutorial will start off by revisiting OOP concepts.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/design-patterns-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How Do I Get Twitter Followers</title>
		<link>http://www.newthinktank.com/2012/08/how-do-i-get-twitter-followers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-i-get-twitter-followers</link>
		<comments>http://www.newthinktank.com/2012/08/how-do-i-get-twitter-followers/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 00:13:40 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[How Do I Get Twitter Followers]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6777</guid>
		<description><![CDATA[<p>The most popular request I get is How Do I Get Twitter Followers. I'll show you exactly what FREE sites I use to get Twitter followers</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/how-do-i-get-twitter-followers/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Mexican Cuisine</title>
		<link>http://www.newthinktank.com/2012/08/mexican-cuisine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mexican-cuisine</link>
		<comments>http://www.newthinktank.com/2012/08/mexican-cuisine/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 15:22:44 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Diet Nutritional]]></category>
		<category><![CDATA[Mexican Cuisine]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6771</guid>
		<description><![CDATA[<p>I provide you with my favorite recipes for making flour tortillas, refried beans, guacamole, salsa and an amazing salad that uses all of the above</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/mexican-cuisine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial</title>
		<link>http://www.newthinktank.com/2012/08/java-video-tutorial-54/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-54</link>
		<comments>http://www.newthinktank.com/2012/08/java-video-tutorial-54/#comments</comments>
		<pubDate>Sat, 11 Aug 2012 18:50:20 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6761</guid>
		<description><![CDATA[<p>A long time ago I started my Java Video tutorial. When I started this I wanted to completely cover the Java language. So, far I&#8217;ve recorded over 64 videos that are over 14 hours in total length. I&#8217;m not near done with this tutorial, but I thought it would help if I combined all of these [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/java-video-tutorial-54/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google Nexus 7 Video Review</title>
		<link>http://www.newthinktank.com/2012/08/google-nexus-7-video-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-nexus-7-video-review</link>
		<comments>http://www.newthinktank.com/2012/08/google-nexus-7-video-review/#comments</comments>
		<pubDate>Sat, 11 Aug 2012 01:31:14 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Google Nexus 7 video review]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6753</guid>
		<description><![CDATA[<p>I&#8217;ve had the first iPad since it first came out, but after years of use it wasn&#8217;t holding its charge. So, over the last 2 months I&#8217;ve tried out many competitors to find my new tablet. In this video, I provide my Google Nexus 7 video review. I tested the iPad 2, New iPad, Kindle [...]</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/google-nexus-7-video-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 60</title>
		<link>http://www.newthinktank.com/2012/08/java-video-tutorial-60/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-60</link>
		<comments>http://www.newthinktank.com/2012/08/java-video-tutorial-60/#comments</comments>
		<pubDate>Thu, 09 Aug 2012 00:29:01 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java Asteroids game]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6746</guid>
		<description><![CDATA[<p>I show you how to do a bunch of new things. I show you how to play sound in a JFrame. We introduce yet another way to handle collision detection. We remove items from the screen when they are destroyed. And, a whole bunch more is covered.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/java-video-tutorial-60/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 59</title>
		<link>http://www.newthinktank.com/2012/08/java-video-tutorial-59/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-59</link>
		<comments>http://www.newthinktank.com/2012/08/java-video-tutorial-59/#comments</comments>
		<pubDate>Mon, 06 Aug 2012 20:00:42 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[OOP design principles]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6740</guid>
		<description><![CDATA[<p>In the last tutorial, I showed you how to make the PhotonTorpedo class using a UML class diagram. Here I show you how to make your space ship shoot the torpedos on the screen. </p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/java-video-tutorial-59/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 58</title>
		<link>http://www.newthinktank.com/2012/08/java-video-tutorial-58/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-58</link>
		<comments>http://www.newthinktank.com/2012/08/java-video-tutorial-58/#comments</comments>
		<pubDate>Sun, 05 Aug 2012 22:52:41 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[make an asteroid Java game]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6732</guid>
		<description><![CDATA[<p>As we continue to make an asteroid Java game, I show you how to make your space ship shoot.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/08/java-video-tutorial-58/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 57</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-57/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-57</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-57/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 17:34:20 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6724</guid>
		<description><![CDATA[<p>In this video I continue making a Java Asteroids game while teaching about OOP design principles. </p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-57/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 56</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-56/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-56</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-56/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 23:53:47 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java Video Tutorial 56]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6719</guid>
		<description><![CDATA[<p>In this part of my Java video tutorial I turn the SpaceShip UML class diagram I designed in the last video into a real class.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 55</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-55/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-55</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-55/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 00:57:46 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java OOP Design Principles]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6714</guid>
		<description><![CDATA[<p>In this part of my Java video tutorial I focus on Java OOP Design Principles. I go from needed features to a finished UML class diagram</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Collision Detection With Polygons</title>
		<link>http://www.newthinktank.com/2012/07/java-collision-detection-with-polygons/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-collision-detection-with-polygons</link>
		<comments>http://www.newthinktank.com/2012/07/java-collision-detection-with-polygons/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 01:19:55 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java Collision Detection With Polygons]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6681</guid>
		<description><![CDATA[<p>I've been asked many times to create a program that handles Java collision detection with polygons. I teach you about it in this video!</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-collision-detection-with-polygons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 53</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-53/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-53</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-53/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 00:22:43 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[rotate polygons in Java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6675</guid>
		<description><![CDATA[<p>I cover : Finding the length and angle of a line between vectors / Calculate the points of a rotating polygon / Calculate the area of irregular polygons / Find the center points of an irregular polygon / Repeat keyboard clicks if the user holds down a key</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-53/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Black Bean Veggie Burger Recipe</title>
		<link>http://www.newthinktank.com/2012/07/black-bean-veggie-burger-recipe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=black-bean-veggie-burger-recipe</link>
		<comments>http://www.newthinktank.com/2012/07/black-bean-veggie-burger-recipe/#comments</comments>
		<pubDate>Fri, 20 Jul 2012 01:57:25 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Diet Nutritional]]></category>
		<category><![CDATA[Black Bean Veggie Burger Recipe]]></category>
		<category><![CDATA[Veggie Burger Recipe]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6670</guid>
		<description><![CDATA[<p>Here I introduce my Black Bean Veggie Burger Recipe! You guys and girls seem to really like when I make recipe videos, so I thought I'd make another.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/black-bean-veggie-burger-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 52</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-52/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-52</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-52/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 20:58:32 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Make a Java Video Game]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6664</guid>
		<description><![CDATA[<p>In this part of my Java video tutorial, I create the spaceship object and a keyboard listener. I will use the keyboard listener to move the ship around the screen.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cook Without A Recipe</title>
		<link>http://www.newthinktank.com/2012/07/cook-without-a-recipe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cook-without-a-recipe</link>
		<comments>http://www.newthinktank.com/2012/07/cook-without-a-recipe/#comments</comments>
		<pubDate>Sat, 14 Jul 2012 19:28:18 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Diet Nutritional]]></category>
		<category><![CDATA[Cook Without A Recipe]]></category>
		<category><![CDATA[Random Stuff Soup]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6657</guid>
		<description><![CDATA[<p>I decided to take the knowledge passed down to me by my Great Grandmother to cook without a recipe. In this video you'll see how I did that.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/cook-without-a-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 51</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-51/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-51</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-51/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 23:45:05 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Make a Java Video Game]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6650</guid>
		<description><![CDATA[<p>Here I continue what I started in Make a Java Video Game. I'll now create the GameBoard class that will animate all of my asteroids.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-51/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 50</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-50/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-50</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-50/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 01:52:10 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[OOP design principles]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6645</guid>
		<description><![CDATA[<p>I show you how to design a game. I teach OOP design principles using UML, how to draw &#038; animate polygons collision detection and more</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 49</title>
		<link>http://www.newthinktank.com/2012/07/java-video-tutorial-49/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-49</link>
		<comments>http://www.newthinktank.com/2012/07/java-video-tutorial-49/#comments</comments>
		<pubDate>Thu, 05 Jul 2012 18:04:33 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Make a Java Paint Application]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6638</guid>
		<description><![CDATA[<p>In this part of my Java Video Tutorial, I continue to show you how to make a Java paint application. I cover numerous topics including: how to draw lines, ellipses, brush strokes and how to save transparency values for shapes.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/07/java-video-tutorial-49/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 48</title>
		<link>http://www.newthinktank.com/2012/06/java-video-tutorial-48/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-48</link>
		<comments>http://www.newthinktank.com/2012/06/java-video-tutorial-48/#comments</comments>
		<pubDate>Sun, 01 Jul 2012 01:27:27 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Make a Java Paint Application]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6631</guid>
		<description><![CDATA[<p>I show you how to Make a Java Paint Application! You asked me to do this and it gives me a great opportunity to review and cover new topics all at once.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/java-video-tutorial-48/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 47</title>
		<link>http://www.newthinktank.com/2012/06/java-video-tutorial-47/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-47</link>
		<comments>http://www.newthinktank.com/2012/06/java-video-tutorial-47/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 18:30:23 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java 2D Graphics]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6624</guid>
		<description><![CDATA[<p>In this part of my Java Video Tutorial, I cover how to draw 2D graphics in Java. I cover drawing lines, curves, ellipses, rectangles and numerous other shapes. Then we look at strokes, fills and gradients.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/java-video-tutorial-47/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 46</title>
		<link>http://www.newthinktank.com/2012/06/java-video-tutorial-46/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-46</link>
		<comments>http://www.newthinktank.com/2012/06/java-video-tutorial-46/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 02:59:06 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Learn XML]]></category>
		<category><![CDATA[JDOM]]></category>
		<category><![CDATA[JDOM2]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6618</guid>
		<description><![CDATA[<p>Today I introduce the easiest way to read and write to XML files using Java. It is call the JDOM2 library. With it you'll easily read any element, or attribute and create your own.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/java-video-tutorial-46/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 45</title>
		<link>http://www.newthinktank.com/2012/06/java-video-tutorial-45/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-45</link>
		<comments>http://www.newthinktank.com/2012/06/java-video-tutorial-45/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 02:48:41 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Learn XML]]></category>
		<category><![CDATA[Java XPath]]></category>
		<category><![CDATA[XPath]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6612</guid>
		<description><![CDATA[<p>In this tutorial I cover Java XPath. XPath can be used to easily grab data from an XML file and into your Java code.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/java-video-tutorial-45/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Java Video Tutorial 44</title>
		<link>http://www.newthinktank.com/2012/06/java-video-tutorial-44/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-video-tutorial-44</link>
		<comments>http://www.newthinktank.com/2012/06/java-video-tutorial-44/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 18:36:27 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Learn XML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Java Video Tutorial]]></category>
		<category><![CDATA[Parse XML]]></category>
		<category><![CDATA[parsing XML with Java]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6592</guid>
		<description><![CDATA[<p>After I made my XML Video Tutorial, you asked me to show you how to parse XML with Java. So, that is what I'm doing in this tutorial.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/java-video-tutorial-44/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>XML Video Tutorial 7</title>
		<link>http://www.newthinktank.com/2012/06/xml-video-tutorial-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xml-video-tutorial-7</link>
		<comments>http://www.newthinktank.com/2012/06/xml-video-tutorial-7/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 00:12:33 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Learn XML]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Schema Video Tutorial]]></category>
		<category><![CDATA[xml video tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6578</guid>
		<description><![CDATA[<p>Here I end my XML Video tutorial by covering complex types, sequence, groups, and a ton more! I also show you how to design schemas and XML files using the Eclipse design tools.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/xml-video-tutorial-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XML Video Tutorial 6</title>
		<link>http://www.newthinktank.com/2012/06/xml-video-tutorial-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xml-video-tutorial-6</link>
		<comments>http://www.newthinktank.com/2012/06/xml-video-tutorial-6/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 00:15:32 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Learn XML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[XML Schema Video Tutorial]]></category>
		<category><![CDATA[xml video tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6572</guid>
		<description><![CDATA[<p>In part 1 of my XML Schema video tutorial I introduce you to XML schema files. I talk about schemas, namespaces, the different data types available, how to restrict the data, enumerations and much more.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/xml-video-tutorial-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XML Video Tutorial 5</title>
		<link>http://www.newthinktank.com/2012/06/xml-video-tutorial-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xml-video-tutorial-5</link>
		<comments>http://www.newthinktank.com/2012/06/xml-video-tutorial-5/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 19:36:02 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Learn XML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml video tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6565</guid>
		<description><![CDATA[<p>In this part of my XML video tutorial, I will cover how to use an entity. I'll also show you how to combine XML, DTD and XSL files.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/xml-video-tutorial-5/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>XML Video Tutorial 4</title>
		<link>http://www.newthinktank.com/2012/06/xml-video-tutorial-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xml-video-tutorial-4</link>
		<comments>http://www.newthinktank.com/2012/06/xml-video-tutorial-4/#comments</comments>
		<pubDate>Thu, 07 Jun 2012 21:35:46 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Learn XML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Document Type Definitions]]></category>
		<category><![CDATA[DTD]]></category>
		<category><![CDATA[xml video tutorial]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6557</guid>
		<description><![CDATA[<p>In this part of my XML Video Tutorial, I cover Document Type Definitions (DTD). DTDs are used to define the markup for your XML files.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/xml-video-tutorial-4/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Followers/Following Ratio</title>
		<link>http://www.newthinktank.com/2012/06/followersfollowing-ratio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=followersfollowing-ratio</link>
		<comments>http://www.newthinktank.com/2012/06/followersfollowing-ratio/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 17:42:36 +0000</pubDate>
		<dc:creator>Derek Banas</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Followers/Following Ratio]]></category>

		<guid isPermaLink="false">http://www.newthinktank.com/?p=6540</guid>
		<description><![CDATA[<p>I looked for those with the best Followers/Following Ratio on Twitter. Those with the best Followers/Following Ratio are most likely to follow you and to follow you quickly.</p><p>
</p>]]></description>
		<wfw:commentRss>http://www.newthinktank.com/2012/06/followersfollowing-ratio/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
	</channel>
</rss>
