<?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 &#187; typo3</title>
	<atom:link href="http://www.elp.co.at/tag/typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elp.co.at</link>
	<description>elmar putz, web- &#38; software-development</description>
	<lastBuildDate>Fri, 16 Sep 2011 12:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>TYPO3 / tt_news &#8211; use news title as page title in multilanguage environment</title>
		<link>http://www.elp.co.at/2011/09/16/typo3-tt_news-use-news-title-as-page-title-in-multilanguage-environment/</link>
		<comments>http://www.elp.co.at/2011/09/16/typo3-tt_news-use-news-title-as-page-title-in-multilanguage-environment/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 11:43:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Typo3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.elp.co.at/?p=146</guid>
		<description><![CDATA[If you are using the popular extension &#8220;tt_news&#8221;, you probably want the news title as page title on the single view of the news entries. Especially for SEO and sharing (Facebook, Twitter,&#8230;) it is very useful to have this information in the TITLE &#8211; tag of the page. All you have to do is to [...]]]></description>
		<wfw:commentRss>http://www.elp.co.at/2011/09/16/typo3-tt_news-use-news-title-as-page-title-in-multilanguage-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[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>4</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>
	</channel>
</rss>

