<?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>BrowneDev.com &#187; Examples</title>
	<atom:link href="https://www.brownedev.com/?cat=3&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://www.brownedev.com</link>
	<description>Showing off some Webs</description>
	<lastBuildDate>Thu, 31 Jul 2014 18:45:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Some More PHP</title>
		<link>https://www.brownedev.com/?p=52</link>
		<comments>https://www.brownedev.com/?p=52#comments</comments>
		<pubDate>Wed, 24 Jul 2013 17:58:44 +0000</pubDate>
		<dc:creator><![CDATA[Steve]]></dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[factorials]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.brownedev.com/?p=52</guid>
		<description><![CDATA[Second lesson in the PHP class, it took a little more time to try and condense the factorial code to as small as I could make it but I eventually came up with this. &#60;?php $number = rand(1,10); $factorial = 1; for ($counter = 1;$counter &#60;= $number;$counter++) { $factorial = $factorial * $counter; } echo &#8230; <a href="https://www.brownedev.com/?p=52" class="more-link">Continue reading <span class="screen-reader-text">Some More PHP</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Second lesson in the PHP class, it took a little more time to try and condense the factorial code to as small as I could make it but I eventually came up with this.</p>
<p>&lt;?php</p>
<p>$number = rand(1,10);<br />
$factorial = 1;</p>
<p>for ($counter = 1;$counter &lt;= $number;$counter++)<br />
{<br />
$factorial = $factorial * $counter;<br />
}<br />
echo &#8220;The factorial of $number is $factorial&#8221;;</p>
<p>?&gt;</p>
<p>Seems to work</p>
<p><a title="Factorials" href="http://brownedev.com/phpclassonline/square2.php" target="_blank">Second Lesson</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.brownedev.com/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Start of PHP</title>
		<link>https://www.brownedev.com/?p=45</link>
		<comments>https://www.brownedev.com/?p=45#comments</comments>
		<pubDate>Tue, 23 Jul 2013 19:06:25 +0000</pubDate>
		<dc:creator><![CDATA[Steve]]></dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[classwork]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.brownedev.com/?p=45</guid>
		<description><![CDATA[I have begun an online class with my local community college.  I thought I should try every way possible to learn web development.  The class I am in is PHP and MySQL.  I have some prior training but never put it into use so I figured I would post some of the class work that &#8230; <a href="https://www.brownedev.com/?p=45" class="more-link">Continue reading <span class="screen-reader-text">The Start of PHP</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I have begun an online class with my local community college.  I thought I should try every way possible to learn web development.  The class I am in is PHP and MySQL.  I have some prior training but never put it into use so I figured I would post some of the class work that we have on this site.</p>
<p>This is the first very simple class work assignment but here we go.</p>
<p><a title="PHP Assignment 1" href="http://brownedev.com/phpclassonline/phptest.php" target="_blank">First Assignment</a></p>
<p>I made the link open in a new window because I do not have any navigation build on that page, in case you are wondering.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.brownedev.com/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entering Images</title>
		<link>https://www.brownedev.com/?p=20</link>
		<comments>https://www.brownedev.com/?p=20#comments</comments>
		<pubDate>Mon, 15 Jul 2013 13:05:09 +0000</pubDate>
		<dc:creator><![CDATA[Steve]]></dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://www.brownedev.com/?p=20</guid>
		<description><![CDATA[Just adding things to posts&#8230;  I will delete this eventually. yeah, my screen is ok &#160;]]></description>
				<content:encoded><![CDATA[<p>Just adding things to posts&#8230;  I will delete this eventually.</p>
<p><a href="http://www.brownedev.com/wp-content/uploads/2013/07/Screen-Shot-2013-07-11-at-1.20.40-PM.png"><img class="alignnone size-medium wp-image-21" title="Screen_Shot" alt="A screen shot of my Computer" src="http://www.brownedev.com/wp-content/uploads/2013/07/Screen-Shot-2013-07-11-at-1.20.40-PM-300x187.png" width="300" height="187" /></a></p>
<p>yeah, my screen is ok</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.brownedev.com/?feed=rss2&#038;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
