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
HTML5简介及移动端Web开发调试工具
Search
破锣锅
August 29, 2013
Technology
7
660
HTML5简介及移动端Web开发调试工具
破锣锅
August 29, 2013
Tweet
Share
More Decks by 破锣锅
See All by 破锣锅
NodeJS 应用以及线上服务的运维和监控
paulguo
2
430
AruchSummit2014 - 去哪儿SPA分享
paulguo
0
260
AruchSummit2014 - 手机QQ的移动化实践之路
paulguo
0
330
AruchSummit2014 -
paulguo
0
230
AruchSummit2014 - The Impact Of A Compact Web
paulguo
0
210
Gulp vs Grunt
paulguo
0
6.3k
Mobile Web 开发实战
paulguo
3
270
H5 Mobile 开发调试实践
paulguo
7
1k
HTML5 Intro For QA
paulguo
1
240
Other Decks in Technology
See All in Technology
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
240
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.2k
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.2k
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
240
AWSで始める実践Dagster入門
kitagawaz
1
610
研究開発と製品開発、両利きのロボティクス
youtalk
1
520
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
170
人工衛星のファームウェアをRustで書く理由
koba789
15
7.7k
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
生成AIでセキュリティ運用を効率化する話
sakaitakeshi
0
660
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
460
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
12
4.7k
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
What's in a price? How to price your products and services
michaelherold
246
12k
For a Future-Friendly Web
brad_frost
180
9.9k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Music & Morning Musume
bryan
46
6.8k
Speed Design
sergeychernyshev
32
1.1k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Transcript
HTML5 开发调试工具 流火@Taobao UED http://f2e.im/guokai
None
None
http://html5demos.com/ http://slides.html5rocks.com/#landing-slide http://oreilly.com/training/html5mobile/ http://diveintohtml5.info/
None
None
None
http://static.lukew.com/TouchGestureGuide.pdf
http://static.lukew.com/TouchGestureGuide.pdf
None
None
None
None
- 开发者工具 - 调试工具 - 性能测试工具 - 打包工具
开发者工具之 Chrome
开发者工具之 Chrome - Emulating Touch Events
开发者工具之 Chrome - Emulating Device Viewports
开发者工具之 Chrome - Device Geolocation Overrides http://html5demos.com/geo
开发者工具之 Chrome - Device Orientation Overrides http://www.html5rocks.com/en/tutorials/device/orientation/deviceorientationsample.html
开发者工具之 Chrome - CSS Media Type Emulation https://developers.google.com/chrome-developer-tools/docs/mobile-emulation
开发者工具之 Chrome - Remote Debug https://developers.google.com/chrome-developer-tools/docs/remote-debugging
开发者工具之 ADB
开发者工具之 Safari
开发者工具之 Safari - Remote Debug
开发者工具之 Safari - Remote Debug
开发者工具之 Safari - Remote Debug
开发者工具之 Safari - Remote Debug
开发者工具之 iOS Simulator
开发者工具之 AVD
开发者工具之 代理服务器 ProxyRequests On ProxyVia On <Proxy *> Order deny,allow
Deny from all Allow from all </Proxy> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
开发者工具之 代理服务器
调试工具之 jsconsole
调试工具之 Weinre
调试工具之 Weinre npm -g install weinre weinre --boundHost 127.0.0.1 --httpPort
9090 <script src="http://127.0.0.1:9090/target/target-script-min.js#anonymous"></script>
调试工具之 Weinre
调试工具之 iWebInspector
调试工具之 Fiddler
调试工具之 Fiddler
调试工具之 Fiddler
调试工具之 Charles
性能工具之 MobiTest
性能工具之 MobiTest http://mobitest.akamai.com
性能工具之 MobiReady http://ready.mobi
开发者工具之 Edge Animate
效率工具之 HTML5移动端兼容性 http://mobilehtml5.org/
效率工具之 兼容性速查 http://caniuse.com/
效率工具之 HTML5浏览器支持检测 http://html5test.com/
效率工具之 二维码 http://www.the-qrcode-generator.com/
跨平台工具之 PhoneGap
跨平台工具之 AppCan
移动端开发之 坑 https://github.com/jtyjty99999/mobileTech
书籍推荐