Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: src/site/docs/tutorials/forms/index.markdown

Issue 275613002: Update polymer tutorial; make directory paths match new sample structure (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: probably nothing (oh app engine you joker) Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/site/docs/tutorials/forms/index.markdown
diff --git a/src/site/docs/tutorials/forms/index.markdown b/src/site/docs/tutorials/forms/index.markdown
index 3e46d41e1d0d1084a34072f389d74f12a4ace7e6..16bb7e1cfafaf99c0db4a5dddf8c299e567cb55a 100644
--- a/src/site/docs/tutorials/forms/index.markdown
+++ b/src/site/docs/tutorials/forms/index.markdown
@@ -232,14 +232,14 @@ the server and the client in this example.
Enter some data and push the **Submit** button.
<iframe class="running-app-frame"
- style="height:500px;width:525px;"
- src="examples/slambook/out/web/slambook.html">
+ style="height:500px;width:550px;"
+ src="examples/slambook/web/slambook.html">
</iframe>
<aside class="alert">
<strong>Version Note:</strong> The slambook app
is compatible with
-<a href="https://pub.dartlang.org/packages/polymer#versions">polymer.dart 0.9</a>.
+<a href="https://pub.dartlang.org/packages/polymer#versions">polymer.dart 0.10</a>.
</aside>
The request gives you an innocent stare and displays "No server"
@@ -265,15 +265,15 @@ Listening for GET and POST on http://127.0.0.1:4040
Now, you can try submitting data again with the slambook app above.
-<aside class="alert">
-Note: If another program is already listening on localhost 4040,
+<aside class="alert alert-info">
+<b>Note:</b> If another program is already listening on localhost 4040,
the server prints an error message and quits.
The app running on this page expects slambookserver to be at localhost 4040,
so for the app to work,
you have to kill the other process and start slambookserver again.
Alternatively,
you can change the port number in both the client and the server code.
-Avoid using 3030 because Dart Editor listens there.
+(Avoid using 3030; Dart Editor listens there.)
Then run both the client and the server locally on your machine.
</aside>

Powered by Google App Engine
This is Rietveld 408576698