<?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 Medieval Programming</title>
	<atom:link href="http://blog.hma-info.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hma-info.de</link>
	<description>Fabians random thoughts about work and private life</description>
	<lastBuildDate>Sat, 02 Jul 2011 11:40: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 Latest Lightbox v2 with automatic resizing by Humair</title>
		<link>http://blog.hma-info.de/2008/04/09/latest-lightbox-v2-with-automatic-resizing/comment-page-2/#comment-29053</link>
		<dc:creator>Humair</dc:creator>
		<pubDate>Sat, 02 Jul 2011 11:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hma-info.de/?p=63#comment-29053</guid>
		<description>Hey man good work...it really saved the time but m facing just one issue which seems like nobody else is having above. When I click at next button picture do gets toggle to next one but the page beneath it (the page of the post where I have put thumbnails) gets refreshed and jumps to my main web page. Did many changes to your script to hit the prob but no use. Could you please let me know where to fix it? I have submitted my experimental web page in the feed you can check the prob there too. Thanx :)</description>
		<content:encoded><![CDATA[<p>Hey man good work&#8230;it really saved the time but m facing just one issue which seems like nobody else is having above. When I click at next button picture do gets toggle to next one but the page beneath it (the page of the post where I have put thumbnails) gets refreshed and jumps to my main web page. Did many changes to your script to hit the prob but no use. Could you please let me know where to fix it? I have submitted my experimental web page in the feed you can check the prob there too. Thanx <img src='http://blog.hma-info.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latest Lightbox v2 with automatic resizing by george</title>
		<link>http://blog.hma-info.de/2008/04/09/latest-lightbox-v2-with-automatic-resizing/comment-page-2/#comment-28974</link>
		<dc:creator>george</dc:creator>
		<pubDate>Mon, 27 Jun 2011 22:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hma-info.de/?p=63#comment-28974</guid>
		<description>Works good on IE and Safari but not so good on Firefox 3.6.17. At the and of loading image all windows colors became black and white. I am using frames. Is it any way to display image at once without any animation?

Thanks
.george</description>
		<content:encoded><![CDATA[<p>Works good on IE and Safari but not so good on Firefox 3.6.17. At the and of loading image all windows colors became black and white. I am using frames. Is it any way to display image at once without any animation?</p>
<p>Thanks<br />
.george</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latest Lightbox v2 with automatic resizing by Marin</title>
		<link>http://blog.hma-info.de/2008/04/09/latest-lightbox-v2-with-automatic-resizing/comment-page-2/#comment-28477</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Thu, 09 Jun 2011 14:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hma-info.de/?p=63#comment-28477</guid>
		<description>Hi, could you update your patch on lightbox 2 v 2.05? The old one version 2.04 doesn&#039;t work on IE9. Marin</description>
		<content:encoded><![CDATA[<p>Hi, could you update your patch on lightbox 2 v 2.05? The old one version 2.04 doesn&#8217;t work on IE9. Marin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latest Lightbox v2 with automatic resizing by Rick</title>
		<link>http://blog.hma-info.de/2008/04/09/latest-lightbox-v2-with-automatic-resizing/comment-page-2/#comment-28329</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Tue, 10 May 2011 17:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hma-info.de/?p=63#comment-28329</guid>
		<description>i have noticed that by implementing this new version of lightbox with auto image resizer, the web page now loads much slower.  when i used the previous version on lightbox, the web page loaded very fast.  now, the page will be blank for a few minutes as it loads.

is there any solution to this ?

thanks !</description>
		<content:encoded><![CDATA[<p>i have noticed that by implementing this new version of lightbox with auto image resizer, the web page now loads much slower.  when i used the previous version on lightbox, the web page loaded very fast.  now, the page will be blank for a few minutes as it loads.</p>
<p>is there any solution to this ?</p>
<p>thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Propel and PHP Garbage collector by Ventzy</title>
		<link>http://blog.hma-info.de/2007/10/02/propel-and-php-garbage-collector/comment-page-1/#comment-27923</link>
		<dc:creator>Ventzy</dc:creator>
		<pubDate>Fri, 08 Apr 2011 15:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hma-info.de/blog/2007/10/02/propel-and-php-garbage-collector/#comment-27923</guid>
		<description>I had this issue when saving about 10000 objects. The process stopped at 650th object with exhausted 256 mb.

At the end of the loop I added:
  $article-&gt;clearAllReferences(true);
  unset($article); //don&#039;t know is this actually needed

now I can create 10k objects without problems.

Additionally I called Propel::disableInstancePooling(); at start.

Propel 1.5 and php 5.3.</description>
		<content:encoded><![CDATA[<p>I had this issue when saving about 10000 objects. The process stopped at 650th object with exhausted 256 mb.</p>
<p>At the end of the loop I added:<br />
  $article-&gt;clearAllReferences(true);<br />
  unset($article); //don&#8217;t know is this actually needed</p>
<p>now I can create 10k objects without problems.</p>
<p>Additionally I called Propel::disableInstancePooling(); at start.</p>
<p>Propel 1.5 and php 5.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on State of the Art Dependency Injection for PHP by Marcelo Gornstein</title>
		<link>http://blog.hma-info.de/2009/06/30/state-of-the-art-dependency-injection-for-php/comment-page-1/#comment-27264</link>
		<dc:creator>Marcelo Gornstein</dc:creator>
		<pubDate>Mon, 21 Feb 2011 13:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hma-info.de/?p=163#comment-27264</guid>
		<description>Or... ;) you can try Ding (http://marcelog.github.com/Ding) which is also modeled after Sprintf(tm) for Java, it supports some JSR 250 and 330 annotations, xml and/or yaml as bean definitions providers, so it has a complete inversion of control and dependency injection container. 

also it is much more lightweight than flow3, has different cache for each subsystem, supports signal handling, non blocking tcp clients and servers and many useful helpers (like syslog, etc)</description>
		<content:encoded><![CDATA[<p>Or&#8230; <img src='http://blog.hma-info.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  you can try Ding (<a href="http://marcelog.github.com/Ding" rel="nofollow">http://marcelog.github.com/Ding</a>) which is also modeled after Sprintf(tm) for Java, it supports some JSR 250 and 330 annotations, xml and/or yaml as bean definitions providers, so it has a complete inversion of control and dependency injection container. </p>
<p>also it is much more lightweight than flow3, has different cache for each subsystem, supports signal handling, non blocking tcp clients and servers and many useful helpers (like syslog, etc)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

