
<?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>Bryce McDonnell &#124;&#124; Freelance Web Application Developer &#187; php</title>
	<atom:link href="http://www.brycemcdonnell.com/skills-and-expert-groups/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brycemcdonnell.com</link>
	<description>bryce mcdonnell is a freelance web application developer specializing in PHP, Ruby on Rails and MySQL</description>
	<lastBuildDate>Fri, 26 Feb 2010 18:18:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress / Fat Free CRM Lead Form Published!</title>
		<link>http://www.brycemcdonnell.com/2009/07/fat-free-crm-lead-form/</link>
		<comments>http://www.brycemcdonnell.com/2009/07/fat-free-crm-lead-form/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Stuff I'm Working On]]></category>
		<category><![CDATA[business/entrepreneurship]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[web service consumption]]></category>
		<category><![CDATA[web service creation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.brycemcdonnell.com/?p=214</guid>
		<description><![CDATA[I&#8217;ve had a bit of time to finally pursue some open source initiatives that I&#8217;ve had cooking in the back of my mind. I&#8217;m really excited to release this project I&#8217;ve been working on because it showcases work in both PHP and Ruby on Rails. I&#8217;ve created a plugin written in PHP that integrates into [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a bit of time to finally pursue some open source initiatives that I&#8217;ve had cooking in the back of my mind. I&#8217;m really excited to release this project I&#8217;ve been working on because it showcases work in both PHP and Ruby on Rails. I&#8217;ve created a plugin written in PHP that integrates into any Wordpress site. I&#8217;ve also updated and modified a Ruby on Rails project called Fat Free CRM.</p>
<p>I really hope this adds a ton of value to new or established businesses looking for more efficiencies in their web-contact-to-deal-close processes.</p>
<p><span id="more-214"></span></p>
<p>The plugin installs just like any other Wordpress plugin. It should be pretty intuitive to anyone that has even limited experience administrating a Wordpress site. The plugin can be downloaded from Wordpress or at <a href="http://github.com/brycem/WordPress-Lead-Form-Plugin-For-Fat-Free-CRM/tree/master" target="_blank">my repo on github</a>.</p>
<p><a href="http://www.fatfreecrm.com/" target="_blank">Fat Free CRM</a> is a great customer relationship manager (CRM) I&#8217;ve been using for a little while now instead of <a href="http://www.highrisehq.com" target="_blank">Highrise</a>. I used Highrise for a little while before I grew frustrated by its hosting costs and lack of features. The guys at <a href="http://www.37signals.com" target="_blank">37signals</a> don&#8217;t seem to update it very often either.</p>
<p>For the rails project, I <a href="http://github.com/michaeldv/fat_free_crm/tree" target="_blank">forked the repository</a> and made a few minor changes like adding access via an API key. I also added a few usability options in the view codes to make integration with the plugin seamless.</p>
<p>For new businesses that are just implementing a CRM solution, I&#8217;d be happy to host the CRM application on my servers for a nominal cost. <a href="http://www.brycemcdonnell.com/contact/">Feel free to contact me</a> for more details. (hint, the contact form is an example of the plugin in action <img src='http://www.brycemcdonnell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>To use the plugin and CRM together, just follow these simple instructions:</p>
<ol>
<li>Download or clone the CRM from my github repo. Install on my servers (contact me for pricing) or on your own</li>
<li>Download and install the fat-free-crm-lead plugin either from Wordpress or my github repo</li>
<li>Configure the plugin with the URL of your CRM and an API token (details are provided in the admin interface of the plugin)</li>
<li>Watch the leads come rolling in and enjoy not having to copy and paste from emails any longer</li>
</ol>
<p>Hopefully, this is really easy. If you run into any problems or have feature requests, please feel free to <a href="http://www.brycemcdonnell.com/contacts/">contact me</a>.</p>
<p>====UPDATE====</p>
<p>The plugin has been accepted into the WP plugin directory. Take a look at the <a href="http://wordpress.org/extend/plugins/fat-free-crm-lead-form/" target="_blank">fat-free-crm-lead-form at Wordpress</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brycemcdonnell.com/2009/07/fat-free-crm-lead-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php exception handling on iis 7</title>
		<link>http://www.brycemcdonnell.com/2009/06/php-exception-handling-on-iis-7/</link>
		<comments>http://www.brycemcdonnell.com/2009/06/php-exception-handling-on-iis-7/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 21:34:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Stuff I'm Working On]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.brycemcdonnell.com/?p=84</guid>
		<description><![CDATA[I was recently deploying a PHP site to a client hosting their content with IIS 7. In my code, I typically raise and handle exceptions. My philosophy is simply that exceptions are logical operators like &#8220;if&#8221;, &#8220;then&#8221; and &#8220;while&#8221;. At any rate, when I deployed this code to the production environment, IIS would raise an [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently deploying a PHP site to a client hosting their content with IIS 7. In my code, I typically raise and handle exceptions. My philosophy is simply that exceptions are logical operators like &#8220;if&#8221;, &#8220;then&#8221; and &#8220;while&#8221;. At any rate, when I deployed this code to the production environment, IIS would raise an HTTP 500 exception. This is not ideal.</p>
<p>After hours of desperate searching, I finally found the solution to <a href="http://blogs.iis.net/stjacobs/archive/2008/10/11/php-and-iis-a-deeper-dive.aspx" target="_blank">appropriate exception handling with php on IIS on the iis blog</a>. The solution was more of a footnote about halfway down the page in the php.ini section. The trick is to set fastcgi logging to false. Not the most ideal solution, but I was finally able to handle exceptions the way php code should.</p>
<p>From iis blog: &#8220;FastCGI logging should be disabled on IIS. If it is left enabled, then any messages of any class are treated by FastCGI as error conditions which will cause IIS to generate an HTTP 500 exception.&#8221;</p>
<p><strong> php.ini </strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">fastcgi<span style="color: #339933;">.</span>logging <span style="color: #339933;">=</span> 0 <span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.brycemcdonnell.com/2009/06/php-exception-handling-on-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nakusp Music Festival</title>
		<link>http://www.brycemcdonnell.com/2008/03/nakusp-music-festival/</link>
		<comments>http://www.brycemcdonnell.com/2008/03/nakusp-music-festival/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 21:53:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[object oriented php]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.thedevranch.net/?p=94</guid>
		<description><![CDATA[<a href=http://www.brycemcdonnell.com/2008/03/nakusp-music-festival/><img src=http://blog.thedevranch.net/wp-content/uploads/2009/07/nakusp.png class=imgtfe hspace=5 align=left width=100  border=0></a>For Chris Freelund, Co-developer &#8211; 2007
The music festival had just had a falling out with their core team of developers. They had an application with bugs and no support. Bryce was hired to become familiar with the code, do testing and bring the project up to production status.
This included re-factoring and building new code into [...]]]></description>
			<content:encoded><![CDATA[<h4>For Chris Freelund, Co-developer &#8211; 2007</h4>
<p>The music festival had just had a falling out with their core team of developers. They had an application with bugs and no support. Bryce was hired to become familiar with the code, do testing and bring the project up to production status.</p>
<p>This included re-factoring and building new code into the existing framework.</p>
<p><span id="more-94"></span></p>
<p>I also fixed their ailing e-commerce solution. The festival was unable to sell tickets to their events until I fixed that part of the code base</p>
<p>We developed a good relationship with the music festival by sharing frequent progress reports and handling new bugs quickly.</p>
<p style="text-align: center;"><img class="size-full wp-image-98    aligncenter" title="nakusp" src="http://blog.thedevranch.net/wp-content/uploads/2009/07/nakusp.png" alt="Nakusp Music Festival" width="539" height="228" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brycemcdonnell.com/2008/03/nakusp-music-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
