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
1.1k
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
2
33k
Real World .NET Core on Kubernetes
mayuki
2
3.8k
OneDrive On-Demandがすごい
mayuki
0
2.6k
Android TVとXamarinとKotlin
mayuki
2
530
Cutting Edge!
mayuki
0
3.7k
.NETプログラム(のランタイムを実装する)入門なのです
mayuki
0
2.3k
Acute Low back pain
mayuki
1
270
TypeScriptをより実践的に使うために
mayuki
6
4.6k
Other Decks in Programming
See All in Programming
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
370
TipKitTips
ktcryomm
0
130
文字コードの話
qnighy
43
16k
AHC061解説
shun_pi
0
270
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
780
並行開発のためのコードレビュー
miyukiw
2
2.1k
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
270
15年目のiOSアプリを1から作り直す技術
teakun
0
570
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
380
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
110
ぼくの開発環境2026
yuzneri
1
290
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
290
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Designing for Performance
lara
611
70k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
760
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
30 Presentation Tips
portentint
PRO
1
250
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
The Cost Of JavaScript in 2023
addyosmani
55
9.7k
For a Future-Friendly Web
brad_frost
183
10k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.3k
Agile that works and the tools we love
rasmusluckow
331
21k
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/