Skip to content

Commit

Permalink
changed slides 8 and 19, replaced browser stats img
Browse files Browse the repository at this point in the history
  • Loading branch information
Basia Coulter committed Aug 13, 2016
1 parent 180400d commit 8c23be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified images/browser-stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h3>Step 6: Your browser displays the page</h3>
<section>
<h3>Client Side vs. Server Side</h3>
<ul class="fragment">
<li><strong>Client Side:</strong> Stuff happening in-browser on your side before the request ever hits a server</li>
<li><strong>Client Side:</strong> Stuff happening on your computer independently of the server</li>
<li><strong>Server Side:</strong> Requests being fulfilled by a server (&#34;send me these documents&#34;)</li>
<li class="fragment">For our discussion, think client &#61; browser</li>
<li class="fragment">Clients make requests, servers fulfill them</li>
Expand Down Expand Up @@ -404,7 +404,7 @@ <h3>Considerations before building</h3>
<li class="fragment">Hosting and a domain name
<ul class="fragment">
<li>Domain name registration should not cost more than $15/yr</li>
<li>Hosting costs depend on the type of website you're creating (ex. small personal websites should not cost more than $50 annually to host</li>
<li>Hosting costs depend on the type of website you're creating (ex. small personal websites should not cost more than $50 annually to host)</li>
<li>Hosting choices may depend on supported server-side tech</li>
</ul>
</li>
Expand Down

0 comments on commit 8c23be0

Please sign in to comment.