-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
157 lines (148 loc) · 6.23 KB
/
faq.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Mind Fund Studio">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
<title>OneReminder - Task management in a breeze</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.png'/>
<link rel="stylesheet" href="css/jquery.fullPage.css">
<link rel="stylesheet" href="css/style.css">
<!-- Google Analytics -->
<script src='js/google-analytics.js'></script>
</head>
<body>
<!-- Common Content -->
<main id="faq" class="page-wrap common-content">
<nav>
<div class="row fullWidth">
<div class="small-6 medium-6 columns small-text-left">
<a href="index.html">
<img src="images/OneReminder.png" alt="OneReminder">
<h1>OneReminder</h1>
</a>
</div>
<div class="small-6 medium-6 columns text-right">
<ul class="nav show-for-medium-up">
<li><a class="highlight" href="about.html">About</a></li>
<li><a class="active" href="#">FAQ</a></li>
</ul>
<h2 class="show-for-small-only">
FAQ
</h2>
</div>
</div>
</nav>
<div class="content">
<div class="row">
<div class="small-11 columns small-centered">
<!-- <section>
<h2>Why another task management app?</h2>
<blockquote>
<i>I couldn't find a simple app that let's me schedule and update my tasks without doing it one item at a time.</i>
</blockquote>
<p>
Scheduled tasks are more likely to get done. But updating them can be a pain. What happens when your schedule changes?
</p>
<p>
For example, changing the time of a meeting often means shifting other tasks around one item at a time.
</p>
<p>
OneReminder solves this with delightful gestures to manage multiple items at a time. So you can do more and manage less.
</p>
</section> -->
<section>
<h2>Does OneReminder support iCloud?</h2>
<p>Yes. OneReminder syncs your reminders via iCloud CloudKit service. All information synced is kept private and secure by Apple.</p>
</section>
<section>
<h2>Does OneReminder for iOS support Background App Refresh?</h2>
<p>Yes. Whenever Background App Refresh launches OneReminder, OneReminder will connect to CloudKit and ensure your reminders are always kept up to date.</p>
</section>
<section>
<h2>Does OneReminder work with the Reminders app on iOS / OSX?</h2>
<p>Not at this time, but this will be a feature on an upcoming update. We're looking forward to managing reminders set using Siri!</p>
</section>
<section>
<h2>Why schedule tasks?</h2>
<p>
Behavioral studies show that scheduled tasks are more likely to get done.
</p>
<p>
Scheduling also forces us to consider our most limited resource: <b>TIME!</b> This helps us prioritize what we should and can do in a day.
</p>
</section>
<section>
<h2>Does OneReminder follow any task management approaches?</h2>
<p>
OneReminder was built on the following concepts:
</p>
<ul>
<li>The <a href="http://www.lifehack.org/articles/featured/back-to-basics-the-tickler-file.html" target="_blank"><u>tickler file system</u></a> (aka GTD filing system, 43 folders)</li>
<li><a href="http://www.lifehack.org/articles/productivity/scheduling-time-blocks.html"><u>Scheduled</u></a> tasks gets done</li>
<li>Quick and simple is better than overly complex systems</li>
</ul>
</section>
</div>
</div>
</div>
</main>
<!-- Medium Up Content -->
<div class="medium-up-content show-for-medium-up">
<footer>
<div class="row fullWidth">
<div class="small-12 medium-5 columns medium-text-left small-text-center">
Crafted with <i class="fa fa-heart red"></i> <a href="http://mindfund.com/"> @<b>MindFundStudio</b> </a>
</div>
<div class="small-12 medium-7 columns medium-text-right small-text-center">
<ul class="nav">
<li><a href="contact.html">Contact Us</a></li>
<li><a href="patent/PAT9176657.pdf" target="_blank">Patent</a></li>
<li>
<a href="https://twitter.com/onereminder" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/OneReminder/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Small Content -->
<div class="small-content show-for-small-only">
<footer>
<section class="one">
<ul class="nav">
<li><a class="highlight" href="about.html">About</a></li>
<li><a class="active" href="#">FAQ</a></li>
<li><a href="patent/PAT9176657.pdf" target="_blank">Patent</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</section>
<section class="two">
<ul class="nav">
<li>
<a href="https://twitter.com/onereminder" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/OneReminder/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
Crafted with <i class="fa fa-heart red"></i> <a href="http://mindfund.com/"> @<b>MindFundStudio</b> </a>
</section>
</footer>
</div>
</body>
</html>