<?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 simplificator</title>
	<atom:link href="http://blog.simplificator.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simplificator.com</link>
	<description>web applications</description>
	<lastBuildDate>Fri, 09 Oct 2009 21:07:39 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RubyGem for webthumb by Mike</title>
		<link>http://blog.simplificator.com/2008/07/10/rubygem-for-webthumb/comment-page-1/#comment-8168</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 09 Oct 2009 21:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://simplificator.com/2008/07/10/rubygem-for-webthumb/#comment-8168</guid>
		<description>On Thursday Oct. 8 around 10AM PDT the bluga service had &quot;queueing issues&quot;. As a result our requests tot he service using the ruby webthumb API entered endless loops. This is because the fetch_when_complete method continued in an endless loop as long as it was able to get valid responses from the server (presumably the response that says &quot;still working on it&quot;).

The bluga site is fixed and should not have such issues but there is always the chance something else will happen to the service.

I am going to modify/monkey patch Simplificator::Webthumb::Job.fetch_when_complete to take a timeout parameter so that it doesnt check in an endless loop forever. 

If you want the modification, can you send me an email with some instructions on where to send the modified code?

Thanks, Mike</description>
		<content:encoded><![CDATA[<p>On Thursday Oct. 8 around 10AM PDT the bluga service had &#8220;queueing issues&#8221;. As a result our requests tot he service using the ruby webthumb API entered endless loops. This is because the fetch_when_complete method continued in an endless loop as long as it was able to get valid responses from the server (presumably the response that says &#8220;still working on it&#8221;).</p>
<p>The bluga site is fixed and should not have such issues but there is always the chance something else will happen to the service.</p>
<p>I am going to modify/monkey patch Simplificator::Webthumb::Job.fetch_when_complete to take a timeout parameter so that it doesnt check in an endless loop forever. </p>
<p>If you want the modification, can you send me an email with some instructions on where to send the modified code?</p>
<p>Thanks, Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby and EXIF Data by Constantin</title>
		<link>http://blog.simplificator.com/2008/01/14/ruby-and-exif-data/comment-page-1/#comment-7520</link>
		<dc:creator>Constantin</dc:creator>
		<pubDate>Sun, 13 Sep 2009 09:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://simplificator.com/2008/01/14/ruby-and-exif-data/#comment-7520</guid>
		<description>Mini-Exiftool works great in several of my ruby on rails projects, is simple to use and very powerful.</description>
		<content:encoded><![CDATA[<p>Mini-Exiftool works great in several of my ruby on rails projects, is simple to use and very powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hpricot and Namespaces/XPath by pascal</title>
		<link>http://blog.simplificator.com/2009/09/04/hpricot-and-namespacesxpath/comment-page-1/#comment-7426</link>
		<dc:creator>pascal</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplificator.com/2009/09/04/hpricot-and-namespacesxpath/#comment-7426</guid>
		<description>Hi Robert

It just did not work, the searches with XPath just did not return any result if the query contained the namespace more than once.

I.e.:
&#039;/EAD:ead/EAD:eadheader/EAD:filedesc/EAD:titlestmt/EAD:titleproper&#039;
Would return nothing while
&#039;/EAD:ead/EAD:eadheader&#039; did not return a single result.

BTW:
path = (hpricot / &#039;EAD:titleproper&#039;).first.xpath
nodes = hpricot / path
-&gt; nodes is empty</description>
		<content:encoded><![CDATA[<p>Hi Robert</p>
<p>It just did not work, the searches with XPath just did not return any result if the query contained the namespace more than once.</p>
<p>I.e.:<br />
&#8216;/EAD:ead/EAD:eadheader/EAD:filedesc/EAD:titlestmt/EAD:titleproper&#8217;<br />
Would return nothing while<br />
&#8216;/EAD:ead/EAD:eadheader&#8217; did not return a single result.</p>
<p>BTW:<br />
path = (hpricot / &#8216;EAD:titleproper&#8217;).first.xpath<br />
nodes = hpricot / path<br />
-> nodes is empty</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hpricot and Namespaces/XPath by Robert Fischer</title>
		<link>http://blog.simplificator.com/2009/09/04/hpricot-and-namespacesxpath/comment-page-1/#comment-7310</link>
		<dc:creator>Robert Fischer</dc:creator>
		<pubDate>Fri, 04 Sep 2009 18:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplificator.com/2009/09/04/hpricot-and-namespacesxpath/#comment-7310</guid>
		<description>Is it just failing to work with namespaces properly, or does it ignore prefixes completely?</description>
		<content:encoded><![CDATA[<p>Is it just failing to work with namespaces properly, or does it ignore prefixes completely?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Look, no password! by Kevin Beck</title>
		<link>http://blog.simplificator.com/2009/06/24/look-no-password/comment-page-1/#comment-6129</link>
		<dc:creator>Kevin Beck</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplificator.com/2009/06/24/look-no-password/#comment-6129</guid>
		<description>Great post.  Thanks for the tips.  Would you consider writing another post about the software you are using to block IPs after unsuccessful log ins?  Including setup instructions if applicable?</description>
		<content:encoded><![CDATA[<p>Great post.  Thanks for the tips.  Would you consider writing another post about the software you are using to block IPs after unsuccessful log ins?  Including setup instructions if applicable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unable to set the activation state to true for the application &#8216;Foo&#8217; by Hank</title>
		<link>http://blog.simplificator.com/2009/02/18/unable-to-set-the-activation-state-to-true-for-the-application-foo/comment-page-1/#comment-5892</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplificator.com/2009/02/18/unable-to-set-the-activation-state-to-true-for-the-application-foo/#comment-5892</guid>
		<description>Hi man, thanks a lot.

your solution solved me the same problem in WLS 9.2 MP3.</description>
		<content:encoded><![CDATA[<p>Hi man, thanks a lot.</p>
<p>your solution solved me the same problem in WLS 9.2 MP3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unable to set the activation state to true for the application &#8216;Foo&#8217; by DEVIENNE</title>
		<link>http://blog.simplificator.com/2009/02/18/unable-to-set-the-activation-state-to-true-for-the-application-foo/comment-page-1/#comment-5475</link>
		<dc:creator>DEVIENNE</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplificator.com/2009/02/18/unable-to-set-the-activation-state-to-true-for-the-application-foo/#comment-5475</guid>
		<description>Hi we&#039;ve got the same problem ... with the same solution ....

Your blog was very usefull for a solution witch wouldn&#039;t be easy to find ...

For information, in Weblogic 8, the jndi field is not a textarea, but a classic text field. So we didn&#039;t have this problem with Weblogic 8....

Thanck you

Bernard.</description>
		<content:encoded><![CDATA[<p>Hi we&#8217;ve got the same problem &#8230; with the same solution &#8230;.</p>
<p>Your blog was very usefull for a solution witch wouldn&#8217;t be easy to find &#8230;</p>
<p>For information, in Weblogic 8, the jndi field is not a textarea, but a classic text field. So we didn&#8217;t have this problem with Weblogic 8&#8230;.</p>
<p>Thanck you</p>
<p>Bernard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us multiple drag and drop by David</title>
		<link>http://blog.simplificator.com/2008/10/22/scriptaculous-multiple-drag-and-drop/comment-page-1/#comment-4419</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 29 May 2009 20:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplificator.com/2008/10/22/scriptaculous-multiple-drag-and-drop/#comment-4419</guid>
		<description>Thanks! Very useful.
Nice and easy.</description>
		<content:encoded><![CDATA[<p>Thanks! Very useful.<br />
Nice and easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2 Years Simplificator! by fabien</title>
		<link>http://blog.simplificator.com/2009/04/30/2-years-simplificator/comment-page-1/#comment-3359</link>
		<dc:creator>fabien</dc:creator>
		<pubDate>Thu, 30 Apr 2009 12:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simplificator.com/2009/04/30/2-years-simplificator/#comment-3359</guid>
		<description>Congratulations!</description>
		<content:encoded><![CDATA[<p>Congratulations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby and EXIF Data by akahn</title>
		<link>http://blog.simplificator.com/2008/01/14/ruby-and-exif-data/comment-page-1/#comment-1794</link>
		<dc:creator>akahn</dc:creator>
		<pubDate>Mon, 29 Dec 2008 15:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://simplificator.com/2008/01/14/ruby-and-exif-data/#comment-1794</guid>
		<description>Did you have success with Mini-Exiftool? What else were your findings?</description>
		<content:encoded><![CDATA[<p>Did you have success with Mini-Exiftool? What else were your findings?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
