<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>elp's blog</title>
	<atom:link href="http://www.elp.co.at/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elp.co.at</link>
	<description>elmar putz, web- &#38; software-development</description>
	<lastBuildDate>Thu, 24 Jun 2010 12:24:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cropping of images in typo3 with typoscript</title>
		<link>http://www.elp.co.at/2010/06/17/cropping-of-images-in-typo3-with-typoscript/</link>
		<comments>http://www.elp.co.at/2010/06/17/cropping-of-images-in-typo3-with-typoscript/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:00:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=134</guid>
		<description><![CDATA[This posting is based on version 4.3.3 of typo3. It is often necessary to display thumbnails with fixed width and height values for each image (e.g. some image gallery&#8230;), which is a challenge if you have images of different formats (4:3, 16:9,&#8230;). Typo3 offers the &#8220;cropping&#8221; function, which means the original image is scaled to [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2010/06/17/cropping-of-images-in-typo3-with-typoscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speed up website performance with mod_deflate compression via .htaccess</title>
		<link>http://www.elp.co.at/2010/05/18/speed-up-website-performance-with-gzip-compression-via-htaccess/</link>
		<comments>http://www.elp.co.at/2010/05/18/speed-up-website-performance-with-gzip-compression-via-htaccess/#comments</comments>
		<pubDate>Tue, 18 May 2010 15:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[webiste performance]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=121</guid>
		<description><![CDATA[The loading time of a website gets a lot of attention these days, at least since google said, that the loading speed is a factor for the ranking position. With compression of text files (CSS, HTML, JS) you can speed up the performance easily. If the site is hosted on an Apache 2 webserver, there [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2010/05/18/speed-up-website-performance-with-gzip-compression-via-htaccess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Zend Debugger on linux (ubuntu server)</title>
		<link>http://www.elp.co.at/2010/01/04/installing-zend-debugger-on-linux-ubuntu-server/</link>
		<comments>http://www.elp.co.at/2010/01/04/installing-zend-debugger-on-linux-ubuntu-server/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:47:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[aptana studio]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[pdt]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=118</guid>
		<description><![CDATA[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 &#8211; here is how i got it finally running: I use the following system setup for local php development, testing and debugging: [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2010/01/04/installing-zend-debugger-on-linux-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 (4.2.8), utf-8 encoding and caching</title>
		<link>http://www.elp.co.at/2009/08/31/typo3-4-2-8-utf-8-encoding-and-caching/</link>
		<comments>http://www.elp.co.at/2009/08/31/typo3-4-2-8-utf-8-encoding-and-caching/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:07:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=97</guid>
		<description><![CDATA[Typo3 (4.2.8), utf-8 encoding and caching - page_cache entries are ignored which causes poor server performance.]]></description>
		<wfw:commentRss>http://www.elp.co.at/2009/08/31/typo3-4-2-8-utf-8-encoding-and-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>typo3 &#8211; enable admin panel in preview mode for non-admin users / groups</title>
		<link>http://www.elp.co.at/2009/06/18/typo3-enable-admin-panel-in-preview-mode-for-non-admin-users-groups/</link>
		<comments>http://www.elp.co.at/2009/06/18/typo3-enable-admin-panel-in-preview-mode-for-non-admin-users-groups/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=89</guid>
		<description><![CDATA[Typo3 offers a nice feature to edit content elements of a page directly in the preview mode &#8211; but this functionality is only available for admins per default. In my projects, it&#8217;s important for all users to have this feature. As so many tasks in typo3, it is not very obvious how to enable it [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2009/06/18/typo3-enable-admin-panel-in-preview-mode-for-non-admin-users-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend MVC Framework &#8211; forms with dojo / dijit decorators tutorial</title>
		<link>http://www.elp.co.at/2009/05/28/zend-framework-forms-with-dojo/</link>
		<comments>http://www.elp.co.at/2009/05/28/zend-framework-forms-with-dojo/#comments</comments>
		<pubDate>Thu, 28 May 2009 13:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dijit]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=76</guid>
		<description><![CDATA[I started developing my first application with the Zend Framework using the MVC approach &#8211; following the tutorial (http://framework.zend.com/docs/quickstart) is a good entry point, but as soon as you need some &#8220;advanced&#8221; features, it gets a little tricky. In my application i will use the integrated Dojo-library, which offers powerful form elements and ajax features [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2009/05/28/zend-framework-forms-with-dojo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>dotnetnuke custom module development</title>
		<link>http://www.elp.co.at/2009/04/10/dotnetnuke-custom-module-development/</link>
		<comments>http://www.elp.co.at/2009/04/10/dotnetnuke-custom-module-development/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 07:55:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[dotnetnuke]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=57</guid>
		<description><![CDATA[Recently, i started working on a project using the ASP.NET based portal framework dotnetnuke. My part is mainly the development of custom modules. Although the framework&#8217;s architecture makes it easy to extend the functionality, the available documentation is far from being complete. Finding necessary hints and tipps in discussion boards and blogs, i&#8217;ll try to [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2009/04/10/dotnetnuke-custom-module-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>elp.co.at &#8211; everything new</title>
		<link>http://www.elp.co.at/2009/03/06/elpcoat-everything-new/</link>
		<comments>http://www.elp.co.at/2009/03/06/elpcoat-everything-new/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:10:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[elp.co.at]]></category>

		<guid isPermaLink="false">http://blog.elp.co.at/?p=47</guid>
		<description><![CDATA[I decided to setup a new site based on wordpress &#8211; and hopefully, it will be maintained with more effort than the old one. I migrated some of the most interesting articles of my old site (mostly legacy stuff) to this blog &#8211; it may be useful to somebody. elmar]]></description>
		<wfw:commentRss>http://www.elp.co.at/2009/03/06/elpcoat-everything-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6 Death March</title>
		<link>http://www.elp.co.at/2009/03/06/internet-explorer-6-death-march/</link>
		<comments>http://www.elp.co.at/2009/03/06/internet-explorer-6-death-march/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://blog.elp.co.at/?p=44</guid>
		<description><![CDATA[The Internet Explorer 6 is a &#8220;no-go&#8221; for web-programmers (especially the html / css &#8211; geeks) &#8211; poor implementation of W3C &#8211; Standards and horrible javascript support causes heavy troubles on modern web-frontends. But now there is something going on: Finn.no, Norway â€™s largest classifieds-site, is displaying a tip on their homepage to all IE6 [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2009/03/06/internet-explorer-6-death-march/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandrake 9.2 and Apache Open Proxy Bug</title>
		<link>http://www.elp.co.at/2009/03/06/mandrake-92-and-apache-open-proxy-bug/</link>
		<comments>http://www.elp.co.at/2009/03/06/mandrake-92-and-apache-open-proxy-bug/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 13:45:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Legacy]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mandrake 9.2]]></category>

		<guid isPermaLink="false">http://blog.elp.co.at/?p=41</guid>
		<description><![CDATA[the standard apache config of this linux version can cause serious trouble The problem: Linux Mandrake 9.2Â usesÂ Â apache 2.0.47 by defaultÂ - but take a careful look at your apache config files, because the server is set up by default with an open proxy port &#8211; so your box could be &#8220;hijacked&#8221; by spammers, who use your [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2009/03/06/mandrake-92-and-apache-open-proxy-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
