-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathguidelines.html
More file actions
178 lines (178 loc) · 5.63 KB
/
Copy pathguidelines.html
File metadata and controls
178 lines (178 loc) · 5.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="App Inventor for Android" name="description" />
<meta content="Android, Blocks App Inventor, Mobile, Phone, IDE" name="keywords" />
<title>
App Inventor for Android
</title>
<link href="/static/images/appinventor-16.png" rel="SHORTCUT ICON" type="image/ico" />
<link href="/static/images/appinventor-16.png" rel="icon" type="image/png" />
<link href="/static/css/appinventor.css" rel="stylesheet" />
<script src="http://www.google.com/js/gweb/analytics/autotrack.js">
</script>
<script>
var tracker = new gweb.analytics.AutoTrack({
profile: 'UA-5856106-2'
});
</script>
<script language = "JavaScript" src="/static/scripts/HeaderAndFooter.js"></script>
<style>
#aiac .content {
background: #fff;
padding-bottom:0px;
}
#aiac .grayhr {
height: 4px;
background-color: #a5a5a4;
margin: 10px 0 10px 0;
}
</style>
<style>
img.c5 {border-width:0}
div.c4 {clear: both;}
div.c3 {float: left;}
div.c2 {float: left; height: 30px; width: 40px;}
div.c1 {clear:both;}
</style>
</head>
<body>
<script language = "JavaScript">createHeader('<div id="navigation-breadcrumb"> Forum > <a href="index.html">Table of Contents</a> > Guidelines > ');</script><br>
<div id="aiac">
<div class="main-container">
<div class="customhr customhr-gray">
</div>
<div class="content">
<div class="content-body">
<div class="learn-page">
<div class="c2">
<img alt="" src="/static/images/learn-android1_sm.gif" width="40" />
</div>
<div class="c3">
<h1>
How the Forums Work
</h1>
</div>
<div class="c4">
</div>
<div class="grayhr">
</div>
<p>
<strong>
Tips for getting the most out of the forums.
</strong>
</p>
<ul>
<li>
<p>
<strong>
How do I join a forum?
</strong>
<br />
From the Table of Contents page click on the title of a forum. From here click
Join Forum. Set your membership preferences.
</p>
</li>
<li>
<p>
<strong>
Why should I join a forum?
</strong>
<br />
Joining allows you to post to the forum. Everything else you can do without
joining.
</p>
</li>
<li>
<p>
<strong>
How do I post something to the forum?
</strong>
<br />
You must join the forum to post something to it. Click the Join Forum to Post
link and set your membership preferences.
</p>
</li>
<li>
<p>
<strong>
Can I still get emails from the forum?
</strong>
<br />
Yes. You can set your email preferences by clicking the My Membership link.
</p>
</li>
<li>
<p>
<strong>
I'm getting bombarded with e-mails. How can I selectively follow a
forum thread?
</strong>
<br />
To selectively follow a forum thread, look for the "Options" link above the
thread. Clicking on it will open up some options you can set including "Email
updates to me". Clicking on that option will allow you to follow a single
thread via e-mail. You can then turn down or off the e-mail options in the My
Preferences section. Also, you may reply to the e-mail that you receive and it
will act like a "post" to the forum.
</p>
</li>
<li>
<p>
<strong>
Can I attach a file(s) to a thread so that others can download
it?
</strong>
<br />
Make sure you followed the steps above to follow of a single forum thread. Then
post a "dummy" reply to the thread to ensure that you get an e-mail of it. Once
you've received the email, you can reply to the e-mail normally and attach
whatever files you would like (size limited to what your e-mail client can
handle). The file(s) will appear in the thread for others to download at their
leisure.
</p>
</li>
<li>
<p>
<strong>
Is it possible to join all of the forums by joining one master
forum?
</strong>
<br />
At this time that is not possible. We hope to see that functionality rolled out
in the feature.
</p>
</li>
<li>
<p>
<strong>
I can not see the forum on Internet Explore 6.
</strong>
<br />
Embedded discussions will not work with Internet Explorer 6. Please use IE7 or
higher, or a different browser.
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="footer">
<script language = "JavaScript">createFooter();</script><br>
<div class="footer-lastupdate">
<script>
if (document.lastModified != '') {
var m = "Page last updated: " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("<\/center>");
}
</script>
</div>
</div>
</div>
</div>
</body>
</html>