Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 col1: | 1 col1: |
| 2 - | 2 - |
| 3 heading: polymer.dart | |
| 4 anchor: polymer_dart | |
| 5 screenshot: tracker.png | |
| 6 caption: "Tracker: A task management tool" | |
| 7 link: tracker/ | |
| 8 examples: | |
| 9 - | |
| 10 title: Defining a custom element | |
| 11 explanation_url: /docs/tutorials/polymer-intro | |
| 12 tryit_url: stopwatch/ | |
| 13 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/stopwatch | |
| 14 description: Install Polymer, define and use a simple custom element. | |
| 15 - | |
| 16 title: Searchable List | |
| 17 explanation_url: https://github.com/dart-lang/sample-searchable-list/blo b/master/README.md | |
| 18 tryit_url: searchable_list/ | |
| 19 source_url: https://github.com/dart-lang/sample-searchable-list | |
| 20 description: Use data binding to make any list searchable. | |
| 21 - | |
| 22 title: Get input from a form | |
| 23 explanation_url: /docs/tutorials/forms | |
| 24 tryit_url: slambook/ | |
| 25 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/slambook | |
| 26 description: Use data binding to work with form data in Polymer. | |
| 27 - | |
| 28 title: TodoMVC | |
| 29 explanation_url: https://github.com/dart-lang/sample-todomvc-polymer/blo b/master/README.md | |
| 30 tryit_url: todomvc/ | |
| 31 source_url: https://github.com/dart-lang/sample-todomvc-polymer/ | |
| 32 description: A Polymer implementation of the the canonical todo app. | |
| 33 - | |
| 34 title: Polymer and internationalization | |
| 35 explanation_url: https://github.com/dart-lang/sample-polymer-intl/blob/m aster/README.md | |
| 36 tryit_url: polymer_intl/ | |
| 37 source_url: https://github.com/dart-lang/sample-polymer-intl | |
| 38 description: Simple demonstration of internationalization and localizati on with Polymer. | |
| 39 - | |
| 40 title: A task management tool | |
| 41 explanation_url: https://github.com/dart-lang/sample-tracker/blob/master /README.md | |
| 42 tryit_url: tracker/ | |
| 43 source_url: https://github.com/dart-lang/sample-tracker | |
| 44 description: A full Polymer app with multiple custom elements. | |
| 45 - | |
| 46 heading: Using JavaScript from Dart | |
| 47 anchor: using_javascript_from_dart | |
| 48 screenshot: google_maps.png | |
| 49 caption: "Using the JavaScript API with dart:js: Google Maps" | |
| 50 link: google_maps/ | |
| 51 examples: | |
| 52 - | |
| 53 title: "Google Maps" | |
| 54 explanation_url: https://github.com/dart-lang/sample-google-maps/blob/ma ster/README.md | |
| 55 tryit_url: google_maps/ | |
| 56 source_url: https://github.com/dart-lang/sample-google-maps | |
| 57 description: Using the Google Maps JavaScript API with the dart:js libra ry. | |
| 58 - | |
| 59 title: Using the Google Charts Visualization API | |
| 60 explanation_url: https://github.com/dart-lang/sample-gauge/blob/master/R EADME.md | |
| 61 tryit_url: gauge/ | |
| 62 source_url: https://github.com/dart-lang/sample-gauge | |
| 63 description: Intermediate level app that shows the use of JavaScript and Dart interoperability. | |
| 64 - | |
| 65 title: Fetching data using JSONP | |
| 66 explanation_url: https://github.com/dart-lang/sample-jsonp/blob/master/R EADME.md | |
| 67 tryit_url: jsonp/ | |
| 68 source_url: https://github.com/dart-lang/sample-jsonp/ | |
| 69 description: Use JSONP to see the GitHub repos for dart-lang. | |
| 70 | |
| 71 - | |
| 72 heading: Working with the I/O library | |
| 73 anchor: io | |
| 74 screenshot: search.png | |
| 75 caption: "Dartiverse Search: A search app using HttpServer and WebSockets" | |
| 76 link: https://github.com/dart-lang/sample-dartiverse-search | |
| 77 examples: | |
| 78 - | |
| 79 title: Searching files for content | |
| 80 explanation_url: https://github.com/dart-lang/sample-dgrep/blob/master/R EADME.md | |
| 81 source_url: https://github.com/dart-lang/sample-dgrep/ | |
| 82 description: A short app that shows how to work with file and directorie s asynchronously. | |
| 83 - | |
| 84 title: Concatenating files | |
| 85 explanation_url: https://github.com/dart-lang/sample-dcat/blob/master/RE ADME.md | |
| 86 source_url: https://github.com/dart-lang/sample-dcat/ | |
| 87 description: Use streams to read files and process I/O. | |
| 88 - | |
| 89 title: A search app using HttpServer and WebSockets | |
| 90 title: "Dartiverse Search: A search app using HttpServer and WebSockets" | |
| 91 explanation_url: https://github.com/dart-lang/sample-dartiverse-search/b lob/master/README.md | |
| 92 source_url: https://github.com/dart-lang/sample-dartiverse-search/ | |
| 93 description: A full app with a server and a client to search for Dart on StackOverflow and GitHub. | |
| 94 - | |
| 95 heading: Animation and graphics | 3 heading: Animation and graphics |
| 96 anchor: animation_and_graphics | 4 anchor: animation_and_graphics |
| 97 screenshot: stagexl.png | 5 screenshot: stagexl.png |
| 98 caption: "FlipBook: Sprite sheet animations with StageXL" | 6 caption: "FlipBook: Sprite sheet animations with StageXL" |
| 99 link: http://www.stagexl.org/samples/flipbook/ | 7 link: http://www.stagexl.org/samples/flipbook/ |
| 100 examples: | 8 examples: |
| 101 - | 9 - |
| 102 title: Working with requestAnimationFrame | 10 title: Working with requestAnimationFrame |
| 103 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/speed/animations#working-with-requestanimationframe | 11 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/speed/animations#working-with-requestanimationframe |
| 104 tryit_url: raf/ | 12 tryit_url: raf/ |
| 105 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/speed/animations | 13 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/speed/animations |
| 106 description: A sample that demonstrates the correct way to use rAF. | 14 description: A sample that demonstrates the correct way to use rAF. |
| 107 - | 15 - |
| 108 title: 2D solar system animation | |
| 109 explanation_url: https://github.com/dart-lang/sample-solar/blob/master/R EADME.md | |
| 110 tryit_url: solar/ | |
| 111 source_url: https://github.com/dart-lang/sample-solar/ | |
| 112 description: A solar system implementation using Canvas. | |
| 113 | |
| 114 - | |
| 115 title: 3D solar system animation | 16 title: 3D solar system animation |
| 116 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/webgl/solar3d#3d-solar-system-simulation | 17 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/webgl/solar3d#3d-solar-system-simulation |
| 117 tryit_url: solar3d/ | 18 tryit_url: solar3d/ |
| 118 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/webgl/solar3d | 19 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/webgl/solar3d |
| 119 description: A solar system implementation using WebGL. | 20 description: A solar system implementation using WebGL. |
| 120 - | 21 - |
| 121 title: Using image filters with canvas | 22 title: Using image filters with canvas |
| 122 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/canvas/imagefilters#using-image-filters-with-canvas | 23 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/canvas/imagefilters#using-image-filters-with-canvas |
| 123 tryit_url: imagefilters/ | 24 tryit_url: imagefilters/ |
| 124 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/canvas/imagefilters | 25 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/canvas/imagefilters |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 214 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/webaudio/intro | 115 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/webaudio/intro |
| 215 description: Sample that shows processing and synthesizing audio using t he Web Audio API. | 116 description: Sample that shows processing and synthesizing audio using t he Web Audio API. |
| 216 - | 117 - |
| 217 title: Using the Files API | 118 title: Using the Files API |
| 218 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/file/dndfiles#using-the-file-api | 119 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/h tml5/web/file/dndfiles#using-the-file-api |
| 219 tryit_url: dndfiles/ | 120 tryit_url: dndfiles/ |
| 220 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/file/dndfiles | 121 source_url: https://github.com/dart-lang/dart-samples/tree/master/html5/ web/file/dndfiles |
| 221 description: Select a file using a form input, or using drag and drop, a nd monitor progress while uploading a file. | 122 description: Select a file using a form input, or using drag and drop, a nd monitor progress while uploading a file. |
| 222 | 123 |
| 223 - | 124 - |
| 224 heading: Touch events | |
| 225 anchor: touch_events | |
| 226 screenshot: swipe.png | |
| 227 caption: "Swipe: Touch gestures and CSS 3D transforms" | |
| 228 link: swipe/ | |
| 229 examples: | |
| 230 - | |
| 231 title: Touch gestures and CSS 3D transforms | |
| 232 explanation_url: https://github.com/dart-lang/sample-swipe/blob/master/R EADME.md | |
| 233 tryit_url: swipe/ | |
| 234 source_url: https://github.com/dart-lang/sample-swipe/ | |
| 235 description: Sample that uses touch gestures and CSS 3D transforms to sp in a palindrome on the page. | |
| 236 - | |
| 237 title: Multi touch | |
| 238 explanation_url: https://github.com/dart-lang/sample-multi-touch/blob/ma ster/README.md | |
| 239 tryit_url: multi_touch/ | |
| 240 source_url: https://github.com/dart-lang/sample-multi-touch | |
| 241 description: Fingerpainting with multiple touch points. | |
| 242 | |
| 243 - | |
| 244 heading: Web programming fundamentals | 125 heading: Web programming fundamentals |
| 245 anchor: web_programming_fundamentals | 126 anchor: web_programming_fundamentals |
| 246 screenshot: anagrams.png | 127 screenshot: todo.png |
| 247 caption: "Anagrams: Moving elements within the DOM tree" | 128 caption: "Todo: Adding elements to the low-level DOM" |
| 248 link: anagram/ | 129 link: /docs/tutorials/add-elements/#try-app |
| 249 examples: | 130 examples: |
| 250 - | 131 - |
| 251 title: Adding elements to the DOM | 132 title: Adding elements to the DOM |
| 252 explanation_url: /docs/tutorials/add-elements/ | 133 explanation_url: /docs/tutorials/add-elements/ |
| 253 tryit_url: todo/ | 134 tryit_url: /docs/tutorials/add-elements/#try-app |
| 254 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/todo | 135 source_url: /docs/tutorials/add-elements/#try-app |
| 255 description: "A todo app using the dart:html library." | 136 description: "A todo app using the dart:html library." |
| 256 - | 137 - |
| 257 title: Moving elements within the DOM tree | |
| 258 explanation_url: /docs/tutorials/add-elements/#moving-elements | |
| 259 tryit_url: anagram/ | |
| 260 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/anagram | |
| 261 description: "Build anagrams: a DOM manipulation demo." | |
| 262 - | |
| 263 title: Removing elements from the DOM | 138 title: Removing elements from the DOM |
| 264 explanation_url: /docs/tutorials/remove-elements | 139 explanation_url: /docs/tutorials/remove-elements |
| 265 tryit_url: todo_with_delete/ | 140 tryit_url: /docs/tutorials/remove-elements/#try-app |
| 266 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/todo_with_delete | 141 source_url: /docs/tutorials/remove-elements/#try-app |
| 267 description: A todo app with a delete option. | 142 description: A todo app with a delete option. |
| 268 - | 143 - |
| 269 title: Working with JSON | 144 title: Working with JSON |
| 270 explanation_url: /docs/tutorials/fetchdata/#about-json | 145 explanation_url: /docs/tutorials/fetchdata/#about-json |
| 271 source_url: /docs/tutorials/fetchdata/#about-json | 146 source_url: /docs/tutorials/fetchdata/#about-json |
| 272 tryit_url: /docs/tutorials/fetchdata/#about-json | 147 tryit_url: /docs/tutorials/fetchdata/#about-json |
| 273 description: A sample app that shows JSON data obtained from a form. | 148 description: A sample app that shows JSON data obtained from a form. |
| 274 - | 149 - |
| 275 title: Fetching data dynamically | 150 title: Fetching data dynamically |
| 276 explanation_url: /docs/tutorials/fetchdata/#about-uris | 151 explanation_url: /docs/tutorials/fetchdata/#about-uris |
| 277 source_url: /docs/tutorials/fetchdata/#about-uris | 152 source_url: /docs/tutorials/fetchdata/#about-uris |
| 278 tryit_url: /docs/tutorials/fetchdata/#about-uris | 153 tryit_url: /docs/tutorials/fetchdata/#about-uris |
|
Kathy Walrath
2015/10/05 17:43:30
source_url & tryit_url should be /docs/tutorials/f
Shams
2015/10/05 18:09:39
Done.
| |
| 279 description: Using HttpRequest to fetch data. | 154 description: Using HttpRequest to fetch data. |
| 155 - | |
| 156 heading: Polymer Dart 0.16.0 | |
| 157 anchor: polymer_dart | |
| 158 screenshot: todomvc.png | |
| 159 caption: "TodoMVC: Create a TODO list using Polymer Dart" | |
| 160 link: https://github.com/dart-lang/sample-todomvc-polymer/blob/master/README .md | |
| 161 examples: | |
| 162 - | |
| 163 title: Defining a custom element | |
| 164 explanation_url: /docs/tutorials/polymer-intro | |
| 165 tryit_url: stopwatch/ | |
| 166 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/stopwatch | |
| 167 description: Install Polymer, define and use a simple custom element. | |
| 168 - | |
| 169 title: Get input from a form | |
| 170 explanation_url: /docs/tutorials/forms | |
| 171 tryit_url: slambook/ | |
| 172 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/slambook | |
| 173 description: Use data binding to work with form data in Polymer. | |
| 174 - | |
| 175 title: TodoMVC | |
| 176 explanation_url: https://github.com/dart-lang/sample-todomvc-polymer/blo b/master/README.md | |
| 177 tryit_url: todomvc/ | |
| 178 source_url: https://github.com/dart-lang/sample-todomvc-polymer/ | |
| 179 description: A Polymer implementation of the the canonical todo app. | |
| OLD | NEW |