<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>mootools &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/mootools/</link>
	<description>Feed of posts on WordPress.com tagged "mootools"</description>
	<pubDate>Sun, 27 Jul 2008 08:37:54 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[AJAX : Chamando Page Method e WebServices .NET via Javascript]]></title>
<link>http://programatik.wordpress.com/?p=92</link>
<pubDate>Sat, 26 Jul 2008 04:07:16 +0000</pubDate>
<dc:creator>programatik</dc:creator>
<guid>http://programatik.wordpress.com/?p=92</guid>
<description><![CDATA[Estou usando o mootools para facilitar a criação do objeto request xml.


function ajax(){
       ]]></description>
<content:encoded><![CDATA[<p>Estou usando o mootools para facilitar a criação do objeto request xml.</p>
<p>[sourcecode language='jscript']</p>
<p>function ajax(){<br />
            var pagePath = window.location.pathname;<br />
            var opcoes =<br />
            {<br />
                 "method":"post",<br />
                 "data": "{}",<br />
                 "urlEncoded": "false",<br />
                 "headers": {<br />
                                "Content-Type": "application/json; charset=utf-8"<br />
                            },<br />
                 "onComplete": completou<br />
            };<br />
            var ajaxObj = new Ajax(pagePath + "/testeAjax", opcoes).request();<br />
}</p>
<p>function completou(result){<br />
    var obj = Json.evaluate(result);<br />
    alert(obj.d); // se tiver usando .net framework >= 3.5<br />
    alert(obj);  // qualquer outro .net framework<br />
}<br />
[/sourcecode]</p>
<p>O que o pagepath faz?<br />
Apenas pega o conteudo da url e concatena com o nome do pagemethod que foi implementado no code-behind.<br />
Ex.:</p>
<p>http://localhost/default.aspx = default.aspx/testeAjax</p>
<p>No code behind:</p>
<p>[sourcecode language='csharp']<br />
        [WebMethod()]<br />
        public static string  testeAjax()<br />
        {<br />
            return "teste";<br />
        }<br />
[/sourcecode]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Now I know why I like Mochikit]]></title>
<link>http://rapd.wordpress.com/?p=213</link>
<pubDate>Fri, 25 Jul 2008 05:58:47 +0000</pubDate>
<dc:creator>didip</dc:creator>
<guid>http://rapd.wordpress.com/?p=213</guid>
<description><![CDATA[Before, I really don&#8217;t care much about Javascript frameworks. They all do kind of the same thi]]></description>
<content:encoded><![CDATA[<p>Before, I really don't care much about Javascript frameworks. They all do kind of the same thing and they all works.</p>
<p>Well, Prototype + Scriptaculous are serious pain in the neck, but I've moved on. I guess many Javascript developers have moved on from those two as well.</p>
<p>I still like <a href="http://docs.mootools.net/" target="_blank">Mootools</a>. Their website is always so sexy, and the documentation is always clear. (+ 654768864 points for Mootools)</p>
<p>But I now know why I like <a href="http://mochikit.com/doc/html/MochiKit/index.html" target="_blank">Mochikit</a> better:</p>
<blockquote><p><strong>"Mochikit does not mess with Base Object properties."</strong></p></blockquote>
<p>Mochikit is simply a library of useful functions. Functions that make Javascript development more pleasant, and I like that.</p>
<p><strong>Side Notes:</strong></p>
<ul>
<li>I never used <a href="http://api.dojotoolkit.org/" target="_blank">Dojo</a>, so I don't know anything about them.  That being said, Dojo is massive! 4.1 Mb of tar.gz file.</li>
<li><a href="http://google-web-toolkit.googlecode.com/svn/javadoc/1.4/index.html" target="_blank">GWT</a> doesn't count in my preference list, because it's a JAVA library that writes Javascript. Not my cup of tea.</li>
</ul>
<p><strong>References:</strong></p>
<ul>
<li><a href="http://mochikit.com/doc/html/MochiKit/index.html" target="_blank">Mochikit Documentation</a></li>
<li><a href="http://docs.mootools.net/" target="_blank">Mootools Documentation</a></li>
<li><a href="http://www.prototypejs.org/api" target="_blank">Prototype Documentation</a></li>
<li><a href="http://github.com/madrobby/scriptaculous/wikis" target="_blank">Scriptaculous Documentation</a></li>
<li><a href="http://api.dojotoolkit.org/" target="_blank">Dojo Documentation</a></li>
<li><a href="http://google-web-toolkit.googlecode.com/svn/javadoc/1.4/index.html" target="_blank">GWT Documentation</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Galeria de destaques no site]]></title>
<link>http://leoguime.wordpress.com/?p=85</link>
<pubDate>Sun, 20 Jul 2008 17:51:04 +0000</pubDate>
<dc:creator>Leo</dc:creator>
<guid>http://leoguime.wordpress.com/?p=85</guid>
<description><![CDATA[Ando procurando a bastante tempo um plugin pra Joomla! que faça o mesmo trabalho visto na maioria d]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">Ando procurando a bastante tempo um plugin pra Joomla! que faça o mesmo trabalho visto na maioria dos portais como Terra, Globo.com e Uol, mostrando na página inicial os destaques de conteúdos do site, com controle avançar/voltar e descrição de cada uma. Tinha muita vontade de colocar uma no meu site, mas nao queria criar isso em flash.<br />
Foi lendo um artigo do blog <strong><a title="Blog UsuárioCompulsivo" href="http://usuariocompulsivo.blogspot.com/2008/05/galeria-animada-de-artigos-em-destaque_27.html" target="_blank">Usuário Compulsivo</a></strong> que cheguei até <a title="Jondesign" href="http://english.jondesign.net" target="_blank"><strong>Jonathan Schemoul</strong></a>, o cara que criou a <strong><a title="Smoothgallery" href="http://smoothgallery.jondesign.net/" target="_blank">Smoothgallery</a></strong>, uma galeria feita com mootools que faz justamente o que eu queria. Depois de ver alguns exemplos, baixei e vou utilizar-la no meu site.<br />
Agora só falta adaptar pra utilizar no Joomla!, já que todos os plugins desse tipo existentes são pagos...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[moo.rd 1.3.2 is here!]]></title>
<link>http://outatime.wordpress.com/?p=769</link>
<pubDate>Wed, 16 Jul 2008 16:04:36 +0000</pubDate>
<dc:creator>outaTiME</dc:creator>
<guid>http://outatime.wordpress.com/?p=769</guid>
<description><![CDATA[The new point release of moo.rd, the 1.3.2 version, is here!
It doesn&#8217;t represent only a ]]></description>
<content:encoded><![CDATA[<p>The new point release of <strong>moo.rd</strong>, the <strong>1.3.2</strong> version, is <a href="http://www.moord.it/download">here</a>!</p>
<p>It doesn&#8217;t represent only a &#8220;small revision&#8221;, but adds more flexibility to the code and a lot of internal enanchements: better performances (speed and structure), less lines of code, more components. I highly recommend to update the previous version with this more powerful and complete last one.</p>
<p>Now let&#8217;s see the major changesets and new features:</p>
<ul>
<li>new Fx.Cycles effects: <strong>inOutLeft</strong> and <strong>inOutRight</strong></li>
<li>new Fx.Cycle tranistion, <strong>linear</strong>, to change the slides without a particular animation</li>
<li>new internal engine of Fx.Cycle and Fx.Cycles to allow to create thumbnail based and timed animations</li>
<li>new Virtual transition:<strong> fold </strong>and new Virtual option: <strong>adjustStyles</strong> to allow the boxes to appear in the correct positions on window resizing</li>
<li>new Plug-In: <strong>Tutorial</strong>, which allows to create professional step-by-step presentations (cycled or not)</li>
<li>new Plug-In: <strong>Tabs</strong>, which allows to create professional tab based presentations</li>
<li>new <strong>Overlay</strong> rendering: performance improved especially for IE6</li>
<li>new internal structures to make the whole result more robust and flexible</li>
</ul>
<p>As for the code, the <a href="http://www.moord.it/examples">examples</a> section is now updated and you will find some new demos:</p>
<ul>
<li><a href="http://www.moord.it/examples/tutorial">Tutorial</a></li>
<li><a href="http://www.moord.it/examples/tabs">Tabs</a></li>
<li><a href="http://www.moord.it/examples/tabs_fixed">Tabs Fixed</a></li>
<li><a href="http://www.moord.it/examples/cycles_extra">Cycles Extra</a></li>
</ul>
<p>As for the previous releases, the <a href="http://www.moord.it/blog">blog</a> and the <a href="http://www.moord.it/forum">forum</a> are always opened and tips, suggestions, bug reports and responses are highly welcomed.</p>
<p>Now do stop talking and try <a href="http://www.moord.it/download">moo.rd 1.3.2</a> out!</p>
<p>(Via <a href="http://www.moord.it/blog/moord-132-is-here-45.html#comments">moo.rd - Blog</a>.)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mootools + AspNet Ajax]]></title>
<link>http://junalmeida.wordpress.com/?p=9</link>
<pubDate>Tue, 15 Jul 2008 14:32:38 +0000</pubDate>
<dc:creator>junalmeida</dc:creator>
<guid>http://junalmeida.wordpress.com/?p=9</guid>
<description><![CDATA[Há uma incompatibilidade na função each do mootools quando usamos os scripts de ajax do Framework]]></description>
<content:encoded><![CDATA[<p>Há uma incompatibilidade na função each do mootools quando usamos os scripts de ajax do Framework 3.5.</p>
<p>Para solucionar o problema, tente usar o seguinte código, no final da página:</p>
<p>$each = function(iterable, fn, bind) {<br />
if (iterable &#38;&#38; typeof iterable.length == 'number' &#38;&#38; $type(iterable) != 'object'){<br />
for (var i = 0, j = iterable.length; i &#60; j; i++)<br />
fn.call(bind, iterable[i], i, iterable);<br />
} else {<br />
for (var name in iterable)<br />
fn.call(bind &#124;&#124; iterable, iterable[name], name);<br />
}<br />
};</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mootools e rollover]]></title>
<link>http://operaomnia.wordpress.com/?p=594</link>
<pubDate>Mon, 14 Jul 2008 07:50:56 +0000</pubDate>
<dc:creator>Cisco</dc:creator>
<guid>http://operaomnia.wordpress.com/?p=594</guid>
<description><![CDATA[Segnalo un ottimo esempio che fa uso di Mootools per un gradevole effetto rollover nel menù di navi]]></description>
<content:encoded><![CDATA[<p>Segnalo un ottimo esempio che fa uso di Mootools per un gradevole effetto rollover nel menù di navigazione.</p>
<p>Alla fantasia di ognuno va l'utilizzo ;)</p>
<p><a href="http://nettuts.s3.amazonaws.com/022_Mootools/example.html">DEMO</a></p>
<p><a href="http://nettuts.s3.amazonaws.com/022_Mootools/Archive.zip">CODE</a></p>
<p><a href="http://nettuts.com/site-builds/create-a-simple-powerful-product-highlighter-with-mootools/">ARTICLE</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Javascript Cheat sheet]]></title>
<link>http://maniweb.wordpress.com/?p=7</link>
<pubDate>Sun, 13 Jul 2008 11:22:58 +0000</pubDate>
<dc:creator>manimaranvel</dc:creator>
<guid>http://maniweb.wordpress.com/?p=7</guid>
<description><![CDATA[1. JavaScript  Cheat Sheet


PDF
PNG

2. Addison-Wesley’s  JavaScript Reference Card – PDF

3. J]]></description>
<content:encoded><![CDATA[<h4>1. <a href="http://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/">JavaScript  Cheat Sheet</a></h4>
<p><a href="http://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/"><img src="http://images.sixrevisions.com/2008/07/07-12_javascript_cheat_sheet.png" alt="JavaScript Cheat Sheet - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.addedbytes.com/download/javascript-cheat-sheet-v1/pdf/">PDF</a></li>
<li><a href="http://www.addedbytes.com/download/javascript-cheat-sheet-v1/png/">PNG</a></li>
</ul>
<h4>2. <a href="http://wps.aw.com/wps/media/objects/2234/2287950/javascript_refererence.pdf">Addison-Wesley’s  JavaScript Reference Card</a> – PDF</h4>
<p><a href="http://wps.aw.com/wps/media/objects/2234/2287950/javascript_refererence.pdf"><img src="http://images.sixrevisions.com/2008/07/07-13_javascript_reference_card.png" alt="Addison-Wesley's JavaScript Reference Card - screen shot." width="550" height="200" /></a></p>
<h4>3. <a href="http://www.dannyg.com/ref/jsquickref.html">JavaScript  and Browser Objects Quick Reference</a></h4>
<p><a href="http://www.dannyg.com/ref/jsquickref.html"><img src="http://images.sixrevisions.com/2008/07/07-14_javascript_and_browser_object.png" alt="JavaScript and Browser Objects Quick Reference - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.dannyg.com/dl/JSB6RefBooklet.pdf">PDF</a></li>
</ul>
<h4>4. <a href="http://www.wait-till-i.com/stuff/JavaScript-DOM-Cheatsheet.pdf">The most  common DOM methods at a glance</a> – PDF</h4>
<p><a href="http://www.wait-till-i.com/stuff/JavaScript-DOM-Cheatsheet.pdf"><img src="http://images.sixrevisions.com/2008/07/07-15_most_common_dom.png" alt="The most common DOM methods at a glance - Screen shot." width="550" height="200" /></a></p>
<h4>5. <a href="http://www.explainth.at/en/qr/jsqr.shtml">JavaScript  Quick Reference Card/Cheatsheet</a></h4>
<p><a href="http://www.explainth.at/en/qr/jsqr.shtml"><img src="http://images.sixrevisions.com/2008/07/07-16_explainthat_reference_card.png" alt="avaScript Quick Reference Card/Cheatsheet - Screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.explainth.at/downloads/jsquick.pdf">PDF</a></li>
</ul>
<h4>6. <a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/">mootools  1.2 cheat sheet</a></h4>
<p><a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/"><img src="http://images.sixrevisions.com/2008/07/07-17_mootools_1_2_cheatsheet.png" alt="mootools 1.2 cheat sheet - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://mediavrog.net/blog/wp-content/uploads/2008/06/mootools-12-cheat-sheet.pdf">PDF</a></li>
</ul>
<h4>7. <a href="http://colorcharge.com/jquery/">jQuery Cheatsheet</a></h4>
<p><a href="http://colorcharge.com/jquery/"><img src="http://images.sixrevisions.com/2008/07/07-18_jquery_cheatsheet.png" alt="jQuery Cheatsheet - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://colorcharge.com/wp-content/uploads/2007/12/jquery12_colorcharge.png">PNG</a></li>
</ul>
<h4>8. <a href="http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/">jQuery  1.2 Cheat Sheet</a></h4>
<p><a href="http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/"><img src="http://images.sixrevisions.com/2008/07/07-19_jquery_1_2_cheat_sheet.png" alt="jQuery 1.2 Cheat Sheet - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.gscottolson.com/jquery/jQuery1.2.cheatsheet.v1.0.pdf">PDF</a></li>
</ul>
<h4>9. <a href="http://jquery.com/images/jQuery-Map.png">jQuery  Visual Map</a> – PNG</h4>
<p><a href="http://jquery.com/images/jQuery-Map.png"><img src="http://images.sixrevisions.com/2008/07/07-20_jquery_visual_map.jpg" alt="jQuery Visual Map - screen shot." width="550" height="200" /></a></p>
<h5><a rel="external nofollow" href="http://abhinavsingh.com/blog"></a></h5>
<p class="commentDate">
]]></content:encoded>
</item>
<item>
<title><![CDATA[MooTools 1.2, a Compact JavaScript Framework]]></title>
<link>http://janckos.wordpress.com/?p=263</link>
<pubDate>Fri, 04 Jul 2008 01:41:17 +0000</pubDate>
<dc:creator>janckos</dc:creator>
<guid>http://janckos.wordpress.com/?p=263</guid>
<description><![CDATA[MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate t]]></description>
<content:encoded><![CDATA[<p class="large">MooTools is a <em>compact</em>, <em>modular</em>, <em>Object-Oriented</em> JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write <em>powerful</em>, <em>flexible</em>, and <em>cross-browser</em> code with its elegant, well documented, and <em>coherent API</em>.</p>
<p class="large"><img class="alignnone size-full wp-image-264" src="http://janckos.wordpress.com/files/2008/07/mootools.png" alt="" width="400" height="100" /></p>
<p class="quiet">MooTools code respects strict standards and doesn't throw any warnings. It's extensively documented and has meaningful variable names: a joy to browse and a snap to understand.</p>
<p class="quiet"><!--more--></p>
<div class="block span-8 last">
<h3 class="green"><span>Browser Compatibility</span></h3>
<ul>
<li>MooTools is compatible and fully tested with Safari 2+, Internet Explorer 6+, Firefox 2+ (and browsers based on gecko), Opera 9+.</li>
</ul>
</div>
<p>Descargar: <strong><a href="http://mootools.net/download" target="_blank">MooTools 1.2</a></strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mootools 1.2 im DON3 Water Dragon]]></title>
<link>http://nitricware.wordpress.com/?p=34</link>
<pubDate>Wed, 25 Jun 2008 13:47:13 +0000</pubDate>
<dc:creator>Kurt Höblinger</dc:creator>
<guid>http://nitricware.wordpress.com/?p=34</guid>
<description><![CDATA[Folgende Funktionen von Mootools 1.2 werden im neuen DON3 vorhanden sein.Zuerst werden wir den gesam]]></description>
<content:encoded><![CDATA[<p>Folgende Funktionen von Mootools 1.2 werden im neuen DON3 vorhanden sein.<!--more-->Zuerst werden wir den gesamten Core integrieren.</p>
<ul>
<li>Core</li>
</ul>
<ol>
<li>Core</li>
<li>Browser</li>
</ol>
<ul>
<li>Native</li>
</ul>
<ol>
<li>Array</li>
<li>Function</li>
<li>Number</li>
<li>String</li>
<li>Hash</li>
<li>Event</li>
</ol>
<ul>
<li>Class</li>
</ul>
<ol>
<li>Class</li>
<li>Class.Extras</li>
</ol>
<ul>
<li>Element</li>
</ul>
<ol>
<li>Element</li>
<li>Element.Event</li>
<li>Element.Style</li>
<li>Element.Dimensions</li>
</ol>
<ul>
<li>Utilities</li>
</ul>
<ol>
<li>Selectors</li>
<li>DomReady</li>
<li>JSON</li>
<li>Cookie</li>
<li>Swiff</li>
</ol>
<ul>
<li>Fx</li>
</ul>
<ol>
<li>Fx</li>
<li>Fx.CSS</li>
<li>Fx.Tween</li>
<li>Fx.Morph</li>
<li>Fx.Transitions</li>
</ol>
<ul>
<li>Request</li>
</ul>
<ol>
<li>Request</li>
<li>Request.HTML</li>
<li>Request.JSON</li>
</ol>
<div>Außerdem werden noch folgende Plugins in das DON3 integriert.</div>
<div>
<div>
<ul>
<li>Fx</li>
</ul>
<ol>
<li>Fx.Slide</li>
<li>Fx.Scroll</li>
<li>Fx.Elements</li>
</ol>
<ul>
<li>Drag</li>
</ul>
<ol>
<li>Drag</li>
<li>Drag.Move</li>
</ol>
<ul>
<li>Utilities</li>
</ul>
<ol>
<li>Hash.Cookie</li>
<li>Color</li>
<li>Group</li>
<li>Assets</li>
</ol>
<ul>
<li>Interface</li>
</ul>
<ol>
<li>Sortables</li>
<li>Tips</li>
<li>SmoothScroll</li>
<li>Slider</li>
<li>Scroller</li>
<li>Accordion</li>
</ol>
</div>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[20 farklı mootools rehberi]]></title>
<link>http://basarozcan.wordpress.com/?p=31</link>
<pubDate>Fri, 20 Jun 2008 16:44:08 +0000</pubDate>
<dc:creator>basarozcan</dc:creator>
<guid>http://basarozcan.wordpress.com/?p=31</guid>
<description><![CDATA[
Popüler ajax kütüphanelerinden biri olan Mootools için rehber niteliği taşıyan 20 yabancı k]]></description>
<content:encoded><![CDATA[<p><img class="aligncenter" src="http://teknolatin.com/wp-content/uploads/2008/01/mootools_logo.png" alt="" width="205" height="75" /><br />
Popüler ajax kütüphanelerinden biri olan <a href="http://mootools.net/">Mootools</a> için rehber niteliği taşıyan 20 yabancı kaynak <a href="http://sixrevisions.com/javascript/mootools_tutorials_and_example/">şu</a> sitede listelenmiş. <a href="http://mootools.net/">Mootools</a>'u kullanmak isteyip de nereden başlayacağını bilemeyenler için fevkalade bir kaynak. Sitelere <a href="http://sixrevisions.com/javascript/mootools_tutorials_and_example/">buradan</a> ulaşabilirsiniz.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[DON3 Neustart?]]></title>
<link>http://nitricware.wordpress.com/?p=28</link>
<pubDate>Mon, 16 Jun 2008 09:18:57 +0000</pubDate>
<dc:creator>Kurt Höblinger</dc:creator>
<guid>http://nitricware.wordpress.com/?p=28</guid>
<description><![CDATA[Hy!
Wird das DON3 von Grund auf neu gebaut? Diese Frage steht momentan tatsächlich im Raum. Wir üb]]></description>
<content:encoded><![CDATA[<p>Hy!</p>
<p>Wird das DON3 von Grund auf neu gebaut? Diese Frage steht momentan tatsächlich im Raum. Wir überlegen, ob wir nicht vielleicht, bevor wir das DON3 wirklich bauen, eine Solideren Unterbau schaffen und ganz neue Features einbauen.<!--more-->Zu dieser Frage führt uns unter anderem das Release des MochaUI 0.9 und Mootools 1.2</p>
<p>Zuerst würden wir am Unterbau einiges ändern.</p>
<ul>
<li>neue Funktionen</li>
<li>Konstanten erschaffen</li>
<li>perfekte Einbindung von MochaUI und Mootools</li>
<li>neuen Template Parser</li>
</ul>
<p>Durch dieses neue DON3 wären wir in der Lage, das DON3 noch effizienter zu gestalten. Das bringt auch viele Pluspunkte für Entwickler die durch modernste Technologie (Mootools 1.2) und einfach zu benutzende Funktionen (DON3.functions) noch bessere Programme für das DON3 bauen können.</p>
<p>Wie gesagt ist das noch nicht sicher. Ein weiterer Grund ist Snow Leopard, das neue Betriebssystem von Apple, das keine neuen Funktionen bieten wird sondern die alten Funktionen stark verbessern möchte.</p>
<p>Seien wir gespannt, was aus dem DON3 wird. Fertig wird es auf jeden Fall!</p>
<p>mfg, Kurt Höblinger</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Roar Notifications con Mootools 1.2]]></title>
<link>http://codeline.wordpress.com/?p=14</link>
<pubDate>Fri, 13 Jun 2008 18:02:49 +0000</pubDate>
<dc:creator>D</dc:creator>
<guid>http://codeline.wordpress.com/?p=14</guid>
<description><![CDATA[Para seguir con el cuento de Mootools, buscando en la red encontré este plugin excelente para mostr]]></description>
<content:encoded><![CDATA[<p>Para seguir con el cuento de Mootools, buscando en la red encontré <a href="http://digitarald.de/project/roar/">este plugin</a> excelente para mostrar notificaciones y que usa la última versión de Mootools. Es desarrollado por uno de los programadores de Mootools 1.2 Harald Kirschner.
</p>
<p>Les recomiendo le den una mirada, está muy bueno.
</p>
<p>
 </p>
<p><br><br />
<br><br />
<a href="http://www.blogalaxia.com/tags/mootools" rel="tag">mootools</a><br />
<a href="http://www.blogalaxia.com/tags/notification" rel="tag">notification</a><br />
<a href="http://www.blogalaxia.com/tags/javascript" rel="tag">javascript</a><br />
<a href="http://www.blogalaxia.com/tags/roar" rel="tag">roar</a><br />
<a href="http://www.blogalaxia.com/tags/plugin" rel="tag">plugin</a> </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MooTools 1.2: It's Official!]]></title>
<link>http://outatime.wordpress.com/?p=724</link>
<pubDate>Fri, 13 Jun 2008 15:03:18 +0000</pubDate>
<dc:creator>outaTiME</dc:creator>
<guid>http://outatime.wordpress.com/?p=724</guid>
<description><![CDATA[I speak for everyone the MooTools team when I tell you that we are extremely happy to announce the o]]></description>
<content:encoded><![CDATA[<p>I speak for everyone the MooTools team when I tell you that we are extremely happy to announce the <em>official</em> release of MooTools 1.2.  After a year of development and six months in beta, you might call us perfectionists.  But now we’re finally ready to call the 1.2 release complete and stable.  For those of you who have been waiting to make the switch, now would be the perfect time.</p>
<p>Not only has the API been completely revamped, but there have been several significant changes to the site and the way the MooTools community interacts.</p>
<h4>Why the Rush?</h4>
<p>You may have noticed that the 1.2 release has come, quite literally, overnight.  Over the past few months, we’ve come to realize that the 1.2 beta is even <em>more</em> stable than the “stable” 1.11 release.  In fact, many developers (including some of us on the Moo team) have been using 1.2 in critical applications for some time now.</p>
<p>Users coming into <a href="irc://irc.freenode.org/#mootools">#mootools</a> asking for support have been unofficially told to by us to upgrade to 1.2 for months.  Reluctant as we were to let ourselves call our work on 1.2 “complete”, the reality finally hit us that it was time to officially offer our release to the entire development community.  We therefor decided to “just do it”, flipping the final switch and changing to the new version of the site before this blog post and some areas of the site were completely functional.</p>
<h4>Where Have the 1.11 Docs and Demos Gone?</h4>
<p>The 1.11 docs have been moved to http://docs111.mootools.net.  Conversely, the 1.2 docs have been moved from http://docs12b.mootools.net to the main docs subdomain (http://docs.mootools.net).  The same is true for demos.</p>
<ul>
<li><a href="http://docs111.mootools.net">1.11 Documentation</a></li>
<li><a href="http://demos111.mootools.net">1.11 Demos</a></li>
<li><a href="http://docs.mootools.net">1.2 Documentation</a></li>
<li><a href="http://demos.mootools.net">1.2 Demos</a></li>
</ul>
<h4>1.2 is Totally New</h4>
<p>Don’t let the version number fool you.  1.2 is not merely a minor revision of 1.11.  As those of you who have been reading the blog will be aware, 1.2 has a completely updated API and is not compatible with 1.11 code.  You can, however, utilize the compatibility layer that has been built to make the transition to 1.2 easier.</p>
<ul>
<li><a href="http://mootools.net/js/mootools-compat-core.js">Core Compatibility File</a></li>
<li><a href="http://mootools.net/js/mootools-compat-More.js">Plugin Compatibility File</a></li>
</ul>
<p>Since most of the changes between 1.2 and 1.11 have been documented in <a href="http://blog.mootools.net/2007/11/14/mootools-1-2-beta-1">earlier posts</a> to this blog, I won’t go into the details here.</p>
<h4>Offsite Hosting of Version Management, Tickets, and Discussions</h4>
<p>Because of the increasing popularity of this project of ours, we have been under an increasing amount of stress to keep the various parts of this site running in good order.  You may have experienced downtime relative to MooTools recently.  We understand that many developers utilize MooTools in critical components of their projects, and such downtime is completely unacceptable.</p>
<p>To solve these issues for the 1.2 release, we have moved our critical components offsite to the best provider of each component, granting MooTools users with the highest possible uptime of all areas of the site.  A major benefit of this move is being able to completely reinvent the way we interact with our community of users (aka you guys!).</p>
<h4>Git</h4>
<p>Along with the 1.2 release comes our shift from Subversion to Git.  Git is a huge step forward to our development<br />
model, allowing everyone who wants to contribute to MooTools the ability to create their very own fork.  Each fork can then be merged<br />
into the main core as seen fit or used on its own as an alternate version of MooTools.  This allows us to release faster, iterate to<br />
better versions and better handle the contributions of the community.</p>
<p>This allows would-be contributors to play in their own sandbox without worrying about whether or not their suggestions are appropriate.  So get forking!</p>
<p><strong>Please note that the Subversion repository will no longer keep up with changes to MooTools.</strong>  You will have to check out the Git<br />
repository for that.</p>
<p>To keep the core lean and mean, we have created a separate repository for plugins, called “More”.  Plugins are defined as specialty components which aren’t crucial to the core functionality of MooTools.  This includes modules which have been part of the core distribution until now.</p>
<p>You’ll also notice that the download page has been split into two pages, one for Core and one for More.  (Further repositories may be coming in the future if we can think of more rhyming names.)</p>
<h4>GitHub</h4>
<p>We’re using GitHub to host our new Git repositories.  We now have one <a href="http://github.com/mootools/mootools-core">respository for Core</a> and <a href="http://github.com/mootools/mootools-more">another for More</a>.  The folks over there have given us an <a href="http://github.com/blog/83-moohub">extremely warm reception</a>, and we are likewise very happy to have such a great service at our disposal.</p>
<h4>Bug Tracking by Lighthouse</h4>
<p>We have abandoned our Trac, which has been giving us problems over the past weeks, for Lighthouse.  Lighthouse allows us to integrate our ticketing system with our new Github account and should provide everyone with a comparable experience to our previous system.</p>
<p>You can visit the <a href="http://mootools.lighthouseapp.com/">new Lighthouse account here</a>.</p>
<h4>New MooTools User Group</h4>
<p>As part of our offsite initiative, we have moved the community forum to Google, where it hopefully will not crash and die.  The forums will be back shortly, but only as a read-only archive.</p>
<h4>Join Us on IRC</h4>
<p>While we’ve been partying in the IRC room for quite some time, the IRC link to #mootools on Freenode has been added to the main page of MooTools.net.  If you have not visited us there before, please feel free to stop by to ask your questions or just hang out.  We love chatting with new users.</p>
<h4>New Faces</h4>
<p>One last note is that we’ve added two new members to the MooTools production team, Jan Kassens and Thomas Aylott.  Both of them have been working extremely hard for quite some time now to bring you a better framework, and we’re very happy to give them formal recognition.</p>
<h4>Links In Case You Missed Them</h4>
<h5>Docs and Demos</h5>
<ul>
<li><a href="http://docs111.mootools.net">1.11 Documentation</a></li>
<li><a href="http://demos111.mootools.net">1.11 Demos</a></li>
<li><a href="http://docs.mootools.net">1.2 Documentation</a></li>
<li><a href="http://demos.mootools.net">1.2 Demos</a> </li>
</ul>
<h5>Compatibility</h5>
<ul>
<li><a href="http://mootools.net/js/mootools-compat-core.js">Core Compatibility File</a></li>
<li><a href="http://mootools.net/js/mootools-compat-More.js">Plugin Compatibility File</a></li>
</ul>
<h5>Git Repositories</h5>
<ul>
<li><a href="http://github.com/mootools/mootools-core">Core Repository</a></li>
<li>
<p><a href="http://github.com/mootools/mootools-more">Plugin Repository</a></p>
<p><strong>THE SUBVERSION REPOSITORY WILL NO LONGER BE UPDATED.</strong></p>
</li>
</ul>
<h5>Bug Tracking / Tickets</h5>
<ul>
<li><a href="http://mootools.lighthouseapp.com/">MooTools at Lighthouse</a></li>
</ul>
<h5>Community Discussion</h5>
<ul>
<li><a href="http://groups.google.com/group/mootools-users/">MooTools Users at Google Groups</a></li>
<li><a href="irc://irc.freenode.org/#mootools">#mootools on Freenode</a></li>
</ul>
<p>          <img src="http://feeds.feedburner.com/~r/mootools-blog/~4/310610312" height="1"></p>
<p>(Via <a href="http://feeds.feedburner.com/~r/mootools-blog/~3/310610312/mootools-1-2-it-s-official">MooTools - Home</a>.)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mootools – Parte II - addEvent]]></title>
<link>http://codeline.wordpress.com/2008/06/13/mootools-%e2%80%93-parte-ii-addevent/</link>
<pubDate>Fri, 13 Jun 2008 14:47:26 +0000</pubDate>
<dc:creator>D</dc:creator>
<guid>http://codeline.wordpress.com/2008/06/13/mootools-%e2%80%93-parte-ii-addevent/</guid>
<description><![CDATA[Continuamos con la serie de informes sobre Mootools, vale la pena aclarar que para los ejemplos y la]]></description>
<content:encoded><![CDATA[<p>Continuamos con la serie de informes sobre <em>Mootools</em>, vale la pena aclarar que para los ejemplos y las explicaciones, usamos la versión 1.11 de <em>Mootools</em>, ya ha sido liberada la versión 1.2 y trae consigo muchos cambios y nuevas formas de hacer las cosas. Probablemente vamos a tener que reescribir algo del código que hagamos con la versión 1.11. Pero por lo menos vamos a poder tener una introducción al tema con este mini manual.</p>
<p>Sabemos que una página al ser invocada por el navegador va solicitando los objetos a medida que se van necesitando, o van siendo leídos.  Es decir que el servidor envía la página y el navegador lo primero que ve es la etiqueta <em>&#60;HTML&#62;</em> luego la etiqueta <em>&#60;HEAD&#62;</em> y carga cada una de las etiquetas que están dentro del HEAD de forma secuencial, y así sucesivamente con cada línea de nuestra página.</p>
<p>El problema se presenta cuando intentamos ejecutar un método <em>Mootools</em> y la librería aun no se ha cargado, o cuando necesitamos asignar un evento a un objeto y el objeto aun no ha sido cargado. En estos casos vamos a tener una Excepción de <em>javascript</em>.</p>
<p>Para evitar esto, debemos asegurarnos ejecutar los métodos y funciones cuando ya estemos seguros que no van a fallar por que el objeto aun no existe. <em>Mootools</em> nos facilita esta tarea, al ayudarnos a detectar la carga de la página. Estos eventos son:</p>
<p><strong>Doomready</strong>: Ocurre cuando se ha cargado todo el contenido de la página excepto imágenes.</p>
<p><strong>Load</strong>: Ocurre cuando todos los objetos de la página han sido cargados.</p>
<p>Estos eventos son los que nos permiten informar al usuario de que la carga de la página está en proceso o ya finalizó al estilo de aplicaciones como GMAIL.</p>
<p>Para utilizar estos eventos vamos a usar el método <em>AddEvent</em> de <em>Mootools</em>, y lo vamos a asignar al objeto <em>Window</em>.</p>
<p>Ejemplo:</p>
<p><span style="color:#3366ff;"><em>window.addEvent('domready',function(){<br />
</em></span></p>
<p><span style="color:#3366ff;"><em>// CODIGO …<br />
</em></span></p>
<p><em><span style="color:#3366ff;"> });</span><br />
</em></p>
<p>El método <strong>addEvent</strong> permite asignar a cualquier objeto un evento, y ejecutar una función específica al momento de disparar el evento.</p>
<p>La sintaxis es:</p>
<p><em><span style="color:#3366ff;">miObjeto.addEvent( 'click' , mifuncion )</span><br />
</em></p>
<p>Un ejemplo para adicionar un evento click a un link podría ser así:</p>
<p><span style="color:#3366ff;"><em>window.addEvent('domready',function(){<br />
</em></span></p>
<p><span style="color:#3366ff;"><em>$('elLinkID'). addEvent('click',function(){<br />
</em></span></p>
<p><span style="color:#3366ff;"><em> Alert("Esta es una prueba…");<br />
</em></span></p>
<p><span style="color:#3366ff;"><em>});<br />
</em></span></p>
<p><em><span style="color:#3366ff;"> });</span><br />
</em></p>
<p>En donde la definición del link dentro del HTML sería:</p>
<p><em><span style="color:#3366ff;">&#60;a href="#" id="elLinkID"&#62;click aquí&#60;/a&#62;</span><br />
</em></p>
<p>Listo, ahora ya tenemos un evento capturado con Mootools. Básicamente los eventos se llaman igual que en HTML pero sin el prefijo "on" es decir el "onClick" ahora es "click".</p>
<p>Y así con los demás eventos como blur, mouseover, etc.</p>
<p>Esto funciona igual con la versión 1.2 ya que es algo estándar y básico del framework.</p>
<blockquote><p>otra vez publicando de afan, espero que pueda hacer cada vez mejores mis publicaciones...</p></blockquote>
<p><br><br></p>
<p><a href="http://www.blogalaxia.com/tags/mootools" rel="tag">mootools</a><br />
<a href="http://www.blogalaxia.com/tags/ajax" rel="tag">ajax</a><br />
<a href="http://www.blogalaxia.com/tags/javascript" rel="tag">javascript</a><br />
<a href="http://www.blogalaxia.com/tags/web2.0" rel="tag">web2.0</a> </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[¿dónde está la documentación de mootools v1.11?]]></title>
<link>http://cuatroxl.wordpress.com/?p=87</link>
<pubDate>Fri, 13 Jun 2008 11:52:42 +0000</pubDate>
<dc:creator>cuatroxl</dc:creator>
<guid>http://cuatroxl.wordpress.com/?p=87</guid>
<description><![CDATA[http://docs111.mootools.net/
allí tenemos la documentación de la versión anterior en mootools
]]></description>
<content:encoded><![CDATA[<h2><a href="http://docs111.mootools.net/" target="_blank">http://docs111.mootools.net/</a></h2>
<p>allí tenemos la documentación de la versión anterior en <a href="http://mootools.net/">mootools</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Lançado o Mootools 1.2]]></title>
<link>http://programatik.wordpress.com/?p=56</link>
<pubDate>Fri, 13 Jun 2008 11:44:54 +0000</pubDate>
<dc:creator>programatik</dc:creator>
<guid>http://programatik.wordpress.com/?p=56</guid>
<description><![CDATA[


Mootools é um framework de código aberto em JavaScript, utilizado para criação de aplicaçõe]]></description>
<content:encoded><![CDATA[<div>
<p style="float:left;vertical-align:text-top;margin-right:5px;"><img src="http://i285.photobucket.com/albums/ll41/programatikblog/mootools.gif" alt="" /></p>
<div>
Mootools é um framework de código aberto em JavaScript, utilizado para criação de aplicações Web baseadas no paradigma Ajax. As principais características do Mootools são o fato dele ser extremamente leve, modular e orientado a objetos. Outra característica marcante do Mootools é sua qualidade na produção de animações.
</div>
</div>
<p>Mootools: <a href="http://www.mootools.net/">Página oficial</a><br />
<br><br />
<br></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mootools 1.2 ya esta Disponible]]></title>
<link>http://codeline.wordpress.com/?p=10</link>
<pubDate>Thu, 12 Jun 2008 14:56:20 +0000</pubDate>
<dc:creator>D</dc:creator>
<guid>http://codeline.wordpress.com/?p=10</guid>
<description><![CDATA[La página oficial de Mootools informa ahora que se ha liberado la versión 1.2 de la librería Moot]]></description>
<content:encoded><![CDATA[<p>La página oficial de Mootools informa ahora que se ha liberado la versión 1.2 de la librería Mootools, han cambiado el diseño de la página y por ahora solo está disponible la descarga y la documentación, aun faltan cosas como los demos.</p>
<p>Bueno entraremos a analizar esta nueva versión para ver que cosas nuevas trae y como va a estar la compatibilidad con  plugins de la versión 1.1.</p>
<p>Ahora me tocó modificar la entrega 2 de los post sobre mootools que estaba haciendo, aun no se que va a pasar con la versión 1.1 y si va a tener mas soporte, yo creería que no pero vamos a ver que pasa y como se porta esta nueva versión.</p>
<p>Por ahora resta esperar que la página esté completamente lista y que más información van a plublicar... ya me descargue la version 1.1 que pesa apx 60k. empesaré a usarla...</p>
<p><a href="http://www.mootools.net" target="_blank">link</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[BarackSlideshow - An elegant, lightweight slideshow script]]></title>
<link>http://outatime.wordpress.com/?p=720</link>
<pubDate>Thu, 12 Jun 2008 14:01:49 +0000</pubDate>
<dc:creator>outaTiME</dc:creator>
<guid>http://outatime.wordpress.com/?p=720</guid>
<description><![CDATA[
I guess pretty much everyone has seen Barack Obama&#8217;s website by now, which is clearly one of ]]></description>
<content:encoded><![CDATA[<p><img src="http://mt13.quickshareit.com/share/obama78133.jpg" /></p>
<p>I guess pretty much everyone has seen <a href="http://barackobama.com">Barack Obama&#8217;s website</a> by now, which is clearly one of the prettiest of all candidates we&#8217;ve heard of so far. Not only is it an example of state-of-the-art design, but it&#8217;s also nice to navigate and interact with.</p>
<p>I decided to imitate the homepage slideshow. I had already experimented with <a href="http://devthought.com/cssjavascript-true-power-fancy-menu/">similar animated lists</a>, which allowed me to have it ready within minutes</p>
<p><span></span></p>
<h3>The creation</h3>
<p>I took my previous class (SlideList), and made a few changes here and there. It works with MooTools 1.2, and supports all kinds of shape transformations (top and left coordinates, and height and width properties), which means it can now be used with vertical, horizontal, or even irregular lists.</p>
<p>I extended it and came up with a new class that receives the images and loading spinner as parameters (note: it&#8217;s arguable whether this is the best decision OOP-wise, but due to the simplicity of this script, this was the right call)</p>
<h3>The code</h3>
<p>To ensure all images are loaded before the user makes any interaction, the MooTools <strong>Assets</strong> component is used.</p>
<p>The CSS plays a major role (as in every other animation-focused script). I suggest you analyze it carefully before implementing it in your applications or websites. You&#8217;ll probably need to adjust the ids, or use classes instead to keep your stylesheets clean.</p>
<p>The markup is meaningful and simple. Two lists are used (one for the images and the other for the links). The loading element is included in the HTML, but it&#8217;s probably better to inject it from the script directly.</p>
<h3>The pictures</h3>
<p>The beautiful pictures were taken from Flickr with permission of the owners, unless they were directly released for non-commercial use. Thanks <a href="http://www.flickr.com/photos/vgm8383/1299339710/">vgm8383</a>, <a href="http://www.flickr.com/photos/93136519@N00/203892226/">dogonnit</a>, <a href="http://www.flickr.com/photos/topogigio_428/503418708/">M. TANIGUCHI</a>, <a href="http://www.flickr.com/photos/catambu/155201667/">GustavoBuriola</a> &#38; others!</p>
<h3>The demo</h3>
<p><a href="http://devthought.com/wp-content/moogets/BarackSlideshow/demo.html">Click here</a> to see it in action or <a href="http://devthought.com/wp-content/moogets/BarackSlideshow/BarackSlideshow.zip">download it</a></p>
<p>(Via <a href="http://devthought.com/barackslideshow-an-elegant-lightweight-slideshow-script/#comments">Devthought - Guillermo Rauch's Blog</a>.)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[HTML, CSS, Javascript and Ajax]]></title>
<link>http://cerys.wordpress.com/?p=23</link>
<pubDate>Fri, 06 Jun 2008 14:37:47 +0000</pubDate>
<dc:creator>fluffydragon</dc:creator>
<guid>http://cerys.wordpress.com/?p=23</guid>
<description><![CDATA[I&#8217;ve just spent the last week on a course to learn some skills that should be pretty useful in]]></description>
<content:encoded><![CDATA[<p>I've just spent the last week on a course to learn some skills that should be pretty useful in the fairly near future. The first two days were a course covering HTML, CSS and Javascript. The HTML side was revision really. I've been playing with HTML for quite a long time, and even more recently as a technical author. I've also dabbled with CSS and JavaScript in this role, although to a much lesser extent. Fortunately I do play a lot with Actionscript in Flash, so the JavaScript stuff at least makes some sense. The final three days covered 'ajax' - looking in more depth at javascript, interacting with the server and looking at a couple of toolkits - the prototype toolkit and dojo.</p>
<p>I've had lots of people I work with raving about Dojo, but from the little play I had before with it, I wasn't that impressed. Although to be fair it makes a lot more sense now. Certainly it seems pretty powerful, but then it really should be for a 15MB sized library of javascript files. I'm still not entirely convinced by it though.. I found some of the widget behaviour was rather strange and I was very unimpressed with the documentation. I did like the simplicity of the event handling and xhr request/reply though.</p>
<p>Having a quick look at the other toolsets out there, mootools does look rather interesting. And this is built on the protoptype toolkit which I did actually quite like.</p>
<p>I've recently acquired a new domain, so I'm intending to have a play with javascript to build a new website. Although I have to admit, I still haven't seen anything I can do which wouldn't be a lot nicer and simpler in Flash. The week has really reinforced for me the fact that Flash really is a very cool and very powerful tool. And I probably need to update my version too.. I bet there is some cool new functionality I'm missing! Yikes, I'm starting to sound like a developer! ;-)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[kullanışlı 30 ajax tekniği]]></title>
<link>http://basarozcan.wordpress.com/?p=23</link>
<pubDate>Fri, 06 Jun 2008 10:42:10 +0000</pubDate>
<dc:creator>basarozcan</dc:creator>
<guid>http://basarozcan.wordpress.com/?p=23</guid>
<description><![CDATA[Ajax hayatımıza girdiğinden beri tasarımlarımız daha dinamik ve göz kamaştırıcı olmaya ba]]></description>
<content:encoded><![CDATA[<p>Ajax hayatımıza girdiğinden beri tasarımlarımız daha dinamik ve göz kamaştırıcı olmaya başladı. Birçok sitede göreceğiniz örnekler ile skalası genişleyen ajax uygulamalarından popüler olan 30 tanesini <a href="http://www.noupe.com/css/30-exceptional-ajaxjavascript-techniques-recently-created.html" target="_blank">buradan </a>inceleyebilirsiniz.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Host Javascript Libraries Free Of Charge]]></title>
<link>http://blueclock.wordpress.com/?p=276</link>
<pubDate>Fri, 06 Jun 2008 09:51:28 +0000</pubDate>
<dc:creator>blueclock</dc:creator>
<guid>http://blueclock.wordpress.com/?p=276</guid>
<description><![CDATA[Performance remains top of the web app agenda with browser vendors continuing to slug it out with cl]]></description>
<content:encoded><![CDATA[<p>Performance remains top of the web app agenda with browser vendors continuing to slug it out with claims of shaving milliseconds off JavaScript performance in each new release. Meanwhile the developers of JavaScript libraries are also waging a performance war which we'll all benefit from in the long run as web apps become more sophisticated.</p>
<p>But all of this is focussed on how quickly JavaScript runs in the browser and in the case of JavaScript libraries, how quickly they run, once they have been downloaded to the browser. And that's the key point. There is still an easy performance gain to be had by eliminating the time and resources required to download these libraries from your server to the client's browser.</p>
<p>So Google have begun hosting a selection of the most commonly used JavaScript libraries so that over time, they will be cached on a lot of users' machines.</p>
<p>At present, if I visit a shopping web site that uses jQuery and I then visit a travel information web site that also uses jQuery then my browser will have to download the jQuery library once when I visit the shopping site and then again when I visit the travel information site even though both sites are using the same file.</p>
<p>If both sites download the jQuery library from a common source, in this case Google, then the file only has to be downloaded once and is available for any other sites that use jQuery as well.</p>
<p>By using this method, you'll take some of the pressure off your own web server, save a bit of bandwidth and make initial performance of your site better. The latter is something that your visitors using dial up or in countries with slow connectivity will definitely appreciate.</p>
<p>At the moment, the libraries provided are:</p>
<ul>
<li>dojo</li>
<li>jQuery</li>
<li>MooTools</li>
<li>prototype</li>
<li>script.aculo.us</li>
</ul>
<p>Google will be expanding this selection in future and its success is dependent on uptake.</p>
<p>You can see Dion Almaer annouce it below and full details are at <a title="Ajax apis documentation" href="http://code.google.com/apis/ajaxlibs/documentation/" target="_blank">code.google.com/apis/ajaxlibs/documentation/</a></p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/4F4Jb1ssEvI'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/4F4Jb1ssEvI&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Menu em JavaScript]]></title>
<link>http://raphaelfagundes.wordpress.com/?p=20</link>
<pubDate>Wed, 04 Jun 2008 19:24:44 +0000</pubDate>
<dc:creator>Raphael Fagundes</dc:creator>
<guid>http://raphaelfagundes.wordpress.com/?p=20</guid>
<description><![CDATA[Recebi um e-mail de um amigo com menus em JavaScript, até ai tudo bem! Mas um deles em particular m]]></description>
<content:encoded><![CDATA[<p>Recebi um e-mail de um amigo com menus em JavaScript, até ai tudo bem! Mas um deles em particular me chamou a atenção: é um menu em JavaScript mas que parece feito em Flash! É praticamente inconfundível pelo fato de seus movimentos serem perfeitos! Vale a pena testar e quem sabe aplicar em sites pois o seu efeito é muito bacana...</p>
<p style="text-align:center;"><img src="http://img61.imageshack.us/img61/808/platfusionqe3.jpg" alt="Platfusion" width="193" height="29" /></p>
<p>Ele foi desenvolvido sobre a biblioteca mootools e é bem fácil de manipulá-lo.</p>
<p>Site: <a href="http://www.phatfusion.net/imagemenu/" target="_blank">http://www.phatfusion.net/imagemenu/</a><br />
Fonte: <a href="http://www.noupe.com/css/13-awesome-java-script-css-menu.html" target="_blank">http://www.noupe.com/css/13-awesome-java-script-css-menu.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[javascript kütüphaneleri ile yapılmış en iyi örnekler]]></title>
<link>http://basarozcan.wordpress.com/?p=9</link>
<pubDate>Thu, 29 May 2008 19:25:53 +0000</pubDate>
<dc:creator>basarozcan</dc:creator>
<guid>http://basarozcan.wordpress.com/?p=9</guid>
<description><![CDATA[Son günlerde isimlerine iyice aşina olduğumuz javascript kütüphaneleri jQuery, prototype ve moo]]></description>
<content:encoded><![CDATA[<p>Son günlerde isimlerine iyice aşina olduğumuz javascript kütüphaneleri <a href="http://jquery.com/" target="_blank">jQuery</a>, <a href="http://www.prototypejs.org/" target="_blank">prototype</a> ve <a href="http://www.mootools.net/" target="_blank">mootools</a> ile yapabileceklerimiz oldukça fazla. Sitemize daha iyi bir görüntü ve işlevsellik veren bu kütüphaneleri kullanarak yapılmış en iyi site bileşenlerini <a href="http://devkick.com/" target="_blank">Devkick</a> listelemiş. Kullanım alanlarına göre kategorilendirilmiş en iyi bileşenlere <a href="http://devkick.com/blog/milestone-01-70-high-end-components-for-web-designers-and-developers/" target="_blank">buradan</a> bakabilmeniz mümkün.</p>
]]></content:encoded>
</item>

</channel>
</rss>
