This is a small library that lets you easily save a WHATWG canvas element as an imagefile. Files needed: canvas2image.js, base64.js Draw on the canvas with the pretty boxes below using the mouse, then click the "Convert" buttons to convert it... 続きを読む
アニメーション開始時に一瞬前の状態に戻るときがある(Android, iOS3.*) jsdo.itでデモを組んでみた。 Android vs iPhone : CSS3 Animation - jsdo.it - share JavaScript, HTML5 and CSS よくあるスライドアニメーションです。 表題のバグが発生すると、イン開... 続きを読む
こんにちは!無事、雲力ことクラウドフォース2010も終わってほっと一息のゆぅです! さて、今回のテーマは「jQueryで超簡単アコーディオン」! 数行のコードで理解しやすく、かつカスタマイズしやすいアコーディオンの作成方法をご紹介します。 材料 いわずもが... 続きを読む
Firefox web browser - Faster, more secure & customizable FirefoxでPDFを閲覧する場合、Adobe Readerやそのほかサードパーティベンダが提供するプラグインまたはエクステンションを使うことになる。ブラウザ内にPDFを表示する場合でも、一旦ダウンロードして... 続きを読む
Arguments Use 1-letter positional arguments, in alphabetical order Since arguments will need to be as short as possible, and will likely be reused within their lifetime, it's best to treat them as positionals instead of trying to give them me... 続きを読む
By Fabrice Bellard - May 14, 2011 This PC emulator is written in Javascript. The emulated hardware consists in: a 32 bit x86 compatible CPU a 8259 Programmble Interrupt Controller a 8254 Programmble Interrupt Timer a 16450 UART. The code is w... 続きを読む
Firefox4がリリースされたので早速使い始めていますが、早くもタイトルの様な不具合っぽいものにやられました(笑)。開発中のサービスのバグ報告にあがってきたのですが、これは……Firefoxのせいです!(`ω´;)Mozillaへの報告は、社内にいるMozillaコミュニテ... 続きを読む
JavaScriptによるダイアログでユーザーの同意を得てリンク先に移動させるようなページを作成する場合にうっかり見落としがちなポイントを挙げておきたいと思います。 やりたいこと 「child.html」から「adult.html」にリンクで移動させたい。 18歳以上であるか... 続きを読む
Hi everyone I'm rather new to datatables and kind of overwhelmed with the amount of customization it supports. I'm also kind of lost in the documentation and currently I'm stuck on something that might sound trivial to most of you. But sitll ... 続きを読む
Text higlighting is part of DynaCloud – where tags/keywords are automatically highlighted once they’re clicked – so I took that code and made it a stand-alone JavaScript text highlighting jQuery plugin. Demo Each of the links will highligh... 続きを読む
The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse. All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name yo... 続きを読む
jQuery UI Sortablesでドラッグドロップ&ソータブル 1: Sortables 2: サンプル 前々回は Draggables でDOM要素をドラッグし、 前回は Droppables でドロップ操作を試しました。 今回は、リストの順序をドラッグドロップで変更できるソータブルをjQuery UI の So... 続きを読む
久しぶりに対応しました。http://shrimp.marokun.net/hatena/hatenaniconicoblogparts.user.js追加するとこんな感じになります。はてダをつかってるみんななら、他のブログサービスを選択するボックスなんて要らないよね!!(えー 続きを読む
オープンアプリプレイヤー搭載機種向けのJavaアプリ(ゲーム、ツールなど)が公開されています。テトリスDSのコンピュータ対戦は記録が残らないので、記録の支援をするツールです。(記録が上手くいかないバグを修正しました) 続きを読む
酒徳です。このごろは、食べ物が美味しい季節です。おかげで、ダイエット宣言しているのに、さっぱり体重が落ちません。困ったものです。 さて、今回は、JavaScriptから任意のタイミングでMP3を再生する方法について書いてみようと思います。 Webを見ていると、... 続きを読む
Webアプリケーションの操作性を向上させるために、いまや欠かすことのできないJavaScript。Prototype.jsやjQueryといった各種フレームワークを使用して、ユーザビリティを高めている開発者も少なくないだろう。 ここ数年の間でYahoo! UI LibraryやExt JS、Dojo ... 続きを読む
SWTサンプル集 SWTとは? SWTはThe Standard Widget Kitの略で、Eclipseというオープンソースプロジェクトから提供されているJava用のGUIツールキットです (Eclipse自体は言語に依存しない統合開発環境のプラットフォームを提供することを目的としています)。 Sw... 続きを読む