<?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/"
   >
<channel>
    <title>web/code - JavaScript</title>
    <link>http://webcode.lemme.at/</link>
    <description>Blog über das Web, PHP, Joomla, Ajax, Javascript, Patterns, ...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Tue, 13 Oct 2009 22:33:48 GMT</pubDate>

    <image>
        <url>http://webcode.lemme.at/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: web/code - JavaScript - Blog über das Web, PHP, Joomla, Ajax, Javascript, Patterns, ...</title>
        <link>http://webcode.lemme.at/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>5 JavaScript WYSIWYG Editoren</title>
    <link>http://webcode.lemme.at/archives/40-5-JavaScript-WYSIWYG-Editoren.html</link>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/40-5-JavaScript-WYSIWYG-Editoren.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=40</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=40</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://woorkup.com/2009/10/06/5-powerful-wysiwyg-editors-for-web-based-applications/&quot; title=&quot;Antonio Lupetti&quot;&gt;Antonio Lupetti&lt;/a&gt; stellt in einem seiner letzten Posts eine schöne Übersicht von 5 guten Rich Text Editoren vor, die in HTML-Seiten (z.B. textarea-Element) eingebunden werden können, darunter Altbekanntes und mir bis jetzt Unbekanntes auf der Liste:&lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/examples/editor/&quot; title=&quot;YUI Rich Text Editor&quot;&gt;Yahoo! UI Rich Text Editor&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href=&quot;http://tinymce.moxiecode.com/index.php&quot; title=&quot;TinyMCE&quot;&gt;TinyMCE&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href=&quot;http://nicedit.com/index.php&quot; title=&quot;NicEdit&quot;&gt;NicEdit&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href=&quot;http://ckeditor.com/demo&quot; title=&quot;CKEditor&quot;&gt;CKEditor&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href=&quot;http://www.openwebware.com/&quot; title=&quot;openWYSIWYG&quot;&gt;openWYSIWYG &lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Auf den ersten Blick gefällt mir der NicEditor sehr gut (wenn man die Funktionen des TinyMCE nicht benötigt), ich hab ihn mir aber noch nicht wirklich angesehen...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 13 Oct 2009 10:16:23 +0200</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/40-guid.html</guid>
    <category>ajax</category>
<category>ckeditor</category>
<category>editor</category>
<category>javascript</category>
<category>liste</category>
<category>niceditor</category>
<category>openwysiwyg</category>
<category>richtext</category>
<category>textarea</category>
<category>tinymce</category>
<category>wysiwyg</category>
<category>yui</category>

</item>
<item>
    <title>Google Maps API V3</title>
    <link>http://webcode.lemme.at/archives/37-Google-Maps-API-V3.html</link>
            <category>Ajax</category>
            <category>Google Maps</category>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/37-Google-Maps-API-V3.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    
&lt;p&gt;Google hat vor Kurzem einen ersten Ausblick auf die &lt;a href=&quot;http://code.google.com/intl/de-DE/apis/maps/documentation/v3/&quot; title=&quot;Google Maps API V3 Dokumentation&quot;&gt;Version 3 der Maps API&lt;/a&gt; veröffentlicht. Neue Features sind mir beim ersten Blick nicht aufgefallen, dafür aber zwei Änderungen der Naming Konventionen:&lt;/p&gt;&lt;h3&gt;google.maps.* Namespace&lt;/h3&gt;&lt;p&gt;Die erste wichtige Änderung ist das Wegfallen des G-Präfix. So wird aus einem &lt;i&gt;GMarker&lt;/i&gt; ein &lt;i&gt;Marker&lt;/i&gt;, aus &lt;i&gt;GLatLng&lt;/i&gt; wird &lt;i&gt;LatLng&lt;/i&gt; und so weiter... Das heißt, eigentlich stimmt das so nicht. Denn die Maps API ist nun ganz in den Namespace der &lt;a href=&quot;http://code.google.com/intl/de-DE/apis/ajax/&quot; title=&quot;Google Ajax APIs&quot;&gt;Google Ajax APIs&lt;/a&gt; integriert und damit wird aus &lt;i&gt;GMarker&lt;/i&gt; ein &lt;i&gt;google.maps.Marker&lt;/i&gt;, aus &lt;i&gt;GLatLng&lt;/i&gt; wird &lt;i&gt;google.maps.LatLng&lt;/i&gt; usw.&lt;/p&gt;&lt;p&gt;Eine Inkonsistenz, die mir beim ersten Drüberlesen aufgefallen ist, ist dass aus dem guten alten &lt;i&gt;GEvent&lt;/i&gt; nicht etwa &lt;span class=&quot;sourceRowText&quot;&gt;&lt;i&gt;google.maps.Event&lt;/i&gt; geworden ist, sondern &lt;/span&gt;&lt;span class=&quot;sourceRowText&quot;&gt;&lt;i&gt;google.maps.event&lt;/i&gt; (kleingeschrieben!).&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;Underscore statt Camel Case&lt;span class=&quot;sourceRowText&quot;&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;Das zweite, was mir beim Blick auf die &lt;a href=&quot;http://code.google.com/intl/de-DE/apis/maps/documentation/v3/reference.html&quot; title=&quot;Google Maps API Referenz&quot;&gt;API Referenz&lt;/a&gt; auffällt ist, dass Methoden nicht mehr in Camel Case, sondern mit Unterstrichen geschrieben werden. Und das nicht mal konsistent. So existieren für das Map Objekt etwa die Methoden setOptions() und set_center(). Das ist meiner Meinung nach nicht nur unnötig, verwirrend und auch seltsam, sondern auch deswegen blöd, weil immer ein Zeichen mehr getippt werden muss und diese Art der Schreibweise in Javascript Libraries eigentlich überhaupt nicht state of the Art ist.&lt;/p&gt;&lt;p&gt;Wenn man einen Blick in die Referenz wagt wird man sehen, dass irgendwie noch zu wenig da ist (bzw. zu wenig dokumentiert ist) um sich ernsthaft mit der V3 zu beschäftigen. Aber bin mal gespannt ob die neue Version auch neue Features wie z.B. Reverse Geocoding ohne Workarounds...&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 10 Jun 2009 07:31:23 +0200</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Google Maps API Error when using Wikipedia overlay</title>
    <link>http://webcode.lemme.at/archives/32-Google-Maps-API-Error-when-using-Wikipedia-overlay.html</link>
            <category>Google Maps</category>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/32-Google-Maps-API-Error-when-using-Wikipedia-overlay.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    
&lt;h3&gt;Error &amp;quot;i[hb] is not a function&amp;quot;&lt;/h3&gt;&lt;p&gt;In the current version of the Maps API you may have problems with the wikipedia or the Panoramio layer. &lt;/p&gt;&lt;p&gt;Load the previous version instead, which is according to &lt;a href=&quot;http://groups.google.de/group/Google-Maps-API/browse_thread/thread/e95cdeda124db5b5?fwc=1&quot; title=&quot;Google Groops&quot;&gt;this thread&lt;/a&gt; v2.149. Load it using&lt;/p&gt;&lt;pre class=&quot;javascript&quot; name=&quot;code&quot;&gt;google.load(&amp;quot;maps&amp;quot;, &amp;quot;2.149&amp;quot;);&lt;/pre&gt;&lt;p&gt;or&lt;/p&gt;&lt;pre class=&quot;html&quot; name=&quot;code&quot;&gt;&amp;lt;script src=&amp;quot;http://www.google.com/maps?file=googleapi&amp;amp;v=2.149&amp;amp;key=YOUR_KEY&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;&lt;/pre&gt;
 
    </content:encoded>

    <pubDate>Wed, 18 Mar 2009 11:33:19 +0100</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/32-guid.html</guid>
    <category>ajax</category>
<category>google maps</category>
<category>javascript</category>

</item>
<item>
    <title>Scriptaculous Effect.numb3rs</title>
    <link>http://webcode.lemme.at/archives/20-Scriptaculous-Effect.numb3rs.html</link>
            <category>Ajax</category>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/20-Scriptaculous-Effect.numb3rs.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    &lt;p&gt;Deutsche Version weiter unten! &lt;/p&gt;&lt;p&gt;Some weeks ago i did what i wanted to do since i first used &lt;a href=&quot;http://script.aculo.us/&quot; mce_href=&quot;http://script.aculo.us/&quot;&gt;Scriptaculous&lt;/a&gt;, the &lt;a href=&quot;http://www.prototypejs.org/&quot; mce_href=&quot;http://www.prototypejs.org/&quot;&gt;Prototype&lt;/a&gt;-based Javascript effect and controls library.&amp;#160;&lt;/p&gt;&lt;p&gt;I got the idea while i was watching the TV-series &lt;a href=&quot;http://en.wikipedia.org/wiki/Numb3rs&quot; mce_href=&quot;http://en.wikipedia.org/wiki/Numb3rs&quot;&gt;Numbers&lt;/a&gt;. So i wrote the Scriptaculous &lt;a href=&quot;http://projects.lemme.at/effect.numbers&quot; mce_href=&quot;http://projects.lemme.at/effect.numbers&quot;&gt;Effect.Numb3rs&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Check it out:&lt;a href=&quot;http://projects.lemme.at/effect.numbers&quot; mce_href=&quot;http://projects.lemme.at/effect.numbers&quot;&gt;projects.lemme.at/effect.numbers&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If you like it or if you don&#039;t like it, if you have good advices or anything else to say, feel free to leave a comment on the bottom of this page... &lt;/p&gt;&lt;p&gt;&lt;!-- s9ymdb:19 --&gt;&lt;/p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://webcode.lemme.at/uploads/effect_numb3rs.png&quot; mce_src=&quot;http://webcode.lemme.at/uploads/effect_numb3rs.png&quot; alt=&quot;Effec.Numb3rs example&quot; align=&quot;&quot; border=&quot;0&quot; vspace=&quot;&quot; width=&quot;501&quot; height=&quot;153&quot; hspace=&quot;&quot;&gt;&lt;/div&gt;&amp;#160;&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;&amp;#160;Vor ein paar Wochen hab ich endlich erledigt, was ich mir schon vorgenommen habe, seitdem ich das erste Mal mit &lt;a href=&quot;http://script.aculo.us/&quot; mce_href=&quot;http://script.aculo.us/&quot;&gt;Scriptaculous&lt;/a&gt;, einer auf &lt;a href=&quot;http://www.prototypejs.org/&quot; mce_href=&quot;http://www.prototypejs.org/&quot;&gt;Prototype&lt;/a&gt; basierenden Javascript -Bibliothek zu tun hatte (Siehe auch mein &lt;a href=&quot;http://tutorials.lemme.at/scriptaculous&quot; mce_href=&quot;http://tutorials.lemme.at/scriptaculous&quot;&gt;Scriptaculous Effekte Tutorial&lt;/a&gt;).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Die Idee habe ich vor allem von der TV-Serie &lt;a href=&quot;http://en.wikipedia.org/wiki/Numb3rs&quot; mce_href=&quot;http://en.wikipedia.org/wiki/Numb3rs&quot;&gt;Numbers&lt;/a&gt;. Also schrieb ich, inspiriert vom Vorspann, den &lt;a href=&quot;http://projects.lemme.at/effect.numbers&quot; mce_href=&quot;http://projects.lemme.at/effect.numbers&quot;&gt;Effect.Numb3rs&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Anzusehen, auszuprobieren und herunterzuladen ist der Javascript-Effekt unter: &lt;a href=&quot;http://projects.lemme.at/effect.numbers&quot; mce_href=&quot;http://projects.lemme.at/effect.numbers&quot;&gt;projects.lemme.at/effect.numbers&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Wenn du Verbesserungsvorschläge, Ergänzungen oder sonstige Anmerkungen hast, poste sie einfach hier in den Kommentaren ;) &lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 19 Sep 2008 00:47:15 +0200</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/20-guid.html</guid>
    <category>ajax</category>
<category>effect</category>
<category>javascript</category>
<category>prototype</category>
<category>scriptaculous</category>
<category>widgets</category>

</item>
<item>
    <title>Prototype und Scriptaculous Widgets</title>
    <link>http://webcode.lemme.at/archives/13-Prototype-und-Scriptaculous-Widgets.html</link>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/13-Prototype-und-Scriptaculous-Widgets.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    &lt;p&gt;Im &lt;a href=&quot;http://prototypejs.org/2008/6/11/an-interview-with-ryan-johnson&quot;&gt;Blog&lt;/a&gt; des Javascript-Frameworks &lt;a href=&quot;http://prototypejs.org/&quot;&gt;Prototype&lt;/a&gt; gibts grad eine Serie interessanter Interviews mit Prototype und &lt;a href=&quot;http://script.aculo.us/&quot;&gt;Scriptaculous&lt;/a&gt; Entwicklern. Einer dieser Interviewten ist &lt;a href=&quot;http://saucytiger.com/&quot;&gt;Ryan Johnson&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;Er hat &lt;a href=&quot;http://livepipe.net/&quot;&gt;LivePipe&lt;/a&gt;, eine kleine Sammlung an Widgets und Kontrollelementen geschrieben und unter der MIT-Lizenz als Open Source ver&amp;ouml;ffentlicht. Die Sammlung enth&amp;auml;lt unter anderem:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Tabs,&lt;/li&gt;&lt;li&gt;Fenster und Tooltips,&lt;/li&gt;&lt;li&gt;Fortschrittsbalken,&lt;/li&gt;&lt;li&gt;Scrollbar und&lt;/li&gt;&lt;li&gt;&amp;#160;Kontext-Men&amp;uuml;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Alles in allem machen die Widgets einen sehr brauchbaren Eindruck. &lt;a href=&quot;http://livepipe.net/&quot;&gt;LivePipe&lt;/a&gt; bietet eine gute Erg&amp;auml;nzung zu Prototype und Scriptaculous, die ja von sich aus kaum Widgets mitbringen. &lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 13 Jun 2008 14:53:14 +0200</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/13-guid.html</guid>
    <category>ajax</category>
<category>javascript</category>
<category>livepipe</category>
<category>prototype</category>
<category>scriptaculous</category>
<category>widgets</category>

</item>
<item>
    <title>Scriptaculous Tutorial Feedback</title>
    <link>http://webcode.lemme.at/archives/4-Scriptaculous-Tutorial-Feedback.html</link>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/4-Scriptaculous-Tutorial-Feedback.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>14</slash:comments>
    <wfw:commentRss>http://webcode.lemme.at/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    &lt;p&gt;Ich habe vor einiger Zeit ein &lt;a href=&quot;http://tutorials.lemme.at/scriptaculous/&quot;&gt;Scriptaculous Tutorial&lt;/a&gt; geschrieben, dass sich eigentlich ziemlich ausf&amp;uuml;hrlich mit den Effekten besch&amp;auml;ftigt.&lt;/p&gt;&lt;p&gt;Zwar&amp;#160; hat sich seit dem ein bisschen was ver&amp;auml;ndert (Effect.Morph ist zu den Grundeffekten dazugekommen), aber im Gro&amp;szlig;en und Ganzen ist das Tutorial denke ich noch ganz gut zu gebrauchen.&lt;/p&gt;&lt;p&gt;Hier seid ihr also herzlich dazu eingeladen, euer Feedback und eure Kommentare zum Tutorial hier zur&amp;uuml;cklassen.&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 07 May 2008 22:52:38 +0200</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/4-guid.html</guid>
    <category>ajax</category>
<category>javascript</category>
<category>scriptaculous</category>
<category>tutorial</category>

</item>

</channel>
</rss>