2008年12月17日水曜日
▼ [Adobe] Adobeの9~11月決算,過去最高の売上高を記録
http://itpro.nikkeibp.co.jp/article/NEWS/20081217/321592/
"同社社長兼CEOのShantanu Narayen氏は,「困難な経済状況のなか,四半期の売上高が過去最高を記録,通期の売上高も6年連続で2ケタ成長を遂げた。また支出管理を継続的に行うことで,利益目標を超えることができた。2009年も多難な1年となることが予測されるが,長期的な市場の動向を見る限り,この不景気を乗り越えることができるはずだ」と述べた。"
▼ [物欲] コニカミノルタ、国内最小・最軽量のレーザープリンタを発表
http://journal.mycom.co.jp/news/2008/12/17/014/index.html
"1600Wは1名での使用、1650ENはネットワーク対応で多人数での使用、1690MFはオールインワンタイプとそれぞれ違う特徴を備え、「適材適小」のキャッチフレーズでマーケティング展開する。"
▼ [Tool] Action Method Online
▼Action Method Online :: Home
http://www.actionmethod.com/
Behance LLC
▼ [Accessibility] YouTube - WCAG 2.0 Theme Song Web Content Accessibility Guidelines - Disability
http://www.youtube.com/watch?v=gtuna2AWvqk
▼ [Browser] user.js@Firefox3
▼Firefox高速化成功 - 日記やら独り言やらレビューやら何かしらの方法論
http://d.hatena.ne.jp/yupupe6/20081215/1229347817
■原典:
▼林檎はいかがですか? | 遅ればせながらFirefox高速化, かなーり速くなりました<追記>
http://apple-shop.jugem.jp/?eid=67
"まだ試してない方は結構体感速度が上がりますのでお試し下さい。"
▼Firefoxを遅くする12個のアドオン | miki eto's memo
http://mikieto.com/2007/11/04/374/
"人気の高いFirefoxのアドオンの中で、次の12個がFirefoxを遅くするらしい。"
例)
/*
* [Mac]Home/ライブラリ/Application Support/Firefox/Profiles/xxxxxxxx.default/user.js
* [Win]C:\Documents and Settings\○○\Application Data\Mozilla\Firefox\Profiles\xxx.default\user.js
*
*/
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 100000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 100);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);
user_pref("ui.submenuDelay", 0);
user_pref("nglayout.events.dipatchLeftClickOnly", true);