<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.ewus.de"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Erik Wegners Universelles Sammelsurium - Browser</title>
 <link>http://www.ewus.de/taxonomy/term/56/0</link>
 <description></description>
 <language>de</language>
<item>
 <title>Mozilla Firefox Plugins</title>
 <link>http://www.ewus.de/tipp-0003.html</link>
 <description>&lt;p&gt;Quelle: &lt;a href=&quot;http://plugindoc.mozdev.org/de-DE/&quot;&gt;http://plugindoc.mozdev.org/de-DE/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Plugin-Pfad: ~/.mozilla/plugins/&lt;/p&gt;
&lt;h2&gt;RealPlayer10:&lt;/h2&gt;
&lt;p&gt;Programm von &lt;a href=&quot;http://www.real.com/linux/&quot;&gt;http://www.real.com/linux/&lt;/a&gt; installieren, anschließend kopieren Sie &lt;span class=&quot;tipDatei&quot;&gt;nphelix.so&lt;/span&gt; in Ihr Mozilla Plugins-Verzeichnis und &lt;span class=&quot;tipDatei&quot;&gt;nphelix.xpt&lt;/span&gt; in Ihr Mozilla Components-Verzeichnis.&lt;/p&gt;
&lt;h2&gt;Java:&lt;/h2&gt;
&lt;p&gt;&lt;span class=&quot;tipDatei&quot;&gt;/usr/lib/j2sdk1.4-sun/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.ewus.de/tipp-0003.html&quot; target=&quot;_blank&quot;&gt;Weiterlesen&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-0003.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/browser">Browser</category>
 <category domain="http://www.ewus.de/category/hint-categories/firefox">Firefox</category>
 <category domain="http://www.ewus.de/category/hint-categories/internet">Internet</category>
 <category domain="http://www.ewus.de/category/hint-categories/mozilla-firefox">Mozilla Firefox</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">52 at http://www.ewus.de</guid>
</item>
<item>
 <title>Zeilenumbruch über CSS verhindern</title>
 <link>http://www.ewus.de/tipp-0034.html</link>
 <description>&lt;p class=&quot;tipCmdLn&quot;&gt;&amp;lt;span style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt; &amp;lt;/span&amp;gt;&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-0034.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/browser">Browser</category>
 <category domain="http://www.ewus.de/category/hint-categories/html">HTML</category>
 <category domain="http://www.ewus.de/category/hint-categories/internet">Internet</category>
 <category domain="http://www.ewus.de/category/hint-categories/webentwicklung">Webentwicklung</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">71 at http://www.ewus.de</guid>
</item>
<item>
 <title>Firefox Erweiterungen</title>
 <link>http://www.ewus.de/tipp-0058.html</link>
 <description>&lt;p&gt;Die folgende Liste enthält Verweise auf Erweiterungen (Extensions) für Mozilla Firefox und kompatible Browser:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.ewus.de/tipp-0058.html&quot; target=&quot;_blank&quot;&gt;Weiterlesen&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-0058.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/addons">Addons</category>
 <category domain="http://www.ewus.de/category/hint-categories/browser">Browser</category>
 <category domain="http://www.ewus.de/category/hint-categories/erweiterungen">Erweiterungen</category>
 <category domain="http://www.ewus.de/category/hint-categories/extensions">Extensions</category>
 <category domain="http://www.ewus.de/category/hint-categories/firefox">Firefox</category>
 <category domain="http://www.ewus.de/category/hint-categories/internet">Internet</category>
 <category domain="http://www.ewus.de/category/hint-categories/mozilla-firefox">Mozilla Firefox</category>
 <category domain="http://www.ewus.de/category/hint-categories/netzwerk">Netzwerk</category>
 <category domain="http://www.ewus.de/category/hint-categories/sicherheit">Sicherheit</category>
 <category domain="http://www.ewus.de/category/hint-categories/webentwicklung">Webentwicklung</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">77 at http://www.ewus.de</guid>
</item>
<item>
 <title>XHTML1.1 konform Link in neuem Fenster per JavaScript</title>
 <link>http://www.ewus.de/tipp-0030.html</link>
 <description>&lt;p&gt;Der Standard &lt;a href=&quot;http://www.w3.org/TR/xhtml11/&quot;&gt;XHTML1.1&lt;/a&gt; sieht die Angabe eines &lt;span class=&quot;tipParam&quot;&gt;targets&lt;/span&gt; beim &lt;span class=&quot;tipParam&quot;&gt;a&lt;/span&gt;-Tag nicht mehr vor. Um dennoch einen Link in einem neuen Fenster zu öffnen, kann auf folgendes Konstrukt zurückgegriffen werden:&lt;/p&gt;
&lt;p class=&quot;tipCmdLn&quot;&gt;&amp;lt;a href=&amp;quot;adresse.html&amp;quot; onclick=&amp;quot;window.open(&#039;adresse.html&#039;, &#039;fenstername&#039;, &#039;width=250, height=400, location=no, menubar=no, resizable=yes, scrollbars=yes, status=yes, toolbar=no&#039;); return false;&amp;quot;&amp;gt;Ankertext&amp;lt;/a&amp;gt; (neues Fenster)&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.ewus.de/tipp-0030.html&quot; target=&quot;_blank&quot;&gt;Weiterlesen&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-0030.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/browser">Browser</category>
 <category domain="http://www.ewus.de/category/hint-categories/html">HTML</category>
 <category domain="http://www.ewus.de/category/hint-categories/internet">Internet</category>
 <category domain="http://www.ewus.de/category/hint-categories/javascript">JavaScript</category>
 <category domain="http://www.ewus.de/category/hint-categories/webentwicklung">Webentwicklung</category>
 <category domain="http://www.ewus.de/category/hint-categories/xhtml">XHTML</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">88 at http://www.ewus.de</guid>
</item>
</channel>
</rss>


