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 9アプリをCGIとして レンタルサーバーで動かす
mayuki
1
820
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
2
7.1k
Real World .NET Core on Kubernetes
mayuki
2
3.6k
OneDrive On-Demandがすごい
mayuki
0
2.3k
Android TVとXamarinとKotlin
mayuki
2
470
Cutting Edge!
mayuki
0
3.4k
.NETプログラム(のランタイムを実装する)入門なのです
mayuki
0
2.1k
Acute Low back pain
mayuki
1
230
TypeScriptをより実践的に使うために
mayuki
6
4.4k
Other Decks in Programming
See All in Programming
QA環境で誰でも自由自在に現在時刻を操って検証できるようにした話
kalibora
1
140
PSR-15 はあなたのための ものではない? - phpcon2024
myamagishi
0
400
PHPカンファレンス 2024|共創を加速するための若手の技術挑戦
weddingpark
0
140
Rubyでつくるパケットキャプチャツール
ydah
0
170
Simple組み合わせ村から大都会Railsにやってきた俺は / Coming to Rails from the Simple
moznion
3
2.1k
php-conference-japan-2024
tasuku43
0
430
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
0
100
2025.01.17_Sansan × DMM.swift
riofujimon
2
560
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
9
2.4k
月刊 競技プログラミングをお仕事に役立てるには
terryu16
1
1.2k
良いユニットテストを書こう
mototakatsu
11
3.6k
ASP.NET Core の OpenAPIサポート
h455h1
0
120
Featured
See All Featured
It's Worth the Effort
3n
183
28k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Agile that works and the tools we love
rasmusluckow
328
21k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
192
16k
Speed Design
sergeychernyshev
25
740
4 Signs Your Business is Dying
shpigford
182
22k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.6k
Making the Leap to Tech Lead
cromwellryan
133
9k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
Into the Great Unknown - MozCon
thekraken
34
1.6k
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/