<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="yrss.xsl" type="text/xsl" media="screen" ?>
<rss version="2.0">
<channel>
<title>Yahoo! Developer Network blog</title>
<link>http://developer.yahoo.net/blog/</link>
<description></description>
<copyright>Copyright 2008</copyright>
<lastBuildDate>Fri, 09 May 2008 04:51:20 -0800</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.31</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>oEmbed - Embedding third party media made easy</title>
<description><![CDATA[<p>Web 2.0 is all about collaboration, distribution and personal configuration and probably one of the biggest traffic drivers of social networks like Facebook or MySpace are videos and photos being sent to and from your contacts.</p>

<p>The problem for developers of networks is that you don't want people to leave your application to see a photo or a video, which means that you need a way to only get the media and embed that. Normally this happens using the media provider's API or - if they don't offer one - screen scraping (loading the whole document and programatically finding and extracting the media).<br />
 <br />
<a href="http://oembed.com">oEmbed</a> is a great idea to work around that issue:</p>

<blockquote>
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.
</blockquote>

<p>Flickr, Viddler, Qik, Pownce and Revision3 are the first services to support oEmbed which means you can easily access photos and videos with a simple URL.</p>

<p>Say for example find a nice photo on flickr:</p>

<p>Original URL:  </p>

<div style="width:400px;padding:5px;margin:10px;overflow:auto;"><a href="http://flickr.com/photos/codepo8/2475016321/">http://flickr.com/photos/codepo8/2475016321/</a></div>

<p>oEmbed URL: </p>

<div style="width:400px;padding:5px;margin:10px;overflow:auto;"><a href="http://flickr.com/services/oembed?url=http://flickr.com/photos/codepo8/2475016321/"><strong>http://flickr.com/services/oembed?</strong>url=http://flickr.com/photos/codepo8/2475016321/</a></div>

<p>Result:</p>

<pre style="width:400px;padding:5px;margin:10px;overflow:auto;"><code>&lt;oembed&gt;
  &lt;version&gt;1.0&lt;/version&gt;
  &lt;type&gt;photo&lt;/type&gt;
  &lt;title&gt;? too much myspace error&lt;/title&gt;
  &lt;author_name&gt;codepo8&lt;/author_name&gt;
  &lt;author_url&gt;http://www.flickr.com/photos/codepo8/&lt;/author_url&gt;
  &lt;cache_age&gt;3600&lt;/cache_age&gt;
  &lt;provider_name&gt;Flickr&lt;/provider_name&gt;
  &lt;provider_url&gt;http://www.flickr.com/&lt;/provider_url&gt;
  &lt;width&gt;500&lt;/width&gt;
  &lt;height&gt;375&lt;/height&gt;
  &lt;url&gt;
    http://farm4.static.flickr.com/3128/2475016321_982666ec95.jpg
  &lt;/url&gt;
&lt;/oembed&gt;
</code></pre>

<p>You can define the output format and the maximum width and height with URL parameters:</p>

<p>oEmbed URL: </p>

<div style="width:400px;padding:5px;margin:10px;overflow:auto;">
<a href="http://flickr.com/services/oembed?url=http://flickr.com/photos/codepo8/2475016321/&format=json&maxwidth=200">http://flickr.com/services/oembed?url=http://flickr.com/photos/codepo8/2475016321/&format=json&maxwidth=200
</a></div>

<p>Result: </p>

<pre style="width:400px;padding:5px;margin:10px;overflow:auto;"><code>{
  version: '1.0',
  type: 'photo',
  title: '? too much myspace error',
  author_name: 'codepo8',
  author_url: 'http://www.flickr.com/photos/codepo8/',
  cache_age: '3600',
  provider_name: 'Flickr',
  provider_url: 'http://www.flickr.com/',
  width: '100',
  height: '75',
  url: 'http://farm4.static.flickr.com/3128/2475016321_982666ec95_t.jpg'
}
</code></pre>

<p>Supported formats for responses so far are photo, video, link and rich. </p>

<p>Christian Heilmann<br>Yahoo Developer Network</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/oembed_embeddin.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/oembed_embeddin.html</guid>
<category>technology</category>
<pubDate>Fri, 09 May 2008 04:51:20 -0800</pubDate>
</item>
<item>
<title>Party Like a SearchMonkey</title>
<description><![CDATA[<p>A few weeks ago, we <a href="http://www.ysearchblog.com/archives/000534.html">announced SearchMonkey</a>, an new open platform that lets developers and site owners use semantic markup and structured data to enhance Yahoo! Search results and make them more useful, relevant, and visually appealing.</p>

<p>We wanted to remind you that we're kicking off this launch in true SearchMonkey style with a Developer Launch Party next Thursday, May 15. Come get the inside scoop on SearchMonkey, meet with our product managers and engineers over tasty (read: free!) food and beer, see live demos, and take a closer look at the Developer Tool.</p>

<p><strong>When:</strong> May 15, 2008, 5:30 -- 8:30 p.m.</p>

<p><strong>Where:</strong> Yahoo! Headquarters @ URL's Cafe<br><br />
701 First Ave.<br><br />
Sunnyvale, CA 94089</a></p>

<p><strong>RSVP:</strong> Email your full name and company name directly<br />
to searchmonkeyevent@yahoo-inc.com. Space is limited.</p>

<p>For more information on the agenda and logistics, check out the <a href="http://developer.yahoo.com/searchmonkey/event.html">event page</a>. </p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/party_like_a_se.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/party_like_a_se.html</guid>
<category>SearchMonkey</category>
<pubDate>Thu, 08 May 2008 11:58:00 -0800</pubDate>
</item>
<item>
<title>Yahoo! sponsors the kick-off party for London&apos;s Web Week</title>
<description><![CDATA[<p>For a whole week in between 26th of May and 1st of June London, England will be a centre for all things web development. The <a href="http://www.londonwebweek.co.uk/">London Web Week</a> is a not-for-profit scheme to boost the development world in the UK and beyond and promote best practice ideas like accessibility and progressive enhancement.  </p>

<p>Events include the by now famous <a href="http://www.vivabit.com/atmedia2008/london/">@media conference</a>, the <a href="http://barcamp.org/BarCampLondon4">fourth London BarCamp</a>, a <a href="http://microformats.eventwax.com/vevent">Microformats vEvent</a> and <a href="http://www.webroots.co.uk/">Web Roots</a>. To learn about all the events, check the <a href="http://www.londonwebweek.co.uk/schedule">schedule on the web week site</a>.</p>

<p>To kick things off in the right fashion, we will sponsor the London Web Week Opening Party on Monday, May 26, located at the Ruby Blue Bar in London's West End. </p>

<p>If you are in the area, or you are coming to @media anyways, make sure to check out the <a href="http://ydninternational.eventwax.com/yahoo-developer-network-party-for-the-london-web-week">sign-up page on event wax</a> to secure a ticket, as the space is limited to 200 people. </p>

<p>Hope to see you there and have a blast before making this week even more special than it already is.</p>

<ul><li><a href="http://ydninternational.eventwax.com/yahoo-developer-network-party-for-the-london-web-week">Sign up for a party ticket</a></li><li><a href="http://upcoming.yahoo.com/event/608536/">Learn more about the event at upcoming</a></li></ul>

<p>Christian Heilmann<br>Yahoo Developer Network</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/yahoo_sponsors.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/yahoo_sponsors.html</guid>
<category>conferences</category>
<pubDate>Thu, 08 May 2008 09:12:13 -0800</pubDate>
</item>
<item>
<title>The seven rules of pragmatic progressive enhancement - a brown bag presentation</title>
<description><![CDATA[<p>Last week I went to <a href="http://akqa.com">AKQA</a> in London to give a brown-bag presentation on progressive enhancement. </p>

<p>I took this chance to vent some of my ideas on the subject and counteract some of the criticisms I heard about the need for enhancing web solutions progressively.</p>

<p>I've come up with the following "Seven rules of progressive enhancement":</p>

<ol><li>Separate as much as possible</li><li>Build on things that work</li><li>Generate dependent markup</li><li>Test for everything before you apply it</li><li>Explore the environment</li><li>Load on demand</li><li>Modularize code</li></ol>

<p>I've explained them in further detail in the slides available on slideshare:</p>

<p><br />
<div class="slideshare"><a href="http://www.slideshare.net/cheilmann/pragmatic-progressive-enhancement?src=embed#progressiveenhancement-1210189562112719-9">View 'Pragmatic Progressive Enhancement' on SlideShare</a><script src="http://chrisslidesharehacks.googlecode.com/files/previewer2.js"></script></div></p>

<p><br />
Furthermore I put some more information in an article on the subject: <a href="http://icant.co.uk/articles/pragmatic-progressive-enhancement/">Pragmatic Progressive Enhancement</a>.</p>

<p>The article is licensed with creative commons, so you are very much invited to use and remix it to your needs.</p>

<p>Chris Heilmann<br>Yahoo Developer Network</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/the_seven_rules.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/the_seven_rules.html</guid>
<category>Books and Articles</category>
<pubDate>Wed, 07 May 2008 13:19:24 -0800</pubDate>
</item>
<item>
<title>Building a Better Website With Yahoo!</title>
<description><![CDATA[<p><em>Editor's note: This post by Yahoo! front-end developer Tyler Hall originally appeared on his personal blog, <a href="http://clickontyler.com/">Click on Tyler</a>.</em> </p>

<p><br />
<p>It's been a long time coming, but last month I finally pushed out a new design for my personal website, <a href="http://clickontyler.com/">Click on Tyler</a>. I rebuilt it from the ground up using two key tools from the <a href="http://developer.yahoo.com/">Yahoo! Developer Network</a>:</p></p>

<ul>
<li><a href="http://developer.yahoo.com/yui/grids/">YUI Grids</a> and</li>
<li><a href="http://developer.yahoo.com/yslow/">YSlow</a></li>
</ul>

<p>The new design is really a refresh of the previous look with a focus on readability and speed. I want to take a few minutes and touch on what I learned during this go-round so (hopefully) others might benefit.</p>

<h4>Color Scheme</h4>

<p>Although I really liked the darker color scheme from before, it was too hard to read. There simply wasn't enough contrast between the body text and the black background. I tried my best to make it work. I searched around for various articles about <a href="http://www.456bereastreet.com/archive/200608/light_text_on_dark_background_vs_readability/">text legibility on dark backgrounds</a>. I increased the letter spacing, the leading, narrowed the body columns, and everything else I learned in the intro graphic design class I took in college. The results were better, but my gut agreed with all the articles I read online which basically said "don't do it." So I compromised and switched to a white body background, while leaving the header mostly untouched. I find the new look <em>much</em> more readable -- hopefully this will encourage me to begin writing longer posts.</p>

<h4>CSS and Semantic Structure</h4>

<p>The old site was built piecemeal over a couple months and, quite frankly, turned into a mess font-wise. I had inconsistent headers, font-weights, and anchor styles depending on which section you were viewing. With the new design, I sat down (as I should have before) and decided explicitly on which font family, size, and color to use for each header. I spec'ed out the font sizes using <a href="http://developer.yahoo.com/yui/fonts/">YUI's percent-based scheme</a> which helps ensure a consistent look when users adjust the size. (Go ahead, scale the font size up and down.) An added bonus was that it forced me to think more about the semantic structure of my markup. (If you have Firefox's <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer toolbar</a> installed, try viewing the site with stylesheets turned <em>off</em>.) If there's one thing I learned working for <a href="http://sitening.com">Sitening</a>, it's that semantic structure plays a <em>huge</em> part in your <a href="http://raven-seo-tools.com/features/serp-tracker/">SERPs</a>.</p>

<h4>Optimizing With YSlow</h4>

<p>At OSCON last summer, I attended one of the first talks <a href="http://stevesouders.com/">Steve Souders</a> gave on <a href="http://developer.yahoo.com/yslow/">YSlow</a> -- a Firefox plugin that measures website performance. That, plus working for Yahoo!, has kept the techniques suggested by YSlow in the back of my head with every site I build. But this redesign was the first time I committed to scoring as high as I could.</p>

<p>As usual, I coded everything by hand, paying attention to all the typical SEO rules that I learned at Sitening. Once the initial design was complete and I had a working home page, I ran YSlow.</p>

<p><a href="http://amz.clickontyler.com/blog/yslow-before.png""><img src="http://amz.clickontyler.com/blog/yslow-before-sm.png" alt="YSlow Before"/></a></p>

<p>Ouch. A failing 56 out of 100. What did YSlow suggest I improve? And how did I fix it?</p>

<ul>
<li><strong>Make fewer HTTP requests</strong> - My site was including too many files. Three CSS stylesheets, four JavaScript files, plus any images on the page. I can't cut down on the amount of images (without resorting to using sprites - which are usually more trouble than they're worth), so I concatenated my CSS and JS into single files. That removed five requests and brought me up to an "A" ranking for that category. (I'm further toying with adding the <a href="http://developer.yahoo.com/yui/compressor/">YUI Compressor</a> into the mix.)</li>
<li><strong>Use a content delivery network</strong> - At Yahoo! we put all static files on Akamai. Other large websites like Facebook, Google, and MySpace push to their own CDNs, too. But what's a single developer to do? Use <a href="http://clickontyler.com/amazon-php-aws/">Amazon S3</a> of course! I put together a quick PHP script which syncs all of my static content (images, css, js) and stores them on S3. Throughout the site, I prepend each link with a PHP variable that lets me switch the CDN on or off depending on if I'm running locally or on my production server. (And, in the event S3 ever goes down or away, I can quick switch back to serving files off my own domain.)</li>

<p><li><strong>Add expiry headers</strong> - Expiry headers tell the browser to cache static content and not attempt to reload it on each page view. I didn't want to put a far future header on my PHP files (since they change often), but I did add them to all of the content stored on S3. This is fine for images that should never change, but for my JavaScript and CSS files it means I need to change their filename whenever I push out a new update so the browser knows to re-download the content. It's extra work on my part, but it pays off later on.</li><br />
<li><strong>Gzip files</strong> - This fix comes in two parts. First, I modified Apache to serve gzipped content if the browser supports it (most do) &mdash; not only does this cut down on transfer time, but it also decreases the amount of bandwidth I'm serving. But what about content coming from S3? Amazon doesn't support gzipping content natively. Instead, in addition to the static files stored there, I also uploaded their gzipped counterparts. Then, using PHP, I change the HTML links to reference the gzip versions if I detect the user's browser can handle it.</li><br />
<li><strong>Configure ETags</strong> - ETags are a hash provided by the webserver that the browser can use to determine if a file has been modified before downloading it. Amazon S3 automatically generates ETags for every file -- it's just a free benefit of using S3 as my CDN.</li><br />
</ul></p>

<p>So, all of the changes above took about three hours to implement. Most of that time was spent writing my S3 deploy script and figuring out how to make Amazon serve gzipped content. Was it worth it? See for yourself.</p>

<p><a href="http://amz.clickontyler.com/blog/yslow-after.png""><img src="http://amz.clickontyler.com/blog/yslow-after-sm.png" alt="YSlow Before"/></a></p>

<p>Wow. Three short hours of work and I jumped to a near perfect 96 out of 100. The only remaining penalty is from not serving an expires header on my <a href="http://haveamint.com">Mint</a> JavaScript.</p>

<p>Do these optimization techniques make a difference? I think so. Visually, I can tell there's a huge decrease in page rendering time on both Firefox and Safari. (IE accounts for 6% of my traffic, so I don't bother testing there any longer.) More amazing, perhaps, is the site's performance on iPhone. The page doesn't just load -- it <em>appears</em>.</p>

<p>I've made a bunch of vague references to the S3 deploy script I'm using and how to setup gzip on Amazon. In the interest of space, I've left out the specifics. If you're interested, <a href="http://clickontyler.com/contact/">contact me</a> with any questions and I'll be happy to help.</p>

<p>Tyler Hall<br />
Front-end Engineer</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/building_a_bett.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/building_a_bett.html</guid>
<category></category>
<pubDate>Tue, 06 May 2008 17:57:46 -0800</pubDate>
</item>
<item>
<title>Yahoo! Live empowers deaf users to chat online</title>
<description><![CDATA[<p>Sometimes you stumble across use cases of your products that you just did not expect. During my talk at the <a href="http://developer.yahoo.net/blog/archives/2008/04/accessibility_2.html<br />
">Accessibility 2.0 conference</a> last week I pointed out that technology that seemingly is a stumbling block for accessibility can actually be a benefit for disabled users. </p>

<p>The example was the ease of being able to annotate and caption photos in <a href="http://flickr.com">Flickr</a> enticing a lot more users to enter sensible captions and text which in return makes it easier to find the photos and describe them to non-sighted users. </p>

<p>Now we found out via <a href="http://blog.deafread.com/abcohende/">Amy Cohen Efron's blog "Deaf World as Eye see it"</a> that <a href="http://blog.deafread.com/abcohende/2008/02/15/yahoos-live-deaf-chat-room/">deaf users have discovered Yahoo Live as an opportunity to chat online</a>.</p>

<p><img src="http://developer.yahoo.net/blog/deafchat.jpg" alt="deaf users chatting using sign language on Yahoo Live"></p>

<p>This is wonderful news, and proof that products that are on the bleeding edge and use technologies with a reputation for inaccessibility can actually benefit users overcome boundaries and make them communicate using "web 2.0" products despite their disability.</p>

<p>It is also a great example that accessibility is about all kind of disabilities, and that technology can be the solution rather than a hindrance.</p>

<p>More reading:</p>

<ul><li><a href="http://www.earofmyheart.com/wordpress/2008/02/16/is-chat-room-addiction-real-youd-better-believe-it/">LaRonda Zupp on the addictiveness of Yahoo! Live for the deaf community</a></li><li><a href="http://www.scottgatz.com/blog/2008/02/26/what-happens-when-you-design-a-product-for-everyone/">Scott Gatz on decisions being made to make Yahoo! Live inclusive for all users</a></li></ul>
Christian Heilmann<br>Yahoo Developer Network]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/yahoo_live_empo.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/yahoo_live_empo.html</guid>
<category>accessibility</category>
<pubDate>Fri, 02 May 2008 10:18:29 -0800</pubDate>
</item>
<item>
<title>Neal Sample on Yahoo&apos;s Open Platform at Web 2.0 Expo</title>
<description><![CDATA[<p>Many of you probably saw the video of our CTO, Ari Balogh, give <a href="http://developer.yahoo.net/blogs/theater/archives/2008/04/ari_balogh_web_20_expo_keynote.html">a 15 minute keynote talk</a> at the Web 2.0 Expo about our forthcoming platform for developers.  While Ari did a very good job of presenting a high-level overview of Yahoo's Open Strategy  (YOS), there's only so much one can say in 15 minutes.</p>

<p>As a follow-up, Neal Sample (YOS Chief Architect) gave a 40 minute deeper dive presentation last Friday.  In <a href="http://developer.yahoo.net/blogs/theater/archives/2008/05/yos_a_deep_dive_with_neal_sample.html">this video</a> he begins with a recap of the information presented in Ari's keynote and then spends time providing more in-depth explanations and examples of the various YOS platform components: update notifications, social connections, the activator, and more.</p>

<p><embed src=http://cosmos.bcst.yahoo.com/up/fop/embedflv/swf/fop_wrapper.swf?sv=0&id=7626177&autoStart=0&infoEnable=1&shareEnable=0&prepanelEnable=1&carouselEnable=0&postpanelEnable=1 width=400 height=300 type=application/x-shockwave-flash></embed></p>

<p>Expect to see more and more in-depth videos with various YOS engineers in the coming weeks and months.</p>

<p><a href="mailto:jzawodn@yahoo-inc.com">Jeremy Zawodny</a><br />
Yahoo! Developer Network</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/neal_sample_on.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/neal_sample_on.html</guid>
<category>conferences</category>
<pubDate>Fri, 02 May 2008 07:49:49 -0800</pubDate>
</item>
<item>
<title>Location, Security and easy API walkthroughs - the Fire Eagle Developer Evening in London, UK</title>
<description><![CDATA[<p><a href="http://www.flickr.com/photos/codepo8/2456785022/" title="Seth and Steve by codepo8, on Flickr"><img src="http://farm3.static.flickr.com/2157/2456785022_6530c49cb8.jpg" width="500" height="401" style="border:none;margin:10px;" alt="Seth and Steve explaining the one-two-three of building applications for Fire Eagle" /></a></p>

<p>Around 50 developers met yesterday in London, England to hear all about Yahoo's new location based service <a href="http://fireeagle.yahoo.com">Fire Eagle</a>. In two short presentations and a long Q&A session Tom Coates and Seth Fitzsimmons from the Fire Eagle team helped developers get their head around the concept and technicalities of Fire Eagle. They were aided by Steve Marshall, developer of the <a href="http://code.google.com/p/django-fireeagle/">Django Fire Eagle Authentication wrapper</a> and co-developer of <a href="http://fireballapp.com/">Fireball</a>. <br />
</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/05/location_securi.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/05/location_securi.html</guid>
<category>conferences</category>
<pubDate>Thu, 01 May 2008 06:42:59 -0800</pubDate>
</item>
<item>
<title>Accessibility 2.0 conference in London, England</title>
<description><![CDATA[<p>Last Friday, <a href="http://www.abilitynet.org.uk/">AbilityNet</a> organized an accessibility conference entitled <a href="http://www.abilitynet.org.uk/accessibility2/">Accessibility 2.0 - A million flowers bloom</a> in the City University in London, England. </p>

<p><a href="http://www.flickr.com/photos/codepo8/2445439604/" title="The Panel by codepo8, on Flickr"><img src="http://farm3.static.flickr.com/2313/2445439604_e72d4ea9fd.jpg" width="500" height="375" alt="The Panel" /></a></p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/04/accessibility_2.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/04/accessibility_2.html</guid>
<category>conferences</category>
<pubDate>Tue, 29 Apr 2008 04:54:12 -0800</pubDate>
</item>
<item>
<title>NetSquared Mashup Challenge needs developers!</title>
<description><![CDATA[<p>I wanted to draw your attention to an organization that I and Yahoo! have been supporting  that you might want to support, too -- <a href="http://www.netsquared.org/">NetSquared</a>. The goal of NetSquared is simple: to help hundreds of thousands of non-profit organizations (NPOs) and non-governmental organizations (NGOs) successfully utilize the empowering capabilities of the Internet to increase their impact and achieve social change.</p>

<p><strong>The NetSquared Mashup Challenge: Hacking for Social Change</strong></p>

<p><a href="http://www.netsquared.org/mashup"><img alt="N2Y3 Mashup Challenge" src="http://developer.yahoo.net/blog/mashup_challenge.gif" width="289" height="182" border='0' align='right' /></a>For the first time, NetSquared is running a really cool program called the <a href="http://www.netsquared.org/mashup">Mashup Challenge</a> in which they are matching up ideas from non-profits and NGOs involved in all sorts of social change to people like you (i.e. developers, product managers, and designers) who have the skills to implement them.  I have been helping NetSquared promote the Mashup Challenge (see their <a href="http://developer.yahoo.net/blogs/theater/archives/2008/03/netsquaredorg.html">recent YDN Theater video</a>) because I think it's a very practical roll-up-your-sleeves way of getting people to work together across many boundaries (company, international, etc) to produce something exciting and useful that benefits the world at large.  It's very much in the spirit of our own <a href="http://www.hackday.org/">Yahoo! Hack Day</a>.</p>

<p><strong>The Projects</strong></p>

<p>The community around NetSquared has already submitted dozens of ideas for theMashup Challenge and the NetSquared community voted for the top 20, which are <a href="http://www.netsquared.org/2008/conference/projects/n2y3_featured_projects">listed here</a> (there are 21 since there was a tie!).  You can see ALL of the ideas <a href="http://www.netsquared.org/2008/conference/projects">here</a>.   </p>

<p><strong>How to Participate</strong></p>

<p>I'm working with Billy Bicket, NetSquared's organizer, to recruit Project Leads interested in participating in a 4-week sprint leading up to <a href="http://www.netsquared.org/conference">NetSquared's conference</a>, happening on May 27-28 at Cisco in San Jose, CA.</p>

<p>By contributing to NetSquared in the capacity of Project Lead, participants will be working with a leading social innovator working on a range of challenges including: </p>

<p>1. refining some of their ideas about how the data they are using could be rendered in mashups; and </p>

<p>2. in some cases, building mashups using a variety of APIs, products, or coming up with creative technical solutions to particular problems they are facing.</p>

<p>Project Leads will receive access to all NetSquared Hack Days.  The next invite-only event is happening on May 4 at Moscone Center in San Francisco and is hosted by Sun and NetSquared.  Project leads will also receive two free tickets to this year's NetSquared Conference.</p>

<p>Here is a <a href="http://n2y3.pbwiki.com/Project-Lead-FAQ-">quick run-down of the role and expectations for Project Leads</a> and here are the simple next steps if you would like to participate:</p>

<p>1. Scroll through the list of <a href="http://www.netsquared.org/2008/conference/projects/n2y3_featured_projects">21 Featured Projects</a> </p>

<p>2. Send Billy Bicket (billybicket -at- yahoo.com) an email with your favorite three (3) featured projects, and confirm your interest in participating <strong>by Wednesday, April 30 at noon</strong>.</p>

<p>4. Once you send Billy an email, he'll send easy next steps (including link to conference registration) and details about engaging with featured projects for expedient approach and execution.</p>

<p><strong>Bringing It Together: The NetSquared Conference</strong></p>

<p>The Mashup Challenge will culminate in the annual <a href="http://www.netsquared.org/conference">NetSquared Conference</a> on May 27-28 in San Jose. At the conference, project teams will have an opportunity to display and discuss their mashups and attendees will vote to select the top three (this is only several weeks away and some of the ideas are complex, so the projects don't have to be 100% done, just underway). All 20 projects at the conference will receive a share of $100,000 in prize money. The share will be determined by voting at the conference.</p>

<p>It's a good cause, a great opportunity to meet new people, and an even better opportunity to use your various web superpowers.  Join a project today!</p>

<p>Chad Dickerson</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/04/netsquared_mash.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/04/netsquared_mash.html</guid>
<category>other</category>
<pubDate>Mon, 28 Apr 2008 07:48:27 -0800</pubDate>
</item>
<item>
<title>Introducing the Yahoo! Open Strategy</title>
<description><![CDATA[<p>We’re blowin’ the doors wide open!  </p>

<p>Today we’re introducing the Yahoo! Open Strategy (or Y!OS for short), the details behind <a href="http://ycorpblog.com/2007/10/16/where-does-yahoo-head-next/">Yahoo!’s big bet</a>  to "deliver open, industry-leading platforms that attract the most publishers and developers."</p>

<p>Y!OS platforms will harness Yahoo!'s unique strengths – our rich and relevant user experiences (we’re #1 in 7 verticals), our massive audience (half a billion users/month), and our deep data repositories (content, content, content) – and open them to the innovations of the developer  community. Our aim: to fundamentally transform how people experience Yahoo!.</p>

<p>With Y!OS, we’re moving from a model in which each Yahoo! property develops much of its own technology to one where we share common data and frameworks that can be easily surfaced across multiple Yahoo! properties and off the Yahoo.com network.  </p>

<p>It’s a major rewiring of Yahoo!.  </p>

<p>And the good news for developers is that Y!OS will allow you to access to these assets, build applications around them, and then get distribution on Yahoo!’s monumentally popular properties (and/or use them in your own websites).</p>

<p>Specifically, Y!OS includes:</p>

<p><strong>A Single Social Platform for Yahoo!</strong></p>

<p>The Social Platform will enable a single social "connective tissue" across all Yahoo! experiences letting users view Yahoo! through a relevant social lens. The Social Platform isn’t yet another social networking vertical from Yahoo!.  It's a common social infrastructure that will span all of Yahoo! and the web beyond.  We’ll start by collapsing the Y! 360 and Mash connection lists into one social repository (and add a new user interface to it), then we'll take a proactive approach to tapping into the TEN BILLION aggregate relationships in Mail, Messenger, Address Book, and other social areas of Yahoo! to recommend connections to our users.  Plus, we’ll begin surfacing users’ profile and connection information throughout Yahoo! as the whole Yahoo! network becomes more social, which will motivate users to activate connections. Developers will gain access to this Social Platform via RESTful APIs, giving you ways to query for a user's profile data and connections data (our Social API), ways to update a user’s presence across the network (Presence API), and an activity stream with an API for reading/writing a user’s activity (we call this “Updates”).</p>

<p><strong>Lotsa Standardized Web Services</strong></p>

<p>You want data?  Have we got data for you! And we’ll be delivering a lot more of it in the coming months. We’re working to get it to you in ways that won’t require "<a href="http://en.wikipedia.org/wiki/Rtfm">RTFM</a>" every time we release new APIs.  We’ve created a RESTful API standard to which most new Yahoo! API releases will adhere, including all of the Social Platform APIs mentioned above.  And some more news: we’ll be supporting <a href="http://oauth.net/">OAuth</a>  – look for the OAuth Consumer Key to replace the YDN App ID for new API signups here on the developer website very soon. </p>

<p><strong>The Yahoo! Application Platform (YAP)</strong></p>

<p>So now you have an out-of-the-box social graph, and wicked cool data to mashup.  How about some traffic?  How about some traffic from Yahoo! Mail, the Yahoo! Front Page, Yahoo! Search, My Yahoo! and the revamped Y! Profile?  The Yahoo! Application Platform will allow developers to build applications that plug directly into these Yahoo! pages and properties, starting today with an exciting developer's preview release into Yahoo! Search called <a href="http://developer.yahoo.com/searchmonkey">Search Monkey</a>. </p>

<p>As Yahoo! is a member of the <a href="http://ycorpblog.com/2008/03/25/announcing-the-opensocial-foundation/">OpenSocial Foundation</a>, YAP supports OpenSocial. Apps you’ve written for other OpenSocial-compliant application platforms should function on Yahoo! with minimal tweaking (and vice versa) -- or you can write apps that go directly to the Social Platform REST APIs; it’s up to you.  And YAP offers you the choice of hosting your app with Yahoo! or using your own server to proxy your app back to us. </p>

<p>Today’s announcement is just a hint of things to come. Get started today with <a href="http://developer.yahoo.com/searchmonkey">Search Monkey</a> and stay tuned for a cascade of more announcements as pieces continue to come online.  </p>

<p>We couldn’t be more excited to work with you to change Yahoo! and change the web.</p>

<p>Say it with me now: “Developers! Developers! Developers!” ;)</p>

<p><a href="http://kidsallright.com">Cody Simms</a><br />
Y!OS Product Management<br />
</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/04/introducing_the_1.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/04/introducing_the_1.html</guid>
<category>announcements</category>
<pubDate>Thu, 24 Apr 2008 07:26:32 -0800</pubDate>
</item>
<item>
<title>Start Monkeying Around</title>
<description><![CDATA[<p>In February, we began talking about our plans to open up <a href="http://search.yahoo.com/">Yahoo! Search</a> to <a href="http://www.ysearchblog.com/archives/000523.html">website owners</a> and all third-party <a href="http://www.ysearchblog.com/archives/000527.html">developers</a>. This new developer platform, which we’re calling SearchMonkey, uses data web standards and structured data to enhance the functionality, appearance, and usefulness of search results. </p>

<p>With SearchMonkey:</p>

<ul>
<li>Site owners can build enhanced search results that will provide searchers with a more useful experience by including links, images and name-value pairs in the search results for their pages (likely resulting in an increase in traffic quantity and quality).</li>
<li>Developers can build SearchMonkey apps that enhance search results, access Yahoo! Search’s user base and help shape the next generation of search.</li>
<li>Users can customize their search experience with apps built by or for their favorite sites.</li> 
</ul>

<p>As Ari Balogh, Yahoo!’s CTO,  will mention in his <a href="http://en.oreilly.com/webexsf2008/public/schedule/detail/3623">Web 2.0 Expo keynote </a> this morning, we’re rolling out a <a href="http://developer.yahoo.com/searchmonkey/">limited preview </a> of the SearchMonkey developer tool starting today. With this online tool, developers can build data services that can be used to present richer, more useful search results. These data services can be constructed using structured data either from the Yahoo! Search index or from publicly available sources (such as APIs). </p>

<p>In addition to signing up for the preview, head over to the Yahoo! Developer Network booth at Web 2.0 Expo to check out a demo. </p>

<p>And what’s a new product without a party to kick it off? We’re celebrating this component of our open platform with a Developer Event at our Sunnyvale campus on Thursday, May 15. If you’re interested in joining us, here’s <a href="http://developer.yahoo.com/searchmonkey/event.html">more information</a>. Hope to see you there!</p>

<p>Amit Kumar<br />
Chief SearchMonkey</p>

<p><em>[This post originally featured <a href="http://www.ysearchblog.com/archives/000534.html">on the Yahoo! Search blog</a>]</em></p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/04/start_monkeying.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/04/start_monkeying.html</guid>
<category>SearchMonkey</category>
<pubDate>Wed, 23 Apr 2008 23:13:24 -0800</pubDate>
</item>
<item>
<title>YSlow 0.9.5b1 Release - Addressing Firefox and Firebug Compatibility</title>
<description><![CDATA[<p>Committed to keeping up with the latest in Firefox and Firebug development, we’re happy to announce that a new version increment of <a href="http://developer.yahoo.com/yslow">YSlow</a> was released, mainly aiming at addressing compatibility. What’s in this release?<br />
<ul><br />
    <li>Firefox 3 beta 5 support<br />
    <li>Support for the latest versions of the different Firebug branches<br />
    <li>Pie chart representation of the components in the Stats tab<br />
    <li>Improved display in the expanded CSS expressions rule report in the Performance tab<br />
    <li>Support for disabled Firebug Net Panel (default behavior in Firebug 1.2)<br />
    <li>Misc fixes for the reports in the Tools section<br />
</ul></p>

<p>Looking at the diversity of Firefox/Firebug versions, these are the current available branches for Firefox and Firebug.</p>

<p>Firefox has two active branches:<br />
<ul><br />
    <li>Firefox 2 - the current version is 2.0.0.14, this is the stable production version<br />
    <li>Firefox 3 - the latest is 3.0. beta 5<br />
</ul></p>

<p>Firebug has 3 active branches:<br />
<ul><br />
    <li>Firebug 1 – the latest version being 1.05, this is the stable version<br />
    <li>Firebug 1.1 – the latest is 1.1.0 beta 12 <br />
    <li>Firebug 1.2 – the latest 1.2.0 alpha 21<br />
</ul></p>

<p>Firebug 1 doesn’t work with Firefox 3, so there are a total of 5 combinations and the YSlow 0.9.5b1 has been successfully tested on all of them:</p>

<table border="1">
    <tr>
        <td>&nbsp;</td>
        <td>Firebug 1</td>
        <td>Firebug 1.1</td>
        <td>Firebug 1.2</td>
    </tr>
    <tr>
        <td>Firefox 2</td>
        <td>Yes</td>
        <td>Yes</td>
        <td>Yes</td>
    </tr>
    <tr>
        <td>Firefox 3</td>
        <td>N/A</td>
        <td>Yes</td>
        <td>Yes</td>
    </tr>
</table>

<p>You can download the tool <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">here</a>, report bugs <a href="http://developer.yahoo.com/yslow/feedback.html">here</a>, read the <a href="http://developer.yahoo.com/performance/rules.html">performance rules</a>, and participate in the <a href="http://tech.groups.yahoo.com/group/exceptional-performance/">performance mailing  list</a> discussions. Also make sure you keep an eye on our performance-related postings on <a href="http://developer.yahoo.net/blog/archives/performance/">YDN</a> and <a href="http://yuiblog.com/blog/category/performance/">YUI Blog</a>.</p>

<p>Enjoy,</p>

<p>Yahoo! Exceptional Performance</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/04/yslow_095b1_rel.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/04/yslow_095b1_rel.html</guid>
<category>performance</category>
<pubDate>Wed, 23 Apr 2008 10:37:20 -0800</pubDate>
</item>
<item>
<title>Fireball - Location-based event microblogging using Twitter, Upcoming and Fire Eagle</title>
<description><![CDATA[<p>Just in time for the O'Reilly Web 2.0 Expo at the Moscone Center in San Francisco, a team of developers - Leonard Lin, Steve Marshall, and Kellan Elliott-McCrea - have released <a href="http://fireballapp.com/">Fireball</a>, a location-sharing mashup built on <a href="http://fireeagle.yahoo.com">Fire Eagle</a>, <a href="http://twitter.com">Twitter</a>, and <a href="http://upcoming.org">Upcoming</a>. </p>

<p><a href="http://fireballapp.com/"><img alt="fireball.jpg" src="http://developer.yahoo.net/blog/fireball.jpg" width="500" height="377" alt="Screenshot of the Fireball application" style="border:1px solid #ccc;padding:5px;margin:10px auto"></a></p>

<p><br />
It doesn't require you to join and populate "yet another" social network app, since it builds on existing services, using Twitter as an interface and to bring your social graph to bear, Fire Eagle for secure sharing of your location, and Upcoming for cross-correlating events and locations.</p>

<p>Says <a href="http://laughingmeme.com">Kellan</a>, a Flickr application engineer "building technology solutions for social problems":</p>

<blockquote>What I love about Fire Eagle is that we aren't asking people to change their behavior (much), just helping people make sense of the information deluge.  Answering the eternal "It's 3am, do you know where your friends are?" questions.  I think it's pretty amazing that we have the "small pieces loosely joined" to build a tool like Fireball, that lives in existing tools, and uses APIs, and Jabber to tie it all together.</blockquote>

<p>Fireball developer Leonard Lin agrees:</p>

<blockquote>We didn't want to write a brand new "app," per se. We wanted to add some features onto things you already use. I just want Twitter with location. It doesn't make sense to have to rewrite Twitter to get one new feature.</blockquote>

<p>Christian Crumlish<br>Yahoo Developer Network</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/04/fireball_locati.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/04/fireball_locati.html</guid>
<category>technology</category>
<pubDate>Tue, 22 Apr 2008 16:45:35 -0800</pubDate>
</item>
<item>
<title>YUIBlog: Decoupling - A cleaner way to make modules of an application talk to each other</title>
<description><![CDATA[<p>Over at the official blog of the <a href="http://developer.yahoo.com/yui">Yahoo! User Interface Library</a> we have a guest post by Caridy Patiño, developer of the  YUI-based <a href="http://bubbling-library.com">Bubbling Library</a> talking about decoupling. </p>

<p>In essence, this technique allows you to create large JavaScript-based web applications that have independent modules that communicate with another independent of the availability of the other module. This is a small improvement to the Custom Event model used in the YUI as it makes your apps less dependent on performance and execution order.</p>

<p><a href="http://yuiblog.com/blog/2008/04/22/caridy-decoupling/">Read more about Decoupling with the YUI on the YUI blog</a>.</p>]]></description>
<link>http://developer.yahoo.net/blog/archives/2008/04/yuiblog_decoupl.html</link>
<guid>http://developer.yahoo.net/blog/archives/2008/04/yuiblog_decoupl.html</guid>
<category>technology</category>
<pubDate>Tue, 22 Apr 2008 14:39:29 -0800</pubDate>
</item>


</channel>
</rss>