<?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>Me Like Dev</title>
	<atom:link href="http://melikedev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://melikedev.com</link>
	<description>Development tips, help, and suggestions for building performant websites</description>
	<lastBuildDate>Fri, 18 May 2012 21:56:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PHPUnit &#8211; Upgrade &#8211; Convert assertType to assertInternalType</title>
		<link>http://melikedev.com/2012/05/18/phpunit-upgrade-convert-asserttype-to-assertinternaltype/</link>
		<comments>http://melikedev.com/2012/05/18/phpunit-upgrade-convert-asserttype-to-assertinternaltype/#comments</comments>
		<pubDate>Fri, 18 May 2012 21:49:26 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[PHPUnit]]></category>
		<category><![CDATA[phpunit]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1595</guid>
		<description><![CDATA[We recently upgraded phpunit from a very old version to the current 3.6.x version (at time of writing). During the upgrade I noticed that assertType is no longer supported in many of our tests which were testing if something was a string, an array, or an object. So I had to write a quick script to  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/05/18/phpunit-upgrade-convert-asserttype-to-assertinternaltype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General &#8211; Introducing MeLikeDrinks.com</title>
		<link>http://melikedev.com/2012/05/14/general-introducing-melikedrinks-com/</link>
		<comments>http://melikedev.com/2012/05/14/general-introducing-melikedrinks-com/#comments</comments>
		<pubDate>Mon, 14 May 2012 21:09:52 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[melikedrinks]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1591</guid>
		<description><![CDATA[Two and a half years ago I started writing a drink recipe search engine, which I would like to announce is finally ready for prime-time. The overall goal of the project was to provide a free-text drink recipe search engine that was easy to use and understand. During the time there were several  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/05/14/general-introducing-melikedrinks-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Reset Password &#8211; Your Password Reset Link has Expired &#8211; No Mail Server Access to Outside</title>
		<link>http://melikedev.com/2012/04/23/magento-reset-password-your-password-reset-link-has-expired-no-mail-server-access-to-outside/</link>
		<comments>http://melikedev.com/2012/04/23/magento-reset-password-your-password-reset-link-has-expired-no-mail-server-access-to-outside/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 01:15:54 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1588</guid>
		<description><![CDATA[If you are working with Magento in a dev environment, it is a good chance that you don&#8217;t have an email server set which will access your @gmail.com email address. What I did to get around this is I would click the &#8216;forgot password&#8217; link via Magento UI, then go into &#8216;/var/spool/mqueue&#8217; where the  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/04/23/magento-reset-password-your-password-reset-link-has-expired-no-mail-server-access-to-outside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony &#8211; Doctrine &#8211; Call to a member function evictAll on a non-object</title>
		<link>http://melikedev.com/2012/04/20/symfony-doctrine-call-member-function-evictall-nonobject/</link>
		<comments>http://melikedev.com/2012/04/20/symfony-doctrine-call-member-function-evictall-nonobject/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 00:18:41 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[Doctrine]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Symfony 1.4]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1581</guid>
		<description><![CDATA[If you are working with Symfony and Doctrine and encounter a &#8220;Call to a member function evictAll() on a non-object&#8221; error message, check to see if you are using DQL for any delete queries. I just came across this error and after some googling (mostly about bad schema files) I couldn&#8217;t fix the  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/04/20/symfony-doctrine-call-member-function-evictall-nonobject/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>General &#8211; Been awhile</title>
		<link>http://melikedev.com/2012/04/20/general-been-awhile/</link>
		<comments>http://melikedev.com/2012/04/20/general-been-awhile/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 22:29:36 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1577</guid>
		<description><![CDATA[Sorry for the lack of updates over the last few weeks. I have been super busy getting a project ready for primetime. This weekend I am removing &#8220;beta&#8221; branding and will announce the project next week, so anyone interested can check it out. The project is reason why this blog was born as it  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/04/20/general-been-awhile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL &#8211; Enable Query Logging</title>
		<link>http://melikedev.com/2012/03/22/mysql-enable-query-logging/</link>
		<comments>http://melikedev.com/2012/03/22/mysql-enable-query-logging/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 23:32:10 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1568</guid>
		<description><![CDATA[Recently I wanted to track all the queries being executed for one of my applications, and found a great way to turn on query logging. I would then tail the log file and run through my app to see which queries were actually being executed. My app is based on doctrine (1.2) and I was amazed at how  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/03/22/mysql-enable-query-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux &#8211; CentOS &#8211; Install Mycrypt</title>
		<link>http://melikedev.com/2012/03/13/linux-centos-install-mycrypt/</link>
		<comments>http://melikedev.com/2012/03/13/linux-centos-install-mycrypt/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 20:07:09 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[mcrypt]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1566</guid>
		<description><![CDATA[I have been working with Magento and came across another hurdle. Magento requires the mycrypt PHP module to be compiled, otherwise you will not be able to complete the install process. So naturally I opened up a terminal and typed `yum install mcrypt` only to find that no such libraries existed.  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/03/13/linux-centos-install-mycrypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; Unable to Connect to Database</title>
		<link>http://melikedev.com/2012/03/09/magento-unable-to-connect-to-database/</link>
		<comments>http://melikedev.com/2012/03/09/magento-unable-to-connect-to-database/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 06:14:42 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1562</guid>
		<description><![CDATA[Just spent 30 minutes fighting the magento GUI installer, which kept giving me a &#8216;unable to connect to database&#8217; error. Only after trying a multitude of config permutations did I realize that I had to put a valid hostname (not localhost) into the hostname textbox (even though I could connect to  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/03/09/magento-unable-to-connect-to-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General &#8211; Google New Privacy Policies Start Enforcement Today</title>
		<link>http://melikedev.com/2012/03/01/general-google-new-privacy-policies-start-enforcement-today/</link>
		<comments>http://melikedev.com/2012/03/01/general-google-new-privacy-policies-start-enforcement-today/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 17:52:00 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1557</guid>
		<description><![CDATA[If you haven&#8217;t heard, Google will start enforcing their new privacy policies starting today (3.1.2012). From what I have read and heard, they are basically consolidating logging of usage of all of their services into one area. So if you have your web based gmail account open, and do a search  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/03/01/general-google-new-privacy-policies-start-enforcement-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Magento &#8211; Zend &#8211; Missing Hash Function</title>
		<link>http://melikedev.com/2012/02/27/php-magento-zend-missing-hash-function/</link>
		<comments>http://melikedev.com/2012/02/27/php-magento-zend-missing-hash-function/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 02:02:45 +0000</pubDate>
		<dc:creator>Mike Purcell</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://melikedev.com/?p=1552</guid>
		<description><![CDATA[When it comes to manually configuring compiled applications on my systems, I am a minimalist, meaning that I always try to get away with the bare bones settings. Once in a great while this will come back to haunt me. In starting up a new project, I came across an issue where the Magento install  [...]]]></description>
		<wfw:commentRss>http://melikedev.com/2012/02/27/php-magento-zend-missing-hash-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

