Created
December 1, 2010 10:02
-
-
Save edvakf/723275 to your computer and use it in GitHub Desktop.
JavaScript Advent Calendar 2010 のリンク集
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var JS_Advent_Calendar_2010 = [ | |
{ | |
"day" : 1, | |
"name" : "dreamfire", | |
"title" : "5分で分かる jQuery", | |
"link" : "http://d.hatena.ne.jp/dreamfire/20101201/javascript_advent2010" | |
}, | |
{ | |
"day" : 2, | |
"name" : "t32k", | |
"title" : "ModernizrでHTML5時代のWeb技術をトラッッキング", | |
"link" : "http://t32k.com/mol/2010/12/trackhtml5inga-with-modernizr/" | |
}, | |
{ | |
"day" : 3, | |
"name" : "Kanasansoft", | |
"title" : "インターネットチャンネル", | |
"link" : "http://www.kanasansoft.com/weblab/2010/12/javascript_advent_calendar_2010_the_third_day_internet_channel.html" | |
}, | |
{ | |
"day" : 4, | |
"name" : "hyagni", | |
"title" : "canvasのいろは", | |
"link" : "http://wikiwiki.jp/hyagni/?JavaScript%2FAdvent2010" | |
}, | |
{ | |
"day" : 5, | |
"name" : "kyo_ago", | |
"title" : "jQuery.stopのjumpToEnd引数が便利すぎてやばい", | |
"link" : "http://tech.kayac.com/archive/jquery.stop_jumptoend_javascript_advent_calendar_2010_5.html" | |
}, | |
{ | |
"day" : 6, | |
"name" : "Constellation", | |
"title" : "ES5, Property Descriptor解説", | |
"link" : "http://d.hatena.ne.jp/Constellation/20101205/1291564928" | |
}, | |
{ | |
"day" : 7, | |
"name" : "edvakf", | |
"title" : "node.js のソースぐらい読んでおきたい!", | |
"link" : "http://d.hatena.ne.jp/edvakf/20101207/1291556433" | |
}, | |
{ | |
"day" : 8, | |
"name" : "os0x", | |
"title" : "JavaScriptのデバッグTips", | |
"link" : "http://d.hatena.ne.jp/os0x/20101207/1291736377" | |
}, | |
{ | |
"day" : 9, | |
"name" : "bornknow", | |
"title" : "Facebook Javascript SDK", | |
"link" : "http://born-clap.blogspot.com/2010/12/javascript-advent-calendar-2010-9.html" | |
}, | |
{ | |
"day" : 10, | |
"name" : "hasegawayosuke", | |
"title" : "IE8+jQueryによるクロスドメイン通信とXDomainRequestラッパーの作成", | |
"link" : "http://www.netagent-blog.jp/archives/51509761.html" | |
}, | |
{ | |
"day" : 11, | |
"name" : "altnight", | |
"title" : "JSな人たちを見つけよう!", | |
"link" : "http://d.hatena.ne.jp/atasatamatara/20101211/1292054978" | |
}, | |
{ | |
"day" : 12, | |
"name" : "Molokheiya", | |
"title" : "iPhoneアプリをMobile Safariで作る", | |
"link" : "http://d.hatena.ne.jp/Molokheiya/20101212/p1" | |
}, | |
{ | |
"day" : 13, | |
"name" : "ArcCosine", | |
"title" : "ブラウザの拡張をつくろう!", | |
"link" : "http://looxu.blogspot.com/2010/12/blog-post_13.html" | |
}, | |
{ | |
"day" : 14, | |
"name" : "tricknotes", | |
"title" : "日常のスクリプト言語にJavaScripはいかが?", | |
"link" : "http://d.hatena.ne.jp/tricknotes/20101214/p1" | |
}, | |
{ | |
"day" : 15, | |
"name" : "nanto_vi", | |
"title" : "リンクのようなボタンを作る", | |
"link" : "http://nanto.asablo.jp/blog/2010/12/15/5584008" | |
}, | |
{ | |
"day" : 16, | |
"name" : "yuribossa", | |
"title" : "初めてのjQuery Mobile", | |
"link" : "http://d.hatena.ne.jp/intheflight/20101216/p1" | |
}, | |
{ | |
"day" : 17, | |
"name" : "yuyak", | |
"title" : "Chrome拡張を作ろう!", | |
"link" : "http://www.yuyak.com/blog/866/" | |
}, | |
{ | |
"day" : 18, | |
"name" : "drillbits", | |
"title" : "Google App Engine でサーバーサイドJavaScript", | |
"link" : "http://d.hatena.ne.jp/drillbits/20101218/serverside_javascript_on_appengine" | |
}, | |
{ | |
"day" : 19, | |
"name" : "secondlife", | |
"title" : "コマンドラインから JavaScript のシンタックスチェックを行う方法", | |
"link" : "http://subtech.g.hatena.ne.jp/secondlife/20101219/1292717231" | |
}, | |
{ | |
"day" : 20, | |
"name" : "neuecc", | |
"title" : "linq.js & Reactive Extensions for JavaScript(RxJS)入門", | |
"link" : "http://neue.cc/2010/12/20_290.html" | |
}, | |
{ | |
"day" : 21, | |
"name" : "hagino3000", | |
"title" : "OpenGLなにそれうまいの?? という人のためのWebGLの始め方", | |
"link" : "http://d.hatena.ne.jp/hagino_3000/20101222/1292952459" | |
}, | |
{ | |
"day" : 22, | |
"name" : "nori @ 5509", | |
"title" : "まだまだ間に合うCanvasでアニメーション入門(まとめと実践)", | |
"link" : "http://5509.me/log/animation-with-canvas" | |
}, | |
{ | |
"day" : 23, | |
"name" : "kamiyam", | |
"title" : "WebSocket接続イベント登録用のライブラリを作ったよ", | |
"link" : "http://prog.re-d.net/?p=712" | |
}, | |
{ | |
"day" : 24, | |
"name" : "yoshikawa_t", | |
"title" : "Web Storage について", | |
"link" : "http://d.hatena.ne.jp/pikotea/20101224/1293197750" | |
}, | |
{ | |
"day" : 25, | |
"name" : "masahiroh", | |
"title" : "HTTP と WebSocket でセッションを共有する", | |
"link" : "http://nodejsjp.blogspot.com/2010/12/http-websocket.html" | |
} | |
];r |
シンタックスエラーが無いか試すブックマークレット
javascript:s=document.createElement('script');s.src='https://gist.github.com/723275.txt';s.onload=function(){try{alert(JSON.stringify(JS_Advent_Calendar_2010,null,2))}catch(e){alert(e)}};document.body.appendChild(s);void 0;
他のカレンダーと一緒に見られるやつ。
http://utf-8.jp/public/js2010.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
企画ページ http://atnd.org/events/10497