<?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>just4freaks.de &#187; sitemap</title>
	<atom:link href="http://www.just4freaks.de/tag/sitemap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.just4freaks.de</link>
	<description>Typo3 München Wordpress Starnberg  Freelancer</description>
	<lastBuildDate>Tue, 25 Oct 2011 20:40:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Typo3 &#8211; onfocus=&#8221;blurLink(this)&#8221; in Sitemaps entfernen</title>
		<link>http://www.just4freaks.de/tutorials/typo3-onfocusblurlinkthis-in-sitemaps-entfernen</link>
		<comments>http://www.just4freaks.de/tutorials/typo3-onfocusblurlinkthis-in-sitemaps-entfernen#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:49:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://jf4blog.just4freaks.de/?p=155</guid>
		<description><![CDATA[Wenn man in Typo3 das Content Element &#8220;Sitemap&#8221; verwendet, kennt das Problem mit &#60;a&#62;-Tags. Innerhalb des Ankers steht immmer onfocus=&#8221;blurLink(this);&#8221; Um dies zu unterbinden, ist folgender Typoscript Code nötig: Somit verschwindet der onfocus=&#8221;blurLink(this);&#8221; Paramter bei allen Sitemap-Typen.]]></description>
			<content:encoded><![CDATA[<p>Wenn man in Typo3 das Content Element &#8220;Sitemap&#8221; verwendet, kennt das Problem mit &lt;a&gt;-Tags. Innerhalb des Ankers steht immmer onfocus=&#8221;blurLink(this);&#8221; Um dies zu unterbinden, ist folgender Typoscript Code nötig:</p>
<pre class="brush: xml; title: ; notranslate">
// Typoscript Setup
tt_content.menu.20 {
default.1.noBlur = 1
1.1.noBlur = 1
2.1.noBlur = 1
3.1.noBlur = 1
4.1.noBlur = 1
5.1.noBlur = 1
6.1.noBlur = 1
7.1.noBlur = 1
}
</pre>
<p>Somit verschwindet der onfocus=&#8221;blurLink(this);&#8221; Paramter bei allen Sitemap-Typen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/tutorials/typo3-onfocusblurlinkthis-in-sitemaps-entfernen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; Sitemap target definieren</title>
		<link>http://www.just4freaks.de/tutorials/typo3-sitemap-target-definieren</link>
		<comments>http://www.just4freaks.de/tutorials/typo3-sitemap-target-definieren#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://localhost/mb/wordpress/wordpress_j4f/?p=30</guid>
		<description><![CDATA[Wer in Typo3 eine Sitemap anzeigen will, kennt das Problem, dass die Links immer in einem neuen Fenster geöffnet werden. Das liegt daran, dass standardmäßig &#8220;target = page&#8221; gesetzt wird. Um dies zu unterbinden, ist folgender Typoscript Code nötig:]]></description>
			<content:encoded><![CDATA[<p>Wer in Typo3 eine Sitemap anzeigen will, kennt das Problem, dass die Links immer in einem neuen Fenster geöffnet werden. Das liegt daran, dass standardmäßig &#8220;target = page&#8221; gesetzt wird. Um dies zu unterbinden, ist folgender Typoscript Code nötig:</p>
<pre class="brush: xml; title: ; notranslate">
// Typoscript Constants
content.pageFrameObj = _self
pageTarget = _self

// Typoscript Setup
intTarget = {$pageTarget}
extTarget = _blank
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/tutorials/typo3-sitemap-target-definieren/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

