<?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 Aa Ideas</title>
	<atom:link href="http://www.aaideas.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaideas.com</link>
	<description>Web Development, Open Source, Etc.</description>
	<lastBuildDate>Tue, 29 Nov 2011 20:18:09 +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 Customized Grails Controller for REST by An Army of Solipsists &#187; Blog Archive &#187; This Week in Grails (2011-47)</title>
		<link>http://www.aaideas.com/2011/11/22/customized-grails-controller-for-rest/comment-page-1/#comment-965</link>
		<dc:creator>An Army of Solipsists &#187; Blog Archive &#187; This Week in Grails (2011-47)</dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaideas.com/?p=273#comment-965</guid>
		<description>[...] Customized Grails Controller for REST [...]</description>
		<content:encoded><![CDATA[<p>[...] Customized Grails Controller for REST [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails active page navigation menu by Yuri gagarin</title>
		<link>http://www.aaideas.com/2010/03/26/grails-active-page-navigation-menu/comment-page-1/#comment-947</link>
		<dc:creator>Yuri gagarin</dc:creator>
		<pubDate>Fri, 14 Oct 2011 18:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://aeischeid.wordpress.com/?p=115#comment-947</guid>
		<description>Nice one, I&#039;ve been looking for something similar for ages!.</description>
		<content:encoded><![CDATA[<p>Nice one, I&#8217;ve been looking for something similar for ages!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH tunneling in Ubuntu by Bob N</title>
		<link>http://www.aaideas.com/2011/06/03/ssh-tunneling-in-ubuntu/comment-page-1/#comment-881</link>
		<dc:creator>Bob N</dc:creator>
		<pubDate>Fri, 24 Jun 2011 05:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaideas.com/?p=247#comment-881</guid>
		<description>wow that is somewhat awesome.  I set up ssh tunnels a lot just using the command line, and I think this SSH tunnel manager might make it a lot easier.</description>
		<content:encoded><![CDATA[<p>wow that is somewhat awesome.  I set up ssh tunnels a lot just using the command line, and I think this SSH tunnel manager might make it a lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on my sunspider test results for Sept. by Jan 2010 Ubuntu Browser Benchmarks &#171; Aa Ideas</title>
		<link>http://www.aaideas.com/2010/09/22/my-sunspider-test-results-for-sept/comment-page-1/#comment-779</link>
		<dc:creator>Jan 2010 Ubuntu Browser Benchmarks &#171; Aa Ideas</dc:creator>
		<pubDate>Mon, 17 Jan 2011 18:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaideas.com/?p=220#comment-779</guid>
		<description>[...] A follow-up of this. [...]</description>
		<content:encoded><![CDATA[<p>[...] A follow-up of this. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails active page navigation menu by Jan Gerrit</title>
		<link>http://www.aaideas.com/2010/03/26/grails-active-page-navigation-menu/comment-page-1/#comment-111</link>
		<dc:creator>Jan Gerrit</dc:creator>
		<pubDate>Sat, 24 Jul 2010 13:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://aeischeid.wordpress.com/?p=115#comment-111</guid>
		<description>Nice solution, i&#039;ve searched for hours to solve this problem. Many thankts for the idea. Greetings, jg</description>
		<content:encoded><![CDATA[<p>Nice solution, i&#8217;ve searched for hours to solve this problem. Many thankts for the idea. Greetings, jg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails PDF plugin by Chris Malan</title>
		<link>http://www.aaideas.com/projects/grails-pdf-plugin/comment-page-1/#comment-36</link>
		<dc:creator>Chris Malan</dc:creator>
		<pubDate>Thu, 25 Feb 2010 06:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://aeischeid.wordpress.com/?page_id=32#comment-36</guid>
		<description>Hi Aaron,
I downloaded pdf 0.4.5 and tried to install.  It looks for the *.gsp files to copy in views instead of views/pdf.  I found the place to fix it in the install script.  Now it installs.  The form pdf post examples would not work at all because, according to the stack trace, renderer.setDocumentFromString(content, baseUri) is called with the wrong argument types.  There&#039;s a lot about it online.  I added .toString() to the content variable in the controller for the pdfForm closure and now it works, sort of.  However, only for the post examples it prints a stack trace saying getOutputStream() has already been called for this request.  I don&#039;t see it in the code.  Again, there is a lot about this online.  I can mail you the slightly altered zip file.

I run grails 1.2.0 and groovy 1.7.0 on Debian Lenny.  How does one get past this?</description>
		<content:encoded><![CDATA[<p>Hi Aaron,<br />
I downloaded pdf 0.4.5 and tried to install.  It looks for the *.gsp files to copy in views instead of views/pdf.  I found the place to fix it in the install script.  Now it installs.  The form pdf post examples would not work at all because, according to the stack trace, renderer.setDocumentFromString(content, baseUri) is called with the wrong argument types.  There&#8217;s a lot about it online.  I added .toString() to the content variable in the controller for the pdfForm closure and now it works, sort of.  However, only for the post examples it prints a stack trace saying getOutputStream() has already been called for this request.  I don&#8217;t see it in the code.  Again, there is a lot about this online.  I can mail you the slightly altered zip file.</p>
<p>I run grails 1.2.0 and groovy 1.7.0 on Debian Lenny.  How does one get past this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on browser benchmarking by Install and Benchmark Firefox 3.6 beta &#8211; Whoa Epiphany! &#171; Web Development on Ubuntu</title>
		<link>http://www.aaideas.com/2009/08/27/browser-benchmarking/comment-page-1/#comment-37</link>
		<dc:creator>Install and Benchmark Firefox 3.6 beta &#8211; Whoa Epiphany! &#171; Web Development on Ubuntu</dc:creator>
		<pubDate>Thu, 12 Nov 2009 22:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://aeischeid.wordpress.com/?p=76#comment-37</guid>
		<description>[...] did a fresh install of Karmic. I have run previous tests on in it as 32bit and FF did better then. see old post. Surprisingly Epiphany won the race [...]</description>
		<content:encoded><![CDATA[<p>[...] did a fresh install of Karmic. I have run previous tests on in it as 32bit and FF did better then. see old post. Surprisingly Epiphany won the race [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on moving past Gnome-Do docky by ulrik</title>
		<link>http://www.aaideas.com/2009/11/05/moving-past-gnome-do-docky/comment-page-1/#comment-47</link>
		<dc:creator>ulrik</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://aeischeid.wordpress.com/?p=89#comment-47</guid>
		<description>Nice comments about Kupfer, thank you! I didn&#039;t intend it to work so well for application switching -- it&#039;s only a consequence of knowing that the application is running so you shouldn&#039;t start it again.

I love to hear comments from other people -- Kupfer is an exploration of what works and what doesn&#039;t; so far it&#039;s only been tuned mostly for me.

I left a comment here previously, but I can&#039;t see it now.. I&#039;ll see if this comment shows up directly or not.</description>
		<content:encoded><![CDATA[<p>Nice comments about Kupfer, thank you! I didn&#8217;t intend it to work so well for application switching &#8212; it&#8217;s only a consequence of knowing that the application is running so you shouldn&#8217;t start it again.</p>
<p>I love to hear comments from other people &#8212; Kupfer is an exploration of what works and what doesn&#8217;t; so far it&#8217;s only been tuned mostly for me.</p>
<p>I left a comment here previously, but I can&#8217;t see it now.. I&#8217;ll see if this comment shows up directly or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chrome Frame &#8211; dirty trick to gain market share? by aeischeid</title>
		<link>http://www.aaideas.com/2009/09/24/chrome-frame-dirty-trick-to-gain-market-share/comment-page-1/#comment-41</link>
		<dc:creator>aeischeid</dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://aeischeid.wordpress.com/?p=81#comment-41</guid>
		<description>Good point about Google Wave factoring into their motivation. Hadn&#039;t thought about that. I am surprised they&#039;re not even going to support IE8 though.

You&#039;re also right about Chrome Frame being per page opt in, I had misunderstood that. That pretty much negates what I wrote regarding Google pulling a dirty trick. So I guess there isn&#039;t much more to say. Thanks Google!</description>
		<content:encoded><![CDATA[<p>Good point about Google Wave factoring into their motivation. Hadn&#8217;t thought about that. I am surprised they&#8217;re not even going to support IE8 though.</p>
<p>You&#8217;re also right about Chrome Frame being per page opt in, I had misunderstood that. That pretty much negates what I wrote regarding Google pulling a dirty trick. So I guess there isn&#8217;t much more to say. Thanks Google!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chrome Frame &#8211; dirty trick to gain market share? by Michael Bosworth</title>
		<link>http://www.aaideas.com/2009/09/24/chrome-frame-dirty-trick-to-gain-market-share/comment-page-1/#comment-40</link>
		<dc:creator>Michael Bosworth</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://aeischeid.wordpress.com/?p=81#comment-40</guid>
		<description>Google has announced that Google Wave will not be supported for IE 6,7, or 8.  I think Chrome Frame was developed so they would have to waste so much time tweaking Google Wave to work in IE.

Also, even if Chrome Frame is installed I am not certain that it runs on every page.  According to Google Code page for Chrome Frame to work you have to include a meta tag on the page.</description>
		<content:encoded><![CDATA[<p>Google has announced that Google Wave will not be supported for IE 6,7, or 8.  I think Chrome Frame was developed so they would have to waste so much time tweaking Google Wave to work in IE.</p>
<p>Also, even if Chrome Frame is installed I am not certain that it runs on every page.  According to Google Code page for Chrome Frame to work you have to include a meta tag on the page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

