<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Web scratch &#187; AutoPagerize</title> <atom:link href="http://efcl.info/tag/autopagerize/feed/" rel="self" type="application/rss+xml" /><link>http://efcl.info</link> <description>フリーソフトやFirefoxなどについて、web全般なサイト</description> <lastBuildDate>Sat, 21 Jan 2012 23:30:41 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Google検索でのuserContent.cssの設定やGreasemonkeyなど</title><link>http://efcl.info/2011/0320/res2380/</link> <comments>http://efcl.info/2011/0320/res2380/#comments</comments> <pubDate>Sat, 19 Mar 2011 15:21:10 +0000</pubDate> <dc:creator>azu</dc:creator> <category><![CDATA[Firefox]]></category> <category><![CDATA[Greasemonkey]]></category> <category><![CDATA[AutoPagerize]]></category> <category><![CDATA[css]]></category> <category><![CDATA[google]]></category> <category><![CDATA[検索]]></category><guid
isPermaLink="false">http://efcl.info/?p=2380</guid> <description><![CDATA[Google検索は最も使うサービスの一つだと思うので、できる限り快適にしたいです。いろいろいじってたのがやっと落ち着いたので設定のメモです。 まずはGreasemonkeyから Twitter search(ja) re [...]]]></description> <content:encoded><![CDATA[<p>Google検索は最も使うサービスの一つだと思うので、できる限り快適にしたいです。いろいろいじってたのがやっと落ち着いたので設定のメモです。</p><p>まずはGreasemonkeyから</p><ul><li><a
title="Twitter search(ja) result on Google for Greasemonkey" href="http://userscripts.org/scripts/show/65540">Twitter search(ja) result on Google for Greasemonkey</a><br
/>検索結果にTwitter検索の結果を表示する</li><li><a
title="En Google modified by Gulfweed" href="http://gulfweed.starlancer.org/?En%20Google">En Google modified by Gulfweed</a><br
/>検索中に言語の切り替えを簡単に行える</li><li><a
title="Remove Google Redirection for Greasemonkey" href="http://userscripts.org/scripts/show/98394">Remove Google Redirection for Greasemonkey</a><br
/>各ページへのリンクにGoogleのリダイレクトを挟まないようする</li></ul><p>と、このぐらいで思ったより、Greasemonkeyは入れてない感じします。<br
/>Google検索自体が結構高機能なので、そこまで機能を付け加える必要が無いのかもしれないです。(期間指定をもっと簡単にやりたいけど)<br
/>後はアドオンで<a
title="Google Date :: Add-ons for Firefox" href="https://addons.mozilla.org/ja/firefox/addon/google-date/">Google Date :: Add-ons for Firefox</a>を入れているぐらいです。<br
/>入れている理由は<a
title="サイトの最終更新日をステータスバーに表示するアドオン「Google Date」" href="http://efcl.info/2011/0218/res2272/">最終更新日を知るため</a>なのでちょっと関係ないかもしれないです。</p><p>次にuserContent.cssの設定。<br
/><a
title="Stylish" href="https://addons.mozilla.org/ja/firefox/addon/stylish/">Stylish</a>は入れてないので直接userContent.cssに書いています。(デバッグには<a
title="userChrome.jsでメニュー拡張を追加できる「userMenu.js」" href="http://efcl.info/2010/0512/res1692/">userMenu.uc.js</a>のCSSリロードが便利)</p><pre class="brush:css;">/* Google検索ページ
+結果欄の幅拡張
+検索バーを固定
+サイトの背景色を奇数で色分
+広告は犠牲になった
*/
@-moz-document url-prefix("http://www.google.co.jp/search"),
                 url-prefix("http://www.google.com/search"){
    /* 「もっと見る」を押さなくても、最初から全部表示 */
    .nojsb {
        display: block !important;
    }
    #tads{
        display: none !important;
    }
    #showmodes {
        display: none !important;
    }
    #mbEnd{
        display:none !important;
    }
    /* fixedSearchbar */
    #nr_container {
        margin-top: 115px;
    }
    #sfcnt {
        -moz-box-shadow:0 1px 5px #000000;
        box-shadow:0 1px 5px #000000;
        left:0;
        padding:18px 0;
        top:25px;
        width:100%;
        z-index:10;
    }
    #gog {
        left:0;
        top: 0;
        width:100%;
        z-index:11;
    }
    #gog, #sfcnt, #subform_ctrl{
        background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9)!important;
        position:fixed;
    }
    #sfcnt {
        height:70px !important;
        padding-top:0 !important;
    }
    #subform_ctrl {
      text-align:right;
      z-index: 10;
      right: 0;
      top: 88px;
      min-height: 0;
      background:none repeat scroll 0 0 transparent!important;
    }
    #guser, #gbar{
          padding: 1px 0;
    }
    #gbar nobr, #guser nobr {
        line-height: 22px;
    }
    /* oddには色をつける */
    li.g:nth-child(odd){
        background:#F7F7F7;
    }
    /* 説明文を横に延長 */
    .g{
        min-width:800px;
        padding:5px!important;
        -moz-border-radius : 5px;
        border-radius : 5px;
    }
    .s {
        min-width: 800px !important;
    }

    /* RealTimeの場合横幅に必要 */
    #center_col{
        min-width:820px!important;
    }
    /*右側のbox*/
    #rtro{
        width: 800px!important;
    }
    /* 普段は隠しておいて、マウスオーバーで表示させる */
    #rhs{
        -moz-box-shadow:-3px 3px 3px #000000;
        white-space: nowrap;
        background:#fff!important;
        right: 0!important;
        top: 0!important;
        width: 15px!important;
        overflow:hidden;
    }
    #rhs:hover{
        background:#fff!important;
        right: 0!important;
        top: 0!important;
        width: 800px!important;
    }
}</pre><p><a
title="Googleの設定 — Gist" href="https://gist.github.com/877459">Googleの設定 — Gist</a></p><p>今はこんな感じで、結果欄の横幅拡張、検索バーを固定、サイトの背景色を奇数で色分けなどを行っています。<br
/>スクリーンショットで見ると以下のような感じになります。</p><p><a
href="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-2.png"><img
class="alignnone size-medium wp-image-2384" title="ss-2011-03-19-2" src="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-2-300x205.png" alt="" width="300" height="205" /></a></p><p><a
href="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-5.png"><img
class="alignnone size-medium wp-image-2381" title="ss-2011-03-19-5" src="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-5-300x207.png" alt="" width="300" height="207" /></a></p><p><a
href="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-3.png"><img
class="alignnone size-medium wp-image-2383" title="ss-2011-03-19-3" src="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-3-300x205.png" alt="" width="300" height="205" /></a></p><p><a
href="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-4.png"><img
class="alignnone size-medium wp-image-2382" title="ss-2011-03-19-4" src="http://efcl.info/wp-content/uploads/2011/03/ss-2011-03-19-4-300x206.png" alt="" width="300" height="206" /></a></p><p>また、先ほどGoogleのTwitter検索である&#8221;Google Realtime Search&#8221;のSITEINFOをwedataに書いておいたのでかなり快適になりました。<br
/>(各種AutopagerizeでSITEINFOの更新を行えば適応されると思います)</p><ul><li><a
title="アイテム: Google Realtime Search - データベース: AutoPagerize - wedata" href="http://wedata.net/items/48597">アイテム: Google Realtime Search &#8211; データベース: AutoPagerize &#8211; wedata</a></li></ul><p>思ったより地味ですが、こんな感じで使っています。<br
/><a
title="Google++ for Greasemonkey" href="http://userscripts.org/scripts/show/59333">Google++ for Greasemonkey</a>を結構参考にしました。</p> ]]></content:encoded> <wfw:commentRss>http://efcl.info/2011/0320/res2380/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tumblrをブログとして使うためにやるべき事</title><link>http://efcl.info/2011/0116/res2211/</link> <comments>http://efcl.info/2011/0116/res2211/#comments</comments> <pubDate>Sun, 16 Jan 2011 07:59:55 +0000</pubDate> <dc:creator>azu</dc:creator> <category><![CDATA[webサービス]]></category> <category><![CDATA[AutoPagerize]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[Tumblr]]></category> <category><![CDATA[日本語]]></category> <category><![CDATA[検索]]></category><guid
isPermaLink="false">http://efcl.info/?p=2211</guid> <description><![CDATA[Tumblrをブログとして使うためにやるべき事 投稿用サブブログを作成 Tumblrはメインブログと、Create tumblelogから改めて作成するサブブログと分かれていて、メインブログは共同更新ができない感じになっ [...]]]></description> <content:encoded><![CDATA[<p>Tumblrをブログとして使うためにやるべき事</p><h3>投稿用サブブログを作成</h3><p>Tumblrはメインブログと、Create tumblelogから改めて作成するサブブログと分かれていて、メインブログは共同更新ができない感じになっています。なので、今後そういう可能性があるならばCreate tumblelogから改めてtumblelogを作成します。</p><p><a
title="【連載】『Tumblr』のおさらい (12) 複数人でTumblelogを共同更新してみる | ネット | マイコミジャーナル" href="http://journal.mycom.co.jp/series/tumblr/012/index.html">【連載】『Tumblr』のおさらい (12) 複数人でTumblelogを共同更新してみる | ネット | マイコミジャーナル</a></p><h3>ドメイン</h3><p>Tumblrは独自ドメインが使用できます。<br
/> 特にドメインの制限はないので、DNSレコードでTumblrのIPアドレスを振って、「Info」 メニューの一番下にある 「Use a custom domain name」 にチェックして取得したドメインを設定するだけでOKです。<br
/> (別にドメインを持ってなくてもドメインを指定できてしまい、誰かが指定してあるとそのドメインは他の人が指定できないといういたずら要素が存在してる…)</p><ul><li><a
title="独自ドメインで Tumblr を使う | WWW WATCH" href="http://hyper-text.org/archives/2009/04/tumblr_custom_domain.shtml">独自ドメインで Tumblr を使う | WWW WATCH</a></li></ul><h3>テーマ</h3><p>Tumblrは元からテーマがいろいろと用意されているので、それらを見本にしていじるのが手っ取り早いです。<br
/> TumblrのテーマはHTMLの構造を自由にいじれるので、比較的自由度は高めだと思います。<br
/> ただし、Tumblrサービスで共通したHTML構造にならないという意味でもあるためAutopagerizeが動かないページも多いです。<br
/> Autopagerizeが動かないと鈍器で殴られるので下を参考に対応しましょう。</p><ul><li><a
title="Autopagerizeが動かないtumblrなんて… - otsune tumblr まとめサイト 画像保管庫Q" href="http://otsune.tumblr.com/post/334387549/autopagerize-tumblr">Autopagerizeが動かないtumblrなんて… &#8211; otsune tumblr まとめサイト 画像保管庫Q</a></li></ul><h3>SEOやアクセス解析や検索</h3><p>まずはブログとして使うと外部からのリンクも多いと思うのでアクセス解析を入れます。<br
/> 多分多くのテーマに{block:IfGoogleAnalyticsUACode}という<a
title="Google Analytics | 公式ウェブサイト" href="http://www.google.com/intl/ja/analytics/">Google Analytics</a>のブロックがあると思うので、それを消してから<br
/> &lt;/head&gt;の前に次のようなGoogle Analyticsの非同期コードを仕込んでおきます。<br
/> {text:Google Analytics UA Code}という部分は設定のApperenceタブにUA-xxxxxと入力する場所があるので、そこで設定した値に置き換わります。またこの非同期コードはheadセクション内に存在しないと機能しないことに注意してください(&lt;/body&gt;前とかはダメ)</p><ul><li><a
title="設定の確認 - Analytics ヘルプ" href="http://www.google.com/support/analytics/bin/answer.py?answer=174894">設定の確認 &#8211; Analytics ヘルプ</a></li></ul><pre class="brush:javascript;">{block:IfGoogleAnalyticsUACode}
&#60;script type="text/javascript"&#62;

  var _gaq = _gaq || &#91;&#93;;
  _gaq.push(&#91;'_setAccount', ''&#93;);
  _gaq.push(&#91;'_trackPageview'&#93;);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')&#91;0&#93;; s.parentNode.insertBefore(ga, s);
  })();

&#60;/script&#62;
{/block:IfGoogleAnalyticsUACode}
</pre><p>Google Analyticsの非同期コードを入れたついでに<a
title="ウェブマスター ツール - ホーム" href="https://www.google.com/webmasters/tools/home?hl=ja">Googleウェブマスター ツール</a>でsitemap.xmlを登録しましょう。<br
/> 使ってるTumblrのURLを追加して、所有者の確認で&#8221;Google Analytics アカウントにリンク&#8221;を選べば簡単に登録できます。(非同期コードを仕込んでいる必要があるので、他の方法でも可能)<br
/> サイト設定→サイトマップから&#8221;サイトマップを送信&#8221;でサイトマップのURLを追加します。<br
/> サイトマップのURLは <em>http://site.tumblr.com/sitemap.xml</em> に自動的に生成されていると思うのでそれを指定します。<br
/> 検索エンジン対して優しくなるように設定のAdvanecedでインデックスの許可やユーザーフレンドリーなURLにするなどの設定を見ておくといいでしょう(デフォルトであんまり問題無かったけど)</p><ul><li><a
title="4 Tumblr SEO Tips - Jauder Ho - tumblr, seo, sitemap, - links and things" href="http://tumblelog.jauderho.com/post/122434303/4-tumblr-seo-tips">4 Tumblr SEO Tips &#8211; Jauder Ho &#8211; tumblr, seo, sitemap, &#8211; links and things</a></li><li><a
title="tumblr. note4 tumblrの４つのSEO対策 - 花あそびエコブログ" href="http://hana-asobi.tumblr.com/post/444383843/tumblr-note4-tumblr-4-seo">tumblr. note4 tumblrの４つのSEO対策 &#8211; 花あそびエコブログ</a> (上の訳)</li><li><a
title="tumblrがgoogle sitemaps対応になってた « ku" href="http://ido.nu/kuma/2008/01/29/now-tumblr-supports-google-sitemaps/">tumblrがgoogle sitemaps対応になってた « ku</a></li><li><a
title="SEO on Tumblr Blog | SocialBlogr" href="http://www.socialblogr.com/2010/03/seo-on-tumblr-blog.html">SEO on Tumblr Blog | SocialBlogr</a></li></ul><h3>最後に検索について</h3><p>Tumblrの検索は日本語が通らない(タグでは通る)ので、何かしらの代用手段が必要になると思います。</p><ul><li><a
title="Tumblrで日本語検索をするいくつかの方法 - conflict error" href="http://webkit.seesaa.net/article/129746010.html">Tumblrで日本語検索をするいくつかの方法 &#8211; conflict error</a></li></ul><p>これを打破するために<a
title="Trunk.ly" href="http://trunk.ly/">Trunk.ly</a>というサービスを利用します。<a
title="Trunk.ly" href="http://trunk.ly/">Trunk.ly</a>はTwitterやRSSからリンクを取り込んで検索する事ができるサービスです。検索対象にしたいTumblrのRSSを取り込めば、取り込んだ時点からの内容は検索が可能になります。日本語も通るかつ、記事中に出てきたリンク先も解析対象にするため検索の取りこぼしは少ないです。</p><h3>Tumblrをブログとして使うメリット</h3><p>Tumblrはブログシステムとしても機能が十分にあり、他のブログシステムとは違ってReblogやLikeと言ったコミュニケーション機能が存在します。そうした反応を作りやすい仕組みになっているため、ブログより更新の障壁は低くなるかもしれません。<br
/> WordPressといった高機能なブログエンジンもありますが、無料で手軽に利用できるTumblrは選択肢としてあっても良いかもしれません。</p><ul><li><a
title="tumblrはブログツールとしてもオススメ : web-g.org" href="http://web-g.org/post/318214726">tumblrはブログツールとしてもオススメ : web-g.org</a></li></ul><dl><dt><strong>【連載】『Tumblr』のおさらい | ネット | マイコミジャーナル</strong></dt><dd><a
title="【連載】『Tumblr』のおさらい | ネット | マイコミジャーナル" href="http://journal.mycom.co.jp/series/tumblr/menu.html">http://journal.mycom.co.jp/series/tumblr/menu.html</a></dd></dl>]]></content:encoded> <wfw:commentRss>http://efcl.info/2011/0116/res2211/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>pixivで個別イラストページに行かなくても、フルサイズの画像を見られるGreasemonkey</title><link>http://efcl.info/2009/0326/res637/</link> <comments>http://efcl.info/2009/0326/res637/#comments</comments> <pubDate>Wed, 25 Mar 2009 17:04:42 +0000</pubDate> <dc:creator>azu</dc:creator> <category><![CDATA[Greasemonkey]]></category> <category><![CDATA[AutoPagerize]]></category> <category><![CDATA[pixiv]]></category><guid
isPermaLink="false">http://efcl.info/?p=637</guid> <description><![CDATA[pixiv images direct linkはpixivでサムネイルの下に、直接フルサイズの画像へのリンクをつけるGreasemonkeyです。 いろんなとこにオリジナルサイズへのリンク[S]が表示されると思います。 [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://efcl.info/wp-content/uploads/db63f557175f3880ced8f8a96fad26871.png"><img
class="aligncenter size-medium wp-image-639" title="db63f557175f3880ced8f8a96fad26871" src="http://efcl.info/wp-content/uploads/db63f557175f3880ced8f8a96fad26871-300x186.png" alt="db63f557175f3880ced8f8a96fad26871" width="300" height="186" /></a></p><p><br
class="spacer_" /></p><p><a
href="http://userscripts.org/scripts/show/45192">pixiv images direct link</a>はpixivでサムネイルの下に、直接フルサイズの画像へのリンクをつけるGreasemonkeyです。<br
/> いろんなとこにオリジナルサイズへのリンク[S]が表示されると思います。<br
/> <a
href="http://efcl.info/wp-content/uploads/sshot-2.png"><img
class="aligncenter size-medium wp-image-640" title="sshot-2" src="http://efcl.info/wp-content/uploads/sshot-2-300x80.png" alt="sshot-2" width="300" height="80" /></a></p><p><span
id="text1387964308" class="status">AutoPagerizeにも対応していて、</span>基本的には<a
href="http://shiftingpixel.com/lightbox/">Greased Lightbox</a>と連携して使うことを想定していますので、</p><ol><li><span
id="text1387964308" class="status">AutoPagerize</span></li><li> pixiv images direct link</li><li> Greased Lightbox</li></ol><p>という並び順になるように調整してください。(猿アイコンの管理画面でAlt押しながら移動)</p><p>以下からインストール</p><dl><dt><strong>pixiv images direct link</strong></dt><dd><a
href="http://userscripts.org/scripts/show/45192">http://userscripts.org/scripts/show/45192</a></dd></dl><p><br
class="spacer_" /></p>]]></content:encoded> <wfw:commentRss>http://efcl.info/2009/0326/res637/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/15 queries in 0.031 seconds using disk: basic
Object Caching 420/450 objects using disk: basic

Served from: efcl.info @ 2012-02-11 16:28:59 -->
