Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How to Build a Single Page Web by Bootstrap, a...
Search
andre
July 07, 2014
Programming
2
560
How to Build a Single Page Web by Bootstrap, and Github, Google Docs, Parse.
Using Web Services to build a single page web for free in beginning phrase.
andre
July 07, 2014
Tweet
Share
More Decks by andre
See All by andre
Booking.com Hackathon Taipei 2017
andre
0
200
Auto I18N (Internationalization) Process
andre
0
72
Write Securer Code
andre
0
65
iPatrol
andre
0
59
Hello SDN
andre
0
120
koa introduction (Node.js Web Framework)
andre
3
390
RxJS (The Reactive Extensions for JavaScript ) Introduction
andre
4
370
JSDC 2014 Taiwan Lightning Talk: TBD
andre
0
140
From Facebook Graph API 1.0 to 2.1
andre
0
250
Other Decks in Programming
See All in Programming
為你自己學 Python - 冷知識篇
eddie
1
350
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
Improving my own Ruby thereafter
sisshiki1969
1
160
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
560
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
300
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
510
複雑なドメインに挑む.pdf
yukisakai1225
5
1.1k
Laravel Boost 超入門
fire_arlo
2
210
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
AWS発のAIエディタKiroを使ってみた
iriikeita
1
180
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.7k
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
A Tale of Four Properties
chriscoyier
160
23k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Building Applications with DynamoDB
mza
96
6.6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Context Engineering - Making Every Token Count
addyosmani
1
28
Designing for Performance
lara
610
69k
Speed Design
sergeychernyshev
32
1.1k
Transcript
How to Build a Single Page Web by Bootstrap, Github,
Google Docs, and Parse. Andre Lee
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Demo
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Demo
Single Page • Single-Page Application (SPA) or • Single-Page Interface
(SPI) Client Side Routing Client Side Rendering SPA
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Demo
Pros and Cons Pros • Reduce Rendering Duplicate Objects •
Date & Time • Keep User’s State • Responsive
Pros and Cons (Cont’d) Cons • Need JavaScript to be
Enabled • Search Engine Optimization • Browser History
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Demo
Sketch • Bootstrap • Font Awesome • AngularJS
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Demo
Github Pages Pros • Free • Custom Domain Name •
Don’t worry about DDoS Cons • All Public
Github Pages
Github Pages (Cont’d) Demo • Github • git branch gh-pages
• Domain Name
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Demo
Google Docs Pros • Free Cons • Need to be
Hacked • One Page Limitation
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Demo • Single Page • Pros and Cons • Sketch • Github Pages • Google Docs • Parse • Demo
Parse • Free for getting started • Infra. APIs •
Push Notifications • Analytics • All need to do is “Business Logic”
Parse (Cont’d) • Parse.com • JavaScript SDK • Backbone-style •
CRUD
Outline • Single Page • Pros and Cons • Sketch
• Github Pages • Google Docs • Parse • Demo
Code • http://lab.andretw.com/spa • https://gist.github. com/andretw/0253c8b43e21165c4cd3
Demo
Thank you