<?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>IT-weblog</title>
	<atom:link href="http://www.it-weblog.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-weblog.de</link>
	<description>All der tägliche Frust und Schweiß der IT-Branche</description>
	<lastBuildDate>Tue, 08 May 2012 11:50:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Java &#8211; um eins verzählt!</title>
		<link>http://www.it-weblog.de/2012/05/java-um-eins-verzaehlt/</link>
		<comments>http://www.it-weblog.de/2012/05/java-um-eins-verzaehlt/#comments</comments>
		<pubDate>Tue, 08 May 2012 11:50:10 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2326</guid>
		<description><![CDATA[Was wäre das einfach gewesen, mal eben ein Datums-Objekt als String ausgeben. Aber was passiert &#8211; bei Quellen die nicht von mir sind natürlich: Es kommt immer ein Tag früher im Kalender raus als im Datumsobjekt stehend! Kurz gedebugged und man sieht: Das Date-Objekt hat noch den Inhalt von z.B. &#8220;14.06.2008 00:00:00 CET&#8221;, dann kommt [...]]]></description>
			<content:encoded><![CDATA[<p>Was wäre das einfach gewesen, mal eben ein Datums-Objekt als String ausgeben. Aber was passiert &#8211; bei Quellen die nicht von mir sind natürlich: Es kommt immer ein Tag früher im Kalender raus als im Datumsobjekt stehend!</p>
<p>Kurz gedebugged und man sieht: Das Date-Objekt hat noch den Inhalt von z.B. &#8220;14.06.2008 00:00:00 CET&#8221;, dann kommt ein SimpleDateFormat von &#8220;dd.MM.yyyy&#8221; und es ergibt einen String von &#8220;13.06.2008&#8243;! Boah!</p>
<p>Aber wie war das mit der Zeitzone? CET im datum ist OK, aber das SimpleDateFormat wird mit setTimeZone von GMT gefüttert? Dann nimmt der Formatierer nämlich die Differenz von einer Stunde und zieht die erst ab, schon haben wir &#8220;13.06.2008 23:00:00&#8243; und daraus wird der String gemacht. Hab ich dich!</p>
<p>Schön so!</p>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2326&amp;md5=4f77c1dba204582aba4f22624e111b4e" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/05/java-um-eins-verzaehlt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F05%2Fjava-um-eins-verzaehlt%2F&amp;language=de_DE&amp;category=text&amp;title=Java+%26%238211%3B+um+eins+verz%C3%A4hlt%21&amp;description=Was+w%C3%A4re+das+einfach+gewesen%2C+mal+eben+ein+Datums-Objekt+als+String+ausgeben.+Aber+was+passiert+%26%238211%3B+bei+Quellen+die+nicht+von+mir+sind+nat%C3%BCrlich%3A+Es+kommt+immer+ein+Tag+fr%C3%BCher...&amp;tags=Java%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Typo3: FileLinks sortieren</title>
		<link>http://www.it-weblog.de/2012/05/typo3-filelinks-sortieren/</link>
		<comments>http://www.it-weblog.de/2012/05/typo3-filelinks-sortieren/#comments</comments>
		<pubDate>Wed, 02 May 2012 11:14:05 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2322</guid>
		<description><![CDATA[Und es geht doch so einfach wenn man es weiss. In das Feld Path im Abschnitt Files kann man nicht nur den relativen Pfad zur Webwurzel schreiben. Da geht auch noch dieses: {relativer Pfad} &#124; [kommagetrennte Liste von Dateiendungen (default: alle)] &#124; [Sortierung: name, size, ext, date (default: name)] &#124; [reverse: "r" (default: "")] also [...]]]></description>
			<content:encoded><![CDATA[<p>Und es geht doch so einfach wenn man es weiss. In das Feld <strong>Path</strong> im Abschnitt <strong>Files</strong> kann man nicht nur den relativen Pfad zur Webwurzel schreiben. Da geht auch noch dieses:</p>
<blockquote><p>{relativer Pfad} | [kommagetrennte Liste von Dateiendungen (default: alle)] | [Sortierung: name, size, ext, date (default: name)] | [reverse: "r" (default: "")]</p>
<p>also z.B.</p>
<p>fileadmin/files/ | pdf,gif,jpg | date | r</p></blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2322&amp;md5=f6a3f701d29cb0341f4aa83b263480ae" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/05/typo3-filelinks-sortieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F05%2Ftypo3-filelinks-sortieren%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3%3A+FileLinks+sortieren&amp;description=Und+es+geht+doch+so+einfach+wenn+man+es+weiss.+In+das+Feld+Path+im+Abschnitt+Files+kann+man+nicht+nur+den+relativen+Pfad+zur+Webwurzel+schreiben.+Da+geht+auch...&amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Typo3 Performance Tuning</title>
		<link>http://www.it-weblog.de/2012/03/typo3-performance-tuning/</link>
		<comments>http://www.it-weblog.de/2012/03/typo3-performance-tuning/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 07:37:48 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2320</guid>
		<description><![CDATA[Die Kombination von statischen Puffern von Files und dann auch noch selbige zu komprimieren, das alles geht mit dem nc_staticfilecache Modul. Wichtig ist dabei, das sich der Apache mit dem mod_deflate Modul nicht verträgt und das mod_headers Modul meist auch noch inaktiv ist &#8211; alles jetzt mal für Debian sprechend. Also: a2enmod headers a2dismod deflate [...]]]></description>
			<content:encoded><![CDATA[<p>Die Kombination von statischen Puffern von Files und dann auch noch selbige zu komprimieren, das alles geht mit dem nc_staticfilecache Modul.</p>
<p>Wichtig ist dabei, das sich der Apache mit dem mod_deflate Modul nicht verträgt und das mod_headers Modul meist auch noch inaktiv ist &#8211; alles jetzt mal für Debian sprechend. Also:</p>
<blockquote><p>a2enmod headers<br />
a2dismod deflate<br />
/etc/init.d/apache restart</p></blockquote>
<p>Und dann kann man auch die Komprimierung der Extension einschalten, das Beispiel .htaccess aus dem doc Ordner der Extension übernehmen und ggf. noch etwas aufschmücken. Ich hatte noch diese Zeilen am Anfang benötigt:</p>
<blockquote><p>### Begin: Compression via TYPO3 ###<br />
# Compressing resource files will save bandwidth and so improve loading speed especially for users<br />
# with slower internet connections. TYPO3 can compress the .js and .css files for you.<br />
# 1) Uncomment the following lines and<br />
# 2) Set $TYPO3_CONF_VARS['BE']['compressionLevel'] = &#8217;9&#8242;<br />
&lt;FilesMatch &#8220;\.js\.gzip$&#8221;&gt;<br />
AddType &#8220;text/javascript&#8221; .gzip<br />
&lt;/FilesMatch&gt;<br />
&lt;FilesMatch &#8220;\.css\.gzip$&#8221;&gt;<br />
AddType &#8220;text/css&#8221; .gzip<br />
&lt;/FilesMatch&gt;<br />
AddEncoding gzip .gzip<br />
### End: Compression via TYPO3 ###</p></blockquote>
<p>Und ein paar Zeile weiter dieses:</p>
<blockquote><p># Rule for versioned static files (see $TYPO3_CONF_VARS[BE][versionNumberInFilename])<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gzip)$ $1.$3 [L]</p></blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2320&amp;md5=a59748aacc7218b5c87a5262c873eb73" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/03/typo3-performance-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F03%2Ftypo3-performance-tuning%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3+Performance+Tuning&amp;description=Die+Kombination+von+statischen+Puffern+von+Files+und+dann+auch+noch+selbige+zu+komprimieren%2C+das+alles+geht+mit+dem+nc_staticfilecache+Modul.+Wichtig+ist+dabei%2C+das+sich+der+Apache+mit+dem...&amp;tags=Typo3%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Patent von Oracle zu P-Code und Makros</title>
		<link>http://www.it-weblog.de/2012/02/patent-von-oracle-zu-p-code-und-makros/</link>
		<comments>http://www.it-weblog.de/2012/02/patent-von-oracle-zu-p-code-und-makros/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 08:36:37 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/law]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Patent]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2317</guid>
		<description><![CDATA[Die Beschreibung hier war also eine Patentklage gegen google wert? A hybrid compiler-interpreter comprising a compiler for &#8220;compiling&#8221; source program code, and an interpreter for interpreting the &#8220;compiled&#8221; code, is provided to a computer system. The compiler comprises a code generator that generates code in intermediate form with data references made on a symbolic basis. [...]]]></description>
			<content:encoded><![CDATA[<p>Die Beschreibung <a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=RE38104.PN.&amp;OS=PN%2FRE38104&amp;RS=PN%2FRE38104" target="_blank">hier</a> war also eine Patentklage gegen google wert?</p>
<blockquote><p>A hybrid compiler-interpreter comprising a compiler for &#8220;compiling&#8221; source program code, and an interpreter for interpreting the &#8220;compiled&#8221; code, is provided to a computer system. The compiler comprises a code generator that generates code in intermediate form with data references made on a symbolic basis. The interpreter comprises a main interpretation routine, and two data reference handling routines, a dynamic field reference routine for handling symbolic references, and a static field reference routine for handling numeric references. The dynamic field reference routine, when invoked, resolves a symbolic reference and rewrites the symbolic reference into a numeric reference. After re-writing, the dynamic field reference routine returns to the main interpretation routine without advancing program execution to the next instruction, thereby allowing the rewritten instruction with numeric reference to be reexecuted. The static field reference routine, when invoked, obtain data for the program from a data object based on the numeric reference. After obtaining data, the static field reference routine advances program execution to the next instruction before returning to the interpretation routine. The main interpretation routine selectively invokes the two data reference handling routines depending on whether the data reference in an interaction in a symbolic or a numeric reference.</p></blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2317&amp;md5=0428cffb2464507ab4f0bce4cd4ff86a" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/patent-von-oracle-zu-p-code-und-makros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F02%2Fpatent-von-oracle-zu-p-code-und-makros%2F&amp;language=de_DE&amp;category=text&amp;title=Patent+von+Oracle+zu+P-Code+und+Makros&amp;description=Die+Beschreibung+hier+war+also+eine+Patentklage+gegen+google+wert%3F+A+hybrid+compiler-interpreter+comprising+a+compiler+for+%26%238220%3Bcompiling%26%238221%3B+source+program+code%2C+and+an+interpreter+for+interpreting+the+%26%238220%3Bcompiled%26%238221%3B+code%2C+is...&amp;tags=google%2COracle%2CPatent%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Autor Meta Header</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-autor-meta-header/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-autor-meta-header/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:56:34 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2315</guid>
		<description><![CDATA[Kurz und schnell im Setup: page.headerData.6 = TEXT page.headerData.6 {  if.isTrue.data = page:author  data = page:author  wrap = &#60;meta name="author" content="&#124;" /&#62; }]]></description>
			<content:encoded><![CDATA[<p>Kurz und schnell im Setup:</p>
<blockquote>
<pre>page.headerData.6 = TEXT
page.headerData.6 {
 if.isTrue.data = page:author
 data = page:author
 wrap = &lt;meta name="author" content="|" /&gt;
}</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2315&amp;md5=798702e950d6bf3a80a09a970227ba92" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-autor-meta-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F02%2Ftypo3-snippet-autor-meta-header%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3+Snippet+%26%238211%3B+Autor+Meta+Header&amp;description=Kurz+und+schnell+im+Setup%3A+page.headerData.6+%3D+TEXT+page.headerData.6+%7B+%C2%A0if.isTrue.data+%3D+page%3Aauthor+%C2%A0data+%3D+page%3Aauthor+%C2%A0wrap+%3D+%26lt%3Bmeta+name%3D%22author%22+content%3D%22%7C%22+%2F%26gt%3B+%7D&amp;tags=Snippet%2CTypo3%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Footer Menu</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-footer-menu/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-footer-menu/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:51:33 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2308</guid>
		<description><![CDATA[Einfaches, horizontales Menu für z.B. die Fußzeile: Im Setup: lib.footer = HMENU lib.footer {   special = directory   special.value = {$footerid}   1 = TMENU   1.noBlur = 1   1.NO.allWrap = &#124;   1.NO.stdWrap.htmlSpecialChars = 1   1.ACT &#60; 1.NO   1.ACT.allWrap = &#60;span class="active"&#62;&#124;&#60;/span&#62;   1.ACT.ATagParams = class="active"   1.ACT.doNotLinkIt = 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Einfaches, horizontales Menu für z.B. die Fußzeile:</p>
<p><span id="more-2308"></span></p>
<p>Im Setup:</p>
<blockquote>
<pre>lib.footer = HMENU
lib.footer {
  special = directory
  special.value = {$footerid}
  1 = TMENU
  1.noBlur = 1
  1.NO.allWrap = |
  1.NO.stdWrap.htmlSpecialChars = 1
  1.ACT &lt; 1.NO
  1.ACT.allWrap = &lt;span class="active"&gt;|&lt;/span&gt;
  1.ACT.ATagParams = class="active"
  1.ACT.doNotLinkIt = 1
  1.ACT = 1
}</pre>
</blockquote>
<p>Und im zentralen Template in den Constants:</p>
<blockquote>
<pre>footerid=123</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2308&amp;md5=f2d997403d8d8b5cd64c3e9277654d10" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-footer-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F02%2Ftypo3-snippet-footer-menu%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3+Snippet+%26%238211%3B+Footer+Menu&amp;description=Einfaches%2C+horizontales+Menu+f%C3%BCr+z.B.+die+Fu%C3%9Fzeile%3A+Im+Setup%3A+lib.footer+%3D+HMENU+lib.footer+%7B+%C2%A0+special+%3D+directory+%C2%A0+special.value+%3D+%7B%24footerid%7D+%C2%A0+1+%3D+TMENU+%C2%A0+1.noBlur+%3D+1...&amp;tags=Menu%2CSnippet%2CTypo3%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Titel Schrift als Grafik</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-titel-schrift-als-grafik/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-titel-schrift-als-grafik/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:49:08 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2306</guid>
		<description><![CDATA[Transparente Grafik-Schrift die auch auf einer Kopfgrafik liegen kann und getrennt vom Titel über den Subtitle gesteuert wird. Umbruch kann via Pipe Symbol gesteuert werden: In den Constants: headtxtfont = fileadmin/font/schrift.ttf headtxtsize = 32 headtxtlspc = 6 headtxtwidth = 500 Und im Setup: temp.headtxt = IMAGE temp.headtxt {   if.isTrue.field = subtitle   params = [...]]]></description>
			<content:encoded><![CDATA[<p>Transparente Grafik-Schrift die auch auf einer Kopfgrafik liegen kann und getrennt vom Titel über den Subtitle gesteuert wird. Umbruch kann via Pipe Symbol gesteuert werden:</p>
<p><span id="more-2306"></span></p>
<p>In den Constants:</p>
<blockquote>
<pre>headtxtfont = fileadmin/font/schrift.ttf
headtxtsize = 32
headtxtlspc = 6
headtxtwidth = 500</pre>
</blockquote>
<p>Und im Setup:</p>
<blockquote>
<pre>temp.headtxt = IMAGE
temp.headtxt {
  if.isTrue.field = subtitle

  params =
  altText = Grafiktitel
  titleText.field = title
 
  file = GIFBUILDER
  file {
    format = png
    quality = 100
    backColor = {$headtxtbgcol}
    transparentBackground = 1
    transparentColor = {$headtxtbgcol}
    #transparentColor.closest = 1

    XY = {$headtxtwidth},[10.h]+[20.h]+[30.h]+{$headtxtlspc}+{$headtxtlspc}+4
    maxWidth = {$headtxtwidth}
    10 = TEXT
    #10.text.field = subtitle//title
    10.text.field = subtitle
    10.text.listNum.splitChar=|
    10.text.listNum=0

    10.align = right

    10.niceText = 0
    10.nicetext.sharpen = 0
    10.niceText.scaleFactor = 0
    10.iterations = 0
    10.antiAlias = 1

    10.fontFile = {$headtxtfont}
    10.fontSize = {$headtxtsize}
    10.fontColor = {$headtxtcolor}
    10.offset = 0,{$headtxtsize}

    20 &lt; .10
    20.text.listNum = 1
    20.offset = 0,{$headtxtsize}+[10.h]+{$headtxtlspc}

    30 &lt; .10
    30.text.listNum = 2
    30.offset = 0,{$headtxtsize}+[10.h]+[20.h]+{$headtxtlspc}+{$headtxtlspc}
  }
}</pre>
</blockquote>
<p>Und im zentralen Template in den Constants:</p>
<blockquote>
<pre>headtxtcolor = #014495
headtxtbgcol = #e7e7e7</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2306&amp;md5=e99d492309cf7bd835f8bffff264ac54" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-titel-schrift-als-grafik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F02%2Ftypo3-snippet-titel-schrift-als-grafik%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3+Snippet+%26%238211%3B+Titel+Schrift+als+Grafik&amp;description=Transparente+Grafik-Schrift+die+auch+auf+einer+Kopfgrafik+liegen+kann+und+getrennt+vom+Titel+%C3%BCber+den+Subtitle+gesteuert+wird.+Umbruch+kann+via+Pipe+Symbol+gesteuert+werden%3A+In+den+Constants%3A+headtxtfont+%3D...&amp;tags=Snippet%2CTypo3%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Config</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-config/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-config/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:45:34 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2304</guid>
		<description><![CDATA[Alles was so zentral an config.* definiert werden möchte: In den Constants: content.stylesheet.file = content.headerSpace = 0&#124;0 content.space = 0&#124;0 content.pageFrameObj = PAGE_TARGET = Und im Setup: config {   simulateStaticDocuments = 0   tx_realurl_enable = 1   prefixLocalAnchors = all   stat_apache_pagenames = [request_uri]   admPanel = 0   disableImgBorderAttr = 1   metaCharset [...]]]></description>
			<content:encoded><![CDATA[<p>Alles was so zentral an config.* definiert werden möchte:</p>
<p><span id="more-2304"></span></p>
<p>In den Constants:</p>
<blockquote>
<pre>content.stylesheet.file =
content.headerSpace = 0|0
content.space = 0|0
content.pageFrameObj =
PAGE_TARGET =</pre>
</blockquote>
<p>Und im Setup:</p>
<blockquote>
<pre>config {
  simulateStaticDocuments = 0
  tx_realurl_enable = 1

  prefixLocalAnchors = all
  stat_apache_pagenames = [request_uri]

  admPanel = 0

  disableImgBorderAttr = 1

  metaCharset = utf-8
  renderCharset = utf-8
  language = de
  # muss auch so auf dem Server existieren (locale -a)
  locale_all = de_DE.utf8
  htmlTag_langKey = de
  xhtml_cleaning = all
  noPageTitle = 2

  headerComment = Persoenliche Werbung - http://www.sdfgh.de/
  disablePrefixComment = 1

  spamProtectEmailAddresses = 5
  spamProtectEmailAddresses_atSubst = (at)
}</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2304&amp;md5=262c256f2d707564c545c9b01c6aa8c1" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F02%2Ftypo3-snippet-config%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3+Snippet+%26%238211%3B+Config&amp;description=Alles+was+so+zentral+an+config.%2A+definiert+werden+m%C3%B6chte%3A+In+den+Constants%3A+content.stylesheet.file+%3D+content.headerSpace+%3D+0%7C0+content.space+%3D+0%7C0+content.pageFrameObj+%3D+PAGE_TARGET+%3D+Und+im+Setup%3A+config+%7B+%C2%A0...&amp;tags=Snippet%2CTypo3%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Meta Header</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-meta-header/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-meta-header/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:41:30 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[/dev/etc]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2300</guid>
		<description><![CDATA[Für das übliche Bündel an Headerzeilen: Im Setup des Extension-Templates: page.shortcutIcon = fileadmin/img/favicon.ico page.meta {   robots = index,follow   resource-type = document   keywords.field = keywords   keywords.ifEmpty = {$keywords}   description.field = description   description.ifEmpty = {$description} } page.headerData.5 = TEXT page.headerData.5.field = title page.headerData.5.wrap = &#60;title&#62;&#124;: {$titlesuffix}&#60;/title&#62; page.headerData.10 = TEXT page.headerData.10.value ( [...]]]></description>
			<content:encoded><![CDATA[<p>Für das übliche Bündel an Headerzeilen:</p>
<p><span id="more-2300"></span></p>
<p>Im Setup des Extension-Templates:</p>
<blockquote>
<pre>page.shortcutIcon = fileadmin/img/favicon.ico

page.meta {
  robots = index,follow
  resource-type = document
  keywords.field = keywords
  keywords.ifEmpty = {$keywords}
  description.field = description
  description.ifEmpty = {$description}
}

page.headerData.5 = TEXT
page.headerData.5.field = title
page.headerData.5.wrap = &lt;title&gt;|: {$titlesuffix}&lt;/title&gt;

page.headerData.10 = TEXT
page.headerData.10.value (
  &lt;meta http-equiv="Content-Language" content="de" /&gt;
  &lt;meta http-equiv="Content-Script-Type" content="text/javascript" /&gt;
  &lt;meta http-equiv="Content-Style-Type" content="text/css" /&gt;
)

page.headerData.20 = TEXT
page.headerData.20.value (
  &lt;!--[if IE 6]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie6.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
  &lt;!--[if IE 7]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie7.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
  &lt;!--[if IE 8]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie8.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
  &lt;!--[if IE]&gt;&lt;link rel="stylesheet" href="{$templatepath}/css/style_ie.css" type="text/css" media="screen" /&gt;&lt;![endif]--&gt;
)</pre>
</blockquote>
<p>Und im zentralen Template in den Constants:</p>
<blockquote>
<pre>templatepath = fileadmin/tpl_sdfgh
keywords = Website, Snippet, Beispiel
description = Meine Beschreibung
titlesuffix = Titelanhang</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2300&amp;md5=be626baf0c8ee0f1aa9321235622ec92" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-meta-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F02%2Ftypo3-snippet-meta-header%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3+Snippet+%26%238211%3B+Meta+Header&amp;description=F%C3%BCr+das+%C3%BCbliche+B%C3%BCndel+an+Headerzeilen%3A+Im+Setup+des+Extension-Templates%3A+page.shortcutIcon+%3D+fileadmin%2Fimg%2Ffavicon.ico+page.meta+%7B+%C2%A0+robots+%3D+index%2Cfollow+%C2%A0+resource-type+%3D+document+%C2%A0+keywords.field+%3D+keywords+%C2%A0+keywords.ifEmpty+%3D...&amp;tags=Meta%2CSnippet%2CTypo3%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Typo3 Snippet &#8211; Breadcrumb</title>
		<link>http://www.it-weblog.de/2012/02/typo3-snippet-breadcrumb/</link>
		<comments>http://www.it-weblog.de/2012/02/typo3-snippet-breadcrumb/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:39:53 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[/dev/elop/typo3]]></category>
		<category><![CDATA[Breadcrumb]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.it-weblog.de/?p=2298</guid>
		<description><![CDATA[Für eine einfache Breadcrumb: Im Setup einfach nur dieses: lib.breadcrumb = HMENU lib.breadcrumb.special = rootline lib.breadcrumb.1 = TMENU lib.breadcrumb.1 {  noBlur = 1  target = _top  NO {   allWrap = &#38;nbsp;&#38;raquo;&#38;nbsp;  } }]]></description>
			<content:encoded><![CDATA[<p>Für eine einfache Breadcrumb:</p>
<p><span id="more-2298"></span></p>
<p>Im Setup einfach nur dieses:</p>
<blockquote>
<pre>lib.breadcrumb = HMENU
lib.breadcrumb.special = rootline
lib.breadcrumb.1 = TMENU
lib.breadcrumb.1 {
 noBlur = 1
 target = _top
 NO {
  allWrap = &amp;nbsp;&amp;raquo;&amp;nbsp;
 }
}</pre>
</blockquote>
 <p><a href="http://www.it-weblog.de/?flattrss_redirect&amp;id=2298&amp;md5=f27f825cbc556822b3128473edce03f0" title="Flattr" target="_blank"><img src="http://www.it-weblog.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.it-weblog.de/2012/02/typo3-snippet-breadcrumb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=7485&amp;popout=1&amp;url=http%3A%2F%2Fwww.it-weblog.de%2F2012%2F02%2Ftypo3-snippet-breadcrumb%2F&amp;language=de_DE&amp;category=text&amp;title=Typo3+Snippet+%26%238211%3B+Breadcrumb&amp;description=F%C3%BCr+eine+einfache+Breadcrumb%3A+Im+Setup+einfach+nur+dieses%3A+lib.breadcrumb+%3D+HMENU+lib.breadcrumb.special+%3D+rootline+lib.breadcrumb.1+%3D+TMENU+lib.breadcrumb.1+%7B+%C2%A0noBlur+%3D+1+%C2%A0target+%3D+_top+%C2%A0NO+%7B+%C2%A0+allWrap...&amp;tags=Breadcrumb%2CSnippet%2CTypo3%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

