Once again, after reading somebody else's article, I felt inspired to put together an alternative example. In this case: Text Rotation. Within the article I linked to, the example uses an image sprite and a sprinkle of CSS to get things posit... 続きを読む
Adobe BrowserLab requires Adobe Flash Player version 10.0.0 or higher and Javascript enabled in your browser. Click the button below to download and install the latest version of Flash Player now Adobe BrowserLab An easier, faster solution fo... 続きを読む
dxbl.js /* DXBL - Diaspar Cross Browser Layer, version 0.4.1 * http://diaspar.jp/node/51 * 2007-02-23 */ var DXBL = {} // for Diaspar Cross Browser Layer DXBL.ie = {} // for Internet Explorer DXBL.ie.w3c = {} // W3C 互換メソッドの定義 DXBL.ie... 続きを読む
Malo is ultra small css library for building web sites. It is meant to be structural base for small or medium web sites. Malo derives from it's bigger brother Emastic CSS Framework. Why should you use Malo? Because it's: Ultra small (compress... 続きを読む
swffit (formerly know as FitFlash) is a smart script that resizes your flash automatically if your browser window size is smaller or greater than your flash minimum desired size keeping it accessible independent of screen resolution.swffit (f... 続きを読む
javascriptShibuya.JS の資料を公開します。発表は時間がなくて飛ばし飛ばしになってしまいましてすみませんでした>< リンク 発表の資料The next generation of browsersちなみに、資料のブラウザアイコンで黄色で囲ってあるやつは新しく実装されたという意味... 続きを読む
Prototype Graphic Framework (PGF) is a framework based on prototype to display vectorial shapes inside a web browser. This library is licensed under a MIT-style license, so feel free to use it :). Introduction This open-source framework is de... 続きを読む
Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single scr... 続きを読む
Download source files - 5.04 Kb Introduction In this article, I want to explain and deduce the line drawing algorithm by Bresenham. Afterwards, I will show an optimized version which can be used to draw lines in Gecko based browsers like Mozi... 続きを読む
Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari? The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features i... 続きを読む
Mouse Wheel マウスホイールイベント取得用のprototype.js拡張サンプル。 標準のprototype.jsを使っても、マウスホイールイベントを簡単に取ることは出来ません。 ということで、prototype.js用の機能を拡張するJavaScriptコードのサンプルが公開されてます。 ... 続きを読む
Saturday, November 25th, 2006 DOMContentLoaded.Next Category: JavaScript, Tip Andrea Giammarchi has taken the work of Dean Edwards, Mark Wubben, and Paul Sowden to create his DOMContentLoaded Final Solution. The work comes with a test page fo... 続きを読む
Welcome to Web Devout! This site is aimed at promoting the health of the Web by providing web developers and the public with the knowledge and tools needed to help the Web move forward. About Web Devout. Check out the blog and see what's goin... 続きを読む
Sunday, November 05, 2006 [javascript] IEとFirefox2.0以上で動作するClient Side Storage Firefox2.0では、WHATWGのWeb Application1.0仕様の一部である、Client Side Storageを実装しています。FirefoxのClient Side Storageには、セッション中のみデータが... 続きを読む
Reflection.js allows you to add reflections to images on your webpages. It uses unobtrusive javascript to keep your code clean. It works in all the major browsers - Internet Explorer 5.5+, Mozilla Firefox 1.5+, Safari, Google Chrome and Opera... 続きを読む
JavaScript を使用してドラッグ&ドロップのようなプログラムを作成する場合は、 座標計算のためにブラウザのスクロール量を知りたいことがあります。 このようなときに使えそうなプロパティとして、次の4つを見つけることが出来ました。 (とりあえず垂直スク... 続きを読む