<?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>takoblog von takomat :: Neue Lebensformen für Medien &#187; GIFBUILDER</title>
	<atom:link href="http://blog.takomat.com/tag/gifbuilder/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.takomat.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 14:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>TYPO3: Konfiguration für barierrefreie grafische Headlines mit GIFBUILDER</title>
		<link>http://blog.takomat.com/typo3/typo3-konfiguration-fur-barierrefreie-grafische-headlines-mit-gifbuilder.html</link>
		<comments>http://blog.takomat.com/typo3/typo3-konfiguration-fur-barierrefreie-grafische-headlines-mit-gifbuilder.html#comments</comments>
		<pubDate>Sun, 10 May 2009 11:38:52 +0000</pubDate>
		<dc:creator>Marcin Jakubowski</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[TYPO3-Schnippsel]]></category>
		<category><![CDATA[GIFBUILDER]]></category>

		<guid isPermaLink="false">http://blog.takomat.com/?p=103</guid>
		<description><![CDATA[Mit Hilfe des GIFBUILDER Objekts in TYPO3 ist es möglich eigene Schriftarten für Headlines barrierefrei zu nutzen. Dabei wird ein Bild erstellt und mit der CSS-Methode als Hintergrundbild der Headline hinzugefügt. TYPOSCRIPT-code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [...]]]></description>
			<content:encoded><![CDATA[<p>Mit Hilfe des <a href="http://www.typo3.net/tsref/gifbuilder/gifbuilder/" target="_blank">GIFBUILDER</a> Objekts in TYPO3 ist es möglich eigene Schriftarten für Headlines barrierefrei zu nutzen. Dabei wird ein Bild erstellt und mit der CSS-Methode als Hintergrundbild der Headline hinzugefügt.<br />
<span id="more-103"></span><br />
<strong>TYPOSCRIPT-code:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
</pre></td><td class="code"><pre class="typoscript" style="font-family:monospace;">tempHeader <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">COA</span>
tempHeader <span style="color: #009900;">&#123;</span>
	<span style="color: #cc0000;">10</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">IMG_RESOURCE</span>
	10<span style="color: #339933; font-weight: bold;">.</span><span style="font-weight: bold;">stdWrap</span><span style="color: #339933; font-weight: bold;">.</span>wrap <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">&lt;h1 class=&quot;imageheader&quot; style=&quot;background-image: url<span style="color: #009900;">&#40;</span>'<span style="color: #339933; font-weight: bold;">|</span>'<span style="color: #009900;">&#41;</span>;&quot;<span style="color: #339933; font-weight: bold;">&gt;</span></span>
	10<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">GIFBUILDER</span>
	10<span style="color: #339933; font-weight: bold;">.</span>file <span style="color: #009900;">&#123;</span>
	<span style="color: #cc0000;">10</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">TEXT</span>
	<span style="color: #cc0000;">10</span> <span style="color: #009900;">&#123;</span>
		fontSize <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">17</span>
		offset <span style="color: #339933; font-weight: bold;">=</span> -<span style="color: #cc0000;">1</span>,<span style="color: #cc0000;">20</span>
		fontColor <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">#71a621</span>
		niceText <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #cc0000;">20</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">TEXT</span>
	<span style="color: #cc0000;">20</span> <span style="color: #009900;">&#123;</span>
		text<span style="color: #339933; font-weight: bold;">.</span>current <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
		fontSize <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">17</span>
		fontFile <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>fonts<span style="color: #339933; font-weight: bold;">/</span>FrutigerRoman<span style="color: #339933; font-weight: bold;">.</span>ttf
		offset <span style="color: #339933; font-weight: bold;">=</span> -<span style="color: #cc0000;">1</span>,<span style="color: #cc0000;">20</span>
		fontColor <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">#71a621</span>
		niceText <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
	<span style="color: #009900;">&#125;</span>
	XY <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #009900;">&#91;</span>10<span style="color: #339933; font-weight: bold;">.</span>w<span style="color: #009900;">&#93;</span><span style="color: #339933; font-weight: bold;">+</span><span style="color: #009900;">&#91;</span>20<span style="color: #339933; font-weight: bold;">.</span>w<span style="color: #009900;">&#93;</span><span style="color: #339933; font-weight: bold;">+</span><span style="color: #cc0000;">23</span>,<span style="color: #cc0000;">28</span>
	transparentColor <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">#ffffff</span>
	backColor <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #3366CC;">#ffffff</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #cc0000;">20</span> <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #990000; font-weight: bold;">TEXT</span>
	20<span style="color: #339933; font-weight: bold;">.</span>current <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
	20<span style="color: #339933; font-weight: bold;">.</span>wrap <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #339933; font-weight: bold;">|</span><span style="color: #3366CC;">&lt;/h1&gt;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>stdheader<span style="color: #339933; font-weight: bold;">.</span>10<span style="color: #339933; font-weight: bold;">.</span>1 <span style="color: #339933; font-weight: bold;">&gt;</span> tempHeader</pre></td></tr></table></div>

<p>stdheader.10.1 ersetzt jede Standard-Headline (H1) durch eine barrierefreie grafische Headline.</p>
<p>Die CSS-Konfiguration zu dieser Methode finden sie hier:<br />
<a href="http://blog.takomat.com/css/css-uberschrift-durch-bild-ersetzen-barrierefrei.html">CSS: Überschrift durch Bild ersetzen, barrierefrei</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.takomat.com/typo3/typo3-konfiguration-fur-barierrefreie-grafische-headlines-mit-gifbuilder.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
