<?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 elp's blog</title>
	<atom:link href="http://www.elp.co.at/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elp.co.at</link>
	<description>elmar putz, web- &#38; software-development</description>
	<lastBuildDate>Fri, 04 Mar 2011 13:16:15 +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 Cropping of images in typo3 with typoscript by Fabian Thommen</title>
		<link>http://www.elp.co.at/2010/06/17/cropping-of-images-in-typo3-with-typoscript/comment-page-1/#comment-1993</link>
		<dc:creator>Fabian Thommen</dc:creator>
		<pubDate>Fri, 04 Mar 2011 13:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=134#comment-1993</guid>
		<description>Your post helped me! Thanks..</description>
		<content:encoded><![CDATA[<p>Your post helped me! Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed up website performance with mod_deflate compression via .htaccess by Affiliate &#38; Webmaster Blog</title>
		<link>http://www.elp.co.at/2010/05/18/speed-up-website-performance-with-gzip-compression-via-htaccess/comment-page-1/#comment-1949</link>
		<dc:creator>Affiliate &#38; Webmaster Blog</dc:creator>
		<pubDate>Wed, 29 Dec 2010 21:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=121#comment-1949</guid>
		<description>&lt;strong&gt;Mit GZIP Komprimierung die Server-Ladegeschwindikeit optimieren...&lt;/strong&gt;

Die Ladegeschwindigkeit des Servers ist inzwischen nicht nur für die User-Experience sehr wichtig, sondern sogar oder eben deswegen ein Ranking Kriterium für Google. Als ein wichtigster und einfachster Schritt zur Optimierung der Ladezeiten sollte das ...</description>
		<content:encoded><![CDATA[<p><strong>Mit GZIP Komprimierung die Server-Ladegeschwindikeit optimieren&#8230;</strong></p>
<p>Die Ladegeschwindigkeit des Servers ist inzwischen nicht nur für die User-Experience sehr wichtig, sondern sogar oder eben deswegen ein Ranking Kriterium für Google. Als ein wichtigster und einfachster Schritt zur Optimierung der Ladezeiten sollte das &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Zend Debugger on linux (ubuntu server) by zenddebugger.com</title>
		<link>http://www.elp.co.at/2010/01/04/installing-zend-debugger-on-linux-ubuntu-server/comment-page-1/#comment-1942</link>
		<dc:creator>zenddebugger.com</dc:creator>
		<pubDate>Thu, 23 Dec 2010 08:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=118#comment-1942</guid>
		<description>&lt;strong&gt;Installing Zend Debugger on ubuntu server...&lt;/strong&gt;

The documentation of Aptana 2.0 is poor at the moment, i did not find any docs on the new PDT PHP extension. Maybe someone has the same troubles getting php debugging to work – here is how i got it finally running: I use the following system setup for ...</description>
		<content:encoded><![CDATA[<p><strong>Installing Zend Debugger on ubuntu server&#8230;</strong></p>
<p>The documentation of Aptana 2.0 is poor at the moment, i did not find any docs on the new PDT PHP extension. Maybe someone has the same troubles getting php debugging to work – here is how i got it finally running: I use the following system setup for &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cropping of images in typo3 with typoscript by admin</title>
		<link>http://www.elp.co.at/2010/06/17/cropping-of-images-in-typo3-with-typoscript/comment-page-1/#comment-1940</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 22 Dec 2010 11:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=134#comment-1940</guid>
		<description>&lt;a href=&quot;#comment-1939&quot; rel=&quot;nofollow&quot;&gt;@Henny&lt;/a&gt; 
thankyou! as i am not an typoscript expert, i just try to share my experiences  - your solutions is far more elegant...</description>
		<content:encoded><![CDATA[<p><a href="#comment-1939" rel="nofollow">@Henny</a><br />
thankyou! as i am not an typoscript expert, i just try to share my experiences  &#8211; your solutions is far more elegant&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cropping of images in typo3 with typoscript by Henny</title>
		<link>http://www.elp.co.at/2010/06/17/cropping-of-images-in-typo3-with-typoscript/comment-page-1/#comment-1939</link>
		<dc:creator>Henny</dc:creator>
		<pubDate>Tue, 21 Dec 2010 14:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=134#comment-1939</guid>
		<description>i have a variant of your script that don&#039;t crashes with other extensions like lightbox...

tt_content.image.20.1.file {
    width.override = 210c
    height.override = 134c
    
    width.override.if {
        value = 21,25
        isInList.field = section_frame
    }
    
    height.override.if {
        value = 21,25
        isInList.field = section_frame
    }
}


because some lightbox extension link up on tt_content.20.1. so if it&#039;s a COA the extension won&#039;t work</description>
		<content:encoded><![CDATA[<p>i have a variant of your script that don&#8217;t crashes with other extensions like lightbox&#8230;</p>
<p>tt_content.image.20.1.file {<br />
    width.override = 210c<br />
    height.override = 134c</p>
<p>    width.override.if {<br />
        value = 21,25<br />
        isInList.field = section_frame<br />
    }</p>
<p>    height.override.if {<br />
        value = 21,25<br />
        isInList.field = section_frame<br />
    }<br />
}</p>
<p>because some lightbox extension link up on tt_content.20.1. so if it&#8217;s a COA the extension won&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cropping of images in typo3 with typoscript by Freddy</title>
		<link>http://www.elp.co.at/2010/06/17/cropping-of-images-in-typo3-with-typoscript/comment-page-1/#comment-1922</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Sat, 31 Jul 2010 11:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=134#comment-1922</guid>
		<description>thanks for saving my time...</description>
		<content:encoded><![CDATA[<p>thanks for saving my time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed up website performance with mod_deflate compression via .htaccess by admin</title>
		<link>http://www.elp.co.at/2010/05/18/speed-up-website-performance-with-gzip-compression-via-htaccess/comment-page-1/#comment-1906</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 20 May 2010 07:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=121#comment-1906</guid>
		<description>thanks, tom - sometimes i just try to ignore that old bastard - i changed the code and added a browser rule which should prevent compression for old IE versions...</description>
		<content:encoded><![CDATA[<p>thanks, tom &#8211; sometimes i just try to ignore that old bastard &#8211; i changed the code and added a browser rule which should prevent compression for old IE versions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speed up website performance with mod_deflate compression via .htaccess by Thomas Einwaller</title>
		<link>http://www.elp.co.at/2010/05/18/speed-up-website-performance-with-gzip-compression-via-htaccess/comment-page-1/#comment-1905</link>
		<dc:creator>Thomas Einwaller</dc:creator>
		<pubDate>Wed, 19 May 2010 20:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=121#comment-1905</guid>
		<description>because we discussed the topic of browser compatibility some days ago I just wanted to mention that IE6 has some issues with caching compressed CSS and JavaScript files which may lead to strange behavior of your website/app. You might consider configuring mod_deflate so that it does not send compressed content to that browser (or finally dropping support for that old buggy beast ;-)</description>
		<content:encoded><![CDATA[<p>because we discussed the topic of browser compatibility some days ago I just wanted to mention that IE6 has some issues with caching compressed CSS and JavaScript files which may lead to strange behavior of your website/app. You might consider configuring mod_deflate so that it does not send compressed content to that browser (or finally dropping support for that old buggy beast <img src='http://www.elp.co.at/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming your own Web Publishing Wizard on Windows XP by Terry Zhang</title>
		<link>http://www.elp.co.at/2008/07/21/programming-your-own-web-publishing-wizard-on-windows-xp/comment-page-1/#comment-905</link>
		<dc:creator>Terry Zhang</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elp.co.at/?p=8#comment-905</guid>
		<description>Hi, elp:
This is very useful to me to understand this logic. 
Thanks a lot.
Terry</description>
		<content:encoded><![CDATA[<p>Hi, elp:<br />
This is very useful to me to understand this logic.<br />
Thanks a lot.<br />
Terry</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend MVC Framework &#8211; forms with dojo / dijit decorators tutorial by baza</title>
		<link>http://www.elp.co.at/2009/05/28/zend-framework-forms-with-dojo/comment-page-1/#comment-899</link>
		<dc:creator>baza</dc:creator>
		<pubDate>Fri, 23 Oct 2009 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.elp.co.at/?p=76#comment-899</guid>
		<description>pls how do i create a dojo element for uploading a picture</description>
		<content:encoded><![CDATA[<p>pls how do i create a dojo element for uploading a picture</p>
]]></content:encoded>
	</item>
</channel>
</rss>

