<?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>FeedMe</title>
	<atom:link href="http://cias.rit.edu/~feedme/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://cias.rit.edu/~feedme/blog</link>
	<description>"We are alive, therefore we will die."</description>
	<lastBuildDate>Thu, 07 May 2009 17:00:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Password Resetting part 2</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=284</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=284#comments</comments>
		<pubDate>Thu, 07 May 2009 17:00:40 +0000</pubDate>
		<dc:creator>Lee Pfeil</dc:creator>
				<category><![CDATA[Designers]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[deep-linking]]></category>
		<category><![CDATA[gaia]]></category>
		<category><![CDATA[password reset]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=284</guid>
		<description><![CDATA[Brandon and I just made a discovery! thanks in part to Gaia&#8217;s deep linking, we were able to implement one of the alternative options that I discussed in the previous post. Instead of sending the GET string to the newPasswordSet.php page, it will be sent directly to the passwordChange page in the quietus consulting application. [...]]]></description>
			<content:encoded><![CDATA[<p>Brandon and I just made a discovery! thanks in part to Gaia&#8217;s deep linking, we were able to implement one of the alternative options that I discussed in the previous post. Instead of sending the GET string to the newPasswordSet.php page, it will be sent directly to the passwordChange page in the quietus consulting application. Then it can call the appropriate php file after they input the new password, and then either authorize them and reset their password, or tell them they aren&#8217;t allowed to reset this user&#8217;s password (the encrypted password authentication doesn&#8217;t match up)</p>
<p>We need designs for (but can make up the design ourselves, based on the login page&#8230;) a page to input the email to which the reset password info will be sent, and a page where the user can input their new password (two fields, new password and re-type password)</p>
<p>This is more of a memo than anything, letting people know what&#8217;s in the works.</p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=284</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Resetting</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=277</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=277#comments</comments>
		<pubDate>Tue, 05 May 2009 21:35:35 +0000</pubDate>
		<dc:creator>Lee Pfeil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=277</guid>
		<description><![CDATA[The code has been successfully written to change a user&#8217;s password. Here&#8217;s how it works!

step 1: User claims they have forgotten their password. They need to input some form of identification (whether it&#8217;s their username, email address, or user ID) so we know which user&#8217;s password to reset.
step 2: The user is sent an email [...]]]></description>
			<content:encoded><![CDATA[<p>The code has been successfully written to change a user&#8217;s password. Here&#8217;s how it works!</p>
<ul>
<li>step 1: User claims they have forgotten their password. They need to input some form of identification (whether it&#8217;s their username, email address, or user ID) so we know which user&#8217;s password to reset.</li>
<li>step 2: The user is sent an email with a link they can go to which will automatically reset their password. This link has get parameters attached to it, so it will look something like this:<br />
http://cias.rit.edu/~feedme/quietus/php/newPasswordSet.php?userID=&amp;password=50ff4740002e975652481a30508db78f<br />
The userID parameter is obviously the user&#8217;s ID, and the password parameter is the current user&#8217;s password as it has been encrypted and saved in the database, but encrypted again.</li>
<li>step 3: The user goes to the link, and the database matches the password in the string with the encrypted password in the database. If they match, a new password string of 8 characters composed of letters and numbers will be randomly generated. This new password will be sent to them via email, and encrypted and saved in the database. Now, they can log in with this new password.</li>
<li>step 4: They can go to a &#8220;change password&#8221; page inside the quietus consulting application to change their randomly generated password to something they can more easily remember.</li>
</ul>
<p><span style="color: #ff0000;"><strong>Steps to be accomplished</strong>:</span> Step 1 and step 4. both these steps require their own pages in the quietus consulting application. Also, a page for Step 3 may need to be designed. This will be an html page.</p>
<p><strong>Reasoning behind this method:</strong> This way, a user cannot falsely claim to be another user and request a password reset. If they do, the only action that occurs is that an email is sent to the user. If it is ignored, no change is made in the database. The user must actively click on the link in the email to get their password reset.</p>
<p><strong>Other possible methods: </strong>If I can find a way, the link in the email could go directly to the &#8220;change your password&#8221; page in the quietus consulting application (thanks to gaia deep linking), and the user could change their password from there. This method would be much more complicated, and less secure.</p>
<p>Any thoughts / comments / clarification?</p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=277</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imagine RIT</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=261</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=261#comments</comments>
		<pubDate>Tue, 05 May 2009 19:46:06 +0000</pubDate>
		<dc:creator>Kaylin</dc:creator>
				<category><![CDATA[Feed_Me News]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=261</guid>
		<description><![CDATA[The team participated in the Imagination RIT fair this last Saturday and used this opportunity for user testing.  The experience of watching users was great and the site got the laughing reactions that we were aiming for.  Several things still need to be fixed in the next three weeks and we look forward [...]]]></description>
			<content:encoded><![CDATA[<p>The team participated in the Imagination RIT fair this last Saturday and used this opportunity for user testing.  The experience of watching users was great and the site got the laughing reactions that we were aiming for.  Several things still need to be fixed in the next three weeks and we look forward to seeing the completed site.  We have also added the user deaths to twitter so that Quietus has a twitter community and changed the take Away Page layout.</p>
<p>User Results:<br />
- introduction complete<br />
- Create your own account should be more noticeable<br />
- Make kid friendly questionnaire level?<br />
- Progress bar for questionnaire<br />
- Have a &#8221; do you have children?&#8221; question to add to stress level<br />
- People don’t know how to drag sliders<br />
- Agree to terms button and content<br />
- Icons for sliders<br />
- Arrow for isometric graph should pop more<br />
- Animations complete<br />
- Dropping death age by 10 years<br />
- have immortal option</p>
<div class="wp-caption aligncenter" style="width: 410px"><img title="Imagine RIT Fair" src="http://feedme.cias.rit.edu/BlogPics/pic1.JPG" alt="Lee helping this young fellow find his mortality." width="400" height="300" /><p class="wp-caption-text">Lee helping this young fellow find his mortality.</p></div>
<div class="wp-caption aligncenter" style="width: 410px"><img title="Imagine RIT Fair" src="http://feedme.cias.rit.edu/BlogPics/pic2.JPG" alt="Brandon comforting the dead..." width="400" height="300" /><p class="wp-caption-text">Brandon comforting the dead...</p></div>
<div class="wp-caption aligncenter" style="width: 410px"><img title="Imagine RIT Fair" src="http://feedme.cias.rit.edu/BlogPics/pic3.JPG" alt="More of the support team :)" width="400" height="300" /><p class="wp-caption-text">More of the support team <img src='http://cias.rit.edu/~feedme/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></div>
<p><img class="aligncenter" title="Imagine RIT Fair" src="http://feedme.cias.rit.edu/BlogPics/pic5.JPG" alt="" width="400" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=261</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comps Version 3</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=240</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=240#comments</comments>
		<pubDate>Fri, 10 Apr 2009 03:55:42 +0000</pubDate>
		<dc:creator>Jae</dc:creator>
				<category><![CDATA[Designers]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=240</guid>
		<description><![CDATA[Another round of lovely comps to display.


















]]></description>
			<content:encoded><![CDATA[<p>Another round of lovely comps to display.</p>
<p style="text-align: center;"><img class="aligncenter" title="preloader" src="http://feedme.cias.rit.edu/designs/FinalDesigns/FinalPreloader/finalPreloader.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;"><img class="aligncenter" title="preloader" src="http://feedme.cias.rit.edu/designs/FinalDesigns/FinalLogin/jpg/FinalLogin.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter" title="preloader" src="http://feedme.cias.rit.edu/designs/FinalDesigns/FinalLogout/jpg/FinalLogout.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter" title="preloader" src="http://feedme.cias.rit.edu/designs/FinalDesigns/FinalConfirmation/jpgs/FinalRegistrationConfirmation.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p><img class="alignnone" title="Final Registration with Terms of Use" src="http://feedme.cias.rit.edu/designs/FinalDesigns/FinalRegistration/jpg/FinalRegistration_ termsOfUse.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Questionnaire" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalQuestionnaire/jpg/ FinalQuestionnaire.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Questionnaire Graph" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalQuestionnaire/jpg/ FinalQuestionnaire-graph.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Profile Page" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalProfile/png/profile.png" alt="" width="568" height="366" /></p>
<p style="text-align: center;"><img class="alig&lt;img alt= aligncenter" title="Take Away Page" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalTakeAway/jpg/takeAway.jpg" alt="" width="568" height="366" /></p>
<p style="text-align: center;"><img class="aligncenter" title="About Page" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalAbout/jpg/FinalAbout.jpg" alt="" width="568" height="366" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=240</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comps Version 2</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=227</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=227#comments</comments>
		<pubDate>Fri, 27 Mar 2009 16:37:14 +0000</pubDate>
		<dc:creator>Kaylin</dc:creator>
				<category><![CDATA[Designers]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=227</guid>
		<description><![CDATA[




]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="Navigation" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalNavigation_001/jpg/FinalNavigation_001.jpg" alt="" width="430" height="323" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Login" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalLogin/jpg/FinalLogin.jpg" alt="" width="430" height="323" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Registration" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalRegistration/jpg/FinalRegistration.jpg" alt="" width="430" height="323" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Registration Confirmation" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalConfirmation/jpgs/FinalRegistrationConfirmation.jpg" alt="" width="430" height="323" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Logout" src="http://cias.rit.edu/~feedme/designs/FinalDesigns/FinalLogout/jpg/FinalLogout.jpg" alt="" width="430" height="323" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=227</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hooray math!</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=223</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=223#comments</comments>
		<pubDate>Tue, 24 Mar 2009 22:02:26 +0000</pubDate>
		<dc:creator>Lee Pfeil</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[bar graph]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=223</guid>
		<description><![CDATA[http://feedme.cias.rit.edu/quietus/php/graphData.php
Alrighty folks, this will be a quick post because I&#8217;ve got class in 4 minutes, but here goes.
the above link will take you to a page where you can choose the filter that gets graphed against the frequency of causes of deaths, and it will tell you how many people in the database are most [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Graph Data" href="http://feedme.cias.rit.edu/quietus/php/graphData.php" target="_blank">http://feedme.cias.rit.edu/quietus/php/graphData.php</a></p>
<p>Alrighty folks, this will be a quick post because I&#8217;ve got class in 4 minutes, but here goes.</p>
<p>the above link will take you to a page where you can choose the filter that gets graphed against the frequency of causes of deaths, and it will tell you how many people in the database are most likely to die from such a cause in their respective divisions. It also displays the percent of the highest number, as well as the number of cubes which would be displayed in flash.</p>
<p>enjoy!</p>
<p><em>(if you want to add more &#8220;ghost&#8221; data to the database, I made a script to do just that! it&#8217;s here: <a title="Fill Data" href="http://feedme.cias.rit.edu/quietus/php/recordsFill.php" target="_blank">http://feedme.cias.rit.edu/quietus/php/recordsFill.php</a> &#8211; if you want to add more than one record at a time [could get quite daunting...] then you can add ?n=# to the end of the url, where # is the number of records you want to create. If you create one, then refresh the graphData page, you&#8217;ll see the new numbers! Isn&#8217;t that exciting!?)</em></p>
<p>yikes! late to class!</p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=223</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comps Version 1</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=221</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=221#comments</comments>
		<pubDate>Mon, 23 Mar 2009 02:30:32 +0000</pubDate>
		<dc:creator>Jae</dc:creator>
				<category><![CDATA[Designers]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=221</guid>
		<description><![CDATA[Cyndy and Jae together created these versions, implementing everyone&#8217;s designs and ideas.
Information will hide and reappear when needed for the users and colors tone for background would changed depending which section they are on &#8220;home&#8221;, &#8220;about&#8221;, &#8220;explore&#8221;.






]]></description>
			<content:encoded><![CDATA[<p>Cyndy and Jae together created these versions, implementing everyone&#8217;s designs and ideas.</p>
<p>Information will hide and reappear when needed for the users and colors tone for background would changed depending which section they are on &#8220;home&#8221;, &#8220;about&#8221;, &#8220;explore&#8221;.</p>
<p style="text-align: center;"><img class="aligncenter" title="preloader" src="http://cias.rit.edu/~feedme/designs/secondGeneration/navigation/Jae/jpg/preloader.jpg" alt="" width="368" height="277" /></p>
<p style="text-align: center;"><img class="aligncenter" title="login" src="http://cias.rit.edu/~feedme/designs/secondGeneration/navigation/Jae/jpg/login.jpg" alt="" width="368" height="277" /></p>
<p style="text-align: center;"><img class="aligncenter" title="an" src="http://cias.rit.edu/~feedme/designs/secondGeneration/navigation/Jae/jpg/createAnAccount.jpg" alt="" width="368" height="277" /></p>
<p style="text-align: center;"><img class="aligncenter" title="rolover" src="http://cias.rit.edu/~feedme/designs/secondGeneration/navigation/Jae/jpg/createAccount_rollover.jpg" alt="" width="368" height="277" /></p>
<p style="text-align: center;"><img class="aligncenter" title="help" src="http://cias.rit.edu/~feedme/designs/secondGeneration/navigation/Jae/jpg/community_help.jpg" alt="" width="368" height="277" /></p>
<p style="text-align: center;"><img class="aligncenter" title="graph" src="http://cias.rit.edu/~feedme/designs/secondGeneration/navigation/Jae/jpg/community_graph.jpg" alt="" width="368" height="277" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=221</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Site Map</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=216</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=216#comments</comments>
		<pubDate>Tue, 17 Mar 2009 15:27:53 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=216</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://cias.rit.edu/~nmtp/nmtp/feedme/UpdatedSiteMap.jpg" alt="Updated Site Map" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=216</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting the New Quarter</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=213</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=213#comments</comments>
		<pubDate>Fri, 13 Mar 2009 05:43:44 +0000</pubDate>
		<dc:creator>Kaylin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=213</guid>
		<description><![CDATA[Feed Me has started out the first week of our spring quarter jumping back into the design and development with great excitment. The designers have made several versions of logos, preloader pages and navigation designs. We have collaborated into making an isometric feel for the preloader and will have a preloader and isometric graph page [...]]]></description>
			<content:encoded><![CDATA[<p>Feed Me has started out the first week of our spring quarter jumping back into the design and development with great excitment. The designers have made several versions of logos, preloader pages and navigation designs. We have collaborated into making an isometric feel for the preloader and will have a preloader and isometric graph page designed to give to the developers tomorrow.</p>
<p>In the team meeting today, we further discussed the wire frames, weekly goals,  and resolved some potential problems with the isometric graph interactivity. The isometric graph is to be the first graph the developers are going to work on.  Some solutions to the interactivity of the graph and the users not being able to see specific information because the front of the graph can overlap the cubes in the back are as follows:</p>
<p>- Make the cubes in the front of the graph transparent.</p>
<p>- Develop the graph using Flash Papervision to be able to slightly rotate the graph.</p>
<p>- Shift the topic being viewed to the front of the graph when selected.</p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=213</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tori&#8217;s Comps</title>
		<link>http://cias.rit.edu/~feedme/blog/?p=208</link>
		<comments>http://cias.rit.edu/~feedme/blog/?p=208#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:30:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Designers]]></category>

		<guid isPermaLink="false">http://cias.rit.edu/~feedme/blog/?p=208</guid>
		<description><![CDATA[













]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/comp1-2.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/comp1-2b copy.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/comp1-3.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/HOME_2copy.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/HOME_2.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/preloader_2.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/STATISTIC 1 copy.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/STATISTIC3 copy.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/STATISTIC4bwithgraient.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/comp1-Questionaire3Wgradient.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/STATISTIC-user-community.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/community-TOOLTIP.jpg" alt="" width="342" height="275" /></p>
<p style="text-align: center;"><img class="aligncenter" title="2" src="http://jps2606.cias.rit.edu/all/feedMe/untitled folder/comp1-Questionaire2.jpg" alt="" width="342" height="275" /></p>
]]></content:encoded>
			<wfw:commentRss>http://cias.rit.edu/~feedme/blog/?feed=rss2&amp;p=208</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
