<?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 K. Aning&#039;s Web Log</title>
	<atom:link href="http://blog.kaning.co.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.kaning.co.uk</link>
	<description>Web development for the inexperienced and mildly skilled</description>
	<lastBuildDate>Fri, 20 Jan 2012 01:30:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Setting Up SBT on Ubuntu by Mark</title>
		<link>http://blog.kaning.co.uk/archives/311/comment-page-1#comment-1502</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 20 Jan 2012 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=311#comment-1502</guid>
		<description>typo on line 19, col 12: missing -launch.jar

The latest code comes with sbt so I didn&#039;t need to do this.</description>
		<content:encoded><![CDATA[<p>typo on line 19, col 12: missing -launch.jar</p>
<p>The latest code comes with sbt so I didn&#8217;t need to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web frameworks for Scala by Emt</title>
		<link>http://blog.kaning.co.uk/archives/316/comment-page-1#comment-1472</link>
		<dc:creator>Emt</dc:creator>
		<pubDate>Mon, 31 Oct 2011 07:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=316#comment-1472</guid>
		<description>Moved to Play! framework for web development (scala or java) a year back and never went back on my decision. Web development is now fun again!</description>
		<content:encoded><![CDATA[<p>Moved to Play! framework for web development (scala or java) a year back and never went back on my decision. Web development is now fun again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web frameworks for Scala by Joonas</title>
		<link>http://blog.kaning.co.uk/archives/316/comment-page-1#comment-1471</link>
		<dc:creator>Joonas</dc:creator>
		<pubDate>Sun, 30 Oct 2011 19:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=316#comment-1471</guid>
		<description>Take a look of Vaadin - it is perfect match for developing rich web ui:s in Scala.</description>
		<content:encoded><![CDATA[<p>Take a look of Vaadin &#8211; it is perfect match for developing rich web ui:s in Scala.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Manipulation with Zend by rob ganly</title>
		<link>http://blog.kaning.co.uk/archives/233/comment-page-1#comment-1412</link>
		<dc:creator>rob ganly</dc:creator>
		<pubDate>Sun, 07 Aug 2011 11:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=233#comment-1412</guid>
		<description>i agree with eduardo that it is a bit of a shame. i don&#039;t really like having to step out of zend when it could easily be part of the dist.

i was going to checkout the zend_image stuff mentioned above but when i went to the google code page it stated:

&quot;Hooray! First working version available. Now it supports only gd2 and transform tools. New milestone -- overlays. &quot; 

which is no good to me as i need to use imagemagick, not gd2.

rob ganly</description>
		<content:encoded><![CDATA[<p>i agree with eduardo that it is a bit of a shame. i don&#8217;t really like having to step out of zend when it could easily be part of the dist.</p>
<p>i was going to checkout the zend_image stuff mentioned above but when i went to the google code page it stated:</p>
<p>&#8220;Hooray! First working version available. Now it supports only gd2 and transform tools. New milestone &#8212; overlays. &#8221; </p>
<p>which is no good to me as i need to use imagemagick, not gd2.</p>
<p>rob ganly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Having multiple instances of Zend Navigation in a single View by Kwabena Aning</title>
		<link>http://blog.kaning.co.uk/archives/216/comment-page-1#comment-1407</link>
		<dc:creator>Kwabena Aning</dc:creator>
		<pubDate>Fri, 10 Jun 2011 00:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=216#comment-1407</guid>
		<description>Indeed you can but you will have to instantiate two Zend_Navigation objects. just like I have got in the example above. And when you need to render the breadcrumb on your second menu which in my example is miscNavigation just go with
echo $miscNavigation-&gt;breadCrumbs();</description>
		<content:encoded><![CDATA[<p>Indeed you can but you will have to instantiate two Zend_Navigation objects. just like I have got in the example above. And when you need to render the breadcrumb on your second menu which in my example is miscNavigation just go with<br />
echo $miscNavigation->breadCrumbs();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Having multiple instances of Zend Navigation in a single View by Srivathsa</title>
		<link>http://blog.kaning.co.uk/archives/216/comment-page-1#comment-1406</link>
		<dc:creator>Srivathsa</dc:creator>
		<pubDate>Thu, 09 Jun 2011 17:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=216#comment-1406</guid>
		<description>The hierarchy of my menu navigation is different from the hierarchy of my breadcrumb navigation. Is it possible to load menu from one xml file and breadcrumb from another xml file? Please help me out</description>
		<content:encoded><![CDATA[<p>The hierarchy of my menu navigation is different from the hierarchy of my breadcrumb navigation. Is it possible to load menu from one xml file and breadcrumb from another xml file? Please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX editors by Kwabena Aning</title>
		<link>http://blog.kaning.co.uk/archives/253/comment-page-1#comment-1334</link>
		<dc:creator>Kwabena Aning</dc:creator>
		<pubDate>Tue, 22 Feb 2011 08:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=253#comment-1334</guid>
		<description>I will definitely look into Lyx this weekend</description>
		<content:encoded><![CDATA[<p>I will definitely look into Lyx this weekend</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX editors by andylockran</title>
		<link>http://blog.kaning.co.uk/archives/253/comment-page-1#comment-1333</link>
		<dc:creator>andylockran</dc:creator>
		<pubDate>Mon, 21 Feb 2011 23:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=253#comment-1333</guid>
		<description>Heya,

I was just wondering if you&#039;d used Lyx at all.  It was the only LaTeX style editor I&#039;ve come across - and I don&#039;t know much about LaTeX at all, tending to just use the GUI tools that come with the editor for functionality.  

If you have, could you give it a mini-review sometime?

Cheers,

Andy</description>
		<content:encoded><![CDATA[<p>Heya,</p>
<p>I was just wondering if you&#8217;d used Lyx at all.  It was the only LaTeX style editor I&#8217;ve come across &#8211; and I don&#8217;t know much about LaTeX at all, tending to just use the GUI tools that come with the editor for functionality.  </p>
<p>If you have, could you give it a mini-review sometime?</p>
<p>Cheers,</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Manipulation with Zend by Eduardo Matos</title>
		<link>http://blog.kaning.co.uk/archives/233/comment-page-1#comment-1273</link>
		<dc:creator>Eduardo Matos</dc:creator>
		<pubDate>Sat, 08 Jan 2011 15:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=233#comment-1273</guid>
		<description>It&#039;s a shame that the Zend Framework team doesn&#039;t want to implement a class like this. It&#039;s such a pain to manipulate images in procedural style.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a shame that the Zend Framework team doesn&#8217;t want to implement a class like this. It&#8217;s such a pain to manipulate images in procedural style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mod_Rewrite and Zend Framework 1.10.x and Ubuntu by Mx</title>
		<link>http://blog.kaning.co.uk/archives/242/comment-page-1#comment-1039</link>
		<dc:creator>Mx</dc:creator>
		<pubDate>Thu, 09 Sep 2010 16:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kaning.co.uk/?p=242#comment-1039</guid>
		<description>I found out that you can restart apache by using service apache2 restart. You have to teach me this Zend thing sometime. Warmest regards.</description>
		<content:encoded><![CDATA[<p>I found out that you can restart apache by using service apache2 restart. You have to teach me this Zend thing sometime. Warmest regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

