<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>AJAX Reporter Latest Posts</title>
        <description>AJAX Reporter -- Single Source for the Latest AJAX Jobs and Info</description>
        <link>http://www.ajaxreporter.com</link>
        <lastBuildDate>Wed, 10 Mar 2010 00:27:15 -0500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <image>
            <url>http://www.ajaxreporter.com/logo.jpg</url>
            <title>AJAX Reporter logo</title>
            <link>http://www.ajaxreporter.com</link>
            <description>Feed provided by AJAX Reporter -- Single Source for the Latest AJAX Jobs and Info.</description>
        </image>
        <item>
            <title>modulr: a CommonJS module implementation in Ruby for client-side JavaScript</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14299</link>
            <description>modulr is a CommonJS module implementation in Ruby for client-side JavaScriptRuby? what does that have anything to do with it? Ah, its from one of those Prototype guys isn't it.... Yup, Tobie is at it again, this time with modulr:modulr accepts a singular file as input (the program) on which is does static analysis to [...]</description>
            <pubDate>Mon, 08 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>28 APIs Used in 7 Days: Bing, eBay, Facebook, Fedex, Google, Salesforce, Yahoo and YouTube</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14286</link>
            <description>[Image] This past week's new mashups in our mashup directory combined 28 different APIs. Some of the newer or less frequently seen APIs include Google OpenID, Heyzap, Menu Mania, Microsoft adCenter, RescueTime, RPX, Windows Live ID Web Authentication and  Yahoo Search Marketing. The most often used APIs this week are Box.net, Facebook and  Google Ajax Search. And the most commonly used types of APIs were Security (4 APIs, 4 mashups), Shopping (3 APIs, 3 mashups) and Video (3 APIs, 3 mashups).</description>
            <pubDate>Sat, 06 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Friday fun: Lets translate YUI3 to jQuery</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14283</link>
            <description>I just came across this wonderful Gist on gitHub:PLAIN TEXTJAVASCRIPT:&amp;#160;var $;YUI&amp;#40;&amp;#41;.use&amp;#40;'*', function&amp;#40;Y&amp;#41;&amp;#123;&amp;#160; $ = Y.get;&amp;#160; for&amp;#40;var p in Y&amp;#41; &amp;#123;&amp;#160; &amp;#160; &amp;#160; $&amp;#91;p&amp;#93; = Y&amp;#91;p&amp;#93;;&amp;#160; &amp;#125;&amp;#125;&amp;#41;;&amp;#160;// test$&amp;#40;'body'&amp;#41;. ...</description>
            <pubDate>Fri, 05 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Color Picker: Works even in IE6</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14274</link>
            <description>Works even in IE6Love that quote from the color picker over at RaphaelJS land. This plugin by Dmitry Baranovskiy gives you an easy color picker in short order:PLAIN TEXTJAVASCRIPT:&amp;#160;var icon = Raphael&amp;#40;&quot;picker&quot;, 23, 23&amp;#41;.colorPickerIcon&amp;#40;11, 11, 10&amp;#41;;&amp;#160;icon.attr&amp;#40;&amp;#123;cursor: &quot;pointer&quot;&amp;#125;&amp;#41;.node.onclick = function &amp;#40;&amp;#41; &amp;#123;&amp;#160; &amp;#160; document. ...</description>
            <pubDate>Thu, 04 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Link: Textmate + JS + Lint</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14277</link>
            <description>A Textmate bundle for running Lint on Javascripts from the bundles menu.</description>
            <pubDate>Thu, 04 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Touching Cloth; Canvas Fu</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14267</link>
            <description>Andrew Hoyer shows his canvas Fu with Cloth, a great experiment using nice physics.What makes this simulation special is the speed at which everything is computed. Javascript (the language this is written in) is not exactly the most efficient language for this type of computation. This being said, much time was spent squeezing out every [...]</description>
            <pubDate>Wed, 03 Mar 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>EnhanceJS: A library to progressively enhance</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14250</link>
            <description>EnhanceJS is a new library from the Filament Group, who are serious about progressive enhancement and accessibility.What is EnhanceJS?EnhanceJS is a new JavaScript framework (a single 2.5kb JavaScript file once minified/gzipped) that that automates a series of browser tests to ensure that advanced CSS and JavaScript features will render properly before theyre loaded to the [...]</description>
            <pubDate>Thu, 25 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>I Cant Believe Its Not Flash</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14244</link>
            <description>Thomas Fuchs gave a presentation titled &amp;#8220;I Can&amp;#8217;t Believe It&amp;#8217;s Not Flash&amp;#8221; at WebStock. It is often hard to grasp a presentation from slides, but this one is great fun to flip through.This one really hits home:We were surprised to see how JavaScript was NOT the bottleneck in Bespin when we first prototyped it.And, this [...]</description>
            <pubDate>Fri, 19 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Quicksand: transition and filtering effect</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14245</link>
            <description>Jacek Galanciak has created a nice visual transition library, Quicksand, that filters and shows a set of data in an interesting way.The jQuery plugin has you quickly calling quicksand like this:PLAIN TEXTJAVASCRIPT:&amp;#160;$&amp;#40;'#source'&amp;#41;. ...</description>
            <pubDate>Thu, 18 Feb 2010 00:00:00 -0500</pubDate>
        </item>
        <item>
            <title>Harmony: Bringing together great libraries to enable awesome JS testing in Ruby</title>
            <link>http://www.ajaxreporter.com/newsreader.php?newsid=14239</link>
            <description>Martin Aumont has released Harmony, which &quot;provides a simple DSL to execute JavaScript and DOM code within Ruby.&quot;This enables you to do very cool things such as unit test JavaScript in the same area as your Ruby tests:PLAIN TEXTRUBY:require 'test/unit'require 'harmony'class JavascriptTest &amp;#60;Test::Unit::TestCase&amp;#160; def setup&amp;#160; &amp;#160; @page = Harmony::Page.new&amp;#160; &amp;#160; @page.load('public/javascripts/foo. ...</description>
            <pubDate>Wed, 17 Feb 2010 00:00:00 -0500</pubDate>
        </item>
    </channel>
</rss>
