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
81
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
83
Campus Web Steering Committee (November meeting)
bpollak
0
110
Mobile optimizing your legacy applications
bpollak
0
69
Website Refresh Tips & Strategies
bpollak
0
600
This mobile thing will never catch on
bpollak
0
75
Responsive Design UCSD System Administrator Meeting
bpollak
2
140
Other Decks in Technology
See All in Technology
Snowflakeの生成AI機能を活用したデータ分析アプリの作成 〜Cortex AnalystとCortex Searchの活用とStreamlitアプリでの利用〜
nayuts
0
280
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
9
4.2k
進捗
ydah
2
230
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
170
Bye-Bye Query Spaghetti: Write Queries You'll Actually Understand Using Pipelined SQL Syntax
tobiaslampertlotum
0
130
『FailNet~やらかし共有SNS~』エレベーターピッチ
yokomachi
1
200
ヒューリスティック評価を用いたゲームQA実践事例
gree_tech
PRO
0
540
生成AI時代のデータ基盤設計〜ペースレイヤリングで実現する高速開発と持続性〜 / Levtech Meetup_Session_2
sansan_randd
1
140
Language Update: Java
skrb
2
260
【Grafana Meetup Japan #6】Grafanaをリバプロ配下で動かすときにやること ~ Grafana Liveってなんだ ~
yoshitake945
0
230
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
420
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
2
350
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.8k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.5k
Become a Pro
speakerdeck
PRO
29
5.5k
Speed Design
sergeychernyshev
32
1.1k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
For a Future-Friendly Web
brad_frost
180
9.9k
Building Applications with DynamoDB
mza
96
6.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Documentation Writing (for coders)
carmenintech
74
5k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Raft: Consensus for Rubyists
vanstee
140
7.1k
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!