Skip to content

Commit 7979b1c

Browse files
author
Tracy Osborn
committed
Added a couple shipping notes to FAQ
1 parent f3fb6f0 commit 7979b1c

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

pages/faq.html

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,43 @@ <h1 class="text-center">Frequently Asked Questions</h1>
1919
<div class="row">
2020
<dl class="col-md-10 col-md-offset-1">
2121
<dt>
22-
What level of programming experience do I need? What about HTML and CSS?
22+
What level of programming experience do I need? What about HTML and CSS?
2323
</dt>
2424
<dd>
25-
<strong>Hello Web App assumes you have no previous programming knowledge.</strong> But it's best if you know a bit about HTML markup — since the book starts out building a website and setting up static files, things will fit a lot faster if you know a bit about website creation. That said, if you like to learn-by-doing, feel free to walk through the tutorial verbatim and you'll learn some HTML as you go.
25+
<strong>Hello Web App assumes you have no previous programming knowledge.</strong> But it's best if you know a bit about HTML markup — since the book starts out building a website and setting up static files, things will fit a lot faster if you know a bit about website creation. That said, if you like to learn-by-doing, feel free to walk through the tutorial verbatim and you'll learn some HTML as you go.
2626
</dd>
2727
<dt>
28-
What do you build in the tutorial?
28+
What do you build in the tutorial?
2929
</dt>
3030
<dd>
31-
<strong>We're building a "collection of things."</strong> That sounds generic, but you can alter the generic examples ("Thing") to something that fits this metric (like building a directory of web designers, so your "Thing" will be a "Profile.") A lot of different ideas fit this — for example, Twitter is a collection of small paragraphs. Pinterest is a collection of photos. Facebook used to be a collection of personal data.
32-
33-
I highly encourage you to build something unique to you, because what you'll learn will stick better!
34-
</dd>
35-
<dt>
36-
What version of Python and Django is Hello Web App written for?
37-
</dt>
38-
<dd>
39-
<strong>Hello Web App is written with Python 2.7 and Django 1.8.</strong> The book is basically Python 3 ready, but since a ton of resources (like plugins) are still on Python 2.7, I feel that beginner content should teach 2.7 so most resources are accessible. That said, I might release an additional Python 3 version in addition to the main book if demand is high enough.
40-
</dd>
41-
<dt>
42-
Where should I buy to give you the most amount of profit?
43-
</dt>
44-
<dd>
45-
Seriously, I get this question a lot. <strong><a href="http://gumroad.com/limedaring">Buy from Gumroad!</a></strong>
46-
</dd>
31+
<strong>We're building a "collection of things."</strong> That sounds generic, but you can alter the generic examples ("Thing") to something that fits this metric (like building a directory of web designers, so your "Thing" will be a "Profile.") A lot of different ideas fit this — for example, Twitter is a collection of small paragraphs. Pinterest is a collection of photos. Facebook used to be a collection of personal data.
32+
33+
I highly encourage you to build something unique to you, because what you'll learn will stick better!
34+
</dd>
35+
<dt>
36+
What version of Python and Django is Hello Web App written for?
37+
</dt>
38+
<dd>
39+
<strong>Hello Web App is written with Python 2.7 and Django 1.8.</strong> The book is basically Python 3 ready, but since a ton of resources (like plugins) are still on Python 2.7, I feel that beginner content should teach 2.7 so most resources are accessible. That said, I might release an additional Python 3 version in addition to the main book if demand is high enough.
40+
</dd>
41+
<dt>
42+
How much is shipping for the physical books?
43+
</dt>
44+
<dd>
45+
If you're in the US, shipping is included for the paperback books. If you're in Canada, shipping is around $10 USD extra. If you're elsewhere, shipping is $14-18 USD extra. All shipping is done through USPS.
46+
</dd>
47+
<dt>
48+
What is the shipping speed?
49+
</dt>
50+
<dd>
51+
By default, all shipping is the cheapest, slowest amount (Media Mail for US residents or First Class International otherwise). Optionally, US residents can pay extra for Priority shipping or overnight.
52+
</dd>
53+
<dt>
54+
Where should I buy to give you the most amount of profit?
55+
</dt>
56+
<dd>
57+
Seriously, I get this question a lot. <strong><a href="http://gumroad.com/limedaring">Buy from Gumroad!</a></strong>
58+
</dd>
4759
</dl>
4860
</div>
4961
</div>

0 commit comments

Comments
 (0)