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
ふだんのJavaScript開発環境 (Community Open Day 2012)
Search
Mayuki Sawatari
June 09, 2012
Programming
14
11k
ふだんのJavaScript開発環境 (Community Open Day 2012)
PowerPointのファイル:
http://sdrv.ms/JV2DbO
Mayuki Sawatari
June 09, 2012
Tweet
Share
More Decks by Mayuki Sawatari
See All by Mayuki Sawatari
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
1
1.5k
Real World .NET Core on Kubernetes
mayuki
2
3.5k
OneDrive On-Demandがすごい
mayuki
0
2.3k
Android TVとXamarinとKotlin
mayuki
2
460
Cutting Edge!
mayuki
0
3.3k
.NETプログラム(のランタイムを実装する)入門なのです
mayuki
0
2.1k
Acute Low back pain
mayuki
1
220
TypeScriptをより実践的に使うために
mayuki
6
4.4k
まるごと Internet Explorer 11 + Windows Phone 8.1
mayuki
0
240
Other Decks in Programming
See All in Programming
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
860
Ethereum_.pdf
nekomatu
0
460
現場で役立つモデリング 超入門
masuda220
PRO
15
3.2k
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
イベント駆動で成長して委員会
happymana
1
320
CSC509 Lecture 09
javiergs
PRO
0
140
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
聞き手から登壇者へ: RubyKaigi2024 LTでの初挑戦が 教えてくれた、可能性の星
mikik0
1
130
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
【Kaigi on Rails 2024】YOUTRUST スポンサーLT
krpk1900
1
330
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
Featured
See All Featured
Happy Clients
brianwarren
98
6.7k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
GraphQLとの向き合い方2022年版
quramy
43
13k
How STYLIGHT went responsive
nonsquared
95
5.2k
GitHub's CSS Performance
jonrohan
1030
460k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
4 Signs Your Business is Dying
shpigford
180
21k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
BBQ
matthewcrist
85
9.3k
What's new in Ruby 2.0
geeforr
343
31k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
410
Transcript
None
Mayuki Sawatari ( )
None
1. 2. 3. 4.
Web (IDE) Web
Web (IDE) Web /
None
Windows Mac OS X Multiplatform
None
Visual Studio ? Windows JavaScript ? Visual Studio 2012 RC
?
None
Visual Studio 2012 RC
? JavaScript OK
None
None
…
None
( IntelliSense) Demo
None
None
Visual Studio FizzBuzz
JavaScript Internet Explorer 10 (Chakra)
JavaScript JavaScript
None
Microsoft Web WebMatrix
WebMatrix 2 RC
None
Paese ( :
Mac OS X Linux Comodo Edit
jQuery Mac OS X 5,000
Dreamweaver
ReSharper IntelliJ IDEA JetBrains JSDoc Mac OS X ! $49
WebStorm
None
2
None
Web
None
Windows Server IIS
None
IIS Express
WebMatrix
None
WebMatrix ( ) WebMatrix+IIS Express
None
None
JavaScript
F12 Firebug
None
None
None
alert ( printf )
None
?
Internet Explorer F12
None
None
None
1. 2. ( ) 3. 4.
None
None
None
None
None
Watch
None
None
None
DOMNodeInserted debugger
JavaScript
None
None
None
None
None
None
None
None
None
UI @kyo_ago
Qunit Jasmine JSTestDriver
Selenium PhantomJS
None
jQuery
None
(function () { ("Test 1", function () { (1 ==
new () (1), "1 == 1"); (2 == new () (2), "2 == 2"); }); ("Test 2", function () { (1 != new () (1), "1 != 1"); (2 != new () (2), "2 != 2"); }); })();
None
QUnit
None
JavaScript minify
None
minify
Microsoft Ajax Minifier Google Closure Compiler YUI Compressor UglifyJS
None
None
JavaScript minify
None
Web / (IDE) Web
1. 2. 3. 4.
Visual Studio 2012 JavaScript WebMatrix Web JavaScript Minify
None
None
http://www.microsoft.com/web/webmatrix/next/ http://www.microsoft.com/visualstudio/11/ja-jp/products/express http://www.jetbrains.com/webstorm/ http://www.activestate.com/komodo-edit
http://www.fiddler2.com/ http://docs.jquery.com/QUnit http://visualstudiogallery.msdn.microsoft.com/f8741f04-bae4-4900-81c7-7c9bfb9ed1fe
http://ajaxmin.codeplex.com/ https://developers.google.com/closure/compiler/ http://developer.yahoo.com/yui/compressor/