<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.1" -->
<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/"
	>

<channel>
	<title>alexunils blog - typo3 linux pfadfinder</title>
	<link>http://alexunil.info</link>
	<description>typo3 linux pfadfinder</description>
	<pubDate>Sun, 21 Jun 2009 04:41:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>
	<language>en</language>
			<item>
		<title>stumbleupon.com</title>
		<link>http://alexunil.info/?p=48</link>
		<comments>http://alexunil.info/?p=48#comments</comments>
		<pubDate>Thu, 16 Apr 2009 05:24:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[www-allgemein]]></category>
<category>bookmarks</category><category>webdienst</category>
		<guid isPermaLink="false">http://alexunil.info/?p=48</guid>
		<description><![CDATA[Schöne Möglichkeit um auf interessante Seiten zu stossen und seine Favoriten zu verwalten. Mit einer Tag-Wolke findet man seine lieblinge dann wieder ganz schnell.
WikiLink
]]></description>
			<content:encoded><![CDATA[<p>Schöne Möglichkeit um auf interessante Seiten zu stossen und seine Favoriten zu verwalten. Mit einer Tag-Wolke findet man seine lieblinge dann wieder ganz schnell.<br />
<a href="http://de.wikipedia.org/wiki/StumbleUpon">WikiLink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=48</wfw:commentRss>
		</item>
		<item>
		<title>Namensauflösung MX-Einträge</title>
		<link>http://alexunil.info/?p=37</link>
		<comments>http://alexunil.info/?p=37#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[www-allgemein]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://alexunil.info/?p=37</guid>
		<description><![CDATA[Wie findet man raus welch mx-Einträge im Nameserver stehen
host -t MX alexunil.info
oder
root@big:/home/alex# nslookup
> set type=mx
> alexunil.info
]]></description>
			<content:encoded><![CDATA[<p>Wie findet man raus welch mx-Einträge im Nameserver stehen</p>
<p>host -t MX alexunil.info</p>
<p>oder</p>
<p>root@big:/home/alex# nslookup<br />
> set type=mx<br />
> alexunil.info</p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Focus auf Eingabefeld bei newloginbox</title>
		<link>http://alexunil.info/?p=29</link>
		<comments>http://alexunil.info/?p=29#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[www-allgemein]]></category>

		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://alexunil.info/?p=29</guid>
		<description><![CDATA[Die Standardlösung sieht folgendermassen aus:
Im header der html-Seite steht folgendes Script:
&#60;script&#62; function formfocus(){document.formularname.feldname.focus();}&#60;/script&#62;
und das Bodytag sieht so aus:
&#60;body onLoad=formfocus()&#62;
In typo3 löse ich das mit:
page.headerData.5 = TEXT
page.headerData.5.value =
...
und
page.bodyTag = 
Das Problem das ich dann noch hatte war das newloginbox dem formular keinen Namen vergibt, also wollte ich das direkt in php dazufügen. Dabei hatte ich nicht [...]]]></description>
			<content:encoded><![CDATA[<p>Die Standardlösung sieht folgendermassen aus:<br />
Im header der html-Seite steht folgendes Script:</p>
<p><code>&lt;script&gt; function formfocus(){document.formularname.feldname.focus();}&lt;/script&gt;</code></p>
<p>und das Bodytag sieht so aus:<br />
<code>&lt;body onLoad=formfocus()&gt;</code></p>
<p><strong>In typo3 löse ich das mit:</strong><br />
page.headerData.5 = TEXT<br />
page.headerData.5.value =<br />
<script>...<br />
und<br />
page.bodyTag = <body onLoad=formfocus()></p>
<p>Das Problem das ich dann noch hatte war das newloginbox dem formular keinen Namen vergibt, also wollte ich das direkt in php dazufügen. Dabei hatte ich nicht beachtet das ich auch bzb_newloginbox_redirect verwende und der code dort zu ändern ist.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Extensions für den firefox</title>
		<link>http://alexunil.info/?p=19</link>
		<comments>http://alexunil.info/?p=19#comments</comments>
		<pubDate>Mon, 12 Mar 2007 05:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[www-allgemein]]></category>

		<guid isPermaLink="false">http://alexunil.info/?p=19</guid>
		<description><![CDATA[Diese Seite sollte ich mir noch durchlesen: firefox-extensions
Die 20 must-have Extensions für Firefox. Meine momentane Lieblingsextension für Websiteentwicklung, nähmlich firebug ist auch dabei. Dankbar wäre ich gerade für einen 20-must-have Plugins Artikel für Wordpress.
Und schon gefunden:http://sw-guide.de/wordpress/wordpress-plugins/
]]></description>
			<content:encoded><![CDATA[<p>Diese Seite sollte ich mir noch durchlesen: <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;articleId=9011975&#038;pageNumber=1">firefox-extensions</a<br />
><br />
Die 20 must-have Extensions für Firefox. Meine momentane Lieblingsextension für Websiteentwicklung, nähmlich firebug ist auch dabei. Dankbar wäre ich gerade für einen 20-must-have Plugins Artikel für Wordpress.<br />
Und schon gefunden:<a href="http://sw-guide.de/wordpress/wordpress-plugins/">http://sw-guide.de/wordpress/wordpress-plugins/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Akismet funktioniert!</title>
		<link>http://alexunil.info/?p=18</link>
		<comments>http://alexunil.info/?p=18#comments</comments>
		<pubDate>Sat, 10 Mar 2007 14:02:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[www-allgemein]]></category>

		<guid isPermaLink="false">http://alexunil.info/?p=18</guid>
		<description><![CDATA[Juhu ich habe den ersten Spam bekommen und er wurde aussortiert.
]]></description>
			<content:encoded><![CDATA[<p>Juhu ich habe den ersten Spam bekommen und er wurde aussortiert.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Wegen öffentlichen Drucks: Ich bin jetzt lokalist</title>
		<link>http://alexunil.info/?p=13</link>
		<comments>http://alexunil.info/?p=13#comments</comments>
		<pubDate>Sun, 25 Feb 2007 23:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[www-allgemein]]></category>

		<guid isPermaLink="false">http://alexunil.info/?p=13</guid>
		<description><![CDATA[Mal sehen ob mich jemand bemerkt.

lokalisten
]]></description>
			<content:encoded><![CDATA[<p>Mal sehen ob mich jemand bemerkt.<br />
<a href="http://lokalisten.de"><br />
lokalisten</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Mein erster sinnvoller Eintrag</title>
		<link>http://alexunil.info/?p=4</link>
		<comments>http://alexunil.info/?p=4#comments</comments>
		<pubDate>Wed, 21 Feb 2007 15:54:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[www-allgemein]]></category>

		<guid isPermaLink="false">http://alexunil.info/wordpress/?p=4</guid>
		<description><![CDATA[In der aktuellen ct stand etwas über die firefox-extension firebug, muss ich unbedingt ausprobieren. Scheint besser zu sein als &#8220;Web Developer&#8221; und den finde ich schon hervorragend.
]]></description>
			<content:encoded><![CDATA[<p>In der aktuellen ct stand etwas über die firefox-extension <a href="http://" title="https://addons.mozilla.org/firefox/1843/" target="_blank">firebug</a>, muss ich unbedingt ausprobieren. Scheint besser zu sein als &#8220;Web Developer&#8221; und den finde ich schon hervorragend.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
	</channel>
</rss>
