<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Fitzgerald Steele</title>
	<atom:link href="http://fitzgeraldsteele.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fitzgeraldsteele.wordpress.com</link>
	<description>Usability, User Experience, Social Media, Web Design and Development...</description>
	<lastBuildDate>Wed, 18 Nov 2009 16:40:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Memeing in PHP by Meme in Scala &#171; Dwins&#8217;s Weblog</title>
		<link>http://fitzgeraldsteele.wordpress.com/2008/11/25/memeing-in-php-2/#comment-182</link>
		<dc:creator>Meme in Scala &#171; Dwins&#8217;s Weblog</dc:creator>
		<pubDate>Wed, 18 Nov 2009 16:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/2008/11/25/memeing-in-php-2/#comment-182</guid>
		<description>[...] [PHP] http://fitzgeraldsteele.wordpress.com/2008/11/25/memeing-in-php-2/ [...]</description>
		<content:encoded><![CDATA[<p>[...] [PHP] <a href="http://fitzgeraldsteele.wordpress.com/2008/11/25/memeing-in-php-2/" rel="nofollow">http://fitzgeraldsteele.wordpress.com/2008/11/25/memeing-in-php-2/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UX Designer/Developer Core Competencies by Yunus Tunak</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/11/16/ux-designerdeveloper-core-competencies/#comment-172</link>
		<dc:creator>Yunus Tunak</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/?p=230#comment-172</guid>
		<description>Definitely helpful.

And totally agree with the &quot;magic&quot; thing :) 9 out of 10 person dont want to understand the job but worship. So what a prophet effect :)</description>
		<content:encoded><![CDATA[<p>Definitely helpful.</p>
<p>And totally agree with the &#8220;magic&#8221; thing <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  9 out of 10 person dont want to understand the job but worship. So what a prophet effect <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Web Frameworks: Expression Engine, Acquia Drupal, Ruby on Rails by fitzgeraldsteele</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/10/05/learning-web-frameworks-expression-engine-acquia-drupal-ruby-on-rails/#comment-159</link>
		<dc:creator>fitzgeraldsteele</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/?p=298#comment-159</guid>
		<description>Wow!  The EE community came out to represent their code!  =)  Thanks, guys, for the feedback and encouragement.  It speaks highly of the EE community.

@Erwin...I&#039;m using CodeIgniter on a couple of other projects, so I&#039;ve got some experience there.  This project was about trying out some new toys.  

Let me try to clarify that statement.  We&#039;ve got a 7 person staff -- all with some level of programming, but only 1 developer who&#039;s full time job is to write server-side PHP/SQL code all day.  I&#039;m the UX Designer but I have lots of programming experience.  While I can and occasionally do write some of the backend code, I try to focus on the front end.  

We get lots of project requests on the order of this form (event registration forms, sign ups, etc). As you might expect.  The dev guy is pretty fully booked on other, bigger, longer term projects, so the work falls to others to put together when they can.  So one of the goals of our CMS/framework search is to have a tool that can generate these simple forms quickly, reducing or eliminating the need to allocate someone&#039;s time to write PHP/SQL.  

By scouring the interwebs for Freeform demos/examples, we finally did as @Hambo suggested.  But it took a long time to get there.  First, it was difficult for us to find useful Freeform docs.  We found an example, but when it came time to customize for our form it was difficult to know what the freeform tags did exactly.  Second, it took us a while to figure out that we had to create separate Freeform fields in a different place than the form template -- the two seemed really far apart in the EE admin interface, and going back and forth in a trial/error manner wasn&#039;t nice.  Of course, there is a learning curve, but now I know how, and it still doesn&#039;t seem that EE/Freeform provides the level of automated form building I was hoping for.  Likewise, CodeIgniter would not help reduce the need for someone with PHP/SQL skills to build the form guts.

Contrast this with Drupal&#039;s Webform, which gives you a GUI for building your form -- all the form building, customizing, and analysis options are available in one place.  Rails was also strong in this area...

Thanks for the discussion guys!</description>
		<content:encoded><![CDATA[<p>Wow!  The EE community came out to represent their code!  =)  Thanks, guys, for the feedback and encouragement.  It speaks highly of the EE community.</p>
<p>@Erwin&#8230;I&#8217;m using CodeIgniter on a couple of other projects, so I&#8217;ve got some experience there.  This project was about trying out some new toys.  </p>
<p>Let me try to clarify that statement.  We&#8217;ve got a 7 person staff &#8212; all with some level of programming, but only 1 developer who&#8217;s full time job is to write server-side PHP/SQL code all day.  I&#8217;m the UX Designer but I have lots of programming experience.  While I can and occasionally do write some of the backend code, I try to focus on the front end.  </p>
<p>We get lots of project requests on the order of this form (event registration forms, sign ups, etc). As you might expect.  The dev guy is pretty fully booked on other, bigger, longer term projects, so the work falls to others to put together when they can.  So one of the goals of our CMS/framework search is to have a tool that can generate these simple forms quickly, reducing or eliminating the need to allocate someone&#8217;s time to write PHP/SQL.  </p>
<p>By scouring the interwebs for Freeform demos/examples, we finally did as @Hambo suggested.  But it took a long time to get there.  First, it was difficult for us to find useful Freeform docs.  We found an example, but when it came time to customize for our form it was difficult to know what the freeform tags did exactly.  Second, it took us a while to figure out that we had to create separate Freeform fields in a different place than the form template &#8212; the two seemed really far apart in the EE admin interface, and going back and forth in a trial/error manner wasn&#8217;t nice.  Of course, there is a learning curve, but now I know how, and it still doesn&#8217;t seem that EE/Freeform provides the level of automated form building I was hoping for.  Likewise, CodeIgniter would not help reduce the need for someone with PHP/SQL skills to build the form guts.</p>
<p>Contrast this with Drupal&#8217;s Webform, which gives you a GUI for building your form &#8212; all the form building, customizing, and analysis options are available in one place.  Rails was also strong in this area&#8230;</p>
<p>Thanks for the discussion guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac Text Editors&#8230;TextMate wins! by Erwin Heiser</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/05/13/mac-text-editors-textmate-wins/#comment-158</link>
		<dc:creator>Erwin Heiser</dc:creator>
		<pubDate>Tue, 06 Oct 2009 10:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/2009/05/13/mac-text-editors-textmate-wins/#comment-158</guid>
		<description>I use Expandrive http://www.expandrive.com/mac in combination with Textmate. Expandrive mounts your server as a Finder volume and this way you can select your files, drag them on the Textmate icon in your dock and presto... your files are now loaded in a Textmate project.</description>
		<content:encoded><![CDATA[<p>I use Expandrive <a href="http://www.expandrive.com/mac" rel="nofollow">http://www.expandrive.com/mac</a> in combination with Textmate. Expandrive mounts your server as a Finder volume and this way you can select your files, drag them on the Textmate icon in your dock and presto&#8230; your files are now loaded in a Textmate project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Web Frameworks: Expression Engine, Acquia Drupal, Ruby on Rails by Erwin Heiser</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/10/05/learning-web-frameworks-expression-engine-acquia-drupal-ruby-on-rails/#comment-157</link>
		<dc:creator>Erwin Heiser</dc:creator>
		<pubDate>Tue, 06 Oct 2009 10:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/?p=298#comment-157</guid>
		<description>Horses for courses of course. It sounds like you indeed missed what EE&#039;s about but for the job you described why didn&#039;t you look into CodeIgniter? It&#039;s a lightweight PHP MVC framework from the same team that built EE. Its form validation and e-mail class are solid and easy to deploy.

One thing I found odd in your article:&quot;it requires a developer to build the form, which was a major downside for our team&quot; yet you say your team works in &quot;base PHP&quot;... did I miss anything? I still have to meet the first client who could build his own form even with a so-called form builder.</description>
		<content:encoded><![CDATA[<p>Horses for courses of course. It sounds like you indeed missed what EE&#8217;s about but for the job you described why didn&#8217;t you look into CodeIgniter? It&#8217;s a lightweight PHP MVC framework from the same team that built EE. Its form validation and e-mail class are solid and easy to deploy.</p>
<p>One thing I found odd in your article:&#8221;it requires a developer to build the form, which was a major downside for our team&#8221; yet you say your team works in &#8220;base PHP&#8221;&#8230; did I miss anything? I still have to meet the first client who could build his own form even with a so-called form builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Web Frameworks: Expression Engine, Acquia Drupal, Ruby on Rails by Hambo</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/10/05/learning-web-frameworks-expression-engine-acquia-drupal-ruby-on-rails/#comment-156</link>
		<dc:creator>Hambo</dc:creator>
		<pubDate>Tue, 06 Oct 2009 03:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/?p=298#comment-156</guid>
		<description>I think you have missed something but this could be more to do with the time constraints than your learning ability! It took me several months to grok EE but it&#039;s been well worth it.

Admittedly there could be more help for an absolute beginner but all you would need to do is build the form in HTML, add the Freeform tags top and bottom then make sure the names correspond with the form variables in Freeform.

Yes you do need to build a thank you page but this is EE&#039;s strength. You can point it back to itself and use a conditional to check for an additional URL segment or point to a whole new template.

One thing to note is ExpressionEngine 2.0 will be built with CodeIgniter, itself a PHP framework, so you are free to build a form builder and release it as a module!

If you need any help going forward then just Twitter to hashtag #ee or #expressionengine or jump on the EE forums. We&#039;ll all be happy to help.</description>
		<content:encoded><![CDATA[<p>I think you have missed something but this could be more to do with the time constraints than your learning ability! It took me several months to grok EE but it&#8217;s been well worth it.</p>
<p>Admittedly there could be more help for an absolute beginner but all you would need to do is build the form in HTML, add the Freeform tags top and bottom then make sure the names correspond with the form variables in Freeform.</p>
<p>Yes you do need to build a thank you page but this is EE&#8217;s strength. You can point it back to itself and use a conditional to check for an additional URL segment or point to a whole new template.</p>
<p>One thing to note is ExpressionEngine 2.0 will be built with CodeIgniter, itself a PHP framework, so you are free to build a form builder and release it as a module!</p>
<p>If you need any help going forward then just Twitter to hashtag #ee or #expressionengine or jump on the EE forums. We&#8217;ll all be happy to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Web Frameworks: Expression Engine, Acquia Drupal, Ruby on Rails by GregD</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/10/05/learning-web-frameworks-expression-engine-acquia-drupal-ruby-on-rails/#comment-153</link>
		<dc:creator>GregD</dc:creator>
		<pubDate>Mon, 05 Oct 2009 18:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/?p=298#comment-153</guid>
		<description>You definitely have to try HAML &amp; SASS</description>
		<content:encoded><![CDATA[<p>You definitely have to try HAML &amp; SASS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Web Frameworks: Expression Engine, Acquia Drupal, Ruby on Rails by John D Wells</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/10/05/learning-web-frameworks-expression-engine-acquia-drupal-ruby-on-rails/#comment-151</link>
		<dc:creator>John D Wells</dc:creator>
		<pubDate>Mon, 05 Oct 2009 15:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/?p=298#comment-151</guid>
		<description>Thanks for sharing your experience, I like this &quot;real world&quot; approach to comparing different tools.

I&#039;d be curious to know the final results *after you see each build approach to its end*.  Drupal may have been quick out of the gates, but it might actually take 4 people + 3 hours each to &quot;get&quot; the templating system.  And while EE does require a certain way of thinking, you may soon encounter an &quot;ah-hah&quot; moment, or discover that theming in EE is a breeze - even easier than Wordpress I&#039;d argue.

Rails may win in the end, but you&#039;d at least gain a more complete understanding of the tools at hand.  A lot can happen in that last 20%...</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your experience, I like this &#8220;real world&#8221; approach to comparing different tools.</p>
<p>I&#8217;d be curious to know the final results *after you see each build approach to its end*.  Drupal may have been quick out of the gates, but it might actually take 4 people + 3 hours each to &#8220;get&#8221; the templating system.  And while EE does require a certain way of thinking, you may soon encounter an &#8220;ah-hah&#8221; moment, or discover that theming in EE is a breeze &#8211; even easier than WordPress I&#8217;d argue.</p>
<p>Rails may win in the end, but you&#8217;d at least gain a more complete understanding of the tools at hand.  A lot can happen in that last 20%&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guerilla Research Methods by Russ</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/08/24/guerilla-research-methods/#comment-136</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sat, 29 Aug 2009 02:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/?p=233#comment-136</guid>
		<description>Nice write-up--thanks for attending!</description>
		<content:encoded><![CDATA[<p>Nice write-up&#8211;thanks for attending!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac Text Editors&#8230;TextMate wins! by Anthony</title>
		<link>http://fitzgeraldsteele.wordpress.com/2009/05/13/mac-text-editors-textmate-wins/#comment-66</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 18 May 2009 21:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://fitzgeraldsteele.wordpress.com/2009/05/13/mac-text-editors-textmate-wins/#comment-66</guid>
		<description>I considered trying this out based on your selection until I got to the part about sftp support. I use Coda primarily because I love how it handles multiple sites. I can pick one of my client sites, and it automatically connects the ssh, pulls up the ftp directory, and re-opens whichever files I had up when last editing. Makes it quite easy to switch between multiple projects. Now if they could just get a Navicat-like MySQL gui in there...</description>
		<content:encoded><![CDATA[<p>I considered trying this out based on your selection until I got to the part about sftp support. I use Coda primarily because I love how it handles multiple sites. I can pick one of my client sites, and it automatically connects the ssh, pulls up the ftp directory, and re-opens whichever files I had up when last editing. Makes it quite easy to switch between multiple projects. Now if they could just get a Navicat-like MySQL gui in there&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
