<?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>ki GmbH :: tec blog &#187; code</title>
	<atom:link href="http://www.kigmbh.com/wordpress/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kigmbh.com/wordpress</link>
	<description>essenzen aus der tekki welt</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:24:56 +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>Magento wirft Fehlermeldung: Undefined index:  0  in /app/code/core/Mage/Core/Model/Mysql4/Config.php on line 92 [gelöst]</title>
		<link>http://www.kigmbh.com/wordpress/2010/04/magento-wirft-fehlermeldung-undefined-index-0-in-appcodecoremagecoremodelmysql4config-php-on-line-92-gelost/</link>
		<comments>http://www.kigmbh.com/wordpress/2010/04/magento-wirft-fehlermeldung-undefined-index-0-in-appcodecoremagecoremodelmysql4config-php-on-line-92-gelost/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:47:46 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Fehlermeldungen]]></category>
		<category><![CDATA[betriebssystem]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programmierung]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=516</guid>
		<description><![CDATA[Bei der Programmierung eines Magento-Shops bin ich über einen fiesen Fehler von Magento gestossen. Wenn man das Staging System auf den Live Server kopiert, kommt es beim SQL-Export und Import zu einer Verschiebung von Indexes. Dies führt dann zu folgender Fehlermeldung: Notice: Undefined index: 0 in /app/code/core/Mage/Core/Model/Mysql4/Config.php on line 92 Lösung: Mit nachfolgenden SQL-Statements bringt [...]]]></description>
			<content:encoded><![CDATA[<p>Bei der Programmierung eines Magento-Shops bin ich über einen fiesen Fehler von Magento gestossen. Wenn man das Staging System auf den Live Server kopiert, kommt es beim SQL-Export und Import zu einer Verschiebung von Indexes. Dies führt dann zu folgender Fehlermeldung:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">Notice<span style="color: #339933;">:</span> Undefined index<span style="color: #339933;">:</span>  <span style="color: #cc66cc;">0</span>  in <span style="color: #339933;">/</span>app<span style="color: #339933;">/</span>code<span style="color: #339933;">/</span>core<span style="color: #339933;">/</span>Mage<span style="color: #339933;">/</span>Core<span style="color: #339933;">/</span>Model<span style="color: #339933;">/</span>Mysql4<span style="color: #339933;">/</span>Config<span style="color: #339933;">.</span>php on line <span style="color: #cc66cc;">92</span></pre></div></div>

<h2>Lösung:</h2>
<p>Mit nachfolgenden SQL-Statements bringt man wieder Ordnung in die betroffenen Tabellen:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`core_website`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`website_id`</span><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">0</span> <span style="color: #993333; font-weight: bold;">WHERE</span> <span style="color: #ff0000;">`website_id`</span><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">2</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`core_store_group`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`group_id`</span><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">0</span> <span style="color: #993333; font-weight: bold;">WHERE</span> <span style="color: #ff0000;">`group_id`</span><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">2</span>; 
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`core_store`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`store_id`</span><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">0</span> <span style="color: #993333; font-weight: bold;">WHERE</span> <span style="color: #ff0000;">`store_id`</span><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">4</span>;</pre></div></div>

<p>Danach funktioniert wieder alles wie erwartet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2010/04/magento-wirft-fehlermeldung-undefined-index-0-in-appcodecoremagecoremodelmysql4config-php-on-line-92-gelost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Konvertieren von traditionellen typo3 Containern in Templavoila</title>
		<link>http://www.kigmbh.com/wordpress/2009/12/konvertieren-von-traditionellen-typo3-containern-in-templavoila/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/12/konvertieren-von-traditionellen-typo3-containern-in-templavoila/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 06:51:51 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[templavoila]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=437</guid>
		<description><![CDATA[Die Konvertierung erfolgt in zwei Schritten. 1. Mit dieser Extension kann man die Inhalte aus traditionellen Containern (left, normal, right, border) in Templavoila Container vornehmen. http://typo3.org/extensions/repository/view/eu_tradvoila/current/ 2. Für die aktuellen typo3 bzw. Templavoila Versionen (aktuell 4.2.10) ist eine weitere Anpassung erforderlich in der Datenbank erforderlich. Dazu kann man nachfolgende SQL-Statements verwenden. UPDATE `pages` SET `tx_templavoila_flex` [...]]]></description>
			<content:encoded><![CDATA[<p>Die Konvertierung erfolgt in zwei Schritten.</p>
<p>1. Mit dieser Extension kann man die Inhalte aus traditionellen Containern (left, normal, right, border) in Templavoila Container vornehmen.<br />
<a href="http://typo3.org/extensions/repository/view/eu_tradvoila/current/">http://typo3.org/extensions/repository/view/eu_tradvoila/current/</a></p>
<p>2. Für die aktuellen typo3 bzw. Templavoila Versionen (aktuell 4.2.10) ist eine weitere Anpassung erforderlich in der Datenbank erforderlich. Dazu kann man nachfolgende SQL-Statements verwenden.</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'fieldname index=&quot;content_col2&quot; type=&quot;array&quot;'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'field index=&quot;field_content_col2&quot;'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'&lt;vdef&gt;'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'&lt;value index=&quot;vDEF&quot;&gt;'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'&lt;/value&gt;&lt;/vdef&gt;'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">''</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`pages`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`tx_templavoila_flex`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`tx_templavoila_flex`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">''</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">''</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/12/konvertieren-von-traditionellen-typo3-containern-in-templavoila/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 einsprachige Website von englisch auf deutsch umstellen</title>
		<link>http://www.kigmbh.com/wordpress/2009/09/typo3-einsprachige-website-von-englisch-auf-deutsch-umstellen/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/09/typo3-einsprachige-website-von-englisch-auf-deutsch-umstellen/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 04:32:33 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=412</guid>
		<description><![CDATA[Wer eine einsprachige Website von englisch auf deutsch umstellen möchte, gibt im Setup folgendes ein: config.language = de config.locale_all = de_DE]]></description>
			<content:encoded><![CDATA[<p>Wer eine einsprachige Website von englisch auf deutsch umstellen möchte, gibt im Setup folgendes ein:<br />
config.language = de<br />
config.locale_all = de_DE </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/09/typo3-einsprachige-website-von-englisch-auf-deutsch-umstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 tt_news BE-Felder anpassen</title>
		<link>http://www.kigmbh.com/wordpress/2009/09/typo3-tt_news-be-felder-anpassen/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/09/typo3-tt_news-be-felder-anpassen/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 10:49:03 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[tt_news]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=407</guid>
		<description><![CDATA[Wer im Backend (BE) von Typo3 die Felder von tt_news anpassen möchte, der sollte sich diese zuvor über Admin-Werkzeuge/Konfiguration/$TCA (tables.php)/tt_news ansehen. Mit den drei folgenden Zeilen, kann beispielsweise das Feld &#8216;bodytext&#8217; im BE unabhängig vom Typ der News immer ausgegeben werden: // EDIT ttnews: typo3conf/ext/tt_news/ext_tables.php // show bodytext for ttnews-types 1 and 2 $TCA&#91;'tt_news'&#93;&#91;'types'&#93;&#91;'1'&#93;&#91;'showitem'&#93; = [...]]]></description>
			<content:encoded><![CDATA[<p>Wer im Backend (BE) von Typo3 die Felder von tt_news anpassen möchte, der sollte sich diese zuvor über Admin-Werkzeuge/Konfiguration/$TCA (tables.php)/tt_news ansehen.</p>
<p>Mit den drei folgenden Zeilen, kann beispielsweise das Feld &#8216;bodytext&#8217; im BE unabhängig vom Typ der News immer ausgegeben werden:</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;">// EDIT ttnews: typo3conf/ext/tt_news/ext_tables.php</span>
<span style="color: #aaa; font-style: italic;">// show bodytext for ttnews-types 1 and 2</span>
<span style="color: #009900; font-weight: bold;">$</span>TCA<span style="color: #009900;">&#91;</span>'<span style="color: #000066; font-weight: bold;">tt_news</span>'<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span>'types'<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span>'<span style="color: #cc0000;">1</span>'<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span>'showitem'<span style="color: #009900;">&#93;</span> <span style="color: #339933; font-weight: bold;">=</span> 'title;;<span style="color: #cc0000;">1</span>;;,type,datetime;;<span style="color: #cc0000;">2</span>;;<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>,author;;<span style="color: #cc0000;">3</span>;;,short,bodytext,page;;<span style="color: #cc0000;">4</span>;;,--div--;Relations,category,image;;;;<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>,imagecaption, sorting;;;;<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>';
<span style="color: #009900; font-weight: bold;">$</span>TCA<span style="color: #009900;">&#91;</span>'<span style="color: #000066; font-weight: bold;">tt_news</span>'<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span>'types'<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span>'<span style="color: #cc0000;">2</span>'<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span>'showitem'<span style="color: #009900;">&#93;</span> <span style="color: #339933; font-weight: bold;">=</span> 'title;;<span style="color: #cc0000;">1</span>;;,type,datetime;;<span style="color: #cc0000;">2</span>;;<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>,author;;<span style="color: #cc0000;">3</span>;;,short,bodytext,ext_url;;<span style="color: #cc0000;">4</span>;;,--div--;Relations,category,image;;;;<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>,imagecaption, sorting;;;;<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>-<span style="color: #cc0000;">1</span>';</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/09/typo3-tt_news-be-felder-anpassen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 indexedsearch Mehrsprachigkeit</title>
		<link>http://www.kigmbh.com/wordpress/2009/05/typo3-indexedsearch-mehrsprachigkeit/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/05/typo3-indexedsearch-mehrsprachigkeit/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:30:05 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[suche]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=314</guid>
		<description><![CDATA[Wenn das Suchresultat Mehrsprachig ist, man das Ergebnis aber nur in der aktuellen Sprache haben möchte, könne diese Zeilen helfen. TS-Setup: #default language plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0 [globalVar = GP:L=1] #secund language plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1 [global] [globalVar = GP:L=2] #third language (and so on;-) plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2 [global]]]></description>
			<content:encoded><![CDATA[<p>Wenn das Suchresultat Mehrsprachig ist, man das Ergebnis aber nur in der aktuellen Sprache haben möchte, könne diese Zeilen helfen.<br />
TS-Setup:</p>

<div class="wp_syntax"><div class="code"><pre class="typo3" style="font-family:monospace;">#default language
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0
[globalVar = GP:L=1]
   #secund language
   plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1
[global]
[globalVar = GP:L=2]
   #third language (and so on;-)
   plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2
[global]</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/05/typo3-indexedsearch-mehrsprachigkeit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML (und mehr) Validator</title>
		<link>http://www.kigmbh.com/wordpress/2009/04/html-und-mehr-validator/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/04/html-und-mehr-validator/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 13:08:58 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[Webseite]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=290</guid>
		<description><![CDATA[Die uns bekannten HTML- und / oder XHTML-Validierungsdienste sind: Der Validator von SiteValet http://valet.webthing.com/ Der Validome 2.0 http://www.validome.org/ Der W3C-Validator http://validator.w3.org/ Der WDG-Validator http://www.htmlhelp.com/tools/validator/ Nach den Vorgaben des W3C zu validieren, ist nach der Verbreitung entsprechender Browser-Plug-Ins inzwischen weit verbreitet. Oft hatten wir jedoch das Problem nicht genügend aussagekräftige Meldungen dort zu bekommen. Daher lohnt [...]]]></description>
			<content:encoded><![CDATA[<p>Die uns bekannten HTML- und / oder XHTML-Validierungsdienste sind:</p>
<p>Der <a href="http://valet.webthing.com/" target="_blank">Validator von SiteValet http://valet.webthing.com/</a><br />
Der <a href="http://www.validome.org/" target="_blank">Validome 2.0 http://www.validome.org/</a><br />
Der <a href="http://validator.w3.org/" target="_blank">W3C-Validator http://validator.w3.org/</a><br />
Der <a href="http://www.htmlhelp.com/tools/validator/" target="_blank">WDG-Validator http://www.htmlhelp.com/tools/validator/</a></p>
<p>Nach den Vorgaben des W3C zu validieren, ist nach der Verbreitung entsprechender Browser-Plug-Ins inzwischen weit verbreitet. Oft hatten wir jedoch das Problem nicht genügend aussagekräftige Meldungen dort zu bekommen. Daher lohnt es sich in einigen Fällen auch mal bei anderen Diensten nach zu sehen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/04/html-und-mehr-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatisches Cache-Löschen bei Änderungen in Newseinträgen</title>
		<link>http://www.kigmbh.com/wordpress/2009/04/automatisches-cache-loschen-bei-anderungen-in-newseintragen/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/04/automatisches-cache-loschen-bei-anderungen-in-newseintragen/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 11:58:17 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[tt_news]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=285</guid>
		<description><![CDATA[# Löscht Seitencaches automatisch bei Neuerstellung oder Änderung von Newseinträgen &#160; TCEMAIN.clearCacheCmd = 10,20,30,40 &#160; # oder so TCEMAIN.clearCacheCmd = all Diese Zeile gehört ins PageTS, es ist kein TSsetup! Wenn man es beispielsweise für einen SysOrdner verwendet in dem Templates, Blogeinträge oder News liegen, werden die entsprechenden Seiten &#8217;10,20,30 und 40&#8242; bzw. &#8216;all&#8217; automatisch aktualisiert. [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;"># Löscht Seitencaches automatisch bei Neuerstellung oder Änderung von Newseinträgen</span>
&nbsp;
TCEMAIN<span style="color: #339933; font-weight: bold;">.</span>clearCacheCmd <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">10</span>,<span style="color: #cc0000;">20</span>,<span style="color: #cc0000;">30</span>,<span style="color: #cc0000;">40</span>
&nbsp;
<span style="color: #aaa; font-style: italic;"># oder so</span>
TCEMAIN<span style="color: #339933; font-weight: bold;">.</span>clearCacheCmd <span style="color: #339933; font-weight: bold;">=</span> all</pre></div></div>

<p>Diese Zeile gehört ins PageTS, es ist kein TSsetup!<br />
Wenn man es beispielsweise für einen SysOrdner verwendet in dem Templates, Blogeinträge oder News liegen, werden die entsprechenden Seiten &#8217;10,20,30 und 40&#8242; bzw. &#8216;all&#8217; automatisch aktualisiert.<br />
Weitere Infos stehen auch unter: <a title="Ron Hall schreibt dazu unter: http://buzz.typo3.org" href="http://buzz.typo3.org/people/ron-hall/article/dont-wear-out-the-clear-cache-button/" target="_blank">http://buzz.typo3.org/people/ron-hall/article/dont-wear-out-the-clear-cache-button/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/04/automatisches-cache-loschen-bei-anderungen-in-newseintragen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 usergroupe cache löschen zulassen</title>
		<link>http://www.kigmbh.com/wordpress/2009/04/typo3-usergroupe-cache-loschen-zulassen/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/04/typo3-usergroupe-cache-loschen-zulassen/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 11:20:19 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=283</guid>
		<description><![CDATA[Will man einer Usergroupe/BE-Benutzergruppe die Möglichkeit geben, den Cache zu löschen, geht dies recht leicht: options.clearCache.pages = 1 options.clearCache.all = 1 Dieses Stück Typoscript kann sowohl unter Usergroupe, also auch für einzelne User/Benutzer in den Optionen eingegeben werden.]]></description>
			<content:encoded><![CDATA[<p>Will man einer Usergroupe/BE-Benutzergruppe die Möglichkeit geben, den Cache zu löschen, geht dies recht leicht:</p>
<pre class="ts-hl"><span style="color: #0000cc;">options.clearCache.pages</span><span> </span><span style="color: black; font-weight: bold;">=</span><span> </span><span style="color: #cc0000;">1</span>
<span style="color: #0000cc;">options.clearCache.all</span><span> </span><span style="color: black; font-weight: bold;">=</span><span> </span><span style="color: #cc0000;">1</span>

Dieses Stück Typoscript kann sowohl unter Usergroupe, also auch für einzelne User/Benutzer in den Optionen eingegeben werden.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/04/typo3-usergroupe-cache-loschen-zulassen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash valide in XHTML einfügen</title>
		<link>http://www.kigmbh.com/wordpress/2009/03/flash-valide-in-xhtml-einfugen/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/03/flash-valide-in-xhtml-einfugen/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:59:52 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[programmierung]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=219</guid>
		<description><![CDATA[Ein vollständiger Arktikel ist unter: http://alistapart.com/articles/flashsatay Hier nur die Kurzform dieses Artikels, der durchaus lesenswert ist. &#60;object width=&#34;400&#34; height=&#34;300&#34; data=&#34;c.swf&#34; type=&#34;application/x-shockwave-flash&#34;&#62;&#60;param name=&#34;src&#34; value=&#34;c.swf&#34; /&#62;&#60;/object&#62; oder mit alternativem Bild: &#60;object width=&#34;400&#34; height=&#34;300&#34; data=&#34;c.swf&#34; type=&#34;application/x-shockwave-flash&#34;&#62;&#60;param name=&#34;src&#34; value=&#34;c.swf&#34; /&#62;&#60;img src=&#34;noflash.gif&#34; width=&#34;200&#34; height=&#34;100&#34; alt=&#34;&#34; /&#62;&#60;/object&#62;]]></description>
			<content:encoded><![CDATA[<p>Ein vollständiger Arktikel ist unter:</p>
<p><a title="flashsatay" href="http://alistapart.com/articles/flashsatay" target="_blank">http://alistapart.com/articles/flashsatay</a></p>
<p>Hier nur die Kurzform dieses Artikels, der durchaus lesenswert ist.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;object width=&quot;400&quot; height=&quot;300&quot; data=&quot;c.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;src&quot; value=&quot;c.swf&quot; /&gt;&lt;/object&gt;</pre></div></div>

<p>oder mit alternativem Bild:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;object width=&quot;400&quot; height=&quot;300&quot; data=&quot;c.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;src&quot; value=&quot;c.swf&quot; /&gt;&lt;img src=&quot;noflash.gif&quot; 
width=&quot;200&quot; height=&quot;100&quot; alt=&quot;&quot; /&gt;&lt;/object&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/03/flash-valide-in-xhtml-einfugen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Typo3 tt_news date time format</title>
		<link>http://www.kigmbh.com/wordpress/2009/03/typo3-tt_news-date-time-format/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/03/typo3-tt_news-date-time-format/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 14:00:59 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[programmierung]]></category>
		<category><![CDATA[tt_news]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/2009/03/typo3-tt_news-date-time-format/</guid>
		<description><![CDATA[Es gibt viele Möglichkeiten Datum und Uhrzeit zu formatieren, eine davon ist im folgenden Code dargestellt (deutsche Ausgabe in der Form tt.mm.jjjj) # set german date &#38;amp; time formats plugin.tt_news &#123; archiveTitleCObject &#123; 10.strftime = %m - %Y &#125; getRelatedCObject &#123; 20.strftime = %d.%m.%Y %H:%M &#125; displaySingle &#123; date_stdWrap.strftime= %d.%m.%y time_stdWrap.strftime= %H:%M age_stdWrap.age = Minuten [...]]]></description>
			<content:encoded><![CDATA[<p>Es gibt viele Möglichkeiten Datum und Uhrzeit zu formatieren, eine davon ist im folgenden Code dargestellt (deutsche Ausgabe in der Form tt.mm.jjjj)</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;"># set german date &amp;amp; time formats</span>
<span style="color: #000066; font-weight: bold;">plugin</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #000066; font-weight: bold;">tt_news</span> <span style="color: #009900;">&#123;</span>
	archiveTitleCObject <span style="color: #009900;">&#123;</span>
		10<span style="color: #339933; font-weight: bold;">.</span>strftime <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>m - <span style="color: #339933; font-weight: bold;">%</span>Y
	<span style="color: #009900;">&#125;</span>
	getRelatedCObject <span style="color: #009900;">&#123;</span>
		20<span style="color: #339933; font-weight: bold;">.</span>strftime <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>d<span style="color: #339933; font-weight: bold;">.%</span>m<span style="color: #339933; font-weight: bold;">.%</span>Y <span style="color: #339933; font-weight: bold;">%</span>H<span style="color: #339933; font-weight: bold;">:%</span>M
	<span style="color: #009900;">&#125;</span>
	displaySingle <span style="color: #009900;">&#123;</span>
		date_stdWrap<span style="color: #339933; font-weight: bold;">.</span>strftime<span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>d<span style="color: #339933; font-weight: bold;">.%</span>m<span style="color: #339933; font-weight: bold;">.%</span>y
		time_stdWrap<span style="color: #339933; font-weight: bold;">.</span>strftime<span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>H<span style="color: #339933; font-weight: bold;">:%</span>M
		age_stdWrap<span style="color: #339933; font-weight: bold;">.</span>age <span style="color: #339933; font-weight: bold;">=</span>  Minuten <span style="color: #339933; font-weight: bold;">|</span> Stunden <span style="color: #339933; font-weight: bold;">|</span> Tage <span style="color: #339933; font-weight: bold;">|</span> Jahre
	<span style="color: #009900;">&#125;</span>
	displayLatest <span style="color: #009900;">&#123;</span>
		date_stdWrap<span style="color: #339933; font-weight: bold;">.</span>strftime<span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>d<span style="color: #339933; font-weight: bold;">.%</span>m<span style="color: #339933; font-weight: bold;">.%</span>y
		time_stdWrap<span style="color: #339933; font-weight: bold;">.</span>strftime<span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>H<span style="color: #339933; font-weight: bold;">:%</span>M
	<span style="color: #009900;">&#125;</span>
	displayList <span style="color: #009900;">&#123;</span>
		<span style="color: #aaa; font-style: italic;">#date_stdWrap.strftime= %d. %B %Y %e</span>
		date_stdWrap<span style="color: #339933; font-weight: bold;">.</span>strftime<span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>d<span style="color: #339933; font-weight: bold;">.%</span>m<span style="color: #339933; font-weight: bold;">.%</span>Y
		time_stdWrap<span style="color: #339933; font-weight: bold;">.</span>strftime<span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">%</span>d<span style="color: #339933; font-weight: bold;">.%</span>m<span style="color: #339933; font-weight: bold;">.%</span>y <span style="color: #339933; font-weight: bold;">%</span>H<span style="color: #339933; font-weight: bold;">:%</span>M
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/03/typo3-tt_news-date-time-format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
