<?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/"
	>

<channel>
	<title>Sonny's Blog</title>
	<atom:link href="http://sonnytate.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sonnytate.com/wordpress</link>
	<description>Sonny's Life</description>
	<pubDate>Sat, 03 Apr 2010 02:30:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Overpopulation Mechanisms</title>
		<link>http://sonnytate.com/wordpress/?p=80</link>
		<comments>http://sonnytate.com/wordpress/?p=80#comments</comments>
		<pubDate>Sat, 03 Apr 2010 02:27:52 +0000</pubDate>
		<dc:creator>sonny</dc:creator>
		
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://sonnytate.com/wordpress/?p=80</guid>
		<description><![CDATA[I have a thought: I have observed that nature has 3 main mechanisms for culling overpopulation of a species, which are starvation, disease, and violence, in that order. Each is used in succession, and if the first one fails, the next is employed, often overlapping, until the numbers of individuals is returned to stable level.
Human [...]]]></description>
			<content:encoded><![CDATA[<p>I have a thought: I have observed that nature has 3 main mechanisms for culling overpopulation of a species, which are starvation, disease, and violence, in that order. Each is used in succession, and if the first one fails, the next is employed, often overlapping, until the numbers of individuals is returned to stable level.</p>
<p>Human population, for instance, have increased to staggering numbers. Using intelligence, we have overcome most starvation, disease, and violence. That&#8217;s not to say that we have totally eliminated all of these mechanisms, but rather we&#8217;ve managed to keep them under control well enough to reach a population 6.8 billion plus, and is still climbing rapidly. (US Census Bureau : <a target="_blank" href="http://www.census.gov/main/www/popclock.html">http://www.census.gov/main/www/popclock.html</a>). </p>
<p>Current food production, if disturbed evenly, can just sustain 6.8 billion. (Wisenet.com: <a target="_blank" href="http://www.wisenet-australia.org/issue59/Feeding%20the%20world.htm">http://www.wisenet-australia.org/issue59/Feeding%20the%20world.htm </a>). Everyone knows about the advances in medicine that have saved many lives and, although not perfect, we have governments that keep people from being violent enough not to kill one another in extremely large numbers, such as in large scale wars.</p>
<p>So how much longer can we do this? With our intelligence, humans are the most adaptable creatures on earth. Can we keep our numbers growing at the current rate and continue to stave off  natures population controls?     </p>
]]></content:encoded>
			<wfw:commentRss>http://sonnytate.com/wordpress/?feed=rss2&amp;p=80</wfw:commentRss>
		</item>
		<item>
		<title>Installing MySQL and SQL Server Database Drivers</title>
		<link>http://sonnytate.com/wordpress/?p=67</link>
		<comments>http://sonnytate.com/wordpress/?p=67#comments</comments>
		<pubDate>Fri, 02 Apr 2010 18:31:58 +0000</pubDate>
		<dc:creator>sonny</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[jdbc]]></category>

		<category><![CDATA[jtds]]></category>

		<category><![CDATA[mysql jsp driver]]></category>

		<category><![CDATA[sql server jsp driver]]></category>

		<guid isPermaLink="false">http://sonnytate.com/wordpress/?p=67</guid>
		<description><![CDATA[Note - This assumes that Tomcat is installed in c:\tomcat and the JDK is installed in C:\Program Files\Java. If you have installed these file in other locations, you will need to change your ClassPath accordingly.
Note: all these drivers, java servlets and jsp APIs are included. There is no harm in including these, even if your [...]]]></description>
			<content:encoded><![CDATA[<p>Note - This assumes that Tomcat is installed in c:\tomcat and the JDK is installed in C:\Program Files\Java. If you have installed these file in other locations, you will need to change your ClassPath accordingly.</p>
<p>Note: all these drivers, java servlets and jsp APIs are included. There is no harm in including these, even if your not using them.</p>
<p>For all –</p>
<p>1)    Create folder: C:\jdbcDrivers<br />
2)    Make the a ClassPath in Environment Variables  if one isn’t already there. (Right click My computer&gt; Properties&gt;Advanced&gt; Environment Variables  button).<br />
3)    Add the following into the value.:</p>
<p>.;..;..\..;C:\jdbcDrivers\mysql-connector-java-5.1.12-bin.jar;C:\jdbcDrivers\sqljdbc.jar;C:\jdbcDrivers\ jtds-1.2.5.jar;C:\tomcat\lib\servlet-api.jar;C:\tomcat\lib\jsp-api.jar;C:\tomcat\lib\el-api.jar;C:\Servlets+JSP</p>
<p>MySQL</p>
<p>1)    Get mysql-connector-java-5.1.12-bin.jar from <a target="_bank" href="http://dev.mysql.com/downloads/connector/j/"> http://dev.mysql.com/downloads/connector/j/ </a>. Download the mysql-connector-java-5.1.12.zip file.<br />
2)    Extract the zip file. Copy the mysql-connector-java-5.1.12-bin.jar file<br />
3)    Copy  mysql-connector-java-5.1.12-bin.jar file into the following files:</p>
<p>C:\jdbcDrivers<br />
C:\tomcat\lib<br />
C:\Program Files\Java\jdk1.6.0_18\jre\lib\ext</p>
<p>SQL Server - jdbc<br />
1)    Get the driver from <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D-81E1EC91C1BA&amp;displaylang=en"> http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D-81E1EC91C1BA&amp;displaylang=en </a><br />
2)    Agree to the license and download the sqljdbc_1.2.2828.100_enu.exe file<br />
3)    Extract the zip file and navigate to \Microsoft SQL Server 2005 JDBC Driver\sqljdbc_1.2\enu<br />
4)    Copy sqljdbc.jar into the following files:</p>
<p>C:\jdbcDrivers<br />
C:\tomcat\lib<br />
C:\Program Files\Java\jdk1.6.0_18\jre\lib\ext</p>
<p>SQL Server – jtds<br />
1)    Get the driver from <a target="_blank" href="http://sourceforge.net/projects/jtds/files/jtds/1.2.5/jtds-1.2.5-dist.zip/download">http://sourceforge.net/projects/jtds/files/jtds/1.2.5/jtds-1.2.5-dist.zip/download </a><br />
2)    Extract the zip file an copy the jtds-1.2.5.jar into the following locations:</p>
<p>C:\jdbcDrivers<br />
C:\tomcat\lib<br />
C:\Program Files\Java\jdk1.6.0_18\jre\lib\ext</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnytate.com/wordpress/?feed=rss2&amp;p=67</wfw:commentRss>
		</item>
		<item>
		<title>Avatar MMO</title>
		<link>http://sonnytate.com/wordpress/?p=54</link>
		<comments>http://sonnytate.com/wordpress/?p=54#comments</comments>
		<pubDate>Mon, 25 Jan 2010 01:33:58 +0000</pubDate>
		<dc:creator>sonny</dc:creator>
		
		<category><![CDATA[Entertainment]]></category>

		<category><![CDATA[avatar]]></category>

		<category><![CDATA[avatar mmo]]></category>

		<guid isPermaLink="false">http://sonnytate.com/wordpress/?p=54</guid>
		<description><![CDATA[Although UBI has already produced an Avatar game, they missed the mark by not making it an MMO. I have no intention of even buying the game unless it is a persistent multiplayer online world. I grew bored with first-person shooters and player vs computer strategy games a long time ago. MMOs are the only [...]]]></description>
			<content:encoded><![CDATA[<p>Although UBI has already produced an Avatar game, they missed the mark by not making it an MMO. I have no intention of even buying the game unless it is a persistent multiplayer online world. I grew bored with first-person shooters and player vs computer strategy games a long time ago. MMOs are the only games I play now and face it, they are the wave of future gaming.</p>
<p>Avatar would make a really great MMO. I bet that it could even give WOW a run for it&#8217;s money. As the game is now, I predict that it might gain popularity for a brief time because of the movie&#8217;s success, but it will fade fast. An MMO on the other hand, I predict, would have real and lasting popularity.</p>
<p>If you feel the same way as I do, go to <a href="http://avatargame.us.ubi.com/#/dashboard">http://avatargame.us.ubi.com/#/dashboard</a>, log in (or make an account), and post it on their forums. There is a thread already for this at <a href="http://forums.ubi.com/eve/forums/a/tpc/f/6391049957/m/7421042628">http://forums.ubi.com/eve/forums/a/tpc/f/6391049957/m/7421042628</a>. If enough people show an interest, maybe UBI will come up to the 21st century and make a truly modern game of Avatar; a MMO!</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnytate.com/wordpress/?feed=rss2&amp;p=54</wfw:commentRss>
		</item>
		<item>
		<title>James Cameron&#8217;s Avatar</title>
		<link>http://sonnytate.com/wordpress/?p=50</link>
		<comments>http://sonnytate.com/wordpress/?p=50#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:06:58 +0000</pubDate>
		<dc:creator>sonny</dc:creator>
		
		<category><![CDATA[Entertainment]]></category>

		<category><![CDATA[avatar]]></category>

		<category><![CDATA[avatar movie]]></category>

		<guid isPermaLink="false">http://sonnytate.com/wordpress/?p=50</guid>
		<description><![CDATA[Saw Avatar last night at the Cobb theater in Westly Chapel, Fl. What an awesome movie!! What an awesome theater to see it in!!
The theater had a balcony with large, comfortable chairs. We where served a meal and drinks at our seats. The lobby was magnificent and the staff was very friendly and helpful. Theaters [...]]]></description>
			<content:encoded><![CDATA[<p>Saw Avatar last night at the Cobb theater in Westly Chapel, Fl. What an awesome movie!! What an awesome theater to see it in!!</p>
<p>The theater had a balcony with large, comfortable chairs. We where served a meal and drinks at our seats. The lobby was magnificent and the staff was very friendly and helpful. Theaters  really need to step it up a notch to compete with other media, and this one, in my opinion, has done just that. I highly recommend going there, not just to see a movie, but to experience it.</p>
<p>Now for the movie. It&#8217;s really beyond words. It&#8217;s 3 hours an 14 minutes long, but seemed much shorter. The integration between what was filmed and the special effects was seamless. The story was captivating and the scenes breathtakingly beautiful. It was tempered with the right amount of action, drama, and love scenes. You don&#8217;t have to be a fan of scifi to really enjoy this movie.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnytate.com/wordpress/?feed=rss2&amp;p=50</wfw:commentRss>
		</item>
		<item>
		<title>Interested In Free Masonary?</title>
		<link>http://sonnytate.com/wordpress/?p=11</link>
		<comments>http://sonnytate.com/wordpress/?p=11#comments</comments>
		<pubDate>Thu, 04 Jun 2009 16:34:47 +0000</pubDate>
		<dc:creator>sonny</dc:creator>
		
		<category><![CDATA[Masons]]></category>

		<category><![CDATA[free masonary]]></category>

		<guid isPermaLink="false">http://sonnytate.com/wordpress/?p=11</guid>
		<description><![CDATA[If you interested in joining Free Masonry, search &#8220;Grand Lodge of &#60;insert your state here&#62;&#8221;. Although I haven&#8217;t checked all states, I&#8217;m pretty sure that each has a Grand Lodge website where information about membership can be found. Here in Virginia, the URL is http://www.grandlodgeofvirginia.org/membership/index.htm
The basic requirements are that you must be a man, 18 [...]]]></description>
			<content:encoded><![CDATA[<p>If you interested in joining Free Masonry, search &#8220;Grand Lodge of &lt;insert your state here&gt;&#8221;. Although I haven&#8217;t checked all states, I&#8217;m pretty sure that each has a Grand Lodge website where information about membership can be found. Here in Virginia, the URL is <a title="Grand Lodge of Virginia Membership" href="http://www.grandlodgeofvirginia.org/membership/index.htm">http://www.grandlodgeofvirginia.org/membership/index.htm</a></p>
<p>The basic requirements are that you must be a man, 18 years or older, have no felonies, must not be an atheist, and must believe in one all mighty being.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnytate.com/wordpress/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
	</channel>
</rss>
