<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
    <title>JavaScript Rules - yahoo!</title>
    <link href="http://javascriptrules.com/tag/yahoo!.xml" rel="self"/>
    <link href="http://javascriptrules.com"/>
    <updated>2012-03-08T18:28:28-08:00</updated>
    <id>http://javascriptrules.com/tag/yahoo!</id>
    <author>
        <name>Marcel Duran</name>
        <email>marcelduran@gmail.com</email>
    </author>
 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <entry>
        <title>New posts about performance. Back and alive!</title>
        <link href="http://javascriptrules.com/2010/04/27/new-posts-about-performance-back-and-alive"/>
        <updated>2010-04-27T00:00:00-07:00</updated>
        <id>/2010/04/27/new-posts-about-performance-back-and-alive</id>
        <content type="html">&lt;p&gt;After a long period of no posts due to personal issues, I&amp;#8217;m back now and alive!&lt;br /&gt;This time with a new post on &lt;a href='http://developer.yahoo.net/blog/'&gt;YDN&lt;/a&gt; - Yahoo! Developer Network - blog: &lt;a href='http://developer.yahoo.net/blog/archives/2010/04/performance_on_yahoo_search_earth_day_data_uri_ftw.html'&gt;Performance on Yahoo! Search for Earth Day&lt;/a&gt;.&lt;br /&gt;In this post I describe the performance case study of &lt;a href='http://search.yahoo.com/'&gt;Yahoo! Search&lt;/a&gt; &lt;a href='http://events.yahoo.com/earthday/2010/'&gt;Earth Day campaign&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;During this long off-post period, besides my day job, I&amp;#8217;ve been doing some experiments, developing some tools and brainstorming lots of ideas, mostly related to performance and JavaScript. I do have some post drafts and will be publishing them soon. Here are a few topics I&amp;#8217;m covering along this year:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;setTimeout minimum delay limit&lt;/li&gt;

&lt;li&gt;Prefetching CSS images&lt;/li&gt;

&lt;li&gt;Problems with gradients filters on IE links hover&lt;/li&gt;

&lt;li&gt;Flipping page direction RTL/LTR easily - &lt;a href='https://addons.mozilla.org/en-US/firefox/addon/114416'&gt;RTLzr&lt;/a&gt; a Firefox extension&lt;/li&gt;

&lt;li&gt;JavaScript Interviews Exposed (series)&lt;/li&gt;

&lt;li&gt;Lazy Enhancement&lt;/li&gt;

&lt;li&gt;JavaScript video subtitle&lt;/li&gt;

&lt;li&gt;JavaScript video timeline marks&lt;/li&gt;

&lt;li&gt;Deleting a removed node from DOM&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stay tuned!&lt;/p&gt;</content>
    </entry>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <entry>
        <title>YUI 3 first release is out</title>
        <link href="http://javascriptrules.com/2009/09/29/yui-3-first-release-is-out"/>
        <updated>2009-09-29T00:00:00-07:00</updated>
        <id>/2009/09/29/yui-3-first-release-is-out</id>
        <content type="html">&lt;p&gt;I&amp;#8217;m more than pleased to announce that the 3rd generation of &lt;a href='http://developer.yahoo.com/yui/3/'&gt;YUI&lt;/a&gt; is finally out, I&amp;#8217;ve been following closely the YUI project ever since I joined Yahoo! almost 4 years ago and since then the framework has evolved incredibly, the 3rd version announced today is a complete redesign, the framework became faster, lighter and easier to use, quoting &lt;a href='http://www.yuiblog.com/blog/2009/09/29/yui-3-0-0/'&gt;Eric Miraglia:&lt;/a&gt; &lt;em&gt;&amp;#8220;One of the goals of the YUI 3 redesign was to make it easy to use without sacrificing power, performance and configurability.&amp;#8221;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Go ahead and give it a try, the YUI Blog post is a good starting point &lt;a href='http://www.yuiblog.com/blog/2009/09/29/yui-3-0-0/'&gt;YUI 3.0.0: First GA Release of YUI&amp;#8217;s Next-Generation Codeline&lt;/a&gt;&lt;/p&gt;</content>
    </entry>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <entry>
        <title>Harnessing the juice out of Yahoo! Pipes</title>
        <link href="http://javascriptrules.com/2009/09/27/harnessing-the-juice-out-of-yahoo-pipes"/>
        <updated>2009-09-27T00:00:00-07:00</updated>
        <id>/2009/09/27/harnessing-the-juice-out-of-yahoo-pipes</id>
        <content type="html">&lt;p&gt;While working on my current project at Yahoo! I had the need to aggregate different search feeds, the requirement was to have a way to pass a param to the url like &lt;em&gt;search=search_term&lt;/em&gt;, and this would be passed along to the the feeds and it would return results from all the feeds (obviously it had to be done in the front end only), I thought about adding more &lt;a href='http://developer.yahoo.com/yql/console'&gt;YQL&lt;/a&gt; requests to my app but I didn&amp;#8217;t want to change the code since we were planning on having a re-factor of this part of the code, so super &lt;a href='http://pipes.yahoo.com'&gt;Yahoo! Pipes&lt;/a&gt; to the rescue, it was a really easy task and got more than I asked for, like filters and sorting&amp;#8230; the example speaks for itself: &lt;a href='http://pipes.yahoo.com/pipes/pipe.info?_id=4c40a274bec11e41ab22e5c91e5df9f2'&gt;pipe example&lt;/a&gt; you can clone it and play with it.&lt;/p&gt;

&lt;p&gt;You can also check all the other cool examples created by Paul Donnelly &lt;a href='http://pipes.yahoo.com/31337'&gt;http://pipes.yahoo.com/31337&lt;/a&gt; or even check &lt;a href='http://blog.pipes.yahoo.net/'&gt;Pipes Blog&lt;/a&gt; for their latest updates.&lt;/p&gt;</content>
    </entry>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 
</feed>

