<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" >
<channel>
    
    <title>Bananas Development Blog - JS / AJAX</title>
    <link>http://blog.bananas-playground.net/</link>
    <description>share your thoughts</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Wed, 09 Jan 2013 08:03:28 GMT</pubDate>

    <image>
        <url>http://blog.bananas-playground.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Bananas Development Blog - JS / AJAX - share your thoughts</title>
        <link>http://blog.bananas-playground.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>getElementById und jQuery</title>
    <link>http://blog.bananas-playground.net/archives/810-getElementById-und-jQuery.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/810-getElementById-und-jQuery.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=810</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=810</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Warum muss jQuery da eine eigene Suppe kochen ?&lt;br /&gt;
&lt;br /&gt;
Normales JS:&lt;br /&gt;
&lt;pre&gt;if(document.getElementById(&#039;theID&#039;)) {
// do stuff
}
else {
// do stuff if not there
}
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Das Gleich mit jQuery:&lt;br /&gt;
&lt;pre&gt;if($(&#039;#theID&#039;).length == &quot;0&quot;) {
// do stuff
}
else {
// do stuff if not there
}
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Darauf muss man erst mal kommen !&lt;br /&gt;
Warum kann da jQuery nicht einfach false zurück geben, wenn NICHTS gefunden wurde ?&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Wed, 09 Jan 2013 09:03:28 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/810-guid.html</guid>
    <category>javascript</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Neues ist nicht immer gut</title>
    <link>http://blog.bananas-playground.net/archives/791-Neues-ist-nicht-immer-gut.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/791-Neues-ist-nicht-immer-gut.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=791</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=791</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Das hippe Dinge nicht immer das Wahre sind, &lt;a href=&quot;http://blog.bananas-playground.net/archives/784-Na-endlich-!-Back-to-the-roots.html&quot;&gt;hat sich ja mit dem Hashbang gezeigt&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Leider haben die das nicht so ganz kapiert...&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://my.opera.com/hallvors/blog/2012/07/17/twitter-crashes-itself-with-commas&quot;&gt;Twitter crashes itself with commas&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;Today Twitter died in Opera while I was using it. One tweet sent, one distracting link read - and all of a sudden the UI was incomplete, missing the &quot;Tweet&quot; box on the left and various features like &quot;retweet&quot; were no longer working.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Und kommt mir blos nicht mit dem Opera bullshit... Macht es erst mal selber. Dann sehen wir weiter.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blog.vjeux.com/2011/javascript/javascript-comma-trick.html&quot;&gt;Hier ist wahrscheinlich der Grund dazu&lt;/a&gt;. Der Autor selber sagt, dass es eigentlich nur spielerei ist.&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Wed, 18 Jul 2012 08:57:54 +0200</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/791-guid.html</guid>
    <category>javascript</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Motion tracking mit JS</title>
    <link>http://blog.bananas-playground.net/archives/767-Motion-tracking-mit-JS.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/767-Motion-tracking-mit-JS.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=767</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=767</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Das nenne ich mal ne Leistung. Zwar wieder zu Lasten des Clients aber an sich eine schöne Sache:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.soundstep.com/blog/2012/03/19/javascript-motion-tracking/&quot;&gt;Javascript motion tracking&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.soundstep.com/blog/experiments/jstracking/&quot;&gt;Hier ist das Demo Video&lt;/a&gt; dazu. Da kann man live mit spielen also kein fertiges.&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Tue, 20 Mar 2012 08:06:24 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/767-guid.html</guid>
    <category>browser</category>
<category>javascript</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Backups sind wichtig</title>
    <link>http://blog.bananas-playground.net/archives/753-Backups-sind-wichtig.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/753-Backups-sind-wichtig.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=753</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=753</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    &amp;bull;  &lt;a href=&quot;http://blog.jquery.com/2011/12/08/what-is-happening-to-the-jquery-plugins-site/&quot;&gt;What Is Happening To The jQuery Plugins Site?&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Die haben einfach mal die Plugin Site gelöscht. Einfach so. Aber das Beste kommt noch. Das letzte Backup ist EIN Jahr alt ! Was für Vollpfosten sind denn da am Werk ?&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;In the process of deleting on the spam, all the plugins were deleted and we didn’t have a recent backup&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Wenn man wirklich was bereinigen will, dann macht man doch erst recht ein Backup ? &lt;br /&gt;
jQuery war ja noch nie mein Fall und dies bestätigt sich mit so einem stümperhaften Anfängerfehler...&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Fri, 09 Dec 2011 13:16:21 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/753-guid.html</guid>
    <category>javascript</category>
<category>opensource</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Asynchrones laden von Typekit </title>
    <link>http://blog.bananas-playground.net/archives/744-Asynchrones-laden-von-Typekit.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/744-Asynchrones-laden-von-Typekit.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=744</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=744</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Wenn man 3.Anbieter verwendet kann es immer mal wieder vorkommen, dass diese ausfallen. Im Standart lädt sich Typekit im head Bereich der HTML Datei und blockiert den weiteren Aufbau der Seite.&lt;br /&gt;
&lt;br /&gt;
Dies kann man mit verschiedenen Möglichkeiten umgehen:&lt;br /&gt;
&amp;bull; &lt;a href=&quot;http://sweetnr.com/post/typekit-slow-hosted-scripts-and-the-flash-of-unset-text&quot;&gt;Typekit, slow hosted scripts and the Flash of Unset Text&lt;/a&gt;&lt;br /&gt;
&amp;bull; &lt;a href=&quot;http://blog.typekit.com/2011/05/25/loading-typekit-fonts-asynchronously/&quot;&gt;Loading Typekit fonts asynchronously&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Meine &lt;a href=&quot;https://github.com/typekit/typekit-async-patterns/blob/master/async-attribute.html&quot;&gt;liebste Lösung ist das laden mit dem async Attribut&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Wed, 09 Nov 2011 13:01:47 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/744-guid.html</guid>
    <category>browser</category>
<category>javascript</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Uploads mit Javascript und HTML5</title>
    <link>http://blog.bananas-playground.net/archives/738-Uploads-mit-Javascript-und-HTML5.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/738-Uploads-mit-Javascript-und-HTML5.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=738</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=738</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Bei einem Upload einer Datei sollte er Benutzer feedback bekommen ob alles so ist wie es sein soll.&lt;br /&gt;
Damit der Benutzer nicht so lange warten muss bis die Datei am Server angekommen ist, kann man nun in modernen Browsern diesen Check in den Browser/Client auslagern.&lt;br /&gt;
( &lt;strong&gt;Dies ersetzt NICHT die Überprüfung auf dem Server !&lt;/strong&gt; )&lt;br /&gt;
&lt;br /&gt;
Wie das funktioniert wird in dem folgenden Artikel beschrieben:&lt;br /&gt;
&amp;bull; &lt;a href=&quot;http://www.html5rocks.com/en/tutorials/file/dndfiles/&quot;&gt;Reading local files in JavaScript&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Wed, 26 Oct 2011 13:22:38 +0200</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/738-guid.html</guid>
    <category>browser</category>
<category>chrome</category>
<category>html5</category>
<category>javascript</category>
<category>web</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Addthis à la Heise</title>
    <link>http://blog.bananas-playground.net/archives/720-Addthis-a-la-Heise.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/720-Addthis-a-la-Heise.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=720</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=720</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Facebook macht ja leider was es will ( Aber da die Benutzer ohne viel nachzudenken mit laufen.... ). Nun hat das deutsche Recht leider ein Problem mit der &lt;a href=&quot;http://www.heise.de/newsticker/meldung/Like-Button-Facebook-erklaert-Details-zur-Speicherpraxis-1339079.html&quot;&gt;Art und Weise&lt;/a&gt; wie &lt;a href=&quot;http://www.heise.de/security/artikel/Das-verraet-Facebooks-Like-Button-1230906.html&quot;&gt;Facebook mit den Daten&lt;/a&gt; umgeht.&lt;br /&gt;
&lt;br /&gt;
Daher hat sich der &lt;a href=&quot;http://www.heise-medien.de&quot;&gt;Heise Verlag&lt;/a&gt; für die &lt;a href=&quot;http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html&quot;&gt;eigene Webseite was überlegt&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Nun kann man sich die &lt;a href=&quot;http://www.heise.de/extras/socialshareprivacy/&quot;&gt;Idee kopieren und bei sich einbauen&lt;/a&gt;. Was aber wenn man leider schon andere Social-Share-Dienste verwendet ?&lt;br /&gt;
&lt;br /&gt;
Bei der Verwendung von &lt;a href=&quot;http://www.addthis.com/&quot;&gt;Addthis&lt;/a&gt; habe ich nun eine Lösung gefunden die das Verhalten nachbaut.&lt;br /&gt;
&lt;br /&gt;
Hier ist der HTML Teil der beim ersten Aufruf der Seite geladen wird.&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;html&quot;&gt;
&lt;div class=&quot;addthis_toolbox addthis_default_style&quot;&gt;
	&lt;a class=&quot;addthis_button_facebook&quot;&gt;&lt;/a&gt;
	&lt;a class=&quot;addthis_button_email&quot; title=&quot;E-Mail&quot;&gt;&lt;/a&gt;
	&lt;a class=&quot;addthis_button_delicious&quot;&gt;&lt;/a&gt;
	&lt;a class=&quot;addthis_button_stumbleupon&quot;&gt;&lt;/a&gt;
	&lt;a class=&quot;addthis_button_misterwong_de&quot;&gt;&lt;/a&gt;
	&lt;a class=&quot;addthis_button_google&quot;&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div id=&quot;socialFrame&quot;&gt;
	&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;icons/facebook-share.png&quot; class=&quot;inline&quot; alt=&quot;Klicken und aktivieren für mehr Datenschutz&quot; title=&quot;Klicken und aktivieren für mehr Datenschutz&quot;&gt;&lt;/a&gt;
	&lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;icons/social/google-plus.png&quot; class=&quot;inline&quot; alt=&quot;Klicken und aktivieren für mehr Datenschutz&quot; title=&quot;Klicken und aktivieren für mehr Datenschutz&quot;&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Wie man sieht gibt es zwei &quot;Blöcke&quot;. Der Erste ist der normale Addthis Teil, der die gängigen Icons anzeigt.&lt;br /&gt;
Der zweite Block beinhaltet erster mal nur zwei Icons die man anklicken kann. Diese Aktion wir via Javascript hinzugefügt.&lt;br /&gt;
&lt;br /&gt;
Dazu kommt noch ein wenig jQuery:&lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;javascript&quot;&gt;$(window).load(function() {
	$(&quot;#socialMediaExtended&quot;).click(function() {
		var url = &quot;/getSocialBarExtended&quot;;
			
		$.ajax({
			url: url,
			cache: false,
			success: function(html) {
				$(&#039;#socialFrame&#039;).html(html);
				addthisInit();
			}
		});
	});
	
	addthisInit();
});

function addthisInit() {
	var addthisScript = &#039;http://s7.addthis.com/js/250/addthis_widget.js#domready=1&#039;;
	if(window.addthis) {
		window.addthis = null;
	}
	$.getScript(addthisScript, function() { addthis.init(); });
}&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Wenn die Seite geladen wurde, wird mit der Funktion &quot;addthisInit&quot; das JavaScript von Addthis geladen. Wichtig dabei ist der Parameter &quot;#domread=1&quot; am Ende der URL. Damit wird der erste Block mit den Addthis Aktionen hinterlegt und kann verwendet werden.&lt;br /&gt;
&lt;br /&gt;
Wenn man nun in dem zweiten Block auf ein Icon klick wird der AJAX Aufruf ausgeführt. Das was dabei zurückkommt wird in das Element mit der ID &quot;socialFrame&quot; rein geschrieben. Wobei der bestehende Inhalt überschrieben wird. &lt;br /&gt;
&lt;br /&gt;
&lt;pre name=&quot;code&quot; class=&quot;html&quot;&gt;&lt;div class=&quot;addthis_toolbox addthis_default_style&quot;&gt;
	&lt;a class=&quot;addthis_button_facebook_like&quot; fb:like:layout=&quot;button_count&quot;&gt;&lt;/a&gt;
	&lt;a class=&quot;addthis_button_google_plusone&quot; g:plusone:size=&quot;medium&quot;&gt;&lt;/a&gt;
&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Nach dem der Inhalt geladen worden ist, wir die Funktion &quot;addthisInit&quot; erneut aufgerufen und Addthis neu geladen und somit werden die neuen Buttons eingebunden und funktionieren.&lt;br /&gt;
&lt;br /&gt;
Auf diese Weise werden die IFrames der Anbieter (Facebook, Google etc.) nur auf Wunsch geladen.&lt;br /&gt;
&lt;br /&gt;
Bei Fragen einfach fragen &lt;img src=&quot;http://blog.bananas-playground.net/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Tue, 13 Sep 2011 09:34:31 +0200</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/720-guid.html</guid>
    <category>ajax</category>
<category>browser</category>
<category>opensource</category>
<category>security</category>
<category>social</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Mif.tree mit Mootools 1.3.2</title>
    <link>http://blog.bananas-playground.net/archives/696-Mif.tree-mit-Mootools-1.3.2.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/696-Mif.tree-mit-Mootools-1.3.2.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=696</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=696</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Das aktuelle Release von &lt;a href=&quot;http://mifjs.net/tree/&quot;&gt;Mif.Tree&lt;/a&gt; funktioniert nicht mit &lt;a href=&quot;http://mootools.net/download&quot;&gt;Mootools 1.3.2 nocompat&lt;/a&gt;. Nun habe ich mal damit angefangen &lt;a href=&quot;http://mifjs.net/tree/Demos/index.html&quot;&gt;die Beispiele&lt;/a&gt; mit der aktuellen Version von Mootools zum fliegen zu bringen.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://github.com/jumpin-banana/klimbim/tree/master/javascript/mif-tree&quot;&gt;Hier der Code&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Wer mitmachen will kann sich &lt;a href=&quot;https://github.com/jumpin-banana/klimbim&quot;&gt;hier beteiligen&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Fri, 29 Jul 2011 10:03:16 +0200</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/696-guid.html</guid>
    <category>javascript</category>
<category>mootools</category>
<category>opensource</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Hash Bang Analyse</title>
    <link>http://blog.bananas-playground.net/archives/650-Hash-Bang-Analyse.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/650-Hash-Bang-Analyse.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=650</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=650</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Wir hatten &lt;a href=&quot;http://blog.bananas-playground.net/archives/635-Warum-muss-man-alles-komplizierter-machen-Hashbang-story.html&quot;&gt;ja das Thema schon mal&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Nu hat sich &lt;a href=&quot;http://www.jenitennison.com/&quot;&gt;Jeni Tennison&lt;/a&gt; die Mühe gemacht und das mal näher analysiert. Sehr genau wie ich finde und auch sehr ausführlich.&lt;br /&gt;
&lt;br /&gt;
&amp;bull; &lt;a href=&quot;http://www.jenitennison.com/blog/node/154&quot;&gt;Hash URIs&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;The semantics of hash URIs have changed over time. Look back at RFC 1738: Uniform Resource Locators (URL) from December 1994 and fragments are hardly mentioned; when they are, they are termed “fragment/anchor identifiers”, reflecting their original use which was to jump to an anchor within an HTML page (indicated by an &amp;lt;a&amp;gt; element with a name attribute; those were the days).&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Mon, 07 Mar 2011 13:34:37 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/650-guid.html</guid>
    <category>allgemeines</category>
<category>browser</category>
<category>javascript</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Warum muss man alles komplizierter machen ? Hashbang story</title>
    <link>http://blog.bananas-playground.net/archives/635-Warum-muss-man-alles-komplizierter-machen-Hashbang-story.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/635-Warum-muss-man-alles-komplizierter-machen-Hashbang-story.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=635</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=635</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Hier mal eine Erklärung was es mit diesem Hashbang hape auf sich hat und warum es totaler Bullshit ist.&lt;br /&gt;
&lt;br /&gt;
&amp;bull; &lt;a href=&quot;http://www.tbray.org/ongoing/When/201x/2011/02/09/Hash-Blecch&quot;&gt;Broken Links&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;I’ve been getting madder and madder about the increasing use of dorky web links; for example, twitter.com/timbray has become twitter.com/#!/timbray. Others have too; see Breaking the Web with hash-bangs and Going Postel. It dawns on me that a word of explanation might be in order for those who normally don’t worry about all the bits and pieces lurking inside a Web address.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Warum versucht man so viel wie möglich in den Browser auszulagern, wenn der Server eigentlich dazu da ist ?&lt;br /&gt;
Warum eine Abfrage verdoppeln wenn man die Kriterien schon beim ersten Aufruf hat ?&lt;br /&gt;
&lt;br /&gt;
Manchmal wünsche ich mir schon mal die Zeit wieder zurück in der JavaScript verpönt war....&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Thu, 10 Feb 2011 15:33:10 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/635-guid.html</guid>
    <category>ajax</category>
<category>browser</category>
<category>javascript</category>
<category>security</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Warum Dokumentationen so wichtig sind</title>
    <link>http://blog.bananas-playground.net/archives/630-Warum-Dokumentationen-so-wichtig-sind.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/630-Warum-Dokumentationen-so-wichtig-sind.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=630</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=630</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Jeder kennt das. Code schreiben ist viel toller als Dokumentation.&lt;br /&gt;
&lt;br /&gt;
Leider produziert eine Fehlerhafte oder nicht mehr aktuelle Dokumentation Kosten. Denn wenn man Stunden nach dem &quot;Fehler&quot; sucht nur im an Ende feststellen zu müssen, dass die Dokumentation falsch war und sich mittlerweile die Konfigurationsvariable geändert hat !&lt;br /&gt;
&lt;br /&gt;
Da geht richtig Geld flöten !!&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://tinymce.moxiecode.com/wiki.php/Configuration:external_template_list_url&quot;&gt;TinyMCE external_template_list_url&lt;/a&gt;&lt;br /&gt;
Diese Konfigurationseinstellung ist leider falsch.&lt;br /&gt;
&lt;br /&gt;
Hier ist die richtige Stelle dazu:&lt;br /&gt;
&lt;a href=&quot;http://tinymce.moxiecode.com/wiki.php/Plugin:template&quot;&gt;TinyMCE Plugins Template&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Das &quot;Problem&quot; hat mich viel Zeit gekostet..... Ich kann ja verstehen, dass Doku schreiben keinen Spass macht, aber so was sollte nicht vorkommen.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Wed, 09 Feb 2011 09:04:14 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/630-guid.html</guid>
    <category>browser</category>
<category>javascript</category>
<category>web</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>HTML Canvas Spickzettel mit Bonus</title>
    <link>http://blog.bananas-playground.net/archives/616-HTML-Canvas-Spickzettel-mit-Bonus.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/616-HTML-Canvas-Spickzettel-mit-Bonus.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=616</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=616</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Solche Cheat Sheets kennt man ja nun für viele Sprachen.&lt;br /&gt;
&lt;br /&gt;
Dieses bzw. diese Website hat noch ein Bonus. Ich gebe euch einen Tip:&lt;br /&gt;
Man kann es spielen und es befindet sich im Fuß der Website &lt;img src=&quot;http://blog.bananas-playground.net/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html?kozmic&quot;&gt;HTML5 Canvas Cheat Sheet&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;My memory isn&#039;t very good and I often find myself looking up simple things in various specs but sometimes they&#039;re just too damn long-winded when you&#039;re simply looking for argument x of function y&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Schöne neue Browserwelt &lt;img src=&quot;http://blog.bananas-playground.net/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Wed, 19 Jan 2011 19:53:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/616-guid.html</guid>
    <category>browser</category>
<category>html5</category>
<category>web</category>
<category>web.design</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Preload von JS ohne es auszuführen</title>
    <link>http://blog.bananas-playground.net/archives/602-Preload-von-JS-ohne-es-auszufuehren.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/602-Preload-von-JS-ohne-es-auszufuehren.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=602</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=602</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.phpied.com/preload-cssjavascript-without-execution/&quot;&gt;Preload CSS/JavaScript without execution&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;Preloading components in advance is good for performance. There are several ways to do it. But even the cleanest solution (open up an iframe and go crazy there) comes at a price - the price of the iframe and the price of parsing and executing the preloaded CSS and JavaScript. There&#039;s also a relatively high risk of potential JavaScript errors if the script you preload assumes it&#039;s loaded in a page different than the one that preloads.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Mal sehen was man damit alles machen kann...&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Tue, 07 Dec 2010 09:11:18 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/602-guid.html</guid>
    <category>css</category>
<category>javascript</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Arbeiten mit MooTools</title>
    <link>http://blog.bananas-playground.net/archives/578-Arbeiten-mit-MooTools.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/578-Arbeiten-mit-MooTools.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=578</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=578</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    Ich bevorzuge &lt;a href=&quot;http://mootools.net&quot;&gt;MooTools&lt;/a&gt; als mein &lt;a href=&quot;http://en.wikipedia.org/wiki/JavaScript_framework&quot;&gt;JavaScript Framework&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Nun hat sich &lt;a href=&quot;http://davidwalsh.name/&quot;&gt;David Walsh&lt;/a&gt; mal wieder hingesetzt und eine schöne Übersicht geschrieben was und wie es anwendet und wie man seinen JS Code besser macht.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://net.tutsplus.com/tutorials/javascript-ajax/make-your-mootools-code-shorter-faster-and-stronger/&quot;&gt;Make your MooTools Code Shorter, Faster, and Stronger &lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;MooTools is one of the most flexible, modular, and well written JavaScript frameworks available. So many people use it but many of them don’t optimize their code. This post will provide you with fifteen simple tips for making your MooTools code shorter, faster, and stronger. &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Viel Erfolg !&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Tue, 02 Nov 2010 08:18:07 +0100</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/578-guid.html</guid>
    <category>browser</category>
<category>framework</category>
<category>javascript</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Jump and Run komplet mit HTML 5 erstellt</title>
    <link>http://blog.bananas-playground.net/archives/560-Jump-and-Run-komplet-mit-HTML-5-erstellt.html</link>
            <category>JS / AJAX</category>
    
    <comments>http://blog.bananas-playground.net/archives/560-Jump-and-Run-komplet-mit-HTML-5-erstellt.html#comments</comments>
    <wfw:comment>http://blog.bananas-playground.net/wfwcomment.php?cid=560</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.bananas-playground.net/rss.php?version=2.0&amp;type=comments&amp;cid=560</wfw:commentRss>
    

    <author>nospam@example.com (Banana)</author>
    <content:encoded>
    HTML 5 definiert viel und die Browser fangen an Stück für Stück es zu unterstützen.&lt;br /&gt;
&lt;br /&gt;
Hier mal ein schönes Beispiel was man damit machen kann.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.phoboslab.org/log/2010/09/biolab-disaster&quot;&gt;Biolab Disaster&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;Biolab Disaster was completely build for HTML5 – that is, JavaScript and the new Canvas and Audio elements. It doesn&#039;t need any Plugins, just a good browser. The game was initially conceived as a demo for my Impact Game Engine, but it became much more in the process. I made a short making-of video that shows how the game and the engine were built:&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.phoboslab.org/biolab/&quot;&gt;Link zum Spiel&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;  
    </content:encoded>

    <pubDate>Tue, 28 Sep 2010 12:15:12 +0200</pubDate>
    <guid isPermaLink="false">http://blog.bananas-playground.net/archives/560-guid.html</guid>
    <category>browser</category>
<category>web</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>

</channel>
</rss>