
あまり見慣れないウィジットですね。
これは各家庭の電気消費量をリアルタイムに示してくれるウィジットです。
日本にはまだないですが、アメリカのある地域では各家庭にスマートメーター
という電気メーターを設置し、各家庭の省電力化が進められています。
メーターをつけただけで電力消費が減るのか疑問に思われるでしょうが、
実際に30%も消費が減った家庭があるそうです。
節電・節水といわれてやってみても実感がないですが、
こうしてグラフ化されると、エコへの関心がより高まりますね。
坂井 尚 展
Goya Express
2009年10月12日(月) - 10月17日(土) 12:00 - 20:00
Gallery 銀座芸術研究所
〒104-0016 東京都中央区銀座7-3-6 洋菓子ウエスト2F
TEL 03-5537-5421 URL http://homepage3.nifty.com/ginken/
Notes
Since Version 2.5, you can specify categories by name.
Since Version 2.7, you can specify categories by slug.
Since Version 2.7, you can check against several categories.
Since Version 2.7, you can use this function outside the WordPress Loop (during a single post query, presumably)
Since Version 2.7, you can specify any post to test (not just the current one).
ほとんどのメール閲覧ソフトは、山括弧(< と >)で囲まれた URL を切断しません。メールに URL を貼り付ける場合は、以下のように書くと良いでしょう。
インターネット、企業内LAN等を利用する上での問題点(企業)(複数回答)
セキュリティ対策の確立が困難61.8%
ウィルス感染に不安59.2%
従業員のセキュリティ意識が低い40.5%
運用・管理の費用が増大38.8%
運用・管理の人材が不足36.9%
障害児の復旧作業が困難26.6%
通信料金が高い21.1%
導入成果の定量的把握が困難17.7%
通信速度が遅い11.8%
導入成果を得ることが困難11.6%
認証技術の信頼性に不安6.4%
著作権等知的財産の保護に不安6.2%
電子的決済の信頼性に不安5.7%
その他1.6%
特に問題点なし4.3%
無回答1.9%
(総務省 平成20年通信利用動向調査の結果より)
<table border="1" style="background-color:#cccccc">
<tr><td>1111</td><td>1111</td><td>1111</td></tr>
<tr><td>2222</td><td>2222</td><td>2222</td></tr>
<tr><td>3333</td><td>3333</td><td>3333</td></tr>
</table>
1111 | 1111 | 1111 |
2222 | 2222 | 2222 |
3333 | 3333 | 3333 |
<table border="1" style="background-color:#cccccc">
<tr><td>1111</td><td>1111</td><td>1111</td></tr>
<tr style="display:none"><td>2222</td><td>2222</td><td>2222</td></tr>
<tr><td>3333</td><td>3333</td><td>3333</td></tr>
</table>
1111 | 1111 | 1111 |
2222 | 2222 | 2222 |
3333 | 3333 | 3333 |
<table border="1" style="background-color:#cccccc">
<tr><td>1111</td><td>1111</td><td>1111</td></tr>
<tr style="visibility: hidden"><td>2222</td><td>2222</td><td>2222</td></tr>
<tr><td>3333</td><td>3333</td><td>3333</td></tr>
</table>
1111 | 1111 | 1111 |
2222 | 2222 | 2222 |
3333 | 3333 | 3333 |
/* フッター用 */「フッター用」というコメントがあるし、「footer」って単語もそれなりにあるのでそれなりに見やすいです。
.footer{
・・・
}
.footer_top {
・・・
}
.footer_con {
・・・
}
.menu_footer {
・・・
}
.menu_footer ul {
・・・
}
.menu_footer li {
・・・
}
li#sitemap {
・・・
}
.copyright{
・・・
}
/* フッター用 */書き出しが「.footer・・・」となるように、分かりにくくそうなクラス名に文脈セレクタとして「.footer」や「.footer_con」を追加しました。
.footer{
・・・
}
.footer_top {
・・・
}
.footer_con {
・・・
}
.footer_con .menu_footer {
・・・
}
.footer_con .menu_footer ul {
・・・
}
.footer_con .menu_footer li {
・・・
}
.footer li#sitemap {
・・・
}
.footer .copyright{
・・・
}
<p>sweets factoryのサイトへようこそ。<br/>
text sample text sample text sample text sample<br>
text sample text sample text sample text sample<br>
text sample text sample text sample text sample<br>
text sample text sample text sample text sample<br>
text sample text sample text sample text sample<br>
text sample text sample text sample text sample</p>
p {
margin:0px 0px 0px 0px;
}