Skip to content

Commit

Permalink
oh, removed html tags, i got used to writing HTML :)
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed May 14, 2010
1 parent 5bd3c97 commit 1f68bb6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README
@@ -1,16 +1,13 @@
<h2>Spry.Data.YQLDataSet</h2>
Spry.Data.YQLDataSet

<p> A extension for Spry Data Sets. </p>
A extension for Spry Data Sets

<b>Twitter example</b>
<pre class="console">
Twitter example
var ds1 = new Spry.Data.YQLDataSet( 'select * from twitter.user.timeline where (id = "3rdEden")', "entry", { timeout: 10000 } );
</pre>

<b>Reading and processing external feeds</b>
<pre class="console">
var ds3 = new Spry.Data.YQLDataSet( 'select * from feed where url="http://blogs.adobe.com/spryteam/atom.xml" LIMIT 5', "entry" );
Reading and processing external feeds:

var ds3 = new Spry.Data.YQLDataSet( 'select * from feed where url="http://blogs.adobe.com/spryteam/atom.xml" LIMIT 5', "entry" );
ds3.addObserver({
onPostLoad:function(){
var data = ds3.data,
Expand All @@ -26,4 +23,3 @@ ds3.addObserver({
}
}
});
</pre>

0 comments on commit 1f68bb6

Please sign in to comment.