<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:www.readwriteweb.com,2011:/1/tag:www.readwriteweb.com,2009://1.14889-</id>
  <updated>2011-08-16T17:21:25Z</updated>
  <title>Comments for Developers: Never Mind the APIs, Here&apos;s YQL Execute</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.35-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=14889" title="Developers: Never Mind the APIs, Here's YQL Execute" />
    <published>2009-05-02T17:00:00Z</published>
    <updated>2009-05-03T04:04:35Z</updated>
    <title>Developers: Never Mind the APIs, Here&apos;s YQL Execute</title>
    <summary>&quot;I Tried YQL Execute and All I Got Was an Authenticated Javascript API Processing Layer in the Cloud&quot; There&apos;s a great amount of data available on the Web in APIs or even straight HTML. It&apos;s all there for the parsing - and parsed data from social media in particular is held to be a goldmine....</summary>
    <author>
      <name>Jolie O&apos;Dell</name>
      
    </author>
    
    <category term="Web Development" />
    
    <category term="Yahoo" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/yahoo.jpg"/><strong>"I Tried YQL Execute and All I Got Was an Authenticated Javascript API Processing Layer in the Cloud"</strong></p>

<p>There's a great amount of data available on the Web in APIs or even straight HTML. It's all there for the parsing - and parsed data from social media in particular is held to be a goldmine. But traditionally, it's the heavy lifting (the broad variety of programming languages used in APIs, the challenges presented by complicated authentications, the occasional need for massive pipes) that has made accessing and sorting data into useful applications a laborious process.</p>

<p>Yahoo!, chiefly to serve the needs of its own engineers, has been developing a sophisticated solution that is agnostic across all Internet platforms and that lowers both the burden of labor and the barriers to entry for social and other web application developers, many of whom are already singing the praises of the newly released <a href="http://developer.yahoo.net/blog/archives/2009/04/yql_execute.html">YQL Execute</a>.</p>]]>
      <![CDATA[<p>"It adds a lot of power," said Mike Cannon-Brooks, co-founder of <a href="http://www.atlassian.com/">Atlassian</a>, an Australian collaboration and development software company widely recognized as <a href="http://itsinsider.com/2009/02/25/and-the-academy-award-goes-to-atlassian/">one of the biggest stars in the Enterprise 2.0 world</a>.</p>

<p>"YQL Execute allows you to build tables of data from other sources online, using Javascript as a programming language and run it on Yahoo's servers, so the infrastructure needs are very small."</p>

<p>In the slightly more technical language presented on the <a href="http://developer.yahoo.net/blog/archives/2009/04/yql_execute.html">Yahoo! Developer Network Blog</a>, "The Execute element can contain arbitrary developer code that the YQL data engine runs during the processing of a YQL statement."</p>

<p>It also handles authentication for third party sites.</p>

<p>Is there anything like it currently on the market?</p>

<p>"Nothing... It's pretty awesome," said Cannon-Brooks.</p>

<p><img src="http://www.readwriteweb.com/yqlscreen610.jpg"/></p>

<h2>Yahoo! Query Language</h2>
According to Yahoo! Chief Technologist Sam Pullara, the idea behind <a href="http://developer.yahoo.com/yql/">YQL</a> (launched in October 2008) was to create an agnostic query language similar to SQL, a language familiar to most developers, and let developers use that language to use the Internet as a huge database. "If you make it universally and simply accessible so every application developer doesn't have to learn every API, it's be easier for developers to create apps from the data users have taken so much time to make available on the Internet."

<p>Although YQL looks a lot like SQL, it treats the info on the web as a virtual table that developers can manipulate in a standardized way, regardless of the API that data came from. Developers only had to know how to use YQL to quickly create simple mashups.</p>

<h2>Open Data Tables</h2>
Then, this February, Yahoo! launched <a href="http://developer.yahoo.com/yql/guide/yql-opentables-chapter.html">open data tables</a>. "Initially," said Pullara, "we had a lot of default tables in the system, mostly Yahoo! API,  things like Flickr, local search, Yahoo! weather. For accessing the rest of the Internet, we created dynamic tables that understood things like XML, Atom, RSS, comma-separated value tables such as spreadsheets, etc. Dynamic tables let you access them but not abstract them. Open data tables let you map a 3rd party site, making the data accessible with YQL."

<p>YQL was used to support a broad range of APIs, almost anything publicly available online, from FriendFeed and Google Reader to the Guardian newspaper. "No one has yet pointed out an API they can't figure out how to map," said Pullara.</p>

<p>However, some data could not be accessed without authentication, such as Google Calendar or Netflix.  Those APIs were very often very sophisticated and even complicated for the end developer.  For these APIs, Yahoo! rolled out YQL Execute on April 29.</p>

<h2>YQL Execute</h2>
"With Execute," said Pullara, "the code only needs to be written once, and not necessarily by the app developer. The authentication is all covered by the Yahoo cloud."

<p>YQL Execute also allows developers to access multiple services and get a single result back. For example, an app developer could call up New York Times articles with specific tags AND Flickr photos with related tags; YQL Execute would return a combined result with both articles and related photographs. Another benefit for developers is the use of the massive Yahoo! infrastructure, as all the heavy lifting of data is done on Yahoo! servers.</p>

<p>And because of the speed, simplicity, and scope of these tools, implications now range much farther than simple mashups. With access to authenticated and private data, more sophisticated applications can be written quickly and easily.</p>

<h2>The Dark Side</h2>
"The fact is this: If you do not patent, if you do not copyright, if you do not privatize, and if you do not own, you will be ripped off by someone; and you asked for it."

<p>The above quotation is from <a href="http://twitter.com/sdreinhart1975">Scott D. Reinhart</a>, who has been eyeball-deep in application development longer than many "social media gurus" have been out of high school.</p>

<p>Right alongside the generally held social media dictum that a <a href="http://www.thewebissocial.com/2009/02/because-your-data-is.html">rich data stream is inherently bankable</a>, there is the hotly debated issue of data ownership. Especially when data is made more valuable by having been parsed, organized, and compared, and most especially when someone creates a revenue stream from previously unmonetizable data, questions of ownership and copyright flare up around the social web.</p>

<p>"Public APIs allow you to easily develop using mature platforms," said Reinhart, "but they [large IT and social media companies] usually have a hidden intention. In this case they advocate putting your database layer onto their systems... So let's say I use the Yahoo! data layer, I use BizSpark to get my development tools, and I am making MySpace (Open Social) and Facebook apps using jQuery - who owns my code? Technically, they own everything. They can claim I just made a mashup.</p>

<p>"I would, as someone approaching these systems, stop drinking the Kool-Aid and read the terms of use. Check what it says about ownership."</p>

<h2>Yahoo! Servers for YQL Developers</h2>
However, Pullara said of Yahoo!'s claim to developers' IP, "We don't own anything.

<p>"If you create an open data table, there's no requirement to upload it to Yahoo! We do cache data that we pull from APIs and the web to make it faster, but we don't store that data. It passes through without being collected for permanent storage."</p>

<p>By contrast, with other services such as Google or Amazon Web Services, developers are required to upload their data, which is stored and executed on the company's systems. In using Yahoo! YQL, a developer's data has "a very transient experience and expires from the cache," said Pullara. "It's a convenience, not a requirement in any way."</p>

<h2>The Price of Free</h2>
Yahoo! has begun investigating potential commercialization of YQL technologies. 

<p>"We want to enable rather than discourage more useage ," said Pullara. "And while people don't want to pay, they do want to know they're a customer and have a relationship with Yahoo!"</p>

<p>Currently, Yahoo! has set certain limits on use of their infrastructure. App developers are limited to 100,000 calls per day, per IP address. If the application runs in a browser (hence, on many different IPs), it's a non-issue. Pullara said, "The limit targets those who would abuse the platform... people who might spin up DoS attacks. You have to have controls in place to make sure that doesn't happen."</p>

<p>Many developers are enthusiastic about the legitimate and value-adding implementations of the technologies. "The YQL improvements are just sex on legs," said Cannon-Brooks via Twitter. "The most exciting, least talked about 'tech of now' is YQL."</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:285614</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c285614" />
    <title>Comment from Builders Victoria on 2010-12-06</title>
    <author>
        <name>Builders Victoria</name>
        <uri>http://localbuilders.com.au/builders_victoria.htm</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://localbuilders.com.au/builders_victoria.htm">
        <![CDATA[<p>Nice work.  Well over my head though.</p>]]>
    </content>
    <published>2010-12-07T03:07:23Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:249812</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c249812" />
    <title>Comment from Rafael Ventura on 2010-10-04</title>
    <author>
        <name>Rafael Ventura</name>
        <uri>http://www.focusontop.es</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.focusontop.es">
        <![CDATA[<p>Well, I've tried YQL but only few records are retrieved. I ask for OAuth key, but no clue on how can I use it to get more data.<br />
Would you advise me on how to proceed?<br />
Regards,<br />
R. V.</p>]]>
    </content>
    <published>2010-10-04T11:01:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:243883</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c243883" />
    <title>Comment from Local Builders on 2010-09-11</title>
    <author>
        <name>Local Builders</name>
        <uri>http://www.localbuilders.com.au</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.localbuilders.com.au">
        <![CDATA[<p>ok I've got so much to learn, but wanted to say thanks for taking the time to write this.</p>

<p>Adrian. <br />
Australia</p>]]>
    </content>
    <published>2010-09-12T04:18:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:167828</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c167828" />
    <title>Comment from Komik Videolars on 2009-11-10</title>
    <author>
        <name>Komik Videolars</name>
        <uri>http://www.videosayfasi.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.videosayfasi.net">
        <![CDATA[<p>Cool, what about writing to a api provider ?<br />
These examples show only some read, but there is no PUT/write requests..</p>]]>
    </content>
    <published>2009-11-10T19:02:30Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:155751</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c155751" />
    <title>Comment from gruby on 2009-09-03</title>
    <author>
        <name>gruby</name>
        <uri>http://www.kickaf1.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kickaf1.com">
        <![CDATA[<p>One word: Tough. Introducing the all-new Danner <a href="http://www.kickaf1.com" rel="nofollow">Nike  Air  Force Ones 2009</a> Hot boot </p>
<p><a href="http://www.kickaf1.com" rel="nofollow">Cheap Nike  Air Force Ones</a> shoes is very popular in the market,</p>
<p> <a href="http://www.kickaf1.com" rel="nofollow">New  Nike  Air Force Ones</a> also is  my favorite. </p>
<a href="http://www.kickaf1.com" rel="nofollow">http://www.kickaf1.com</a>]]>
    </content>
    <published>2009-09-03T15:40:29Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:154349</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c154349" />
    <title>Comment from  asics zoon on 2009-08-25</title>
    <author>
        <name> asics zoon</name>
        <uri>http://www.touchasics.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.touchasics.com">
        <![CDATA[<p>Welcome to <a href="http://www.touchasics.com/" rel="nofollow">asics gt 2140</a>!There are <a href="http://www.touchasics.com/asics-shoes-c-17.html?zenid=ded1ca6c3bf7f030151e4499973163ba" rel="nofollow">best running shoes</a> at <a href="http://www.touchasics.com/asics-shoes-mens-onitsuka-tiger-mexico-66-c-17_19.html" rel="nofollow">www.touchasics.com</a>,our <a href="http://www.touchasics.com/asics-shoes-mens-onitsuka-tiger-midrunner-c-17_21.html" rel="nofollow">asics under armour shoes</a> are anthentic and one hundred percent originals package,<a href="http://www.touchasics.com/asics-shoes-mens-onitsuka-tiger-mini-c-17_20.html" rel="nofollow">good running shoes</a> here are just stocked from container order of <a href="http://www.touchasics.com/asics-shoes-womens-onitsuka-tiger-mexico-66-c-17_18.html" rel="nofollow">asics</a> abroad like orders cooperated for wal-mart and so on.So there are various styles and enough size that you may interest here.And due to certain stocks from our own factory and non tax fees home and abroad,we develop our business enlarging cooperation broadly via sample offering and free shipping here.So price here shown to you are too cheap based at the reason above.Just come on and catch a chance to enforce our development here.</p>]]>
    </content>
    <published>2009-08-26T02:34:41Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:153392</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c153392" />
    <title>Comment from http://www.yourdvdsale.com on 2009-08-20</title>
    <author>
        <name>http://www.yourdvdsale.com</name>
        <uri>http://www.yourdvdsale.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.yourdvdsale.com">
        <![CDATA[<p>  <a href="http://www.yourdvdsale.com/cartoon-dvd-c-446.html" rel="nofollow">Cartoon DVD </a><br />
  <a href="http://www.yourdvdsale.com" rel="nofollow">TV series DVD</a><br />
  <a href="http://www.yourdvdsale.com" rel="nofollow">dvd decrypter</a></p>]]>
    </content>
    <published>2009-08-20T08:42:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:140578</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c140578" />
    <title>Comment from real estate on 2009-06-02</title>
    <author>
        <name>real estate</name>
        <uri>http://www.propertynow.com.au</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.propertynow.com.au">
        <![CDATA[<p>I'm with you on this Evan. Anything that helps to further democratise online product development is a step in the right direction and I must say long overdue as well.</p>

<p>Andrew. Australia</p>]]>
    </content>
    <published>2009-06-02T15:07:10Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:140303</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c140303" />
    <title>Comment from sesli on 2009-05-30</title>
    <author>
        <name>sesli</name>
        <uri>http://www.zirvesesli.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.zirvesesli.com">
        <![CDATA[<p>thanks for comments</p>]]>
    </content>
    <published>2009-05-30T22:24:14Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:139678</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c139678" />
    <title>Comment from söve on 2009-05-26</title>
    <author>
        <name>söve</name>
        <uri>http://www.biancaboya.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.biancaboya.com">
        <![CDATA[<p>Your attorney söve is not the most qualified person to assist in dealing with your söve emotional pain/recovery (that is no more so söve than a good friend lending an ear). Although a significant amount söve of personal information is shared during the divorce process between an attorney and client, söve and often times a certain amount of hand holding occurs, an attorney is unable, and should not become a therapist söve or counselor. You'll get more per söve fee dollar if you keep söve distinct the roles an attorney and therapist play. No one will ever argue that söve the dissolution process is easy.</p>]]>
    </content>
    <published>2009-05-26T08:19:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:139468</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c139468" />
    <title>Comment from Marshall Kirkpatrick on 2009-05-24</title>
    <author>
        <name>Marshall Kirkpatrick</name>
        <uri>http://friendfeed.com/marshallk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/marshallk">
        <![CDATA[<p>RWW's @jolieodell dares to tackle the powerful beast that is the new YQL Execute <a href="http://bit.ly/J1gxO" rel="nofollow">http://bit.ly/J1gxO</a> and so far has lived to tell the tale [from <a href="http://twitter.com/marshallk/statuses/1680054262]" rel="nofollow">http://twitter.com/marshallk/statuses/1680054262]</a></p>]]>
    </content>
    <published>2009-05-24T17:39:37Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:139193</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c139193" />
    <title>Comment from Elijah Grey on 2009-05-22</title>
    <author>
        <name>Elijah Grey</name>
        <uri>http://eligrey.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://eligrey.com/">
        <![CDATA[<p>@Sam That was me on Hacker news :P "Sephr"</p>]]>
    </content>
    <published>2009-05-22T19:55:15Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:138934</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c138934" />
    <title>Comment from Sam on 2009-05-20</title>
    <author>
        <name>Sam</name>
        <uri>http://www.javarants.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.javarants.com">
        <![CDATA[<p>The latest version of YQL has been deployed and supports Access-Control-Allow-Origin.</p>]]>
    </content>
    <published>2009-05-20T22:16:48Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136551</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136551" />
    <title>Comment from Sam on 2009-05-04</title>
    <author>
        <name>Sam</name>
        <uri>http://www.javarants.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.javarants.com">
        <![CDATA[<p>We are actually going to add Access-Control-Allow-Origin in the next push after seeing the suggestion on Hacker News.  Seems like a great thing, wish more browsers supported it.<br />
</p>]]>
    </content>
    <published>2009-05-05T06:20:42Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136411</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136411" />
    <title>Comment from Elijah Grey on 2009-05-03</title>
    <author>
        <name>Elijah Grey</name>
        <uri>http://eligrey.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://eligrey.com/">
        <![CDATA[<p>They won't even consider adding an Access-Control-Allow-Origin: * header to their XML or JSON output. It's either give Yahoo full control of your website or do it server-side, making secure standalone webapps impossible.</p>]]>
    </content>
    <published>2009-05-03T22:52:01Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136353</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136353" />
    <title>Comment from I&apos;ve been wondering about With YQL Execute on 2009-05-02</title>
    <author>
        <name>I&apos;ve been wondering about With YQL Execute</name>
        <uri>http://8posts.blogspot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://8posts.blogspot.com/">
        <![CDATA[<p>With Execute, developers <a href="http://8posts.blogspot.com/" rel="nofollow">now have full control </a>of how the data is fetched into YQL and how it’s presented back to the user. With Open Data Tables, developers can build tables that manipulate, change, and sign the URLs to access almost any protected content, allowing YQL access and combining data across a variety of different authenticated services such as Netflix or Twitter.<br />
</p>]]>
    </content>
    <published>2009-05-03T04:07:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136345</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136345" />
    <title>Comment from Joe on 2009-05-02</title>
    <author>
        <name>Joe</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>One correction Jolie. It's "Processing" not "Proccesing".</p>]]>
    </content>
    <published>2009-05-02T22:49:36Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136340</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136340" />
    <title>Comment from http://openid.aol.com/zdwiel on 2009-05-02</title>
    <author>
        <name>http://openid.aol.com/zdwiel</name>
        <uri>http://dwiel.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dwiel.net">
        <![CDATA[<p>I've actually been working on a similar open source project called <a href="dwiel.net/Axpress" rel="nofollow">Axpress</a> for a while now.  I really like the idea of a query language which provides access to multiple databases, and databases which don't yet exist - or require computation to create on the fly.  A query language like YQL or Axpress is a potential next step to providing an interface which understands natural language.</p>]]>
    </content>
    <published>2009-05-02T20:27:38Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136339</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136339" />
    <title>Comment from mukesh on 2009-05-02</title>
    <author>
        <name>mukesh</name>
        <uri>http://www.fastrealestate.com.au</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fastrealestate.com.au">
        <![CDATA[<p>Consider therapy or counseling. A divorce is never easy. Your attorney is not the most qualified person to assist in dealing with your emotional pain/recovery (that is no more so than a good friend lending an ear). Although a significant amount of personal information is shared during the divorce process between an attorney and client, and often times a certain amount of hand holding occurs, an attorney is unable, and should not become a therapist or counselor. You'll get more per fee dollar if you keep distinct the roles an attorney and therapist play. No one will ever argue that the dissolution process is easy. There are however various ways to make this period of time less painful and stressful for everyone involved. <br />
-------------<br />
mukesh251<br />
<a href="http://www.fastrealestate.com.au" rel="nofollow">real estate</a> - real estate<br />
</p>]]>
    </content>
    <published>2009-05-02T20:23:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136337</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136337" />
    <title>Comment from mukesh on 2009-05-02</title>
    <author>
        <name>mukesh</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Consider therapy or counseling. A divorce is never easy. Your attorney is not the most qualified person to assist in dealing with your emotional pain/recovery (that is no more so than a good friend lending an ear). Although a significant amount of personal information is shared during the divorce process between an attorney and client, and often times a certain amount of hand holding occurs, an attorney is unable, and should not become a therapist or counselor. You'll get more per fee dollar if you keep distinct the roles an attorney and therapist play. No one will ever argue that the dissolution process is easy. There are however various ways to make this period of time less painful and stressful for everyone involved. <br />
-------------<br />
mukesh251<br />
<a href="http://www.fastrealestate.com.au" rel="nofollow">real estate</a> - real estate<br />
</p>]]>
    </content>
    <published>2009-05-02T20:13:56Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136336</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136336" />
    <title>Comment from Evan on 2009-05-02</title>
    <author>
        <name>Evan</name>
        <uri>http://www.pievscake.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.pievscake.com">
        <![CDATA[<p>This sounds like an incredible service that could further democratize online product development. More and more, data is becoming an unlimited resource. I think data 'ownership' will be come less important and less valuable. Just knowing something about a consumer is no longer enough to provide a competitive advantage, you need to know what to do with that knowledge as well.</p>

<p>Evan</p>]]>
    </content>
    <published>2009-05-02T20:11:06Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136330</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136330" />
    <title>Comment from Lyubomir Petrov on 2009-05-02</title>
    <author>
        <name>Lyubomir Petrov</name>
        <uri>http://bizz.bg/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bizz.bg/">
        <![CDATA[<p>Cool, what about writing to a api provider ?<br />
These examples show only some read, but there is no PUT/write requests..</p>]]>
    </content>
    <published>2009-05-02T18:51:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136324</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136324" />
    <title>Comment from Jolie O&apos;Dell on 2009-05-02</title>
    <author>
        <name>Jolie O&apos;Dell</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@homepage - That was kind of the point of YQL, to be similar enough to SQL that devs wouldn't have to learn a new language.</p>]]>
    </content>
    <published>2009-05-02T17:56:15Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14889-comment:136322</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14889" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/theres_a_great_amount_of.php#c136322" />
    <title>Comment from homepage on 2009-05-02</title>
    <author>
        <name>homepage</name>
        <uri>http://sthrt.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sthrt.com">
        <![CDATA[<p>Cool... lot's a data, but another tool and language to learn.</p>]]>
    </content>
    <published>2009-05-02T17:53:41Z</published>
  </entry>

</feed>
