<?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>Sprachrohr &#187; javascript</title>
	<atom:link href="http://robert-kummer.de/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert-kummer.de</link>
	<description>alles, was der robbi so interessant findet</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:33:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>JS-Framework: MOOTOOLS</title>
		<link>http://robert-kummer.de/2006/09/11/js-framework-mootools/</link>
		<comments>http://robert-kummer.de/2006/09/11/js-framework-mootools/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 05:53:00 +0000</pubDate>
		<dc:creator>rok</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Das MooTools Framework ist ein objektorientiertes Framework, welches crossbrowser diverse Möglichkeiten bietet: It comes with a choice of more than fifteen scripts, plugins and addons, including Effects (moo.fx) Ajax (moo.ajax), Dom Navigator (moo.dom), Drag and Drop, Sortable lists, Cookies Manager &#8230; <a href="http://robert-kummer.de/2006/09/11/js-framework-mootools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Das MooTools Framework ist ein objektorientiertes Framework, welches crossbrowser diverse Möglichkeiten bietet:</p>
<blockquote><p>It comes with a choice of more than fifteen scripts, plugins and addons, including Effects (moo.fx) Ajax (moo.ajax), Dom Navigator (moo.dom), Drag and Drop, Sortable lists, Cookies Manager and many more.</p></blockquote>
<p>Der große Vorteil dabei ist die modulare Verwendung. Auf der <a  href="http://mootools.net/download/release">Download-Seite</a> kann man die Plugins und AddOns auswählen, die man wirklich braucht und sich die Skripte gleich in komprimierter Form zukommen lassen.<br />
<a  href="http://mootools.net/">mootools.net</a><br />
<h3 class='related_post_title'>Das könnte Sie auch interessieren:</h3>
<ul class='related_post'>
<li><a  href="http://robert-kummer.de/2006/07/18/fckeditor-dynamisch-anzeigen/" title="FCKeditor dynamisch anzeigen&#8230;">FCKeditor dynamisch anzeigen&#8230;</a></li>
<li><a  href="http://robert-kummer.de/2009/08/14/die-erste-million-episode-1/" title="Die erste Million &#8211; Episode 1">Die erste Million &#8211; Episode 1</a></li>
<li><a  href="http://robert-kummer.de/2009/04/23/wp-framework-a-blank-wordpress-theme-framework/" title="WP Framework &#8211; A blank WordPress Theme Framework">WP Framework &#8211; A blank WordPress Theme Framework</a></li>
<li><a  href="http://robert-kummer.de/2009/03/05/versionierung-und-ticketverwaltung-fuer-lau/" title="Versionierung und Ticketverwaltung für lau">Versionierung und Ticketverwaltung für lau</a></li>
<li><a  href="http://robert-kummer.de/2008/07/15/diffr-und-du-kennst-alle-aenderungen/" title="diffr.org &#8211; und du kennst alle Änderungen">diffr.org &#8211; und du kennst alle Änderungen</a></li>
</ul>
<p><a  class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://robert-kummer.de/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://robert-kummer.de/2006/09/11/js-framework-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCKeditor dynamisch anzeigen&#8230;</title>
		<link>http://robert-kummer.de/2006/07/18/fckeditor-dynamisch-anzeigen/</link>
		<comments>http://robert-kummer.de/2006/07/18/fckeditor-dynamisch-anzeigen/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 11:44:00 +0000</pubDate>
		<dc:creator>rok</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Bei Verwendung von &#8220;display:none&#8221; zum Verstecken eines FCKeditor Panels kann es passieren, dass man keinen Text editieren kann, nachdem man das Panel wieder per Javascript anzeigen läßt. Umgebung: Der Text war leer und dann mit einem &#8220;&#38;nbsp;&#8221; gefüllt. Workaround: Quelltext &#8230; <a href="http://robert-kummer.de/2006/07/18/fckeditor-dynamisch-anzeigen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Bei Verwendung von &#8220;display:none&#8221; zum Verstecken eines FCKeditor Panels  kann es passieren, dass man keinen Text editieren kann, nachdem man das  Panel wieder per Javascript anzeigen läßt.<br />
Umgebung: Der Text war leer und dann mit einem &#8220;&amp;nbsp;&#8221; gefüllt.<br />
Workaround: Quelltext eingeben und nach Klick auf okay geht es wieder.<br />
Lösung: &#8220;z-index&#8221; so setzen, dass zum Verstecken lediglich ein Bereich  vor dem FCK liegen kann.<br />
<h3 class='related_post_title'>Das könnte Sie auch interessieren:</h3>
<ul class='related_post'>
<li><a  href="http://robert-kummer.de/2006/09/11/js-framework-mootools/" title="JS-Framework: MOOTOOLS">JS-Framework: MOOTOOLS</a></li>
<li><a  href="http://robert-kummer.de/2009/08/14/die-erste-million-episode-1/" title="Die erste Million &#8211; Episode 1">Die erste Million &#8211; Episode 1</a></li>
<li><a  href="http://robert-kummer.de/2009/03/05/versionierung-und-ticketverwaltung-fuer-lau/" title="Versionierung und Ticketverwaltung für lau">Versionierung und Ticketverwaltung für lau</a></li>
<li><a  href="http://robert-kummer.de/2008/07/15/diffr-und-du-kennst-alle-aenderungen/" title="diffr.org &#8211; und du kennst alle Änderungen">diffr.org &#8211; und du kennst alle Änderungen</a></li>
<li><a  href="http://robert-kummer.de/2008/02/24/hilfe-die-handbuchuebersetzer-machen-jetzt-auch-internetseiten/" title="Hilfe, die Handbuchübersetzer machen jetzt auch Internetseiten&#8230;">Hilfe, die Handbuchübersetzer machen jetzt auch Internetseiten&#8230;</a></li>
</ul>
<p><a  class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://robert-kummer.de/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://robert-kummer.de/2006/07/18/fckeditor-dynamisch-anzeigen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
