<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2japanesefull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0">
  <channel>
    <title>[mA] myselfArchiver</title>
    <link>http://luvsic.net/</link>
    <description />
    <language>ja</language>
    <generator>Nucleus CMS v3.62</generator>
    <copyright>© [mA] myselfArchiver</copyright>
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>http://luvsic.net/media/nucleus2.gif</url>
      <title>[mA] myselfArchiver</title>
      <link>http://luvsic.net/</link>
    </image>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/luvsic" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="luvsic" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>jQueryによるブラウザ判定</title>
 <link>http://luvsic.net/item/154</link>
<description><![CDATA[<p>jQueryでブラウザ判定するコード<br />
非推奨のjQuery.browserは使わない</p>

<br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/154">[ Read More.. ]</a></p>]]></description>
 <category>Javascript</category>
<comments>http://luvsic.net/item/154</comments>
 <pubDate>Tue, 31 Jan 2012 16:37:16 +0900</pubDate>
</item><item>
 <title>TinyMCE でのバックスペースキーでテキストエリアの文字が消えるIEバグ</title>
 <link>http://luvsic.net/item/153</link>
<description><![CDATA[<p>TinyMCE でのバックスペースキーでテキストエリアの文字が消えるバグに気付いた、IE限定なのでまたおまえなのかと。まあ原因はIEのJavaScript解釈です。</p>

<blockquote>問題の再現手順です。<br />
<br />
1. abc あいうえお<br />
　ここまで打ち、変換確定しておく。<br />
2. かきくけこ<br />
　ここまで打ち、まだ漢字変換しない。<br />
3. バックスペースで、「こ」を消す。<br />
4. スペースキーで変換する。<br />
<br />
このとき、abc あいうえお　という確定済み文字が一斉に消えます。<br />
<br />
IE8 + 日本語変換 + ビジュアルエディタ　で問題が発生し、
同じPC上の FireFox 4 では発生しません。</blockquote>

<p><a href="http://ja.forums.wordpress.com/topic/385#post-1754">ブログ投稿で入力した文字が消える « WordPress.com 日本語フォーラム</a>より</p>
<br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/153">[ Read More.. ]</a></p>]]></description>
 <category>Weblog</category>
<comments>http://luvsic.net/item/153</comments>
 <pubDate>Mon, 23 Jan 2012 09:51:30 +0900</pubDate>
</item><item>
 <title>WordPress プラグイン集</title>
 <link>http://luvsic.net/item/152</link>
<description><![CDATA[<ul>
<li><a href="http://www.ttcbn.net/no_second_life/archives/8281">WP-DBManager</a> 定期的なデータベースの最適化</li>
<li><a href="http://word-express.net/db-cache">DB Cache Reloaded Fix</a> データベースのクエリをキャッシュ化</li>
<li><a href="http://dogmap.jp/plugins/">Head Cleaner</a> &lt;head&gt; の中身と、フッタ領域を整形し高速化</li>
<li><a href="http://hakkutsu-indy.biz/archives/1607252.html">Analytics360</a> 管理画面にGoogle Analyticsの情報を表示</li>
<li><a href="http://the-fool.me/wordpress/plugins/feedburner-feedsmith.html">FeedBurner FeedSmith</a>　WordPressのFeedをFeedBurnerに置き換える</li>
<li><a href="http://techblog.ecstudio.jp/tech-tips/wordpress/feedlogger.html">FeedLogger</a> RSSフィード購読者数表示（FeedBurner等を採用しない場合に）</li>
<li><a href="http://wpblogdiy.com/plugin/pluginsecure/">secure wordpress</a>ワードプレスの安全性を高める</li>
</ul><br />]]></description>
 <category>WordPress</category>
<comments>http://luvsic.net/item/152</comments>
 <pubDate>Wed, 18 Jan 2012 11:44:19 +0900</pubDate>
</item><item>
 <title>WordPress 初期設定の必須カスタマイズメモ</title>
 <link>http://luvsic.net/item/151</link>
<description><![CDATA[<p>プラグイン <a href="http://yuina.lovesickly.com/wordpress-tips/plugins-wordpress/plugin-mente/4190">WP Maintenance Mode</a> で503。</p>

<p><a href="http://dogmap.jp/2010/01/19/wordpress-customized-maintenance-mode/">WordPress のメンテナンスページをカスタマイズ</a></p>

<p><a href="http://dogmap.jp/2009/07/14/wordpress-customize-db-error/">WordPress のデータベースエラーページをカスタマイズ</a></p>

<p><a href="http://weble.org/2011/04/20/revision-and-autosave-stop">WordPress でリビジョンと自動保存を簡単に停止する方法</a>を採用<br />
wp-config.php の wp-settings.php を読み込む前に下記を記述</p>

<div class="codeArea"><div><pre class="php"><span style="color: #666666; font-style: italic;">/* リビジョンは最新7件のみ保存 */</span><br />
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_POST_REVISIONS'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">7</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #666666; font-style: italic;">/* 60s x 60m x 24h */</span><br />
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'AUTOSAVE_INTERVAL'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">86400</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><a href="http://matome.naver.jp/odai/2132712368842099801">バージョン情報を非表示にする</a></p>

<p>プラグイン <a href="http://dogmap.jp/2011/09/27/total-backup/">Total Backup</a> で初期zipを作成</p><br />]]></description>
 <category>WordPress</category>
<comments>http://luvsic.net/item/151</comments>
 <pubDate>Wed, 18 Jan 2012 10:18:00 +0900</pubDate>
</item><item>
 <title>jQuery1.7 で外部リンクを自動別窓オープン</title>
 <link>http://luvsic.net/item/150</link>
<description><![CDATA[jQueryのバージョンを上げるごとに動かなくなるのってなんだかなぁ、と。結局は若干重そうに見えても簡単・基本的なコードで仕上げるほうが手間取られなくていいと思う今日この頃です。<br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/150">[ Read More.. ]</a></p>]]></description>
 <category>Weblog</category>
<comments>http://luvsic.net/item/150</comments>
 <pubDate>Mon, 2 Jan 2012 11:55:18 +0900</pubDate>
</item><item>
 <title>[SEO] PubSubHubbub とオリジナルコンテンツの主張について</title>
 <link>http://luvsic.net/item/149</link>
<description><![CDATA[<span class='itemImage'><a href="xml-rss2.php?imagepopup=1/2011-12-14.png&amp;width=788&amp;height=678&amp;imagetext=feedburner%E3%81%A7%E3%81%AEPubSubHubbub%E5%88%A9%E7%94%A8" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=788,height=678');return false;" class="thumbnail"><a href="http://luvsic.net/media/thumbnail/1_2011-12-14.png">feedburnerでのPubSubHubbub利用</a></a></span>

<p>考えるにいたったのは<a href="http://www.suzukikenichi.com/blog/best-ways-to-beat-scrapers-at-the-moment">スクレイピングを防ぐための現時点でもっとも効果的な方法 | 海外SEO情報ブログ</a>の記事を読んで。具体的には次の４手法を紹介しています。</p>


<ol>
<li>PubSubHubbubを利用する</li>
<li>RSSフィードの配信を遅らせる</li>
<li>全文配信しない</li>
<li>著者情報(Authorship)を設定する</li>
</ol><br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/149">[ Read More.. ]</a></p>]]></description>
 <category>Weblog</category>
<comments>http://luvsic.net/item/149</comments>
 <pubDate>Wed, 14 Dec 2011 09:06:40 +0900</pubDate>
</item><item>
 <title>Chrome風のデザイン（CSS only）</title>
 <link>http://luvsic.net/item/148</link>
<description><![CDATA[<p>画像利用なし、CSS3利用のみでの、グラデーション・角丸、ボックスシャドウ、テキストシャドウを利用したChrome風のデザイン例です。残念ながらIE9以下には対応していません。</p>

<h4>表示例（画像）</h4>

<a href="http://luvsic.net/media/1/2011-10-24.png">Chrome風のデザインサンプル（CSSオンリー）</a><br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/148">[ Read More.. ]</a></p>]]></description>
 <category>Weblog</category>
<comments>http://luvsic.net/item/148</comments>
 <pubDate>Mon, 24 Oct 2011 17:55:28 +0900</pubDate>
</item><item>
 <title>YouTubeに広告が挿入されちゃうChromeエクステンション</title>
 <link>http://luvsic.net/item/147</link>
<description><![CDATA[<span class='itemImage'><a href="xml-rss2.php?imagepopup=1/2011-09-12-1.jpg&amp;width=400&amp;height=195&amp;imagetext=2011-09-12-1.jpg" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=400,height=195');return false;" class="thumbnail"><a href="http://luvsic.net/media/thumbnail/1_2011-09-12-1.jpg">2011-09-12-1.jpg</a></a></span>

<p>犯人は<a href="https://chrome.google.com/webstore/detail/cccpiddacjljmfbbgeimpelpndgpoknn" rel="nofollow">SmoothScroll</a><br />
どう広告が挿入されちゃうっていうかと・・・</p>
<br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/147">[ Read More.. ]</a></p>]]></description>
 <category>Weblog</category>
<comments>http://luvsic.net/item/147</comments>
 <pubDate>Mon, 12 Sep 2011 11:27:45 +0900</pubDate>
</item><item>
 <title>リッチ スニペットのリファレンス （microdata、microformats、RDFa）</title>
 <link>http://luvsic.net/item/146</link>
<description><![CDATA[<p>日本語版は少ないのよね。<br />
というわけで探してみたところ、Googleさんのが一番わかりやすそうだった。</p>

<span class='itemImage'><a href="xml-rss2.php?imagepopup=1/2011-08-12.png&amp;width=463&amp;height=432&amp;imagetext=Google%E3%81%95%E3%82%93%E3%81%AE" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=463,height=432');return false;" class="thumbnail"><a href="http://luvsic.net/media/thumbnail/1_2011-08-12.png">Googleさんの</a></a></span>

<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=ja&answer=99170">リッチ スニペット（microdata、microformats、RDFa） - ウェブマスター ツール ヘルプ</a>

<p>今日現在だと下記の６タイプがあるようです。</p><br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/146">[ Read More.. ]</a></p>]]></description>
 <category>Weblog</category>
<comments>http://luvsic.net/item/146</comments>
 <pubDate>Fri, 12 Aug 2011 22:12:08 +0900</pubDate>
</item><item>
 <title>[PHPツール] ファイルの改ざんチェッカー</title>
 <link>http://luvsic.net/item/145</link>
<description><![CDATA[<p>クラッカーがサーバーの既存ファイルを改ざん（書き換え）し、それがサイト訪問者へウイルスを導いたり、迷惑メールを飛ばし続けたり…と、そういう事件が後を絶たないのが現状です。しかし、じゃあ後から「改ざんされたことをチェックできるか」というと、結構無理なんですね。</p>

<p>気づくには、サーバのファイル群へ事前に、「そのファイルは過去のものと同一のものか」とチェックできる仕込みをする必要がでてきます。</p>


<h4>サイト改竄チェッカー</h4>
<span class='itemImage'><a href="xml-rss2.php?imagepopup=1/2011-06-14.png&amp;width=538&amp;height=395&amp;imagetext=%E3%82%B5%E3%82%A4%E3%83%88%E6%94%B9%E7%AB%84%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=538,height=395');return false;" class="thumbnail"><a href="http://luvsic.net/media/thumbnail/1_2011-06-14.png">サイト改竄チェッカー</a></a></span>

<p>上記画像は<a href="http://forum.modx.jp/viewtopic.php?f=22&t=577">トピック表示 - サイト改竄チェッカーを作りました - MODX JAPAN Forum 日本公式フォーラム</a>から拝借しております。プログラムのエンジンは「CMS Made Simple内蔵のチェックサム照合エンジンを利用しています。」ということだそうで、ライセンスはGPLになるのかな？と思ったのですが、ツール内容に記述はありませんでしたのでよくわかりません。</p>

<br /><p style="font-weight:bold;"><a href="http://luvsic.net/item/145">[ Read More.. ]</a></p>]]></description>
 <category>Weblog</category>
<comments>http://luvsic.net/item/145</comments>
 <pubDate>Tue, 14 Jun 2011 23:07:04 +0900</pubDate>
</item>
  </channel>
</rss>

