<?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/"
		>
<channel>
	<title>Comments for Matthew Bull</title>
	<atom:link href="http://www.matthewbull.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewbull.net</link>
	<description>web development and photography</description>
	<lastBuildDate>Fri, 29 Jan 2010 22:11:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on symfony&#8217;s sfGuard plugin and LDAP by Ashton Honnecke</title>
		<link>http://www.matthewbull.net/2008/06/29/symfonys-sfguard-plugin-and-ldap/comment-page-1/#comment-334</link>
		<dc:creator>Ashton Honnecke</dc:creator>
		<pubDate>Fri, 29 Jan 2010 22:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=51#comment-334</guid>
		<description>I have detailed a solution to this problem, very easily altered to use both or either authentication mechanisms.  The big deal is to alter the validator for that signin form because that is where it blows up where there is no user.

http://blog.honnecke.us/2010/01/using-sfdoctrineguardusers-external-authentication/</description>
		<content:encoded><![CDATA[<p>I have detailed a solution to this problem, very easily altered to use both or either authentication mechanisms.  The big deal is to alter the validator for that signin form because that is where it blows up where there is no user.</p>
<p><a href="http://blog.honnecke.us/2010/01/using-sfdoctrineguardusers-external-authentication/" rel="nofollow">http://blog.honnecke.us/2010/01/using-sfdoctrineguardusers-external-authentication/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on symfony redirect vs forward by Arian</title>
		<link>http://www.matthewbull.net/2008/05/11/symfony-redirect-vs-forward/comment-page-1/#comment-318</link>
		<dc:creator>Arian</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=12#comment-318</guid>
		<description>well heres one normal case where you would need to use a forward i think...
if you are handling form submission in another action, then the handleError for that action, will need to forward back to original form(action) so the form has orig request variables to display the error messages i believe. or you could submit the form to itself (i choose against this recently on 1 form as there are a few buttons to submit, and it was easier to just set validation yml files for each action [versus do custom validation with validateActioname() and check which button was pressed]).</description>
		<content:encoded><![CDATA[<p>well heres one normal case where you would need to use a forward i think&#8230;<br />
if you are handling form submission in another action, then the handleError for that action, will need to forward back to original form(action) so the form has orig request variables to display the error messages i believe. or you could submit the form to itself (i choose against this recently on 1 form as there are a few buttons to submit, and it was easier to just set validation yml files for each action [versus do custom validation with validateActioname() and check which button was pressed]).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginning iPhone Development: Exploring the iPhone SDK by matthew</title>
		<link>http://www.matthewbull.net/2009/05/24/beginning-iphone-development-exploring-the-iphone-sdk/comment-page-1/#comment-316</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sun, 11 Oct 2009 09:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/2009/05/24/beginning-iphone-development-exploring-the-iphone-sdk/#comment-316</guid>
		<description>Well, I found it tricky because I&#039;d not done any image processing before, and hadn&#039;t even done much C programming. However this code on googlecode was helpful to get started:
&lt;a href=&quot;http://code.google.com/p/simple-iphone-image-processing/&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/simple-iphone-image-processing/&lt;/a&gt;

The code didn&#039;t seem to work as-is with colour, but with some hacking around you should be able to get it working.

Basically you just have to remember that each pixel in a colour image has three 8-bit colour channels and an alpha channel, each with values between 0 and 255. So processing an image consists of looping through bytes 1-4, 5-8, etc (ie pixel by pixel), modifying the values for each byte (channel) to get the colour you want for the overall pixel.

The principle is simple, but getting it right in practice is a bit fiddly.

Good luck!</description>
		<content:encoded><![CDATA[<p>Well, I found it tricky because I&#8217;d not done any image processing before, and hadn&#8217;t even done much C programming. However this code on googlecode was helpful to get started:<br />
<a href="http://code.google.com/p/simple-iphone-image-processing/" rel="nofollow">http://code.google.com/p/simple-iphone-image-processing/</a></p>
<p>The code didn&#8217;t seem to work as-is with colour, but with some hacking around you should be able to get it working.</p>
<p>Basically you just have to remember that each pixel in a colour image has three 8-bit colour channels and an alpha channel, each with values between 0 and 255. So processing an image consists of looping through bytes 1-4, 5-8, etc (ie pixel by pixel), modifying the values for each byte (channel) to get the colour you want for the overall pixel.</p>
<p>The principle is simple, but getting it right in practice is a bit fiddly.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beginning iPhone Development: Exploring the iPhone SDK by Bob Williams</title>
		<link>http://www.matthewbull.net/2009/05/24/beginning-iphone-development-exploring-the-iphone-sdk/comment-page-1/#comment-315</link>
		<dc:creator>Bob Williams</dc:creator>
		<pubDate>Sun, 11 Oct 2009 04:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/2009/05/24/beginning-iphone-development-exploring-the-iphone-sdk/#comment-315</guid>
		<description>Getting ready to start iPhone development project that will need to take a photo and then modify it. Can you give me some good reference sites to get me started. 

Thanks in advance
Bob Williams</description>
		<content:encoded><![CDATA[<p>Getting ready to start iPhone development project that will need to take a photo and then modify it. Can you give me some good reference sites to get me started. </p>
<p>Thanks in advance<br />
Bob Williams</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Matrix GUI, asset builders (and mums) by matthew</title>
		<link>http://www.matthewbull.net/2008/06/20/matrix-gui-asset-builders-and-mums/comment-page-1/#comment-314</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Fri, 09 Oct 2009 06:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=50#comment-314</guid>
		<description>I&#039;m sure community development does happen for Matrix. I think in my case (and that of the team I work in) it just seemed too much of a learning curve compared with, say, Drupal. The latter has the advantage that&#039;s it&#039;s relatively widely documented and talked about in blogs etc, and there are plenty of companies around who offer some excellent dev services. I&#039;m not saying that doesn&#039;t happen for Matrix, but seemingly on a much smaller scale.
I also don&#039;t know whether the structure of Matrix under the hood is better than Drupal. It can&#039;t be much worse, as Drupal&#039;s pretty hacky in a number of areas, and is still very &quot;php4&quot;. But I found the documentation for Matrix development a bit sparse, and there wasn&#039;t really an API in the Wordpress/Drupal etc sense.
Anyway it&#039;s a bit academic as we&#039;ve now committed to Drupal.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure community development does happen for Matrix. I think in my case (and that of the team I work in) it just seemed too much of a learning curve compared with, say, Drupal. The latter has the advantage that&#8217;s it&#8217;s relatively widely documented and talked about in blogs etc, and there are plenty of companies around who offer some excellent dev services. I&#8217;m not saying that doesn&#8217;t happen for Matrix, but seemingly on a much smaller scale.<br />
I also don&#8217;t know whether the structure of Matrix under the hood is better than Drupal. It can&#8217;t be much worse, as Drupal&#8217;s pretty hacky in a number of areas, and is still very &#8220;php4&#8243;. But I found the documentation for Matrix development a bit sparse, and there wasn&#8217;t really an API in the Wordpress/Drupal etc sense.<br />
Anyway it&#8217;s a bit academic as we&#8217;ve now committed to Drupal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wordpress mu XSRF by matthew</title>
		<link>http://www.matthewbull.net/2009/03/31/wordpress-mu-xsrf/comment-page-1/#comment-313</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Fri, 09 Oct 2009 06:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=178#comment-313</guid>
		<description>Scott,
I&#039;m a bit late replying I know, but if you&#039;re still having problems send over some code and I&#039;ll see if I can help.</description>
		<content:encoded><![CDATA[<p>Scott,<br />
I&#8217;m a bit late replying I know, but if you&#8217;re still having problems send over some code and I&#8217;ll see if I can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Matrix GUI, asset builders (and mums) by Nic Hubbard</title>
		<link>http://www.matthewbull.net/2008/06/20/matrix-gui-asset-builders-and-mums/comment-page-1/#comment-311</link>
		<dc:creator>Nic Hubbard</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=50#comment-311</guid>
		<description>Community Development DOES happen.  Creating custom assets is not all that difficult, you just have to have a good understanding of php, and read through other assets to understand how they are built.  I have developed 3 assets which have been added to Matrix, which includes a Javascript API.

If you want to get your hands dirty with developing for Matrix, let me know.  It can be a steep curve, but it is great once you get past that.</description>
		<content:encoded><![CDATA[<p>Community Development DOES happen.  Creating custom assets is not all that difficult, you just have to have a good understanding of php, and read through other assets to understand how they are built.  I have developed 3 assets which have been added to Matrix, which includes a Javascript API.</p>
<p>If you want to get your hands dirty with developing for Matrix, let me know.  It can be a steep curve, but it is great once you get past that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wordpress mu XSRF by Scott</title>
		<link>http://www.matthewbull.net/2009/03/31/wordpress-mu-xsrf/comment-page-1/#comment-310</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 30 Sep 2009 22:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=178#comment-310</guid>
		<description>Hey Matt,

Any way you could take a look at some code I&#039;m trying to get working in WPMU using wp_nonce and whitelist.

Shoot me an email.

Thanks!
-Scott</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>
<p>Any way you could take a look at some code I&#8217;m trying to get working in WPMU using wp_nonce and whitelist.</p>
<p>Shoot me an email.</p>
<p>Thanks!<br />
-Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on symfony&#8217;s sfGuard plugin and LDAP by Stefan</title>
		<link>http://www.matthewbull.net/2008/06/29/symfonys-sfguard-plugin-and-ldap/comment-page-1/#comment-308</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=51#comment-308</guid>
		<description>Any new findings on this one? I&#039;m running into the same problem implementing a Facebook Connect for a Symfony app.</description>
		<content:encoded><![CDATA[<p>Any new findings on this one? I&#8217;m running into the same problem implementing a Facebook Connect for a Symfony app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review of Panic&#8217;s Coda &#8211; One-Window Web Development for Mac OS X by matthew</title>
		<link>http://www.matthewbull.net/2009/02/08/review-of-panics-coda-one-window-web-development-for-mac-os-x/comment-page-1/#comment-304</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Thu, 10 Sep 2009 18:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthewbull.net/?p=142#comment-304</guid>
		<description>Well I have no experience of BBEdit. But I&#039;d say if I now had a choice between Coda and Textmate, I&#039;d probably go for Coda. It does cost more, but is easy to use, and looks really nice. I have to say since I&#039;ve got into using it with svn and remote sites more, I can&#039;t imagine how I managed before.
It&#039;s not like Coda&#039;s perfect, and it has some annoying little svn and file transfer issues. But it is a great environment for coding in a rapid development dev/staging setup.</description>
		<content:encoded><![CDATA[<p>Well I have no experience of BBEdit. But I&#8217;d say if I now had a choice between Coda and Textmate, I&#8217;d probably go for Coda. It does cost more, but is easy to use, and looks really nice. I have to say since I&#8217;ve got into using it with svn and remote sites more, I can&#8217;t imagine how I managed before.<br />
It&#8217;s not like Coda&#8217;s perfect, and it has some annoying little svn and file transfer issues. But it is a great environment for coding in a rapid development dev/staging setup.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
