javascript var XPath = { cache: null, reset: function () { this.cache = {__proto__: null}; }, get: function (context, expr, type) { var cache = this.cache, evaluator; if (expr in cache) { evaluator = cache[expr]; } else { evaluator = cache[ex... 続きを読む
Photoshopのレイヤーマスクを使ったブレンドテクニック (2008年9月19日) Photoshopのレイヤーマスクを使ったブレンドテクニックを解説しています。 続きを読む
Contact Information The Settlement Administrator can be contacted at: Settlement Administrator c/o Rust Consulting, Inc. PO Box 9364 Minneapolis, MN 55440-9364 United States of America This is the settlement administration website for the Goo... 続きを読む
JavaScript, GreasemonkeyGoogle検索でキャッシュを見ると色が変わるアレと同じことを通常の検索時にもするスクリプトです。インストールはこちらから⇒インストールする 以下、蛇足。ワードに一致した部分に前から機械的にspanタグをつけていくだけなので、「J... 続きを読む