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
230
Other Decks in Technology
See All in Technology
Claude Codeが働くAI中心の業務システム構築の挑戦―AIエージェント中心の働き方を目指して
os1ma
9
2.4k
バクラクによるコーポレート業務の自動運転 #BetAIDay
layerx
PRO
1
920
リモートワークで心掛けていること 〜AI活用編〜
naoki85
0
130
Amazon GuardDuty での脅威検出:脅威検出の実例から学ぶ
kintotechdev
0
100
Intro to Software Startups: Spring 2025
arnabdotorg
0
240
生成AI導入の効果を最大化する データ活用戦略
ham0215
0
130
Serverless Meetup #21
yoshidashingo
1
120
Backlog AI アシスタントが切り開く未来
vvatanabe
1
130
Tableau API連携の罠!?脱スプシを夢見たはずが、逆に依存を深めた話
cuebic9bic
3
220
AIに目を奪われすぎて、周りの困っている人間が見えなくなっていませんか?
cap120
1
540
S3 Glacier のデータを Athena からクエリしようとしたらどうなるのか/try-to-query-s3-glacier-from-athena
emiki
0
210
Findy Freelance 利用シーン別AI活用例
ness
0
420
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
Unsuck your backbone
ammeep
671
58k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
For a Future-Friendly Web
brad_frost
179
9.9k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
4 Signs Your Business is Dying
shpigford
184
22k
Automating Front-end Workflow
addyosmani
1370
200k
GitHub's CSS Performance
jonrohan
1031
460k
Site-Speed That Sticks
csswizardry
10
760
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
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
书籍推荐