javascriptの最近のブログ記事
JavaScript tutorial - Window size and scrolling
window.innerHeight/Width
Provided by most browsers, but importantly, not Internet Explorer.
document.body.clientHeight/Width
Provided by many browsers, including Internet Explorer.
document.documentElement.clientHeight/Width
Provided by most DOM browsers, including Internet Explorer.
カテゴリー:
zeroclipboard - Project Hosting on Google Code
Provides "Copy to Clipboard" functionality for your web site using JavaScript and Flash
カテゴリー:
insertAdjacentHTML、insertAdjacentTextがFirefoxで使えない→使えた | Crara Blog
FirefoxでinsertAdjacentHTMLが使用できないので困っていたら、ie_methods.jsという便利なスクリプトがありました。
カテゴリー:
prototype.jsベースのWYSIWYGエディタウィジェット「Control.TextArea」:phpspot開発日誌
Control.TextArea : Cross Browser TextArea ManipulationDecent, flexible WYSIWYG editing in the browser is still an inconsistent affair at best in terms of user experience, integration effort, and generated markup. In the meantime a crop of text formatting languages such as Markdown, Textile, BBCode and wiki markup have emerged as ways for users to enter rich content in a controlled fashion.

