タイトルの通りなんですけども…。 var image = new Image(); images.src = "data:image/jpeg;base64,..."; var canvas = document.getElementById("c"); var ctx = canvas.getContext("2d"); ctx.drawImage(image, 0, 0); はダメで、 var canvas = document.getElementById("c"); var ctx = canvas.getContext("2d"); var image = new Image(); images.onload = function() { ctx.drawImage(image, 0, 0); } images.src = "data:image/jpeg;base64,..."
Some of you may have noticed that your view controllers no longer get sent viewWillUnload or viewDidUnload in iOS 6. That’s because your view controllers don’t automatically unload their views anymore. Your first thought may be, “Ok, well how do I manually unload my views on a low memory warning? This seems like a step backwards.” Then you go searching for an answer, and you come up with this: -
What is wrong on Test::More? / Test::Moreが抱える問題点とその解決策 The document discusses issues with the Test::More module for testing in Perl and proposes solutions. It notes that Test::More does not encourage writing tests based on specifications, does not structure tests well, and makes it hard to distinguish assertions. It recommends writing tests according to specifications rather than code, using struc
Try It Out Click "Run Tests" to see how the scope of a variable affects performance in this browser. (view the source for details) is a lightweight tool for creating ad-hoc JavaScript benchmark tests. Features include ... Single-file install (JSLitmus.js) Works on Firefox, Opera, Safari, IE, Google Chrome, and iPhone browsers Adaptive test cycles - tests take ~1-2 seconds, regardless of the operat
HTML5 Application Project NetBeans 7.3 introduces a new project type optimized for developing client web applications. Client web application are written using HTML5/CSS3/JavaScript. Project Creation This new project type can be found in New Project wizard in "HTML/JavaScript" category: The wizard allows to create an empty project or utilize one of public online templates: Similarly a JavaScript f
UITableViewのセル再利用のためのメソッドで、dequeueReusableCellWithIdentifier:というメソッドがありますが、それによく似たメソッドdequeueReusableCellWithIdentifier:forIndexPath:がiOS SDK 6.0から追加されたようです。 これは、UICollectionViewの追加と同時にセルの再利用まわりがシンプルにされたことによる変更なので、この事自体は歓迎すべきことです。しかし、iOS SDK 6.0を利用したXcodeでUITableViewControllerのサブクラスを作成すると、デフォルトでこの新しいメソッドが呼ばれるコードがテンプレートに書かれます。それをそのまま対応していないiOS 5.1以前で利用しようとすると"unrecognized selector sent to instance"
追記 あまり好ましくない作業が行われていたと判断したので、消しました。自分も見れません。 共同編集者の皆様、とても楽しい情報をありがとうございました。 原文 元ネタは @sifue さんの転職ブログ。 株式会社インクスを退職して株式会社ドワンゴに入社しました - しふーのブログ http://d.hatena.ne.jp/sifue/20121003/1349279980 ここで、比較表が出ていて、内容が完全に技術者よりでぐっときたので Google Docs で公開してみた。 項目は @sifue さんの完全にパクリ。 https://docs.google.com/spreadsheet/ccc?key=0AgsKtP8AY5SzdGVCbWJ5d2FJbmdWaV9yR1liSGFrU0E&pli=1#gid=0 公開したのが夜中の 2:00 だったにも関わらず張り付いている人の多い
これは2012年9月時点での情報です。 現在、Mozilla Firefoxでは並列計算を行うための ParallelArray 型の実装が進められています。早速この危険そうなドッグフードを試してみました。 Firefox 17 編 Firefox 17 (11月リリース予定)には、ParallelArray がプラグイン不要で実装されています。現在のところ、これは実際には並列計算を行わないハリボテなのですが、今からこれでプログラムを書いておけば、本物の並列計算がサポートされた暁には自動的にプログラムがとんでもない速さになります。 と言いたいところですが、上記のような行為は全く推奨できません。なぜかというと、現在Firefox 17に入っているParallelArrayは、本物の並列計算に対応できないようなコードも平然と通してしまうからです。 例えば、["xx", "yy", "zz"]
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く