<?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 Sweet-Apple</title>
	<atom:link href="http://www.sweet-apple.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sweet-apple.co.uk</link>
	<description>Mac support, web design and development in Bath, Bristol and Wiltshire</description>
	<lastBuildDate>Fri, 06 Jan 2012 11:44:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Magento &#8211; only show categories containing products in main navigation by Clive Sweeting</title>
		<link>http://www.sweet-apple.co.uk/magento-only-show-categories-containing-products-in-main-navigation/#comment-4332</link>
		<dc:creator>Clive Sweeting</dc:creator>
		<pubDate>Fri, 06 Jan 2012 11:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=1180#comment-4332</guid>
		<description>Hi Craig.

Nice! I&#039;d forgotten that the second condition on the if statement wouldn&#039;t run if the first failed, hence was trying to save a database call. You code&#039;s clearer and more readable.</description>
		<content:encoded><![CDATA[<p>Hi Craig.</p>
<p>Nice! I&#8217;d forgotten that the second condition on the if statement wouldn&#8217;t run if the first failed, hence was trying to save a database call. You code&#8217;s clearer and more readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento &#8211; only show categories containing products in main navigation by Craig</title>
		<link>http://www.sweet-apple.co.uk/magento-only-show-categories-containing-products-in-main-navigation/#comment-4330</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 06 Jan 2012 11:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=1180#comment-4330</guid>
		<description>Thanks for this solution, a couple of hours of research and I found this!! Very useful for what I was after. I made a slight amendment though and just changed this line in both the functions. Which checks the product count at the same time as getIsActive().

FROM

foreach ($children as $child) {
if ($child-&gt;getIsActive()) {
$activeChildren[] = $child;
}
}

TO

foreach ($children as $child) {
if ($child-&gt;getIsActive() &amp;&amp; $this-&gt;_hasProducts($child-&gt;entity_id)) {
$activeChildren[] = $child;
}
}</description>
		<content:encoded><![CDATA[<p>Thanks for this solution, a couple of hours of research and I found this!! Very useful for what I was after. I made a slight amendment though and just changed this line in both the functions. Which checks the product count at the same time as getIsActive().</p>
<p>FROM</p>
<p>foreach ($children as $child) {<br />
if ($child-&gt;getIsActive()) {<br />
$activeChildren[] = $child;<br />
}<br />
}</p>
<p>TO</p>
<p>foreach ($children as $child) {<br />
if ($child-&gt;getIsActive() &amp;&amp; $this-&gt;_hasProducts($child-&gt;entity_id)) {<br />
$activeChildren[] = $child;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wait before upgrading to Lion OS X 10.7! by Hugh Browton</title>
		<link>http://www.sweet-apple.co.uk/wait-before-upgrading-to-lion-os-x-10-7/#comment-1706</link>
		<dc:creator>Hugh Browton</dc:creator>
		<pubDate>Wed, 20 Jul 2011 16:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=1174#comment-1706</guid>
		<description>Good advice, Sweet-Apple, and the advice I give my clients. Luckily, more than one of them will not heed my advice, will go ahead and install OS X 10.7.x, and that will give the rest of us news about what works and doesn&#039;t.

As for myself, I shall load OS X 10.7 on a separate disk and start to work with it as a non-critical installation for a few months.

regards
hugh browton
the Mac Doctor</description>
		<content:encoded><![CDATA[<p>Good advice, Sweet-Apple, and the advice I give my clients. Luckily, more than one of them will not heed my advice, will go ahead and install OS X 10.7.x, and that will give the rest of us news about what works and doesn&#8217;t.</p>
<p>As for myself, I shall load OS X 10.7 on a separate disk and start to work with it as a non-critical installation for a few months.</p>
<p>regards<br />
hugh browton<br />
the Mac Doctor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the &#8220;right&#8221; CMS from your web designer by Clive Sweeting</title>
		<link>http://www.sweet-apple.co.uk/getting-the-right-cms-from-your-web-designer/#comment-1614</link>
		<dc:creator>Clive Sweeting</dc:creator>
		<pubDate>Sun, 03 Jul 2011 19:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=1089#comment-1614</guid>
		<description>I stand corrected. Just having a spin through the docs now. Pondering if I can use Perch for a site I&#039;m investigating at the moment.

Just out of curiosity, if the source is hosted on the client&#039;s site, how can you manage licensing. Trust?</description>
		<content:encoded><![CDATA[<p>I stand corrected. Just having a spin through the docs now. Pondering if I can use Perch for a site I&#8217;m investigating at the moment.</p>
<p>Just out of curiosity, if the source is hosted on the client&#8217;s site, how can you manage licensing. Trust?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting the &#8220;right&#8221; CMS from your web designer by Rachel Andrew</title>
		<link>http://www.sweet-apple.co.uk/getting-the-right-cms-from-your-web-designer/#comment-1613</link>
		<dc:creator>Rachel Andrew</dc:creator>
		<pubDate>Sun, 03 Jul 2011 18:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=1089#comment-1613</guid>
		<description>I&#039;m one of the developers of Perch which you have listed as a micro-CMS. We are, but we aren&#039;t hosted as in your other examples. So in the case of a developer wanting to extend the product, they can. It is hosted on your own server and we also have a nice developer API to make creating your own apps and plugins pretty simple. All of the official add-ons use that API so they can be downloaded and looked at as a good starting point.

We&#039;re trying to get a good mix of ultra-simple for those that want it and hidden power for developers to do interesting stuff. However we&#039;ve always been self-hosted - you download the code and install it on your own server.</description>
		<content:encoded><![CDATA[<p>I&#8217;m one of the developers of Perch which you have listed as a micro-CMS. We are, but we aren&#8217;t hosted as in your other examples. So in the case of a developer wanting to extend the product, they can. It is hosted on your own server and we also have a nice developer API to make creating your own apps and plugins pretty simple. All of the official add-ons use that API so they can be downloaded and looked at as a good starting point.</p>
<p>We&#8217;re trying to get a good mix of ultra-simple for those that want it and hidden power for developers to do interesting stuff. However we&#8217;ve always been self-hosted &#8211; you download the code and install it on your own server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X Server &#8211; for the ultra low price of free&#8230; by Jonathan</title>
		<link>http://www.sweet-apple.co.uk/mac-os-x-server-for-the-ultra-low-price-of-free/#comment-1158</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 15 Mar 2011 08:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=1030#comment-1158</guid>
		<description>Having attempted to set up a Mac server and configure it for a small local network as well as remote access I can attest to how tricky it can be, and I count myself as a fairly competent Mac user with a good idea of small network protocols.

Really interesting to hear that it&#039;s going to be shipped with Lion. I wonder if Apple employees will finally come up to speed with it now?!</description>
		<content:encoded><![CDATA[<p>Having attempted to set up a Mac server and configure it for a small local network as well as remote access I can attest to how tricky it can be, and I count myself as a fairly competent Mac user with a good idea of small network protocols.</p>
<p>Really interesting to hear that it&#8217;s going to be shipped with Lion. I wonder if Apple employees will finally come up to speed with it now?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why OS X sucks as a web development platform by Clive Sweeting</title>
		<link>http://www.sweet-apple.co.uk/why-os-x-sucks-as-a-web-development-platform/#comment-1100</link>
		<dc:creator>Clive Sweeting</dc:creator>
		<pubDate>Wed, 02 Mar 2011 08:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=804#comment-1100</guid>
		<description>All fair points - but if the point of a development environment is to match as closely as possible the typical live environment sites are hosted on, it&#039;s in your best interests to use a local development platform which reflects that live environment.

I&#039;m not sure what your experience is, but I&#039;ve often found compiling php extensions for OS X a royal pain in the posterior. If you find it easy, you&#039;re obviously a lot more familiar with *nix administration that your average developer.

Windows, just like OS X, has most of the stack that&#039;s needed for local development ( MAMP, Eclipse, Netbeans, etc.). Plus it also has the advantage that Java apps like Eclipse (in my experience) run significantly faster.

Seeing that Apple are rolling OS X Server into OS X 10.7, it looks like there may be some half decent GUI tools for DNS, MYSL and Apache baked into the OS. I just hope they don&#039;t hose your carefully created LAMP environment every time you run a dot OS update...</description>
		<content:encoded><![CDATA[<p>All fair points &#8211; but if the point of a development environment is to match as closely as possible the typical live environment sites are hosted on, it&#8217;s in your best interests to use a local development platform which reflects that live environment.</p>
<p>I&#8217;m not sure what your experience is, but I&#8217;ve often found compiling php extensions for OS X a royal pain in the posterior. If you find it easy, you&#8217;re obviously a lot more familiar with *nix administration that your average developer.</p>
<p>Windows, just like OS X, has most of the stack that&#8217;s needed for local development ( MAMP, Eclipse, Netbeans, etc.). Plus it also has the advantage that Java apps like Eclipse (in my experience) run significantly faster.</p>
<p>Seeing that Apple are rolling OS X Server into OS X 10.7, it looks like there may be some half decent GUI tools for DNS, MYSL and Apache baked into the OS. I just hope they don&#8217;t hose your carefully created LAMP environment every time you run a dot OS update&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why OS X sucks as a web development platform by Laurie</title>
		<link>http://www.sweet-apple.co.uk/why-os-x-sucks-as-a-web-development-platform/#comment-1095</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Wed, 02 Mar 2011 00:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=804#comment-1095</guid>
		<description>Hmm... I can&#039;t agree less... Given you are a developer it should be very easy for you to recomplie PHP to include mycrypt, gd bundled etc... Also installing MySQL is not a massive issue, thanks to the installer...

No real need to run APC or memcache on a development platform, nice to have it run quickly without and go live with it and have it run amazingly...

Most of your points would be the same as a Graphic Design, saying MAC OSX sucks because I have to install InDesign, Photoshop &amp; Illustrator... Except most of a developers resources are open source, lucky us...

So case insenstivity is an issue... really... I have long since stuck with lowercase, hyphen combinations... sort your own naming policy and no really issue... Open Source installations of Magento, and Drupal have no problem with case insensitive / sensitive issues out of the tar... so why should you...

If the alternative is to run Linux as a developer, okay... BUT to run windows, your dreaming... Mac OSX does not suck for developers... The day Mac OSX came into being LAMP devlopment was made as easy as opening a MacBook, with a little but of time spent &quot;Building the Lamp stack&quot;...</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; I can&#8217;t agree less&#8230; Given you are a developer it should be very easy for you to recomplie PHP to include mycrypt, gd bundled etc&#8230; Also installing MySQL is not a massive issue, thanks to the installer&#8230;</p>
<p>No real need to run APC or memcache on a development platform, nice to have it run quickly without and go live with it and have it run amazingly&#8230;</p>
<p>Most of your points would be the same as a Graphic Design, saying MAC OSX sucks because I have to install InDesign, Photoshop &amp; Illustrator&#8230; Except most of a developers resources are open source, lucky us&#8230;</p>
<p>So case insenstivity is an issue&#8230; really&#8230; I have long since stuck with lowercase, hyphen combinations&#8230; sort your own naming policy and no really issue&#8230; Open Source installations of Magento, and Drupal have no problem with case insensitive / sensitive issues out of the tar&#8230; so why should you&#8230;</p>
<p>If the alternative is to run Linux as a developer, okay&#8230; BUT to run windows, your dreaming&#8230; Mac OSX does not suck for developers&#8230; The day Mac OSX came into being LAMP devlopment was made as easy as opening a MacBook, with a little but of time spent &#8220;Building the Lamp stack&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleting apps you&#8217;ve installed via the App Store in OS X by Nicholas Morss</title>
		<link>http://www.sweet-apple.co.uk/deleting-apps-youve-installed-via-the-app-store-in-os-x/#comment-1051</link>
		<dc:creator>Nicholas Morss</dc:creator>
		<pubDate>Tue, 22 Feb 2011 15:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=1017#comment-1051</guid>
		<description>tell me about it, this sucks! i doubt on iOS this kind of house keeping is required?</description>
		<content:encoded><![CDATA[<p>tell me about it, this sucks! i doubt on iOS this kind of house keeping is required?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Java in OS X browsers to avoid Koobface infection by Phil</title>
		<link>http://www.sweet-apple.co.uk/disable-java-in-os-x-browsers-to-avoid-koobface/#comment-612</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 05 Nov 2010 16:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sweet-apple.co.uk/?p=890#comment-612</guid>
		<description>Useful info Clive,

Thanks for the heads up.</description>
		<content:encoded><![CDATA[<p>Useful info Clive,</p>
<p>Thanks for the heads up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

