<?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>stevenmcconnon.com</title>
	<atom:link href="http:///blog/feed/" rel="self" type="application/rss+xml" />
	<link>/blog</link>
	<description>Blog about Web Development</description>
	<lastBuildDate>Sun, 29 Apr 2012 07:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Unit Testing with QUnit, Growl, Watchr</title>
		<link>/blog/2012/04/29/unit-testing-with-qunit-growl-watchr/</link>
		<comments>/blog/2012/04/29/unit-testing-with-qunit-growl-watchr/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 07:26:54 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[Javascript/Jquery]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">/blog/?p=185</guid>
		<description><![CDATA[To be sure, the situation with Unit-Testing DOM Javascript is pretty abysmal right now. There is not really a nice neat way to have continuos testing for Jquery/Javascript yet that I know of. I have created a way to do &#8230; <a href="/blog/2012/04/29/unit-testing-with-qunit-growl-watchr/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2012/04/29/unit-testing-with-qunit-growl-watchr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing with PHPUnit, Growl, Watchr</title>
		<link>/blog/2012/04/29/unit-testing-with-phpunit-growl-watchr/</link>
		<comments>/blog/2012/04/29/unit-testing-with-phpunit-growl-watchr/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 07:01:40 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">/blog/?p=165</guid>
		<description><![CDATA[There has already been a tutorial on how to do this here and here, but I need to create my own spin on their tutorials. We all know that Unit Testing is essential for proper software development, and in PHP &#8230; <a href="/blog/2012/04/29/unit-testing-with-phpunit-growl-watchr/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2012/04/29/unit-testing-with-phpunit-growl-watchr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send files via cURL in PHP</title>
		<link>/blog/2012/03/14/how-to-send-files-via-curl-in-php/</link>
		<comments>/blog/2012/03/14/how-to-send-files-via-curl-in-php/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 20:17:24 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">/blog/?p=160</guid>
		<description><![CDATA[Sometimes it is necessary to forward an uploaded file to an external script such as API usage. It is really quite simple but I will show you how to do it. Here is the form: &#60;form method=&#34;post&#34; enctype=&#34;multipart/form-data&#34;&#62; Description: &#60;input &#8230; <a href="/blog/2012/03/14/how-to-send-files-via-curl-in-php/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2012/03/14/how-to-send-files-via-curl-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self Balancing Robot Tutorial &#8211; Part 1</title>
		<link>/blog/2012/01/17/new-fun-project-self-balancing-robot-tutorial-part-1/</link>
		<comments>/blog/2012/01/17/new-fun-project-self-balancing-robot-tutorial-part-1/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 05:37:01 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">/blog/?p=143</guid>
		<description><![CDATA[I was talking with some of my friends at UCF and discovered that there exists an inexpensive microcontroller that can be programmed to do embedded systems called the Arduino. Since embedded systems is the whole reason I&#8217;m going to college, &#8230; <a href="/blog/2012/01/17/new-fun-project-self-balancing-robot-tutorial-part-1/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2012/01/17/new-fun-project-self-balancing-robot-tutorial-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gamification for higher user engagement.</title>
		<link>/blog/2011/10/16/gamification-for-higher-user-engagement/</link>
		<comments>/blog/2011/10/16/gamification-for-higher-user-engagement/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 01:33:23 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">/blog/?p=131</guid>
		<description><![CDATA[A little creative thinking can go a long way and make the difference between making a successful and fun to use web application, and a boring web application that nobody wants to use.  <a href="/blog/2011/10/16/gamification-for-higher-user-engagement/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2011/10/16/gamification-for-higher-user-engagement/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Arrange Rows in Columns of 2 or 3</title>
		<link>/blog/2011/10/15/arrange-rows-in-columns-of-2-or-3/</link>
		<comments>/blog/2011/10/15/arrange-rows-in-columns-of-2-or-3/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 20:49:19 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">/blog/?p=119</guid>
		<description><![CDATA[When making a CMS web application, the layout should be dynamic. In the case of arranging hundreds of textboxes neatly, some logic is involved. Here is a snippet of code that creates an array for the number of columns each &#8230; <a href="/blog/2011/10/15/arrange-rows-in-columns-of-2-or-3/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2011/10/15/arrange-rows-in-columns-of-2-or-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to show errors on ASP.NET website</title>
		<link>/blog/2011/09/19/how-to-show-errors-in-web-config-file/</link>
		<comments>/blog/2011/09/19/how-to-show-errors-in-web-config-file/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 02:16:45 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">/blog/?p=107</guid>
		<description><![CDATA[I was recently working on an ASP.NET 4.0 application and had some problems when uploading my site on to Godaddy&#8217;s servers. Basically I was getting INTERNAL SERVER 500 ERROR. This isn&#8217;t very useful for a developer who is trying to &#8230; <a href="/blog/2011/09/19/how-to-show-errors-in-web-config-file/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2011/09/19/how-to-show-errors-in-web-config-file/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to blink text in all browsers</title>
		<link>/blog/2011/01/07/how-to-blink-text-in-all-browsers/</link>
		<comments>/blog/2011/01/07/how-to-blink-text-in-all-browsers/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 19:41:31 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[Javascript/Jquery]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Blink Tags]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">/blog/?p=96</guid>
		<description><![CDATA[I am not saying that &#60;blink&#62;&#60;/blink&#62;  tags are smart, but sometimes clients want things to blink indefinitely. So here is a snippet of code that will help you on your way. Javascript: &#60;script type=&#34;text/javascript&#34; language=&#34;javascript&#34;&#62; window.onload=blinkOn; &#160; function blinkOn&#40;&#41; &#123; document.getElementById&#40;&#34;blink&#34;&#41;.style.color=&#34;#CCC&#34; &#8230; <a href="/blog/2011/01/07/how-to-blink-text-in-all-browsers/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2011/01/07/how-to-blink-text-in-all-browsers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to link includes to full url</title>
		<link>/blog/2010/12/31/how-to-link-includes-to-full-url/</link>
		<comments>/blog/2010/12/31/how-to-link-includes-to-full-url/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 14:16:34 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php include full url]]></category>
		<category><![CDATA[php include not working]]></category>
		<category><![CDATA[php include remote file]]></category>

		<guid isPermaLink="false">/blog/?p=82</guid>
		<description><![CDATA[When working on a project for a blog recently I tried linking my includes to something like this: 1 &#60;?php include&#40;&#34;http://sitename.com/includes/header.php&#34;&#41;; ?&#62; And it would not work. The proper way to link that would be 1 &#60;?php include&#40;$_SERVER&#91;'DOCUMENT_ROOT'&#93; . &#34;/includes/header.php&#34;&#41;; &#8230; <a href="/blog/2010/12/31/how-to-link-includes-to-full-url/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2010/12/31/how-to-link-includes-to-full-url/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to center a div on the page using CSS</title>
		<link>/blog/2010/12/24/how-to-center-a-div-on-the-page-using-css/</link>
		<comments>/blog/2010/12/24/how-to-center-a-div-on-the-page-using-css/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 17:43:26 +0000</pubDate>
		<dc:creator>Steven McConnon</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[center a div]]></category>

		<guid isPermaLink="false">/blog/?p=71</guid>
		<description><![CDATA[A long time ago when I first started doing web-design I would always run into the problem of how to center a div on the page. Now of course that is a very simple problem for experienced coders but this &#8230; <a href="/blog/2010/12/24/how-to-center-a-div-on-the-page-using-css/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>/blog/2010/12/24/how-to-center-a-div-on-the-page-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

