So let’s start here. To get to this figure, you have to have a methodology and base that on a whole list of assumptions. When I challenged Professor McDonald (I am sure for the first time) for the “methodology you used for your figures and also the underlying assumptions you based them on” he suggested I google “behavioural equilibrium exchange rate”. This is the approach he has taken. https://res
bookreader.jsは、長文を縦スクロールではなく、横スクロールで表示し読みやすくするJavaScriptライブラリです。 →プロジェクトのホーム (Google Code) - New!! →ダウンロード(ver 0.4.6) - 2009/04/18公開 ※ダウンロードの詳細については、こちらのページをご覧下さい。 まずは、このページで体験してみて下さい。キーボードの[→]/[←]キーが、「進む」あるいは「戻る」に対応します。画面上に表示される、半透明の▶/◀ボタンをクリックしてもOKです。使い方の詳細は「ヘルプ」を参照ください。 次期バージョンの開発状況 幸いにしてさまざまな方からフィードバックをいただきました。ありがとうございます。それを元に機能の絞り込みとWEBサイトへの「組込み方」について検討を行っています。まだ、実装の方針が定まった、という段階ですが次期0.8.x系のサ
Update: Version 1.1 released 2/8/08. Good bug fixes + Opera compatibility! ...so I fought back the charging Guanaco, immediately hopped on my paraglider, and basically caught the first flight out of Chile — but not without dealing with some cantankerous customs inspectors while drinking a cool glass of chicha. Really sorry it took so long! But hey, two years later, it's finally done! Smooth Javasc
Download cvi_busy_lib.js and include it into your webpage. <script type="text/javascript" src="cvi_busy_lib.js"></script> Add overlay to element ctrl = getBusyOverlay(parent[, overlay[, busy]]); parent == element to add the overlay to or "viewport" overlay e.g. {color: 'black', opacity: 0.5, ...} color == STRING 'black' or '#000000' or 'rgb(0,0,0)' Default: 'white' opacity == FLOAT 0.0 - 1
The Psychology of Greatness in Legendary AthletesWhat defines greatness in legendary athletes? Beyond physical prowess and skill, their characters, mental resilience, and the ability to inspire transcend their technical achievements. The enduring legacies of individuals like Lionel Messi, Cristiano Ronaldo, Michael Jordan, and Muhammad Ali suggest a deeper interplay of psychological factors and so
非常に美しいcoverflowスライドギャラリー『ImageFlow』 ImageFlowはPHPとJavaScriptで作られている非常に美しいcoverflowスライドギャラリーです。 設置方法 配布サイトより関連ファイルをダウンロードし、サーバーにアップします。 スライドギャラリーを利用したいページのhead要素内で『screen.css』と『imageflow.js』を読み込みます。 <link rel="stylesheet" title="Standard" href="screen.css" type="text/css" media="screen" /> <script language="JavaScript" type="text/javascript" src="imageflow.js"></script> スライドを利用したい箇所に以下のHTMLコードを記述しま
It’s really amazing to see what one can create using jQuery. Developers just don't stop making incredibly interactive web applications every now and then. This post just demonstrates excellent examples of some of the best jQuery plugins out there. You can also take a look at the other jQuery Plugins in this series : 45+ Fresh Out of the oven jQuery Plugins 50+ Amazing Jquery Examples- Part1 So let
iBox is a lightweight script that lets you overlay images and documents in a small dialog without a page reload. It's built to be easy to install and use, while offering great flexibility. The quick start shows example code and explains how to use it. TopImages iBox easily supports the standard overlay of images, in many sizes, and will automatically scale down the window if the browser's viewpane
Webは略語じゃないのに「WEB」って書く人が多いのが気になって仕方ない今日この頃。(あ、音声ブラウザを配慮したらという場合です) さて、本題に。 CSSのみでロールオーバーするテクニックは有名でございますが、ココ最近JSでいいじゃん。と思うようになってます。 ってことで、こんなサイト名ですけどJavaScriptでやるロールオーバーの方法のひとつでも。 jsファイルのご用意 何はともあれ、下記のjsファイルをご用意します。 function smartRollover() { if(document.getElementsByTagName) { var images = document.getElementsByTagName("img"); for(var i=0; i < images.length; i++) { if(images[i].getAttribute("src")
実装されている方もいらっしゃるかと思いますが・・・の小技。 トラックバックを打つときにはトラックバックURLをコピペして貼り付けることが必要ですが(Auto-Discoveryもありますが)、その際にコピーしやすいように細工しておきましょう。 このブログでもトラックバックURLをクリックするとそれが全選択されるようにしてあります。 ↑ マウスクリックで一発選択。あとはコピーするだけ。 ちょっとしたことですが簡単なJavascriptを仕込むだけですのでよろしければどうぞ。 <input type="text" size="70" id="tb_url" value="http://www.simplexsimple.com/cgi-bin/mt/mt-tb.cgi/3" onClick="document.getElementById('tb_url').select();" /> 追記:
Mac OSXでアプリケーションが出すメッセージを表示してくれるのがGrowlというソフトウェアだ。例えばSkypeであればメッセージを表示してくれたり、Firefoxのダウンロード完了を通知してくれたりと便利に利用できる。 そんなGrowlをWebアプリケーションでも使おうと考えたのがこのソフトウェアだ。 今回紹介するオープンソース・ソフトウェアはYowl、Webアプリケーション向けメッセージソフトウェアだ。 YowlはWebアプリケーションでのメッセージ通知を可能にするソフトウェアで、JavaScriptでメッセージを呼び出すと画面の端にダイアログを出してくれる。放置しておくと自動で消える機能がある(クリックするまで残すこともできる)。この表示の方法はまさにGrowlのようだ。 Windows向けにはタスクトレイに常駐するSysTrayというソフトウェアも提供されている。これをインスト
Mac OSXでアプリケーションが出すメッセージを表示してくれるのがGrowlというソフトウェアだ。例えばSkypeであればメッセージを表示してくれたり、Firefoxのダウンロード完了を通知してくれたりと便利に利用できる。 そんなGrowlをWebアプリケーションでも使おうと考えたのがこのソフトウェアだ。 今回紹介するオープンソース・ソフトウェアはYowl、Webアプリケーション向けメッセージソフトウェアだ。 YowlはWebアプリケーションでのメッセージ通知を可能にするソフトウェアで、JavaScriptでメッセージを呼び出すと画面の端にダイアログを出してくれる。放置しておくと自動で消える機能がある(クリックするまで残すこともできる)。この表示の方法はまさにGrowlのようだ。 Windows向けにはタスクトレイに常駐するSysTrayというソフトウェアも提供されている。これをインスト
CSS-Tricksで、IE用に「expression」を使用して、min-width、max-widthを実現する方法がエントリーされていました。 The Perfect Fluid Width Layout デモページでは、最小幅780pxを維持しつつ、最大幅1280px以上になると残りの箇所は背景画像が表示されるようになっています(参照:キャプチャ画像)。 min-width、max-widthの箇所は、下記のように記述されています。 #page-wrap{ background: white; min-width: 780px; max-width: 1260px; margin: 10px auto; width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 12
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く