<?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>Webcode - JavaScript</title>
    <link>http://webcode.lemme.at/</link>
    <description>My little place on the web...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Sat, 04 Dec 2010 00:10:09 GMT</pubDate>

    <image>
        <url>http://webcode.lemme.at/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Webcode - JavaScript - My little place on the web...</title>
        <link>http://webcode.lemme.at/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>zepto.js - eine kleine Javascript Bibliothek für mobile Browser</title>
    <link>http://webcode.lemme.at/archives/51-zepto.js-eine-kleine-Javascript-Bibliothek-fuer-mobile-Browser.html</link>
            <category>Ajax</category>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/51-zepto.js-eine-kleine-Javascript-Bibliothek-fuer-mobile-Browser.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=51</wfw:comment>

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

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    &lt;p&gt;zepto.js ist eine sehr kleine Javascript Bibliothek, die Thomas Fuchs, der Autor von &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/script.aculo.us/&#039;]);&quot;  title=&quot;Scriptaculous&quot; href=&quot;http://script.aculo.us/&quot;&gt;Scriptaculous&lt;/a&gt; im Oktober auf einem vienna.js meetup &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/mir.aculo.us/2010/10/28/zepto-js-a-jquery-compatible-mobile-javascript-framework-in-2k-presentation/&#039;]);&quot;  href=&quot;http://mir.aculo.us/2010/10/28/zepto-js-a-jquery-compatible-mobile-javascript-framework-in-2k-presentation/&quot;&gt;vorgestellt hat&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Das Ziel ist es eine möglichst kleine Bibliothek mit einer möglichst jQuery-kompatiblen API zu erstellen, die vor allem für mobile Endgeräte, also vorangig IPhone und Android, gedacht ist, aber auf allen Webkit-basierten Browsern läuft. Man kann die Applikationen also auch wunderbar via Chrome oder Safari testen.&lt;/p&gt; 
&lt;p&gt;Ein Beispiel gefällig? &lt;br /&gt;&lt;/p&gt; 
&lt;pre class=&quot;JavaScript&quot; name=&quot;code&quot;&gt;&amp;lt;div style=&quot;width:100px;height:100px;border:1px solid black&quot;&amp;gt;HELLO WORLD&amp;lt;/div&amp;gt;

&amp;lt;script src=&quot;js/zepto/zepto.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src=&quot;js/zepto/fx.js&quot;&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;script&amp;gt;
$(&#039;div&#039;).bind(&#039;click&#039;, function(){
  $(&#039;div&#039;).anim({ rotate: &#039;720deg&#039;, opacity: .5 }, 2, &#039;ease-out&#039;);
});
&amp;lt;/script&amp;gt;
&lt;/pre&gt; 
&lt;p&gt;Zum Downloaden auf der zepto.js &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/github.com/madrobby/zepto/&#039;]);&quot;  href=&quot;https://github.com/madrobby/zepto/&quot;&gt;github Seite&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 03 Dec 2010 23:42:04 +0100</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/51-guid.html</guid>
    <category>ajax</category>
<category>effect</category>
<category>html</category>
<category>ipad</category>
<category>javascript</category>
<category>jquery</category>
<category>library</category>
<category>prototype</category>
<category>scriptaculous</category>

</item>
<item>
    <title>Neuer JavaScript WYSIWYG Editor Aloah</title>
    <link>http://webcode.lemme.at/archives/50-Neuer-JavaScript-WYSIWYG-Editor-Aloah.html</link>
            <category>JavaScript</category>
    
    <comments>http://webcode.lemme.at/archives/50-Neuer-JavaScript-WYSIWYG-Editor-Aloah.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=50</wfw:comment>

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

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    &lt;p&gt;Bzw. so neu ist der ja gar nicht, das erste mal bin ich vor ca. nem halben Jahr drübergestolpert, aber da war er ja noch sehr alpha... Aber jetzt gibts immerhin schon Tabellen Support, das gabs damals noch nicht. Was ein bisschen schade ist, bzw. das feature, dass mir noch absolut fehlt ist eine plain HTML Ansicht. Vielleicht gibts da mal ein plugin oder so.&lt;/p&gt; 
&lt;p&gt;Auf jeden Fall ist der &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.aloha-editor.com/&#039;]);&quot;  title=&quot;Aloah Editor&quot; href=&quot;http://www.aloha-editor.com/&quot;&gt;Aloah Editor&lt;/a&gt; (ein ursprünglich österreichisches Projekt übrigens, wie script.aculo.us) mal einen Blick wert und sicherlich ne gute und sehr hübsche und simple Alternative zu den etablierten &lt;a href=&quot;http://webcode.lemme.at/archives/40-5-JavaScript-WYSIWYG-Editoren.html&quot; title=&quot;Javascript WYSIWYG Editoren Vergleich&quot;&gt;Javascript WYSIWYG Editoren&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 02 Dec 2010 23:38:31 +0100</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/50-guid.html</guid>
    <category>ajax</category>
<category>aloah</category>
<category>editor</category>
<category>javascript</category>
<category>library</category>
<category>richtext</category>
<category>textarea</category>
<category>widgets</category>
<category>wysiwyg</category>

</item>

</channel>
</rss>
