<?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 - Ajax</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 - Ajax - 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>Alloy UI Javascript User Interface Library</title>
    <link>http://webcode.lemme.at/archives/49-Alloy-UI-Javascript-User-Interface-Library.html</link>
            <category>Ajax</category>
    
    <comments>http://webcode.lemme.at/archives/49-Alloy-UI-Javascript-User-Interface-Library.html#comments</comments>
    <wfw:comment>http://webcode.lemme.at/wfwcomment.php?cid=49</wfw:comment>

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

    <author>nospam@example.com (Thomas Lemmé)</author>
    <content:encoded>
    &lt;p&gt;Heute bin ich via den &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/www.yuiblog.com/blog/2010/11/30/video-yuiconf2010-alloy/&#039;]);&quot;  title=&quot;YUI Blog&quot; href=&quot;http://www.yuiblog.com/blog/2010/11/30/video-yuiconf2010-alloy/&quot;&gt;YUI Blog&lt;/a&gt; auf eine neue(?) sehr interessante JavaScript Library gestossen, die sich da &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/alloy.liferay.com/&#039;]);&quot;  title=&quot;Alloy UI Homepage&quot; href=&quot;http://alloy.liferay.com/&quot;&gt;Alloy UI&lt;/a&gt; nennt. Die Library basiert auf &lt;a onclick=&quot;_gaq.push([&#039;_trackPageview&#039;, &#039;/extlink/developer.yahoo.com/yui/&#039;]);&quot;  title=&quot;YUI&quot; href=&quot;http://developer.yahoo.com/yui/&quot;&gt;YUI&lt;/a&gt; und wurde von Liferay für deren Software Liferay Portal entwickelt und wurde unter der BSD Lizenz freigegeben. &lt;/p&gt; 
&lt;p&gt;Auf der Homepage gibt es diverse Demos&amp;#160; der vielen Komponenten. Gallery, TreeView, Calendar, Color Picker, Charts und Tooltips um nur einige zu nennen.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Ist doch schön, wenn von Firmen etwas an die Community zurück kommt...&lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 01 Dec 2010 23:03:18 +0100</pubDate>
    <guid isPermaLink="false">http://webcode.lemme.at/archives/49-guid.html</guid>
    <category>ajax</category>
<category>javascript</category>
<category>library</category>
<category>widgets</category>
<category>yui</category>

</item>

</channel>
</rss>
