| Index: src/site/docs/tutorials/fetchdata/index.markdown
|
| diff --git a/src/site/docs/tutorials/fetchdata/index.markdown b/src/site/docs/tutorials/fetchdata/index.markdown
|
| index 95fb5b25da69c76816a22c292dec8a6c653d347e..0ba59d751ad33303ea8be2ed4551374dea67dc53 100644
|
| --- a/src/site/docs/tutorials/fetchdata/index.markdown
|
| +++ b/src/site/docs/tutorials/fetchdata/index.markdown
|
| @@ -5,6 +5,10 @@ description: "Use HttpRequest to fetch data from a file or a server."
|
| has-permalinks: true
|
| tutorial:
|
| id: fetchdata
|
| +next: forms
|
| +next-title: "Get Input from a Form"
|
| +prev: custom-elements
|
| +prev-title: "Define a Custom DOM Tag"
|
| ---
|
|
|
| {% capture whats_the_point %}
|
| @@ -67,7 +71,7 @@ and thus are subject to the browser's security restrictions.
|
| * [About URIs and HTTP requests](#about-uris)
|
| * [Using the getString() function to load a file](#using-getString-function)
|
| * [Using an HttpRequest object to load a file](#making-a-get-request)
|
| -* [Further resources](#further-resources)
|
| +* [Other resources](#other-resources)
|
|
|
| ##About JSON
|
|
|
| @@ -453,7 +457,7 @@ to create the String objects specified by the JSON string.
|
|
|
| 
|
|
|
| -##Further resources
|
| +##Other resources
|
|
|
| Check out Chris Buckett's article,
|
| <a href="/articles/json-web-service/"
|
| @@ -461,24 +465,6 @@ Check out Chris Buckett's article,
|
| for more information and an example with source code for both
|
| client and server programs.
|
|
|
| -<hr>
|
| -
|
| -<div class="row">
|
| - <div class="span3">
|
| - <a href="/docs/tutorials/custom-elements/"><i class="icon-chevron-left"> </i> Define a Custom DOM Tag</a>
|
| - </div>
|
| - <div class="span3">
|
| -<a href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback"
|
| - target="_blank">
|
| -<i class="icon-comment"> </i>
|
| -Send feedback
|
| -</a>
|
| - </div>
|
| - <div class="span3">
|
| - <a href="/docs/tutorials/forms/" class="pull-right">Get Input from a Form <i class="icon-chevron-right"> </i> </a>
|
| - </div>
|
| -</div>
|
| -
|
| {% endcapture %}
|
|
|
| {% include tutorial.html %}
|
|
|