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
840
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
2
9.6k
Real World .NET Core on Kubernetes
mayuki
2
3.6k
OneDrive On-Demandがすごい
mayuki
0
2.4k
Android TVとXamarinとKotlin
mayuki
2
470
Cutting Edge!
mayuki
0
3.4k
.NETプログラム(のランタイムを実装する)入門なのです
mayuki
0
2.2k
Acute Low back pain
mayuki
1
230
TypeScriptをより実践的に使うために
mayuki
6
4.5k
Other Decks in Programming
See All in Programming
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
110
データベースのオペレーターであるCloudNativePGがStatefulSetを使わない理由に迫る
nnaka2992
0
150
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
220
負債になりにくいCSSをデザイナとつくるには?
fsubal
10
2.4k
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
0
190
DROBEの生成AI活用事例 with AWS
ippey
0
130
1年目の私に伝えたい!テストコードを怖がらなくなるためのヒント/Tips for not being afraid of test code
push_gawa
0
190
PHPカンファレンス名古屋2025 タスク分解の試行錯誤〜レビュー負荷を下げるために〜
soichi
1
200
Immutable ActiveRecord
megane42
0
140
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
6
4k
責務と認知負荷を整える! 抽象レベルを意識した関心の分離
yahiru
4
580
ソフトウェアエンジニアの成長
masuda220
PRO
11
1.5k
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
KATA
mclloyd
29
14k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Code Review Best Practice
trishagee
67
18k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
We Have a Design System, Now What?
morganepeng
51
7.4k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
GraphQLとの向き合い方2022年版
quramy
44
13k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
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/