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
610
HTML5简介及移动端Web开发调试工具
破锣锅
August 29, 2013
Tweet
Share
More Decks by 破锣锅
See All by 破锣锅
NodeJS 应用以及线上服务的运维和监控
paulguo
2
420
AruchSummit2014 - 去哪儿SPA分享
paulguo
0
250
AruchSummit2014 - 手机QQ的移动化实践之路
paulguo
0
310
AruchSummit2014 -
paulguo
0
220
AruchSummit2014 - The Impact Of A Compact Web
paulguo
0
200
Gulp vs Grunt
paulguo
0
6.3k
Mobile Web 开发实战
paulguo
3
250
H5 Mobile 开发调试实践
paulguo
7
1k
HTML5 Intro For QA
paulguo
1
230
Other Decks in Technology
See All in Technology
3年でバックエンドエンジニアが5倍に増えても破綻しなかったアーキテクチャ そして、これから / Software architecture that scales even with a 5x increase in backend engineers in 3 years
euglena1215
11
4.2k
Oracle Cloud Infrastructure:2024年12月度サービス・アップデート
oracle4engineer
PRO
1
460
スケールし続ける事業とサービスを支える組織とアーキテクチャの生き残り戦略 / The survival strategy for Money Forward’s engineering.
moneyforward
0
210
OPENLOGI Company Profile
hr01
0
57k
型情報を用いたLintでコード品質を向上させる
sansantech
PRO
2
200
ソフトウェア開発における「パーフェクトな意思決定」/Perfect Decision-Making in Software Development
yayoi_dd
2
2.6k
大規模言語モデルとそのソフトウェア開発に向けた応用 (2024年版)
kazato
2
380
サービスでLLMを採用したばっかりに振り回され続けたこの一年のあれやこれや
segavvy
2
740
Unlearn Product Development - Unleashed Edition
lemiorhan
PRO
2
160
.NET 9 のパフォーマンス改善
nenonaninu
0
2k
事業貢献を考えるための技術改善の目標設計と改善実績 / Targeted design of technical improvements to consider business contribution and improvement performance
oomatomo
0
230
サーバーなしでWordPress運用、できますよ。
sogaoh
PRO
0
170
Featured
See All Featured
Done Done
chrislema
182
16k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7k
BBQ
matthewcrist
85
9.4k
Making the Leap to Tech Lead
cromwellryan
133
9k
The Cost Of JavaScript in 2023
addyosmani
46
7k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Optimizing for Happiness
mojombo
376
70k
Producing Creativity
orderedlist
PRO
343
39k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
540
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
书籍推荐