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
Mobile is so 2011. Make all your campus sites ...
Search
bpollak
October 08, 2012
Technology
1
540
Mobile is so 2011. Make all your campus sites & apps look great on any device.
Presentation performed at High Ed Web, 2012
bpollak
October 08, 2012
Tweet
Share
More Decks by bpollak
See All by bpollak
Guidelines for a Campus Website Refresh
bpollak
0
79
UC San Diego Lync and OneDrive for Business Rollout
bpollak
0
130
Take Your CMS to the Cloud to Lighten the Load
bpollak
0
110
Web Accessibility at UC San Diego
bpollak
0
81
Campus Web Steering Committee (November meeting)
bpollak
0
110
Mobile optimizing your legacy applications
bpollak
0
68
Website Refresh Tips & Strategies
bpollak
0
590
This mobile thing will never catch on
bpollak
0
74
Responsive Design UCSD System Administrator Meeting
bpollak
2
140
Other Decks in Technology
See All in Technology
Backlog AI アシスタントが切り開く未来
vvatanabe
1
170
夏休みWebアプリパフォーマンス相談室/web-app-performance-on-radio
hachi_eiji
1
270
Jamf Connect ZTNAとMDMで実現! 金融ベンチャーにおける「デバイストラスト」実例と軌跡 / Kyash Device Trust
rela1470
1
210
Kiro と Q Dev で 同じゲームを作らせてみた
r3_yamauchi
PRO
1
120
LLM時代の検索とコンテキストエンジニアリング
shibuiwilliam
2
680
Amazon Inspector コードセキュリティで手軽に実現するシフトレフト
maimyyym
0
140
プロダクトエンジニアリングで開発の楽しさを拡張する話
barometrica
0
210
Rethinking Incident Response: Context-Aware AI in Practice - Incident Buddy Edition -
rrreeeyyy
0
120
[OCI Technical Deep Dive] OracleのAI戦略(2025年8月5日開催)
oracle4engineer
PRO
1
250
Cloud WANの基礎から応用~少しだけDeep Dive~
masakiokuda
3
120
Telemetry APIから学ぶGoogle Cloud ObservabilityとOpenTelemetryの現在 / getting-started-telemetry-api-with-google-cloud
k6s4i53rx
0
160
EKS Pod Identity における推移的な session tags
z63d
1
160
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
How GitHub (no longer) Works
holman
314
140k
Thoughts on Productivity
jonyablonski
69
4.8k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
A better future with KSS
kneath
239
17k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Gamification - CAS2011
davidbonilla
81
5.4k
Scaling GitHub
holman
462
140k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Transcript
Using Responsive Web Design to future proof your Websites &
Apps
Brett Pollak @brettcpollak #heweb12 #AIM1
The CWO
I work at UC San Diego right about here…
Established in 1960 Main Campus Medical Center Scripps Institute
29,000 TRITONS 23,000 Undergrad 4,500 Graduate 1,500 Medical
FIELDS OF STUDY Social Sciences (38.1%) Engineering (20.3%) Biology (18.7%)
Science/Math (10.3%) Special/Undeclared (6.3%) Humanities (3.3%) Arts (3.0%)
UNDERGRADUATE COLLEGES Marshall Muir Revelle Roosevelt Sixth Warren
more slices = more distributed IT
Table-based layouts were awesome! ucsd.edu 1995-2006
Oooh…CSS & JavaScript ucsd.edu 2006 - 2012
This was a game changer
People love these things
In about 2 months… …there will be more connected phones
than people in the world
5 years ago, the iPhone didn’t exist… …now it generates
$100 Billion per year
The iPhone is bigger than
more tablets will be sold than PC’s
How did we respond in higher ed?
This is so 2009
This is so 2009
None
None
None
None
m.ucsd.edu iPhone App Android App One App to rule them
all
iPad App
Student Affairs IT Academic Affairs IT Housing & Dining IT
Libraries IT Admin Computing Academic Computing Colleges IT
None
What about all the CMS content?
Piloted with the Libraries
Courtesy: Brad Frost
2009 22 Screen Resolutions Visits to campus home page 2012
523 Screen Resolutions
Device Fragmentation 3,997 different Android Devices
Device Fragmentation 3,997 different Android Devices
One of them wrote and article that started a buzz…
The dude even wrote a book about it!
.HTML (structure) .CSS (layout) The solution is based off existing
web technologies
CSS3 @media + Fluid Layouts Media Queries
Fluid images & media
One website that works on all devices
One website that works on all devices
None
None
None
What about the Mobile Web Framework?
You want me to make THIS responsive??
None
Responsive design for Websites & Apps Mobile Framework when RWD
won’t work
None
None
Retrofit existing design? Going Responsive, what are your options? Create
new designs?
Pros…. Reduces approval workflow Little or no change for desktop
users Already familiar with the code Retrofit existing site…
Cons…. No “mobile first” design Elements designed without scaling in
mind Unable to leverage frameworks Retrofit existing site…
Pros…. Can leverage a framework Plan for how elements work
at different breakpoints Likely a faster user experience Create new designs…
Cons…. Changing design many need more approvals Need to learn
something new Create new designs…
Make sure your design looks good in all resolutions Add
breakpoints when the design starts to break down
fluid layouts using percentages Responsive Design fixed width layouts targeted
for specific devices Adaptive Design
None
What if all my content isn’t responsive? Is that OK?
Sure Tackle the biggest bang or low hanging fruit first
Be ready to iterate Adjust development cycles to be agile
Does it take more time? Yes. It will increase the
length of a project by 32.6345%
There is no more “fold” Work with content owners to
pair down content
Will another technique replace RWD? At some point, probably.
Downsides
Tables some solutions available but no magic bullets
Images Devices with smaller resolutions still need to download the
full image
RESS Responsive Design + Server Side Components Offload some of
the work to the server…
The Idea is to: Deliver certain components based on the
device, rather than loading all at once for every device. RWD .js .jpg .php
None
None
1.‐ Use a Responsive Web Design framework as the primary
way to deliver websites & web apps 2.‐ Use a Mobile Framework to augment when responsive design won’t work 3.‐Deliver the frameworks through a central host and allow other IT units to leverage the capabilities 4.‐ Finally…
None
Resources RESPONSIVE WEB DESIGN By Ethan Marcotte alistapart.com mediaqueri.es FRAMEWORKS
Foundation3 Twitter Bootstrap HTML5 Boilerplate
Brett Pollak @brettcpollak #heweb12 Thank You!