<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Me Like Dev</title>
	
	<link>http://melikedev.com</link>
	<description>Development tips, help, and suggestions for building performant websites</description>
	<lastBuildDate>Sat, 11 Feb 2012 06:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MeLikeDev" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="melikedev" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>IDE – Netbeans – Restore ‘Refresh Folder’ Option from Right Click Menu</title>
		<link>http://melikedev.com/2012/02/01/ide-netbeans-restore-refresh-folder-option-from-right-click-menu/</link>
		<comments>http://melikedev.com/2012/02/01/ide-netbeans-restore-refresh-folder-option-from-right-click-menu/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 04:05:08 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1546</guid>
		<description><![CDATA[Recently I went back to netbeans after giving Aptana a try, and so far things are going pretty smoothly. Except for one small issue, the right mouse click to &#8216;Refresh Folder&#8217; option is missing. After some googling I came across a site that describes how to enable this feature.
Basically you need to  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/02/01/ide-netbeans-restore-refresh-folder-option-from-right-click-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General – Yay! – Broke 600K requests for January 2012</title>
		<link>http://melikedev.com/2012/02/01/general-yay-broke-600k-requests-for-january-2012/</link>
		<comments>http://melikedev.com/2012/02/01/general-yay-broke-600k-requests-for-january-2012/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 22:02:56 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1542</guid>
		<description><![CDATA[For the first time since inception, melikedev.com finally broke the 600K requests / month barrier. As such, I wanted to thank everyone for supporting melikedev.com and look out for more, quality articles in the future.
]]></description>
		<wfw:commentRss>http://melikedev.com/2012/02/01/general-yay-broke-600k-requests-for-january-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPUnit – How to Run PHPUnit Against a Specific Test</title>
		<link>http://melikedev.com/2012/01/30/phpunit-how-to-run-phpunit-against-a-specific-test/</link>
		<comments>http://melikedev.com/2012/01/30/phpunit-how-to-run-phpunit-against-a-specific-test/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 01:22:40 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPUnit]]></category>
		<category><![CDATA[phpunit]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1533</guid>
		<description><![CDATA[The other day I was debugging an error in one of my unit tests, and found it hard to track down because when I ran PHPUnit, it ran all the tests contained in the file where my problem unit test was located. After some Googling and reading the PHPUnit Api Docs, I found that you can specify a test,  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/01/30/phpunit-how-to-run-phpunit-against-a-specific-test/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP – mysql_real_escape_string vs PDO::prepare()</title>
		<link>http://melikedev.com/2012/01/30/php-mysql_real_escape_string-vs-pdoprepare/</link>
		<comments>http://melikedev.com/2012/01/30/php-mysql_real_escape_string-vs-pdoprepare/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 21:15:51 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php pdo]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1531</guid>
		<description><![CDATA[I was recently made aware of some subtle differences between mysql_real_escape_string and PDO::prepare and thought I would pass on a great article stating why PDO::prepare() is preferred over m_r_e_s. If you are starting a new project or working on an existing project, and you are not using an ORM,  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/01/30/php-mysql_real_escape_string-vs-pdoprepare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General – WordPress and Plugins Updated</title>
		<link>http://melikedev.com/2012/01/29/general-wordpress-and-plugins-updated/</link>
		<comments>http://melikedev.com/2012/01/29/general-wordpress-and-plugins-updated/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 00:11:34 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1522</guid>
		<description><![CDATA[Just finished updating WordPress and associated themes/plugins to their most recent versions. There were few minor, noticeable differences, but overall the upgrade process was relatively smooth. If you are a MLD regular and notice something out of place, feel free to post a comment to this  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/01/29/general-wordpress-and-plugins-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – PHPUnit – Use PHPUnit Without PEAR</title>
		<link>http://melikedev.com/2012/01/25/php-phpunit-use-phpunit-without-pear/</link>
		<comments>http://melikedev.com/2012/01/25/php-phpunit-use-phpunit-without-pear/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 02:06:04 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPUnit]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[phpunit]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1458</guid>
		<description><![CDATA[Abstract
PHPUnit is a great tool to protect us developers from introducing new defects when adding new features or re-factoring code. However there is one HUGE downside to PHPUnit; it must be installed using PEAR. Personally, I don&#8217;t like &#8216;auto-installers&#8217;, I&#8217;d prefer to know what exactly is  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/01/25/php-phpunit-use-phpunit-without-pear/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>General – Merry Christmas – 2011</title>
		<link>http://melikedev.com/2011/12/24/general-merry-christmas-2011/</link>
		<comments>http://melikedev.com/2011/12/24/general-merry-christmas-2011/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 20:15:29 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1456</guid>
		<description><![CDATA[Just wanted to thank everyone who has supported melikedev.com over the last year. I&#8217;d like to wish everyone a Merry Christmas and Happy New year, and we look forward to posting more great articles in 2012.
]]></description>
		<wfw:commentRss>http://melikedev.com/2011/12/24/general-merry-christmas-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux – CentOS – GIT – Version Mismatch – CentOS5 CentOS6</title>
		<link>http://melikedev.com/2011/12/21/linux-centos-git-version-mismatch-centos5-centos6/</link>
		<comments>http://melikedev.com/2011/12/21/linux-centos-git-version-mismatch-centos5-centos6/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 02:17:05 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1452</guid>
		<description><![CDATA[Be careful when upgrading CentOS 5.x servers to 6.x with respect to GIT. On CentOS 5.x GIT was not available via default repo, so I compiled it manually and it was on version 1.7.6, but when I installed CentOS 6 and did a yum install for GIT, it was at version 1.7.1.
Glad that CentOS finally  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2011/12/21/linux-centos-git-version-mismatch-centos5-centos6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux – PHP – Apache – HTTP Error 500</title>
		<link>http://melikedev.com/2011/12/21/linux-php-apache-http-error-500/</link>
		<comments>http://melikedev.com/2011/12/21/linux-php-apache-http-error-500/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 18:11:55 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1449</guid>
		<description><![CDATA[Had a weird issue where my demo server was throwing 500 error when a request was made. I spent time digging into my nginx configs to see if there were a issue, once I was able to determine it was not nginx, I started tearing apart my apache vhosts to see what the issue was. It was tough to track  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2011/12/21/linux-php-apache-http-error-500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux – CentOS6 – Git – fatal – Where do you want to fetch from today?</title>
		<link>http://melikedev.com/2011/12/09/linux-centos6-git-fatal-where-do-you-want-to-fetch-from-today/</link>
		<comments>http://melikedev.com/2011/12/09/linux-centos6-git-fatal-where-do-you-want-to-fetch-from-today/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 23:18:42 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1446</guid>
		<description><![CDATA[If you are using GIT as your version control and you attempt to do a `git pull` and get a &#8220;fatal: Where do you want to fetch from today?&#8221; message, you need to do either of the following:
]]></description>
		<wfw:commentRss>http://melikedev.com/2011/12/09/linux-centos6-git-fatal-where-do-you-want-to-fetch-from-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

