<?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>Clint Berry</title>
	<atom:link href="http://clintberry.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://clintberry.com</link>
	<description>Web Development 2 point &#34;Oh&#34;</description>
	<lastBuildDate>Sun, 05 Feb 2012 01:51:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Sublime Text 2 for PHP &amp; WordPress Development</title>
		<link>http://clintberry.com/2012/sublime-text-2-php-symfony-development/</link>
		<comments>http://clintberry.com/2012/sublime-text-2-php-symfony-development/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 17:48:17 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[Development Environment]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=443</guid>
		<description><![CDATA[Sublime Text 2 is an amazing code editor that I started using on the recommendation of a friend. I fell in love and haven&#8217;t looked back. Why is Sublime Text 2 Awesome? Where do I start&#8230; Here are some of<a class="moretag" href="http://clintberry.com/2012/sublime-text-2-php-symfony-development/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2012/sublime-text-2-php-symfony-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom User Providers in Symfony2</title>
		<link>http://clintberry.com/2011/custom-user-providers-symfony2/</link>
		<comments>http://clintberry.com/2011/custom-user-providers-symfony2/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 00:10:05 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=382</guid>
		<description><![CDATA[Why Custom User Providers? At my current job all the database systems are managed by DB admins and the developers have to connect to the database via web services. We do not connect to the databases directly. This allows for<a class="moretag" href="http://clintberry.com/2011/custom-user-providers-symfony2/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2011/custom-user-providers-symfony2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Switched to Symfony 2 Framework</title>
		<link>http://clintberry.com/2011/switched-symfony-2-framework/</link>
		<comments>http://clintberry.com/2011/switched-symfony-2-framework/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 21:14:05 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=323</guid>
		<description><![CDATA[I have been working with the Zend Framework for the last 3 years. I like it. It is flexible, heavily object oriented, and organized. However, one thing that has always bothered me is that modules in ZF have been second-class<a class="moretag" href="http://clintberry.com/2011/switched-symfony-2-framework/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2011/switched-symfony-2-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siege Testing Your Site Behind a Login</title>
		<link>http://clintberry.com/2011/siege-testing-site-login/</link>
		<comments>http://clintberry.com/2011/siege-testing-site-login/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 17:55:46 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=255</guid>
		<description><![CDATA[I use Siege to test my web applications and get an idea of how much traffic they can sustain. A few days ago, I needed to test a part of my application that was behind a login...]]></description>
		<wfw:commentRss>http://clintberry.com/2011/siege-testing-site-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started With Plivo</title>
		<link>http://clintberry.com/2011/getting-started-with-plivo/</link>
		<comments>http://clintberry.com/2011/getting-started-with-plivo/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 19:25:35 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[Telephony]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=233</guid>
		<description><![CDATA[The open-source telephony development world has been changing drastically over the last 2 years. Projects like FreeSWITCH allow you to create simple phone applications with XML files, but until recently, advanced applications required a solid knowledge of the Erlang language.<a class="moretag" href="http://clintberry.com/2011/getting-started-with-plivo/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2011/getting-started-with-plivo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Speed Up Your WordPress Development Cycle With Git</title>
		<link>http://clintberry.com/2011/speed-up-your-wordpress-development-cycle-with-git/</link>
		<comments>http://clintberry.com/2011/speed-up-your-wordpress-development-cycle-with-git/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 14:15:35 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=208</guid>
		<description><![CDATA[If you have developed WordPress sites for clients this process might sound familiar to you: Get a new client that wants a wordpress site Download the most recent wordpress Find a good current blank wordpress theme to start implementing the<a class="moretag" href="http://clintberry.com/2011/speed-up-your-wordpress-development-cycle-with-git/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2011/speed-up-your-wordpress-development-cycle-with-git/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Wildcard Sub-Domains on OSX, Web Development on Localhost</title>
		<link>http://clintberry.com/2011/wildcard-sub-domains-on-osx-web-development-on-localhost/</link>
		<comments>http://clintberry.com/2011/wildcard-sub-domains-on-osx-web-development-on-localhost/#comments</comments>
		<pubDate>Mon, 30 May 2011 20:58:19 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[Development Environment]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=191</guid>
		<description><![CDATA[Today&#8217;s post will be on setting up wildcard subdomains in OSX. This allows you to map folders in your web root to sub-domains on your local box. Why would you want to do this? It is nice to be able<a class="moretag" href="http://clintberry.com/2011/wildcard-sub-domains-on-osx-web-development-on-localhost/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2011/wildcard-sub-domains-on-osx-web-development-on-localhost/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Zend Studio and Git(Hub)</title>
		<link>http://clintberry.com/2011/zend-studio-and-github/</link>
		<comments>http://clintberry.com/2011/zend-studio-and-github/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 23:16:13 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Zend Studio]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=147</guid>
		<description><![CDATA[I have been using Zend Studio as my IDE for years, and for version control I have always used SVN. Zend Studio Eclipse plays very nicely with SVN out of the box, but lately it seems Git has gained a<a class="moretag" href="http://clintberry.com/2011/zend-studio-and-github/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2011/zend-studio-and-github/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>MongoDB Base Model for Zend Framework</title>
		<link>http://clintberry.com/2010/mongodb-base-model-for-zend-framework/</link>
		<comments>http://clintberry.com/2010/mongodb-base-model-for-zend-framework/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 23:37:30 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=127</guid>
		<description><![CDATA[I came accross MongoDB a few months ago and it seemed like a perfect fit for many of the projects I am working. Extremely fast inserts, map-reduce for complex queries, and most importantly, scaling is a breeze. Since I am<a class="moretag" href="http://clintberry.com/2010/mongodb-base-model-for-zend-framework/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2010/mongodb-base-model-for-zend-framework/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Zend Framework Code Generator With Scaffolding &#8211; ZFcodo</title>
		<link>http://clintberry.com/2010/zend-framework-code-generator-with-scaffolding/</link>
		<comments>http://clintberry.com/2010/zend-framework-code-generator-with-scaffolding/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 00:48:46 +0000</pubDate>
		<dc:creator>Clint</dc:creator>
				<category><![CDATA[Zcodo]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://clintberry.com/?p=29</guid>
		<description><![CDATA[Update: This project is now hosted at my GitHub account. While I am a huge fan of Zend Framework, I miss having the code generation that is bundled with other frameworks I use. Since my favorite codegen/ORM is from the<a class="moretag" href="http://clintberry.com/2010/zend-framework-code-generator-with-scaffolding/"> Read the full article...</a>]]></description>
		<wfw:commentRss>http://clintberry.com/2010/zend-framework-code-generator-with-scaffolding/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

