<?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>Ralph's TechBlog &#187; Applications</title>
	<atom:link href="http://techblog.ralph-schuster.eu/category/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.ralph-schuster.eu</link>
	<description>Technical stuff for IT experts</description>
	<lastBuildDate>Tue, 27 Dec 2011 09:38:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Typo3 and RealURL</title>
		<link>http://techblog.ralph-schuster.eu/2010/10/30/typo3-and-realurl/</link>
		<comments>http://techblog.ralph-schuster.eu/2010/10/30/typo3-and-realurl/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 11:10:35 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[RealURL]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=230</guid>
		<description><![CDATA[I use various sites with Typo3 and RealURL extension. Mysteriously, it sometimes happens that links at the frontend do not work after updating Typo3 itself or any extension. Problem detection is very complicated because RealURL has a very hidden and strange behaviour. Even worse: it seems that there is no rule on what links can [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2010%2F10%2F30%2Ftypo3-and-realurl%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2010%2F10%2F30%2Ftypo3-and-realurl%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=RealURL,Websites&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I use various sites with Typo3 and RealURL extension. Mysteriously, it sometimes happens that links at the frontend do not work after updating Typo3 itself or any extension. Problem detection is very complicated because RealURL has a very hidden and strange behaviour. Even worse: it seems that there is no rule on what links can be decoded and what not.</p>
<p>Main things you have to do if you get &#8220;segement X ist not a postVarSet variable&#8221; error:</p>
<ol>
<li>Make sure you are logged off from the backend</li>
<li>Make sure you give RealURL a chance to fill the path cache by clicking in your frontend from top to bottom!</li>
</ol>
<p>What internally happens is as follows: Once the path cache is emptied, it will be filled again only when you are logged off from backend. I have no idea why RealURL implemented this feature but it has a special condition check before updating the cache that makes sure the user is not logged into the backend.</p>
<p>Furthermore, cache update happens only when &#8220;Encoding&#8221; takes place (ID to path translation). That means that you will get the postVarSet error when you try to get a page from your frontend before RealURL did encode it. That&#8217;s why you have to click &#8220;down&#8221; your website from top to bottom, so all links are created before they are ever requested by your browser.</p>
<p>So next time just follow this two simple rules and your RealURL extension will behave as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2010/10/30/typo3-and-realurl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSV Utility Package V1.0.2 released</title>
		<link>http://techblog.ralph-schuster.eu/2009/10/20/csv-utility-package-v1-0-2-released/</link>
		<comments>http://techblog.ralph-schuster.eu/2009/10/20/csv-utility-package-v1-0-2-released/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:37:43 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[CSV]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=143</guid>
		<description><![CDATA[I made some fixes and enhancements to the CSV Utility Package: Bug #9: Spaces before and after a value are treated correctly now Enhancement #10: CSVReader forwards comment lines to callback objects Enhancement #11: A test script was integrated to check major features New Class: CSVUtils offers methods for copying JDBC results and JTable data [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F10%2F20%2Fcsv-utility-package-v1-0-2-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F10%2F20%2Fcsv-utility-package-v1-0-2-released%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=CSV&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I made some fixes and enhancements to the <a title="CSV Utility Package" href="http://techblog.ralph-schuster.eu/csv-utility-package-for-java/" target="_self">CSV Utility Package</a>:</p>
<ul>
<li>Bug #9: Spaces before and after a value are treated correctly now</li>
<li>Enhancement #10: CSVReader forwards comment lines to callback objects</li>
<li>Enhancement #11: A test script was integrated to check major features</li>
<li>New Class: CSVUtils offers methods for copying JDBC results and JTable data to CSVWriters</li>
</ul>
<p>You can download the latest release <a title="Latest Release" href="http://www.ralph-schuster.eu/projects/csv/csv-current.tar.gz" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2009/10/20/csv-utility-package-v1-0-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSV Utility Package V1.0.1 released</title>
		<link>http://techblog.ralph-schuster.eu/2009/09/28/csv-utility-package-v1-0-1-released/</link>
		<comments>http://techblog.ralph-schuster.eu/2009/09/28/csv-utility-package-v1-0-1-released/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:38:19 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[CSV]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=139</guid>
		<description><![CDATA[A new update of my CSV Utility Package was released. It contains some fixes and enhancements: Build system creates tar archive Fixed Bug #2: NullPointerException in CSVReader class Fixed Bug #4: Multiline values fail when a line looks like a comment Enhancement #7: Excel Fix: first column of first row must not start with &#8220;ID&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F09%2F28%2Fcsv-utility-package-v1-0-1-released%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F09%2F28%2Fcsv-utility-package-v1-0-1-released%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=CSV&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A new update of my <a title="CSV Utility Package" href="http://techblog.ralph-schuster.eu/csv-utility-package-for-java/" target="_self">CSV Utility Package</a> was released. It contains some fixes and enhancements:</p>
<ul>
<li>Build system creates tar archive</li>
<li> Fixed Bug #2: NullPointerException in CSVReader class</li>
<li> Fixed Bug #4: Multiline values fail when a line looks like a comment</li>
<li> Enhancement #7: Excel Fix: first column of first row must not start with &#8220;ID&#8221;</li>
<li>Enhancement #8: Add row and column count</li>
</ul>
<p>You can download the latest release <a title="Latest Release" href="http://www.ralph-schuster.eu/projects/csv/csv-current.tar.gz" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2009/09/28/csv-utility-package-v1-0-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Bugzilla</title>
		<link>http://techblog.ralph-schuster.eu/2009/05/20/installing-bugzilla/</link>
		<comments>http://techblog.ralph-schuster.eu/2009/05/20/installing-bugzilla/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:44:45 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Bugzilla]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=111</guid>
		<description><![CDATA[This was weird. I lately tried to install Bugzilla on one of my virtual hosts but it&#8217;s testserver.pl script failed with: Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110. Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110. TEST-FAILED Webserver is not executing CGI files. The Apache error [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F05%2F20%2Finstalling-bugzilla%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F05%2F20%2Finstalling-bugzilla%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=Apache,Bugzilla,CGI,Plesk&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This was weird. I lately tried to install Bugzilla on one of my virtual hosts but it&#8217;s testserver.pl script failed with:</p>

<div class="wp_syntax"><div class="code"><pre class="log" style="font-family:monospace;">Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110.
Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110.
TEST-FAILED Webserver is not executing CGI files.</pre></div></div>

<p>The Apache error log told nothing more than</p>

<div class="wp_syntax"><div class="code"><pre class="log" style="font-family:monospace;">Premature end of script headers: testagent.cgi</pre></div></div>

<p>All Google lookups failed to solve my problem. Although I had the impression that my CGI setup was somehow wrong, I couldn&#8217;t find the reason. Then I intensively checked the VirtualHost directive. The server uses a Plesk 8.0 installation for setting up hosts. The default configuration for virtual hosts with CGI there is to include a &#8220;SuexecUserGroup&#8221; directive. After removing it, the Bugzilla installation succeeded.</p>
<p>So you might wanna give it a try <img src='http://techblog.ralph-schuster.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2009/05/20/installing-bugzilla/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Integrating SpamAssassin with qmail: Part 2</title>
		<link>http://techblog.ralph-schuster.eu/2008/12/24/integrating-spamassassin-with-qmail-part-2/</link>
		<comments>http://techblog.ralph-schuster.eu/2008/12/24/integrating-spamassassin-with-qmail-part-2/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:36:28 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSuse]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[SpamAssassin]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=64</guid>
		<description><![CDATA[This is a series of articles covering integration of SpamAssassin with qmail on a Linux box. Part 1: Installing and Configuring SpamAssassin Part 2: Marking email as spam Part 2: Marking email as spam Now, that we setup SpamAssassin to run as a continous process, we are able to change the qmail system to feed [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F12%2F24%2Fintegrating-spamassassin-with-qmail-part-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F12%2F24%2Fintegrating-spamassassin-with-qmail-part-2%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=openSuse,qmail,spam,SpamAssassin&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is a series of articles covering integration of SpamAssassin with qmail on a Linux box.</p>
<p style="padding-left: 30px;">Part 1: <a title="Part 1: Installing and Configuring SpamAssassin" href="http://techblog.ralph-schuster.eu/2008/11/23/integrating-spamassassin-with-qmail-part-1/" target="_self">Installing and Configuring SpamAssassin</a><br />
Part 2: Marking email as spam</p>
<h3>Part 2: Marking email as spam</h3>
<p>Now, that we setup SpamAssassin to run as a continous process, we are able to change the qmail system to feed all emails into the server daemon. We need the root folder of qmail first. This is usually at /var/qmail. However, you better check with your installation first.</p>
<p>Create a file &#8220;qmail-queue.spamd&#8221; in subfolder bin that contains a single line:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">/usr/bin/spamc -U /tmp/spamd_full.sock| /var/qmail/bin/qmail-queue.orig</pre></div></div>

<p>Adapt the paths if necessary. Next step is to rename the existing qmail-queue program in subfolder bin. Name it &#8220;qmail-queue.orig&#8221;, as we have already used that pathname in our script. Make sure that all file permissions of qmail-queue.orig and qmail-queue.spamd match exactly the original qmail-queue binary.</p>
<p>Last step is to replace the existing qmail-queue binary by a link to our qmail-queue.spamd script. That&#8217;s it. All your emails do now pass the SpamAssassin daemon. You can check this by viewing all headers of emails passing your system. They should now contain additional SpamAssassin lines.</p>
<p>This is not the end of the story. We just marked email so far as spam or not. The will not get filtered out of the boxes, yet. This however is the topic of part 3 of this series.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2008/12/24/integrating-spamassassin-with-qmail-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Integrating SpamAssassin with qmail: Part 1</title>
		<link>http://techblog.ralph-schuster.eu/2008/11/23/integrating-spamassassin-with-qmail-part-1/</link>
		<comments>http://techblog.ralph-schuster.eu/2008/11/23/integrating-spamassassin-with-qmail-part-1/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 16:01:41 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSuse]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[SpamAssassin]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=39</guid>
		<description><![CDATA[This is a series of articles covering integration of SpamAssassin with qmail on a Linux box. Part 1: Installing and Configuring SpamAssassin Part 2: Marking email as spam Part 1: Installing and Configuring SpamAssassin There are quite a few numbers of HOWTOs at the internet about installing the software itself. So I won&#8217;t go very [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F11%2F23%2Fintegrating-spamassassin-with-qmail-part-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F11%2F23%2Fintegrating-spamassassin-with-qmail-part-1%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=openSuse,qmail,spam,SpamAssassin&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is a series of articles covering integration of SpamAssassin with qmail on a Linux box.</p>
<p style="padding-left: 30px;">Part 1: Installing and Configuring SpamAssassin<br />
Part 2: <a title="Part 2: Marking email as spam" href="http://techblog.ralph-schuster.eu/2008/12/24/integrating-spamassassin-with-qmail-part-2/" target="_self">Marking email as spam</a></p>
<h3>Part 1: Installing and Configuring SpamAssassin</h3>
<p>There are quite a few numbers of HOWTOs at the internet about installing the software itself. So I won&#8217;t go very much into details but rather point you to some locations where you can find sufficient information.</p>
<p>You&#8217;ll find the latest software package at <a title="SpamAssassin Homepage" href="http://spamassassin.apache.org/" target="_blank">Apache&#8217;s SpamAssassin Homepage</a>. Unpack the archive, preferrably at /usr/local/src. It will produce a directory Mail-SpamAssassin-XXXX. Change into that directory and read the INSTALL file to learn about special features when building the spam recognition tool. Usually you need to issue three commands:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">perl Makefile.PL
make
make install</pre></div></div>

<p>That&#8217;s it. Be aware that you might need to enhance your Perl distribution by additional modules from CPAN.</p>
<p>The last step to perform is to make a tool called spamd running continously on your box. We will first configure the daemon according to your Linux distribution. On latest SuSE editions this is done by a file /etc/sysconfig/spamd:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">## Path:           Network/Mail/Spamassassin
## Description:    Arguments for the spam daemon
## Type:           string
## Default:        &quot;-d -c -L&quot;
## ServiceRestart: spamd
#
# The arguments passed to spamd.
# See spamd(1) man page.
# Default is &quot;-d -c -L&quot;
SPAMD_ARGS=&quot;-d -c -u spamd -g spamd --socketpath=/tmp/spamd_full.sock&quot;</pre></div></div>

<p>We introduced a user and group called &#8220;spamd&#8221; here. You might need to configure them first on your system.</p>
<p>Finally, you can add according startup commands in your /etc/rc.d directory to make spamd starting at system boot. Here is a <a href="http://techblog.ralph-schuster.eu/wp-content/uploads/2008/11/spamd">script</a> that I use.</p>
<p><a title="Part 2: Marking email as spam" href="http://techblog.ralph-schuster.eu/2008/12/24/integrating-spamassassin-with-qmail-part-2/" target="_self">Part 2</a> of this series will concentrate on the issue how to pass each mail into SpamAssassin.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2008/11/23/integrating-spamassassin-with-qmail-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reset Firefox&#8217; Zoom Settings</title>
		<link>http://techblog.ralph-schuster.eu/2008/10/27/reset-firefox-zoom-settings/</link>
		<comments>http://techblog.ralph-schuster.eu/2008/10/27/reset-firefox-zoom-settings/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 10:56:28 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=38</guid>
		<description><![CDATA[You propably got already used to Firefox&#8217; zoom feature. Firefox 3 introduced a new setting that enables it to remember the zoom value when you visit a website. Whenever you re-visit the domain, the previously used zoom level will be re-applied. If you don&#8217;t like this feature, open the about:config page and toggle the boolean [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F10%2F27%2Freset-firefox-zoom-settings%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F10%2F27%2Freset-firefox-zoom-settings%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=Firefox&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>You propably got already used to Firefox&#8217; zoom feature. Firefox 3 introduced a new setting that enables it to remember the zoom value when you visit a website. Whenever you re-visit the domain, the previously used zoom level will be re-applied.</p>
<p>I<span style="color: #000000;">f you don&#8217;t like this feature, open the about:config page and toggle the boolean setting browser.zoom.siteSpecific to false.</span></p>
<p>Of course, you can always use Strg-0 to reset the zoom to the default value.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2008/10/27/reset-firefox-zoom-settings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 3</title>
		<link>http://techblog.ralph-schuster.eu/2008/06/18/firefox-3/</link>
		<comments>http://techblog.ralph-schuster.eu/2008/06/18/firefox-3/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 11:26:18 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=31</guid>
		<description><![CDATA[It is finally there. You can download the browser&#8217;s latest version at Mozilla Homepage. There is also a very good introduction to the new features of Firefox 3.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F06%2F18%2Ffirefox-3%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2008%2F06%2F18%2Ffirefox-3%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=Browser,Firefox&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It is finally there. You can <a title="Mozilla Homepage" href="http://www.mozilla.com/" target="_blank">download</a> the browser&#8217;s latest version at Mozilla Homepage. There is also a very good <a title="Screencast" href="http://people.mozilla.com/~beltzner/overview-of-firefox3.swf" target="_blank">introduction</a> to the new features of Firefox 3.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2008/06/18/firefox-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYPO3: Getting content from another page</title>
		<link>http://techblog.ralph-schuster.eu/2007/12/31/typo3-getting-content-from-another-page/</link>
		<comments>http://techblog.ralph-schuster.eu/2007/12/31/typo3-getting-content-from-another-page/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 12:23:32 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/2007/12/31/typo3-getting-content-from-another-page/</guid>
		<description><![CDATA[This is a TYPO3 code snippet that will replace a marker with content from a specific page. I use this for common content on footers and outer columns. page.10.marks.FOOTER &#38;lt; styles.content.get page.10.marks.FOOTER { select.where = colPos=3 select.pidInList = 2 } colPos=3 will get the content from the border column (0 is center, 1 is left, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2007%2F12%2F31%2Ftypo3-getting-content-from-another-page%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2007%2F12%2F31%2Ftypo3-getting-content-from-another-page%2F&amp;source=TechnicalG&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is a TYPO3 code snippet that will replace a marker with content from a specific page. I use this for common content on footers and outer columns.</p>

<div class="wp_syntax"><div class="code"><pre class="typo3" style="font-family:monospace;">page.10.marks.FOOTER &amp;lt; styles.content.get
page.10.marks.FOOTER {
      select.where = colPos=3
      select.pidInList = 2
}</pre></div></div>

<p>colPos=3 will get the content from the border column (0 is center, 1 is left, 2 is right column). pidInList identifies the page (or pages) that you want to fetch the content from.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2007/12/31/typo3-getting-content-from-another-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Replacing TYPO3 Marker by Page Title</title>
		<link>http://techblog.ralph-schuster.eu/2007/12/28/replacing-typo3-marker-by-page-title/</link>
		<comments>http://techblog.ralph-schuster.eu/2007/12/28/replacing-typo3-marker-by-page-title/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 21:01:12 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/2007/12/28/replacing-typo3-marker-by-page-title/</guid>
		<description><![CDATA[This short TYPO3 script snippet will replace a marker in your template by the current page&#8217;s title: page.10.marks.MYMARKER = TEXT page.10.marks.MYMARKER.field = title]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2007%2F12%2F28%2Freplacing-typo3-marker-by-page-title%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2007%2F12%2F28%2Freplacing-typo3-marker-by-page-title%2F&amp;source=TechnicalG&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This short TYPO3 script snippet will replace a marker in your template by the current page&#8217;s title:</p>

<div class="wp_syntax"><div class="code"><pre class="typo3" style="font-family:monospace;">page.10.marks.MYMARKER = TEXT
page.10.marks.MYMARKER.field = title</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2007/12/28/replacing-typo3-marker-by-page-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

