<?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>Scenic Living &#187; easy</title>
	<atom:link href="http://www.typo3blog.nl/tag/easy/feed" rel="self" type="application/rss+xml" />
	<link>http://www.typo3blog.nl</link>
	<description>living with a view on life</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:33:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The fastest way to a print version in Typo3 using defaults&#8230; (no extensions!)</title>
		<link>http://www.typo3blog.nl/css/the-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html</link>
		<comments>http://www.typo3blog.nl/css/the-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html#comments</comments>
		<pubDate>Wed, 06 Feb 2008 15:17:49 +0000</pubDate>
		<dc:creator>henjo</dc:creator>
				<category><![CDATA[(x)html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[usabillity]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[no extension]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[simulate static]]></category>

		<guid isPermaLink="false">http://blog.henjohoeksma.nl/css/the-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html</guid>
		<description><![CDATA[Let&#8217;s go down to it right away:

Open your main (plugins) template in Typo3, in full glory (you can figure out what that means!)
Add in the &#8216;Include Static&#8217; section: plugin.alt.print (98)

this adds the page type 98 to your site


Now  you can use the constants to add some special cs/html to make it feel the way you [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s go down to it right away:</p>
<ol>
<li>Open your main (plugins) template in Typo3, in full glory (you can figure out what that means!)</li>
<li>Add in the &#8216;Include Static&#8217; section: plugin.alt.print (98)
<ol>
<li>this adds the page type 98 to your site</li>
</ol>
</li>
<li>Now  you can use the constants to add some special cs/html to make it feel the way you like it to be
<ol>
<li>plugin.alt.print.file.stylesheet = fileadmin/templates/res/print.css</li>
<li>plugin.alt.print.file.template = fileadmin/templates/print.html</li>
</ol>
</li>
<li>Now add the following code in the TS where you built your (footer) menu:
<ol>
<li>stdWrap {<br />
append = TEXT<br />
append.value = print<br />
append.typolink.title = printversion of this page<br />
append.typolink.parameter.dataWrap = {TSFE:id},98<br />
}</li>
<li>This will add a link entitled print to the menu and will generate the correct pagetype.</li>
</ol>
</li>
<li>This works with SimulateStatic (print.34.98.html) as a charm!</li>
<li>And why not with the rest? It will!</li>
</ol>
<p>Have fun!</p>
<p>Consider a donation if blablabla <img src='http://www.typo3blog.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow" id="print" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.printfriendly.com%2Fprint%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Bpartner%3Dsociable';" title="Print this article!"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/printfriendly.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="digg" target="_blank" href="javascript:window.location='http%3A%2F%2Fdigg.com%2Fsubmit%3Fphase%3D2%26amp%3Burl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Btitle%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529%26amp%3Bbodytext%3DLet%2527s%2520go%2520down%2520to%2520it%2520right%2520away%253A%250D%250A%250D%250A%2509Open%2520your%2520main%2520%2528plugins%2529%2520template%2520in%2520Typo3%252C%2520in%2520full%2520glory%2520%2528you%2520can%2520figure%2520out%2520what%2520that%2520means%2521%2529%250D%250A%2509Add%2520in%2520the%2520%2527Include%2520Static%2527%2520section%253A%2520plugin.alt.print%2520%252898%2529%250D%250A%250D%250A%2509this%2520adds%2520the%2520page%2520type%252098%2520to%2520your%2520site%250D%250A%250D%250A%250D%250A%2509Now%25C2%25A0%2520y';" title="Digg"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="sphinn" target="_blank" href="javascript:window.location='http%3A%2F%2Fsphinn.com%2Findex.php%3Fc%3Dpost%26m%3Dsubmit%26link%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html';" title="Sphinn"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="del.icio.us" target="_blank" href="javascript:window.location='http%3A%2F%2Fdelicious.com%2Fpost%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Btitle%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529%26amp%3Bnotes%3DLet%2527s%2520go%2520down%2520to%2520it%2520right%2520away%253A%250D%250A%250D%250A%2509Open%2520your%2520main%2520%2528plugins%2529%2520template%2520in%2520Typo3%252C%2520in%2520full%2520glory%2520%2528you%2520can%2520figure%2520out%2520what%2520that%2520means%2521%2529%250D%250A%2509Add%2520in%2520the%2520%2527Include%2520Static%2527%2520section%253A%2520plugin.alt.print%2520%252898%2529%250D%250A%250D%250A%2509this%2520adds%2520the%2520page%2520type%252098%2520to%2520your%2520site%250D%250A%250D%250A%250D%250A%2509Now%25C2%25A0%2520y';" title="del.icio.us"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="facebook" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.facebook.com%2Fshare.php%3Fu%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Bt%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529';" title="Facebook"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="mixx" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.mixx.com%2Fsubmit%3Fpage_url%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Btitle%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529';" title="Mixx"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="google" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.google.com%2Fbookmarks%2Fmark%3Fop%3Dedit%26amp%3Bbkmk%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Btitle%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529%26amp%3Bannotation%3DLet%2527s%2520go%2520down%2520to%2520it%2520right%2520away%253A%250D%250A%250D%250A%2509Open%2520your%2520main%2520%2528plugins%2529%2520template%2520in%2520Typo3%252C%2520in%2520full%2520glory%2520%2528you%2520can%2520figure%2520out%2520what%2520that%2520means%2521%2529%250D%250A%2509Add%2520in%2520the%2520%2527Include%2520Static%2527%2520section%253A%2520plugin.alt.print%2520%252898%2529%250D%250A%250D%250A%2509this%2520adds%2520the%2520page%2520type%252098%2520to%2520your%2520site%250D%250A%250D%250A%250D%250A%2509Now%25C2%25A0%2520y';" title="Google Bookmarks"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="ekudos" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.ekudos.nl%2Fartikel%2Fnieuw%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Btitle%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529%26amp%3Bdesc%3DLet%2527s%2520go%2520down%2520to%2520it%2520right%2520away%253A%250D%250A%250D%250A%2509Open%2520your%2520main%2520%2528plugins%2529%2520template%2520in%2520Typo3%252C%2520in%2520full%2520glory%2520%2528you%2520can%2520figure%2520out%2520what%2520that%2520means%2521%2529%250D%250A%2509Add%2520in%2520the%2520%2527Include%2520Static%2527%2520section%253A%2520plugin.alt.print%2520%252898%2529%250D%250A%250D%250A%2509this%2520adds%2520the%2520page%2520type%252098%2520to%2520your%2520site%250D%250A%250D%250A%250D%250A%2509Now%25C2%25A0%2520y';" title="eKudos"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/ekudos.png" title="eKudos" alt="eKudos" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="misterwong" target="_blank" href="javascript:window.location='http%3A%2F%2Fwww.mister-wong.com%2Faddurl%2F%3Fbm_url%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Bbm_description%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529%26amp%3Bplugin%3Dsoc';" title="MisterWong"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow" id="reddit" target="_blank" href="javascript:window.location='http%3A%2F%2Freddit.com%2Fsubmit%3Furl%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html%26amp%3Btitle%3DThe%2520fastest%2520way%2520to%2520a%2520print%2520version%2520in%2520Typo3%2520using%2520defaults...%2520%2528no%2520extensions%2521%2529';" title="Reddit"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow" id="technorati" target="_blank" href="javascript:window.location='http%3A%2F%2Ftechnorati.com%2Ffaves%3Fadd%3Dhttp%253A%252F%252Fwww.typo3blog.nl%252Fcss%252Fthe-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html';" title="Technorati"><img src="http://www.typo3blog.nl/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3blog.nl/css/the-fastest-way-to-a-print-version-in-typo3-using-defaults-no-extensions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

