<?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>Pete Deremer</title>
	<atom:link href="http://www.petederemer.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petederemer.com</link>
	<description>Just Cuz</description>
	<lastBuildDate>Tue, 09 Feb 2010 15:38:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Its Project Time</title>
		<link>http://www.petederemer.com/2010/02/09/its-project-time/</link>
		<comments>http://www.petederemer.com/2010/02/09/its-project-time/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:36:54 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[WVU]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[CS 450]]></category>
		<category><![CDATA[CS 481]]></category>
		<category><![CDATA[gTour]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MPX]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=137</guid>
		<description><![CDATA[Its finally my last and final senior semester at WVU.  Theres a lot I&#8217;ll miss, but I also can&#8217;t wait.  With the new semester I&#8217;ll be building some new projects this semester: gTour (CS 481) and an operating system (CS 450).
gTour: A Google Android application that will act as a tour guide, providing [...]]]></description>
			<content:encoded><![CDATA[<p>Its finally my last and final senior semester at WVU.  Theres a lot I&#8217;ll miss, but I also can&#8217;t wait.  With the new semester I&#8217;ll be building some new projects this semester: gTour (CS 481) and an operating system (CS 450).</p>
<p><strong>gTour</strong>: A Google Android application that will act as a tour guide, providing information about the sights around you.  The project is using the Google Android SDK, which uses Java and XML.</p>
<p><strong>MPX Operating System</strong>: Build a base operating system.  This project will be written in C.  More information about it will be posted about the project soon, as we have already completed the first part of the OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2010/02/09/its-project-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frontline Fabrication&#8217;s New Website</title>
		<link>http://www.petederemer.com/2010/02/09/frontline-fabrications-new-website/</link>
		<comments>http://www.petederemer.com/2010/02/09/frontline-fabrications-new-website/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:34:03 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=139</guid>
		<description><![CDATA[Frontline Fabrication is a fabrication shop in Morgantown, WV.  It was started by Andrew Kisner in 2009.  Recently, I have been working on getting a website built for them, with pictures, products, services, and more.
This week, we have added the ability to buy products from the website.  This is a slow roll out of the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Frontline Fabrication" href="http://www.frontlinefabrication.com">Frontline Fabrication</a> is a fabrication shop in Morgantown, WV.  It was started by Andrew Kisner in 2009.  Recently, I have been working on getting a website built for them, with pictures, products, services, and more.</p>
<p>This week, we have added the ability to buy products from the website.  This is a slow roll out of the products they offer, as we get more pictures and such.  The first product is a <a title="Frontline Fabrication 2G DSM Rear Differential" href="http://www.frontlinefabrication.com/products/2g-rear-differential-cover.php">2G DSM Rear Differential</a>.  Keep an eye on the site, as we roll out the ability to order other products.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2010/02/09/frontline-fabrications-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tennis on Campus Counter &#8211; XML Style</title>
		<link>http://www.petederemer.com/2010/01/11/tennis-on-campus-counter-xml-style/</link>
		<comments>http://www.petederemer.com/2010/01/11/tennis-on-campus-counter-xml-style/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:52:56 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tennis on Campus Counter]]></category>
		<category><![CDATA[Comma Separated]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=132</guid>
		<description><![CDATA[When I first started Tennis on Campus Counter, I put the scraped information into a comma separated for processing by the PHP scripts.  This changed a few days ago however.
I recently dug deeper into the world of XML and started to think about how it could be of use to me.  In the [...]]]></description>
			<content:encoded><![CDATA[<p>When I first started Tennis on Campus Counter, I put the scraped information into a comma separated for processing by the PHP scripts.  This changed a few days ago however.</p>
<p>I recently dug deeper into the world of XML and started to think about how it could be of use to me.  In the past I had always used XML for something someone else started.  After I thought about it, I realized that TOC Counter was the perfect place for this.  As such, I set about converting it to XML.</p>
<p>This ended up being a very simple process.  The PHP parsing code is also now cleaner.  Overall I was very impressed with how handy XML was.</p>
<p>Check out the end product: <a href="http://www.petederemer.com/toc/schools.xml">http://www.petederemer.com/toc/schools.xml</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2010/01/11/tennis-on-campus-counter-xml-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tennis on Campus Counter 2.2</title>
		<link>http://www.petederemer.com/2009/12/16/tennis-on-campus-counter-2-2/</link>
		<comments>http://www.petederemer.com/2009/12/16/tennis-on-campus-counter-2-2/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 05:32:00 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tennis on Campus Counter]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=129</guid>
		<description><![CDATA[I got distracted by school, but now that finals are over I was able to focus on getting Tennis on Campus Counter ready for 2.2&#8217;s release.  I am now happy to say that the new 2.2 is out.
New Features:

View state statistics
View schools by state
Profiles now include State
few minor bug fixes and tweaks.

]]></description>
			<content:encoded><![CDATA[<p>I got distracted by school, but now that finals are over I was able to focus on getting <a href="http://www.petederemer.com/toc">Tennis on Campus Counter</a> ready for 2.2&#8217;s release.  I am now happy to say that the new 2.2 is out.</p>
<p>New Features:</p>
<ul>
<li>View state statistics</li>
<li>View schools by state</li>
<li>Profiles now include State</li>
<li>few minor bug fixes and tweaks.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2009/12/16/tennis-on-campus-counter-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tennis on Campus Counter 2.1</title>
		<link>http://www.petederemer.com/2009/11/12/tennis-on-campus-counter-2-1/</link>
		<comments>http://www.petederemer.com/2009/11/12/tennis-on-campus-counter-2-1/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 20:03:06 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tennis]]></category>
		<category><![CDATA[Tennis on Campus Counter]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=127</guid>
		<description><![CDATA[Following the 2.0 rewrite of the data gathering tools,  I am ready to release TOC Counter 2.1.  This release does one major feature and several minor ones.  Check out the list below for more information.

Schools by state.  The scrapper now pulls in what state each school is in, allowing us to put together some comparisons [...]]]></description>
			<content:encoded><![CDATA[<p>Following the 2.0 rewrite of the data gathering tools,  I am ready to release <a href="http://www.petederemer.com/toc/">TOC Counter 2.1</a>.  This release does one major feature and several minor ones.  Check out the list below for more information.</p>
<ul>
<li>Schools by state.  The scrapper now pulls in what state each school is in, allowing us to put together some comparisons between all of the states.  Data will start coming in 12/01/2009 with state information, and at that time you will see the new state information and statistics.</li>
<li>Chart size adjustments.  The charts have been widened and shortened allowing us to view them a little better <img src='http://www.petederemer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</li>
<li>Individual Charts.  Profiles now contain a chart of team number history if the team has any history of their roster number changing.</li>
<li>Standardized Tables.  All tables now look the same, and have the same sorting feature.</li>
<li>Several bug fixes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2009/11/12/tennis-on-campus-counter-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tennis on Campus Counter Updates</title>
		<link>http://www.petederemer.com/2009/11/10/tennis-on-campus-counter-updates/</link>
		<comments>http://www.petederemer.com/2009/11/10/tennis-on-campus-counter-updates/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:08:03 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tennis]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=124</guid>
		<description><![CDATA[I have created version 2.0 of the Tennis on Campus Counter.  For this release I have completely rewritten the scraping tool in Python, effectively disbanding the old BASH scraper.  Also, There a lot of bug fixes on the teams list, updated teams, and new teams pages.  Finally a few tweaks were included to make the data easier [...]]]></description>
			<content:encoded><![CDATA[<p>I have created version 2.0 of the <a href="http://www.petederemer.com/toc">Tennis on Campus Counter</a>.  For this release I have completely rewritten the scraping tool in Python, effectively disbanding the old BASH scraper.  Also, There a lot of bug fixes on the teams list, updated teams, and new teams pages.  Finally a few tweaks were included to make the data easier to read on the charts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2009/11/10/tennis-on-campus-counter-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tennis on Campus Tracker Updates</title>
		<link>http://www.petederemer.com/2009/07/02/tennis-on-campus-tracker-updates/</link>
		<comments>http://www.petederemer.com/2009/07/02/tennis-on-campus-tracker-updates/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:03:49 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[tennis on campus]]></category>
		<category><![CDATA[tennis on campus tracker]]></category>
		<category><![CDATA[TOC]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=107</guid>
		<description><![CDATA[Version 0.5 of Tennis on Campus Tracker (aka Tennis on Campus Counter), is close to being completed.  You can check out the progress so far at http://www.petederemer.com/toc/.  The themes are still being worked on, however most of everything else is completed as of now.

Everything is now stored in MYSQL.
Keeps unique  information changes on each team.
Display [...]]]></description>
			<content:encoded><![CDATA[<p>Version 0.5 of Tennis on Campus Tracker (aka Tennis on Campus Counter), is close to being completed.  You can check out the progress so far at <a href="http://www.petederemer.com/toc/">http://www.petederemer.com/toc/</a>.  The themes are still being worked on, however most of everything else is completed as of now.</p>
<ul>
<li>Everything is now stored in MYSQL.</li>
<li>Keeps unique  information changes on each team.</li>
<li>Display new teams added since last month</li>
<li>Display updated teams added since last month</li>
<li>Team profile pages</li>
<li>Team listing page</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2009/07/02/tennis-on-campus-tracker-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of Spring Semester</title>
		<link>http://www.petederemer.com/2009/05/06/end-of-spring-semester/</link>
		<comments>http://www.petederemer.com/2009/05/06/end-of-spring-semester/#comments</comments>
		<pubDate>Thu, 07 May 2009 02:59:20 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[All Nighter]]></category>
		<category><![CDATA[Awards]]></category>
		<category><![CDATA[Car]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[SGA]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[WVU Club Tennis]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=104</guid>
		<description><![CDATA[Well the end of the semester is approaching (tomorrow at 10am) and man I can not even begin to explain how much i need it.  Between project classes eating up time like crazy, I have not have had much time to see just how much I have done this semester.  Here are some [...]]]></description>
			<content:encoded><![CDATA[<p>Well the end of the semester is approaching (tomorrow at 10am) and man I can not even begin to explain how much i need it.  Between project classes eating up time like crazy, I have not have had much time to see just how much I have done this semester.  Here are some of the highlights:</p>
<ul>
<li> Trying to get Club Tennis better situated to be a top 5 school in the section.  It&#8217;s recruitment time!</li>
<li>Winner of the Individual Sportsmanship Award at the 2009 Mid-Atlantic Tennis on Campus Sectionals</li>
<li>Winner of the Team Sportsmanship Award at the 2009 Mid-Atlantic Tennis on Campus Sectionals (Yes, I won both! )</li>
<li>Served as the league coordinator for Morgantown USTA Leagues.  Attempted (But failing.  I was close though!) to get Morgantown tennis more united&#8230;  Guess there&#8217;s always next year!</li>
<li>Started my &#8220;summer project&#8221;.  More will be revealed later in the project.  It is tennis related, and should be pretty epic.  If all goes well, it may shake up the tennis world pretty good.</li>
<li>Bought a car</li>
<li>Pulled my first all nighter. (had to pull about 6 this semester)</li>
<li>Was picked for the Webmaster position in the Student Government Association.</li>
<li>Stepping up Club Tennis&#8217;s role at the Sport Club Federation meetings.  (Ran for VP, but didn&#8217;t get it)</li>
<li>First Tennis on Campus Mid-Atlantic Section Committee meeting</li>
<li>Found another club tennis president who is also computer science major! (how rare!)</li>
<li>I&#8217;m  sure some other things that I&#8217;m forgetting.</li>
</ul>
<p>Those are some of the highlights.  I&#8217;m glad that the semester is over because now I can really focus on getting Club Tennis ready for the fall semester, where i fully want us to be much more powerful next year!  I&#8217;ll also focus on my summer project a lot now.  I really believe that it can change how things are currently done, and can&#8217;t wait to release it in a beta form later this summer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2009/05/06/end-of-spring-semester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USTA WV District Article About WVU Club Tennis</title>
		<link>http://www.petederemer.com/2009/03/24/usta-wv-district-article-about-wvu-club-tennis/</link>
		<comments>http://www.petederemer.com/2009/03/24/usta-wv-district-article-about-wvu-club-tennis/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 13:10:24 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=98</guid>
		<description><![CDATA[Was interviewed by the USTA about WVU Club Tennis.  You can find more here.
]]></description>
			<content:encoded><![CDATA[<p>Was interviewed by the USTA about WVU Club Tennis.  You can find more <a title="USTA WV District" href="http://www.network.usta.com/publish.sps?syndicatorguid={3CF2E760-6D8A-4F93-9863-A485E511E15F}&amp;rmasiteinstanceguid={B1C5ED7B-A191-4CCA-996A-D8B6FF2234D3}&amp;rmapageid=24&amp;pagegid={184CF875-135F-484B-85DC-820BC2531083}&amp;pageType=single&amp;newsid=6629074&amp;sectionID=2900">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2009/03/24/usta-wv-district-article-about-wvu-club-tennis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the USTA WV District Website</title>
		<link>http://www.petederemer.com/2009/02/26/on-the-usta-wv-district-website/</link>
		<comments>http://www.petederemer.com/2009/02/26/on-the-usta-wv-district-website/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 02:03:52 +0000</pubDate>
		<dc:creator>sportman1280</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.petederemer.com/?p=94</guid>
		<description><![CDATA[Well, so it turns out that WV District also put up the information about the sectional awards we won!
Check it out here&#8230;
http://www.network.usta.com/publish.sps?syndicatorguid={3CF2E760-6D8A-4F93-9863-A485E511E15F}&#38;rmasiteinstanceguid={B1C5ED7B-A191-4CCA-996A-D8B6FF2234D3}&#38;rmapageid=24&#38;pagegid={184CF875-135F-484B-85DC-820BC2531083}&#38;pageType=single&#38;newsid=6627811&#38;sectionID=2900
]]></description>
			<content:encoded><![CDATA[<p>Well, so it turns out that WV District also put up the information about the sectional awards we won!</p>
<p>Check it out here&#8230;</p>
<p><a href=" http://www.network.usta.com/publish.sps?syndicatorguid={3CF2E760-6D8A-4F93-9863-A485E511E15F}&amp;rmasiteinstanceguid={B1C5ED7B-A191-4CCA-996A-D8B6FF2234D3}&amp;rmapageid=24&amp;pagegid={184CF875-135F-484B-85DC-820BC2531083}&amp;pageType=single&amp;newsid=6627811&amp;sectionID=2900">http://www.network.usta.com/publish.sps?syndicatorguid={3CF2E760-6D8A-4F93-9863-A485E511E15F}&amp;rmasiteinstanceguid={B1C5ED7B-A191-4CCA-996A-D8B6FF2234D3}&amp;rmapageid=24&amp;pagegid={184CF875-135F-484B-85DC-820BC2531083}&amp;pageType=single&amp;newsid=6627811&amp;sectionID=2900</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.petederemer.com/2009/02/26/on-the-usta-wv-district-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
