<?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>Ingredients » Nick's Notepad &#187; Code</title>
	<atom:link href="http://www.ingredients.com.au/nick/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ingredients.com.au/nick</link>
	<description>Nick's Notepad</description>
	<lastBuildDate>Fri, 18 Dec 2009 06:05:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Error while cloning a remote Mercurial repository via ssh on OS X?</title>
		<link>http://www.ingredients.com.au/nick/2009/02/23/error-while-cloning-a-remote-mercurial-repository-via-ssh-on-os-x/</link>
		<comments>http://www.ingredients.com.au/nick/2009/02/23/error-while-cloning-a-remote-mercurial-repository-via-ssh-on-os-x/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:43:06 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2009/02/23/error-while-cloning-a-remote-mercurial-repository-via-ssh-on-os-x/</guid>
		<description><![CDATA[While trying to set-up version control using Mercurial, I hit a snag trying to call hg commands over SSH to our OS X development server, that took up the better part of an afternoon. Having finally found the answer I&#8217;m recording it here in case I forget or to save anyone else similar suffering. This [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to set-up version control using <a href="http://www.selenic.com/mercurial/" title="Mercurial, distributed version control system">Mercurial</a>, I hit a snag trying to call hg commands over SSH to our OS X development server, that took up the better part of an afternoon. Having finally found the answer I&#8217;m recording it here in case I forget or to save anyone else similar suffering.</p>

<p>This is the what I was doing and the resulting error (note I&#8217;m using the default bash shell):</p>

<pre><code>
$ hg clone ssh://example@192.168.1.100/Sites/example-project
remote: bash: hg: command not found
abort: no suitable response from remote hg!
</code></pre>

<p>So, first of all find out where your hg command is located by running the following command while logged into the remote box:</p>

<pre><code>
$ which hg
/usr/local/bin/hg
</code></pre>

<p>That gives us the path to the hg command so now we need to see what paths are available when logging into that remote box via SSH. To do so run the following command from the machine you are trying to access the remote box from (my MacBook in this case):</p>

<pre><code>
$ ssh example@192.168.1.100Â echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin
</code></pre>

<p>We can see that the &#8220;/usr/local/bin/&#8221; path to hg is not in there so moving back to the remote box create and/or open ~/.bashrc and add the following line:</p>

<pre><code>
export PATH="$PATH:/usr/local/bin"
</code></pre>

<p>Now back to my MacBook and run the previous command again:</p>

<pre><code>
$ ssh example@192.168.1.100 echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
</code></pre>

<p>Great! Now we can see that &#8220;/usr/local/bin&#8221; is available and our original hg command now runs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2009/02/23/error-while-cloning-a-remote-mercurial-repository-via-ssh-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A note about the Zend Framework in Action cover</title>
		<link>http://www.ingredients.com.au/nick/2008/07/02/a-note-about-the-zend-framework-in-action-cover/</link>
		<comments>http://www.ingredients.com.au/nick/2008/07/02/a-note-about-the-zend-framework-in-action-cover/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 01:42:59 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2008/07/02/a-note-about-the-zend-framework-in-action-cover/</guid>
		<description><![CDATA[While chatting to a friend and mentioning that my work on the book included diagrams, he somehow thought that included the cover. So just for clarification; I had no part in the cover other than choosing from a selection of three. That said, I do quite like the characters on the Manning books even if [...]]]></description>
			<content:encoded><![CDATA[<p>While chatting to a friend and mentioning that my work on <a href="http://www.manning.com/allen/" title="Zend Framework in Action">the book</a> included diagrams, he somehow thought that included the cover. So just for clarification; I had no part in the cover other than choosing from a selection of three.</p>

<p>That said, I do quite like the characters on the Manning books even if the accompanying font choice seems a little dated. I imagine that having to choose book covers for tech books must be a painful experience if you don&#8217;t have something like the O&#8217;Reilly single-tone prints or these Manning characters. This <a href="http://www.manning-sandbox.com/thread.jspa?threadID=8561" title="Reader thoughts on Manning covers: what's your opinion? post on Manning forum">old post on Manning&#8217;s forum</a> really made me laugh though:</p>

<blockquote>&#8220;As a frequent purchaser of computer books however, I feel that I would be remiss if I did not tell you how thoroughly the cover of the book sucks. It&#8217;s major league weirdo shit &#8211; and I mean that in the most constructively critical way possible.</blockquote>

<p>Luckily, he wasn&#8217;t specifically talking about our cover which could be seen as representing the grace that Zend Framework brings to PHP, that, or it was the best one of the three they showed us. I do like the brown though!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2008/07/02/a-note-about-the-zend-framework-in-action-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Officially a lazy bugger blogger</title>
		<link>http://www.ingredients.com.au/nick/2008/06/23/officially-a-lazy-blogger/</link>
		<comments>http://www.ingredients.com.au/nick/2008/06/23/officially-a-lazy-blogger/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 05:53:54 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2008/06/23/officially-a-lazy-blogger/</guid>
		<description><![CDATA[Inspired by The Local&#8217;s accusations of abandonment, I realised I&#8217;d not mentioned one of my new hangouts. I&#8217;ve been trying to compete with Rob Allen on the blog for our almost-in-production book Zend Framework in Action. As always he&#8217;s way ahead of me just as he is on the Author&#8217;s forum! So if you&#8217;re really [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by <a href="http://blogs.com.au/thelocal/2008/06/02/dont-abandon-your-business-blog/" title="Don't abandon your business blog post at The Local">The Local&#8217;s</a> accusations of abandonment, I realised I&#8217;d not mentioned one of my new hangouts. I&#8217;ve been trying to compete with <a href="http://www.akrabat.com" title="Rob Allen's blog">Rob Allen</a> on <a href="http://www.zendframeworkinaction.com/" title="Zend Framework in Action blog">the blog</a> for our almost-in-production book <a href="http://www.manning.com/allen/" title="Zend Framework in Action">Zend Framework in Action</a>. As always he&#8217;s way ahead of me just as he is on the <a href="http://www.manning-sandbox.com/forum.jspa?forumID=329" title="Author's forum for Zend Framework in Action">Author&#8217;s forum</a>!</p>

<p>So if you&#8217;re really missing what I have to say or need to tell me what you have to say, you can catch me in any of those places. Once the book comes out I&#8217;m sure I&#8217;ll have more time for this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2008/06/23/officially-a-lazy-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My thoughts on his thoughts on PHP</title>
		<link>http://www.ingredients.com.au/nick/2008/06/16/my-thoughts-on-his-thoughts-on-php/</link>
		<comments>http://www.ingredients.com.au/nick/2008/06/16/my-thoughts-on-his-thoughts-on-php/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:52:44 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2008/06/16/my-thoughts-on-his-thoughts-on-php/</guid>
		<description><![CDATA[On the Zend Framework mailing list JurriÃ«n Stutterheim asked for thoughts on his blog post PHP&#8230; what to say?. I started replying to the list but found I&#8217;d written so much that it was better to clutter up my own space than a public one. &#8220;Zend Framework already has a set of conventions. In my [...]]]></description>
			<content:encoded><![CDATA[<p>On the Zend Framework mailing list JurriÃ«n Stutterheim asked for thoughts on his blog post <a href="http://www.norm2782.com/includes/trackback.php?id=5" title="PHP... what to say? blog post">PHP&#8230; what to say?</a>. I started replying to the list but found I&#8217;d written so much that it was better to clutter up my own space than a public one.</p>

<blockquote>&#8220;Zend Framework already has a set of conventions. In my opinion it&#8217;s a good thing to improve these conventions even further and make them apply not only for Zend Framework, but for PHP as a whole.&#8221;</blockquote>

<p>I suspect that Zend Framework will introduce an interesting dilemma for Zend and PHP where by improving more users experience and understanding of so called advanced programming concepts like OOP, design patterns, etc, they will also increase their expectations of the underlying language.</p>

<p>What onus that puts on the development of PHP itself is really the question. It may be a positive one, with PHP developers and those from other frameworks/languages able to move between their framework and Zend Framework more comfortably. The negative may be that Zend Framework is working on a layer above PHP to the extent that it begins to feel like a language within a language (something that Lukas Smith has been referring to in his <a href="http://pooteeweet.org/blog/1151" title="Kiss my ...">Kiss my &#8230;</a> post) and the nagging question then creeps in as to how much we are duplicating the functionality of a web development focussed language in a web development focussed framework? I&#8217;ve already started kicking myself for getting a bit carried away and unnecessarily using Zend Framework components when the same can be achieved with PHP.</p>

<p>An even bigger question that I&#8217;m dealing with right now is what to train new programmers in? The argument is almost endless, but the answer is rarely PHP for any other reason than ease of entry. If developers are going to be working at the higher level that Zend Framework has moved development to, then the question is why start new programmers with a programming language that is rarely recommended as being at that level?</p>

<p>Zend Framework is actually a good way to get someone into PHP and also make sure they keep away from so many of the bad habits that have plagued PHP development. But that is partly a case of keeping them away from PHP itself. Wouldn&#8217;t they then be better learning a language that is often used to teach programming, like Python, and once they&#8217;ve developed good habits introduce them to a framework for development? In other words I would prefer to have someone learn PHP via Zend Framework whereas with Python I&#8217;d be content to have someone learn Python and then a framework.</p>

<p>The question I know that only time will answer is what the cross-pollination will be between Zend Framework and PHP. Targetting that at the core developers I&#8217;m interested to know what future plans there are for removing and/or adapting Zend Framework features that become native to PHP itself and/or become more widely hosted such as 5.3&#8242;s namespaces against Zend Framework&#8217;s pseudo-namespaces.</p>

<p>Of course I&#8217;m not naive enough to think that Zend hasn&#8217;t thought about any of this, but then I&#8217;m not looking at it from that high up. From my perspective the disciplines that Zend Framework introduce actually open possibilities that are as lateral as they are upwardly PHP. Once you climb the Zend Framework mountain you begin to see it has neighbouring mountains that it has a lot in common with and that&#8217;s actually a good thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2008/06/16/my-thoughts-on-his-thoughts-on-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework in Action in the Works</title>
		<link>http://www.ingredients.com.au/nick/2007/09/17/zend-framework-in-action-in-the-works/</link>
		<comments>http://www.ingredients.com.au/nick/2007/09/17/zend-framework-in-action-in-the-works/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 01:25:08 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2007/09/17/zend-framework-in-action-in-the-works/</guid>
		<description><![CDATA[Since Rob has beaten me to the punch, the only thing left for me to do is put up a pretty picture of the cover so you can see what has occupied the time I may or may not have put into this blog! The story is that the book that we are co-authoring on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.manning.com/allen/" title="Zend Framework in Action early access page"><img id="image58" src="http://www.ingredients.com.au/nick/content/zfia_cover.gif" alt="Zend Framework in Action cover" class="alignleft" /></a> Since <a href="http://akrabat.com/2007/09/13/zend-framework-book-coming-soon/" title="Book announcement on Rob Allen's blog">Rob</a> has beaten me to the punch, the only thing left for me to do is put up a pretty picture of the cover so you can see what has occupied the time I may or may not have put into this blog!</p>

<p>The story is that <a href="http://www.manning.com/allen/" title="Zend Framework in Action early access page">the book</a> that we are co-authoring on the <a href="http://framework.zend.com" title="Zend Framework">Zend Framework</a> has now been released through Manning&#8217;s early access program. This means you can read it as we&#8217;re writing it, basically.</p>

<p>It&#8217;s certainly hard work, in particular trying to find the time alongside the &#8220;day job&#8221;, but nonetheless rewarding and I do have to say thanks to Rob for asking me to be part of the process. When he originally asked I was quite taken aback in a &#8220;why me?!&#8221; way.</p>

<p>Anyway, I&#8217;ll chat more about it now that it&#8217;s more official and if you&#8217;re interested please feel free to let us know any thoughts/comments/ideas through either of our blogs or the <a href="http://www.manning-sandbox.com/forum.jspa?forumID=329" title="Zend Framework in Action author's forum">author&#8217;s forum</a>. The point of this early access program is to get as much feedback as possible and therefore improve the quality of the final publication.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2007/09/17/zend-framework-in-action-in-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework article on Zend Developer Zone</title>
		<link>http://www.ingredients.com.au/nick/2007/07/25/zend-framework-article-on-zend-developer-zone/</link>
		<comments>http://www.ingredients.com.au/nick/2007/07/25/zend-framework-article-on-zend-developer-zone/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 02:11:27 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2007/07/25/zend-framework-article-on-zend-developer-zone/</guid>
		<description><![CDATA[I know my blog is watched mainly for its Zend Framework content so I should mention that I have an article up on Zend Developer Zone entitled Zend Framework and the New Hybrid Designer. It will likely be preaching to the converted for many of you but having had the odd &#8220;why use Zend Framework&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I know my blog is watched mainly for its Zend Framework content so I should mention that I have an article up on Zend Developer Zone entitled <a href="http://devzone.zend.com/article/2350-Zend-Framework-and-the-New-Hybrid-Designer">Zend Framework and the New Hybrid Designer</a>.</p>

<p>It will likely be preaching to the converted for many of you but having had the odd &#8220;why use Zend Framework&#8221; discussion I felt it would be good to write it down in some form. Feel free to brutalise it as you see fit!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2007/07/25/zend-framework-article-on-zend-developer-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Acl and Zend_Auth Example</title>
		<link>http://www.ingredients.com.au/nick/2007/02/08/zend_acl-and-zend_auth-example/</link>
		<comments>http://www.ingredients.com.au/nick/2007/02/08/zend_acl-and-zend_auth-example/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 04:12:19 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2007/02/08/zend_acl-and-zend_auth-example/</guid>
		<description><![CDATA[Simon Mundy has written up a well-worth-reading Zend_Acl / Zend_Auth example scenario in which he illustrates setting up authorisation and access privileges with the Zend Framework.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.peptolab.com/" title="Peptolab">Simon Mundy</a> has written up a well-worth-reading <a href="http://www.nabble.com/Zend_Acl---Zend_Auth-example-scenario-tf3165728s16154.html">Zend_Acl / Zend_Auth example scenario</a> in which he illustrates setting up authorisation and access privileges with the Zend Framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2007/02/08/zend_acl-and-zend_auth-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim tips articles</title>
		<link>http://www.ingredients.com.au/nick/2006/10/26/vim-tips-articles/</link>
		<comments>http://www.ingredients.com.au/nick/2006/10/26/vim-tips-articles/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 00:34:15 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/10/26/vim-tips-articles/</guid>
		<description><![CDATA[A quick pointer to a really useful series of Vim articles by Joe &#8216;Zonker&#8217; Brockmeier that also appear on Linux.com.]]></description>
			<content:encoded><![CDATA[<p>A quick pointer to a really useful series of <a href="http://www.dissociatedpress.net/category/vim/">Vim articles</a>  by <a href="http://www.dissociatedpress.net/">Joe &#8216;Zonker&#8217; Brockmeier</a> that also appear on <a href="http://www.linux.com" title="Linux.com">Linux.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2006/10/26/vim-tips-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planula</title>
		<link>http://www.ingredients.com.au/nick/2006/10/22/planula/</link>
		<comments>http://www.ingredients.com.au/nick/2006/10/22/planula/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 00:27:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/10/22/planula/</guid>
		<description><![CDATA[We&#8217;ve been working with Tim and Wandy, the owners of Planula Bed and Breakfast/Divers Retreat, for over three years now on their site underwater.com.au and for almost the same amount of time have been saying that we need to update the Planula site. Well of course we&#8217;re happy to say it&#8217;s now done and was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.planula.com.au" title="Planula Bed &#038; Breakfast Retreat"><img id="image37" src="http://www.ingredients.com.au/nick/content/planula_bb_retreat.jpg" alt="Planula Bed and Breakfast Retreat" class="alignleft" style="padding:0" /></a></p>

<p>We&#8217;ve been working with <a href="http://www.planula.com.au/accommodation/about/" title="About Tim and Wandy Hochgrebe">Tim and Wandy</a>, the owners of <a href="http://www.planula.com.au" title="Planula Bed &#038; Breakfast Retreat">Planula Bed and Breakfast/Divers Retreat</a>, for over three years now on their site <a href="http://www.underwater.com.au" title="underwater.com.au">underwater.com.au</a> and for almost the same amount of time have been saying that we need to update the Planula site.</p>

<p>Well of course we&#8217;re happy to say it&#8217;s now done and was released a few days ago.</p>

<p>Having successfully maintained their own website for years, Tim and Wandy were, and still are, understandably hesitant about moving from a static HTML site they knew, to a new database-driven solution. I&#8217;d like to run through a few of the reasons we encouraged (bullied?) them into using WordPress.</p>

<p>I&#8217;ve mentioned some general reasons to use a solution like WordPress in a <a href="/nick/2006/09/27/diving-into-wordpress/" title="Diving into WordPress article">previous post</a>.  Here are a few more specific ones which, while referring to Planula, are equally relevant to many sites.</p>

<h4>Speed and relative simplicity of publishing.</h4>

<p>They were already doing a lot of copying and pasting to add new content which works fine for consistent content but is a more work if, for example, new pages need to be added.</p>

<h4>Consistency.</h4>

<p>It&#8217;s very easy on a static html site for small inconsistencies to build up over time and become harder to change, e.g. with navigational elements. Altering the left navigation in the new site is now as simple as adding new pages and/or shuffling current ones in admin.</p>

<h4>Syndicated content</h4>

<p>Their latest content can now be consumed by anyone who subscribes to it via the automatically generated newsfeeds. This is an effortless form of marketing and can be used in a variety of ways such as their &#8220;Latest News&#8221; on the Planula <a href="http://www.underwater.com.au/listing.php/id/1/" title="Planula listing page on underwater">listing page</a> on underwater.com.au.</p>

<h4>More freedom to change their minds</h4>

<p>There are always sections in websites that aren&#8217;t immediately clear and need time and use to get a better idea on how they should be approached. This is much easier if things can be moved around quickly to respond to changing needs or circumstances.</p>

<h3>But what if&#8230;</h3>

<p>It would be naive to pretend that this solution is the be-all, end-all and I&#8217;ve already mentioned Tim and Wandy having some hesitation. Their primary concern was how much they would be tied to this solution and what if they needed to change to another or back to a static HTML site?</p>

<p>Thankfully this is also a common concern for developers and therefore there are several solutions or &#8220;exit strategies&#8221;:</p>

<h4>Changing to another system</h4>

<p>Methods exist to import WordPress data into other solutions, such as <a href="http://textpattern.com/faq/114/can-textpattern-import-entries" title="Can Textpattern import entries from..">Textpattern</a> and <a href="http://drupal.org/node/69706" title="WordPress to Drupal migration module">Drupal</a>. As a sidenote; It&#8217;s quite notable just how many more there seem to be for [importing into WordPress](http://codex.wordpress.org/Importing_Content &#8220;Importing content into WordPress).</p>

<h4>Converting back to static HTML</h4>

<p>It would be possible to do this via WordPress itself but there already exist other solutions like <a href="http://www.limit-point.com/BlueCrab/BlueCrab.html">Blue Crab</a> which &#8220;is a program that you use to copy the contents of a website to your computer, in whole or in part&#8221;. This is a Mac desktop application but of course <a href="http://www.versiontracker.com/php/search.php?mode=basic&amp;action=search&amp;str=download+web+site&amp;plt%5B%5D=windows&amp;x=12&amp;y=9" title="Windows applications on Versiontracker">Windows equivalents exist</a></p>

<h3>Some other things</h3>

<p>Another point worth mentioning; the site has now moved from a tables-based layout to one based on CSS stylesheets which on the whole (apart from the markup introduced by a few plugins) means somewhat smaller pages sizes and more content dense HTML. The separation of the page styling also means future changes to the look of the site can be introduced across the whole site much more quickly.</p>

<h3>Final words</h3>

<p>We&#8217;re waiting to see how these changes affect the visits and search engine behaviour of what is already a popular website. Of course we&#8217;re hoping they improve even more.</p>

<p>So go <a href="http://www.planula.com.au" title="Planula Bed &#038; Breakfast Retreat">visit the site</a> and even better visit Byron Bay and stay at Planula!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2006/10/22/planula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decorating Zend Developer Zone</title>
		<link>http://www.ingredients.com.au/nick/2006/09/28/decorating-zend-developer-zone/</link>
		<comments>http://www.ingredients.com.au/nick/2006/09/28/decorating-zend-developer-zone/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 22:46:16 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/09/28/decorating-zend-developer-zone/</guid>
		<description><![CDATA[If you&#8217;re in the mood for design patterns, my article, Decorating with External Data has just been published on Zend Developer Zone and runs through an example of using the Decorator. I&#8217;m really interested to see it get a bit of a kicking from those who really know their design patterns, so if you&#8217;re one [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re in the mood for design patterns, my article, <a href="http://devzone.zend.com/node/view/id/924" title="Decorating with External Data article on DevZone">Decorating with External Data</a> has just been published on <a href="http://devzone.zend.com/" title="Zend Developer Zone">Zend Developer Zone</a> and runs through an example of using the <em>Decorator</em>.</p>

<p>I&#8217;m really interested to see it get a bit of a kicking from those who <em>really</em> know their design patterns, so if you&#8217;re one of those people please let me know of anything I should or should not do in the comments here or at DevZone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ingredients.com.au/nick/2006/09/28/decorating-zend-developer-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
