<?xml version="1.0" encoding="UTF-8" ?>
<rss version="0.91">
  <channel>
    <title>収集癖</title>
    <description>いろんなものを集めてみました。</description>
    <link>https://befine.blog.shinobi.jp/</link>
    <language>ja</language>
    <copyright>Copyright (C) NINJATOOLS ALL RIGHTS RESERVED.</copyright>

    <item>
      <title>影絵？</title>
      <description>http://www.hongkiat.com/blog/85-free-high-quality-silhouette-sets/</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E5%BD%B1%E7%B5%B5%EF%BC%9F</link> 
    </item>
    <item>
      <title>note</title>
      <description>http://jreport.jstream.jp/page.php?id=3466&amp;amp&amp;ki=NzkzODg1OTc3MTEwNjAy</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/note</link> 
    </item>
    <item>
      <title>Fireworksチュートリアル</title>
      <description>http://arbent.net/blog/30-tutorials-that-will-teach-you-fireworks</description> 
      <link>https://befine.blog.shinobi.jp/fireworks%E9%96%A2%E9%80%A3/fireworks%E3%83%81%E3%83%A5%E3%83%BC%E3%83%88%E3%83%AA%E3%82%A2%E3%83%AB</link> 
    </item>
    <item>
      <title>excel マクロ</title>
      <description>Sub orderList()&lt;br /&gt;
    Range(&quot;A1&quot;).Select&lt;br /&gt;
    Selection.Sort Key1:=Range(&quot;B1&quot;), Order1:=xlAscending, Header:=xlGuess, _&lt;br /&gt;
        OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, SortMethod _&lt;br /&gt;
        :=xlPinYin&lt;br /&gt;
End Sub&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sub countdata()&lt;br /&gt;
    Dim rcount As Long&lt;br /&gt;
    Range(&quot;C1&quot;).Select&lt;br /&gt;
    ActiveCell.FormulaR1C1 = &quot;=COUNTIF(C[-1],RC[-1])&quot;&lt;br /&gt;
    rcount = Cells(1, 1).End(xlDown).Row&lt;br /&gt;
    Selection.AutoFill Destination:=Range(&quot;C1:C&quot; &amp; rcount), Type:=xlFillDefault&lt;br /&gt;
    &lt;br /&gt;
    Range(&quot;C1:C&quot; &amp; rcount).Copy&lt;br /&gt;
    Range(&quot;D1:D&quot; &amp; rcount).PasteSpecial Paste:=xlPasteValues&lt;br /&gt;
End Sub&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sub deldata()&lt;br /&gt;
    Dim i As Long&lt;br /&gt;
    With Range(&quot;B1&quot;)&lt;br /&gt;
        For i = .CurrentRegion.Rows.Count To 1 Step -1&lt;br /&gt;
            If .Offset(i, 0) = .Offset(i - 1, 0) Then .Offset(i, 0).EntireRow.Delete&lt;br /&gt;
        Next i&lt;br /&gt;
    End With&lt;br /&gt;
    Range(&quot;C:C&quot;).Delete&lt;br /&gt;
End Sub&lt;br /&gt;
</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/excel%20%E3%83%9E%E3%82%AF%E3%83%AD</link> 
    </item>
    <item>
      <title>Jquery</title>
      <description>http://www.myphpdunia.com/2009/04/19/top-10-jquery-examples-with-live-demos/&lt;br /&gt;
&lt;br /&gt;
↓背景画像の作り方&lt;br /&gt;
http://www.noupe.com/design/outstanding-website-background-guide-60-impressive-resources.html&lt;br /&gt;
&lt;br /&gt;
↓グラデ&lt;br /&gt;
http://bestdesignoptions.com/?p=2314&lt;br /&gt;
&lt;br /&gt;
↓CSS&lt;br /&gt;
http://sixrevisions.com/css/30-exceptional-css-navigation-techniques/&lt;br /&gt;
&lt;br /&gt;
↓チュートリアル&lt;br /&gt;
http://www.photoshoplady.com/&lt;br /&gt;
http://blog.creamu.com/mt/2009/03/photoshoptips21.html&lt;br /&gt;
&lt;br /&gt;
↓ジェネレーター&lt;br /&gt;
http://blog.creamu.com/mt/2009/03/28.html</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/jquery</link> 
    </item>
    <item>
      <title>めも</title>
      <description>いっぱいあるどー&lt;br /&gt;
http://dezignus.com/&lt;br /&gt;
&lt;br /&gt;
ノート画像↓&lt;br /&gt;
http://www.printablepaper.net/&lt;br /&gt;
&lt;br /&gt;
こんなの↓も役に立つかな？&lt;br /&gt;
&lt;br /&gt;
グラデーションカラーの候補を見つけてくれる&lt;br /&gt;
http://colormixers.com/mixers/cmr/&lt;br /&gt;
http://www.ficml.org/jemimap/style/color/wheel.html&lt;br /&gt;
&lt;br /&gt;
フォトショ用のプラグイン&lt;br /&gt;
http://coliss.com/articles/build-websites/operation/design/738.html&lt;br /&gt;
&lt;br /&gt;
&gt; 恵理さんが好きそうなサイトを発見したのでプレゼント♪&lt;br /&gt;
&gt; &lt;br /&gt;
&gt; http://gatoisland.com/&lt;br /&gt;
&gt; &lt;br /&gt;
</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%82%81%E3%82%82</link> 
    </item>
    <item>
      <title>メモ（リンク）</title>
      <description>アイコン&lt;br /&gt;
http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/&lt;br /&gt;
http://www.vistaicons.com/&lt;br /&gt;
&lt;br /&gt;
チャート・グラフ&lt;br /&gt;
http://tutorialblog.org/free-chart-and-graph-solutions/&lt;br /&gt;
&lt;br /&gt;
日付アイコン&lt;br /&gt;
http://www.smashingmagazine.com/2008/02/22/gallery-of-date-stamps-and-calendars/&lt;br /&gt;
&lt;br /&gt;
カレンダー&lt;br /&gt;
http://www.image-seed.com/tool/calendar/&lt;br /&gt;
&lt;br /&gt;
チュートリアル&lt;br /&gt;
http://vandelaydesign.com/blog/design/photo-editing-tutorials/&lt;br /&gt;
http://psdfreebee.com/&lt;br /&gt;
http://qbrushes.com/&lt;br /&gt;
http://www.dougamanual.com/blog/76/637/&lt;br /&gt;
http://jmblog.jp/&lt;br /&gt;
http://www.tutorialized.com/&lt;br /&gt;
http://coliss.com/articles/build-websites/operation/design/738.html&lt;br /&gt;
&lt;br /&gt;
その他&lt;br /&gt;
http://www.visual-blast.com/online-tools/powerfull-list-of-28-online-image-and-photo-editing-tools/&lt;br /&gt;
http://www.netshop7.com/&lt;br /&gt;
http://coliss.com/&lt;br /&gt;
http://aloestudios.com/code/emchart/&lt;br /&gt;
http://www.webdesignerwall.com/tutorials/css-menu-list-design/&lt;br /&gt;
http://v.japan.cnet.com/news/article/story/0,2000067548,20387098,00.htm&lt;br /&gt;
http://www.nicetranslator.com/&lt;br /&gt;
</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%83%A1%E3%83%A2%EF%BC%88%E3%83%AA%E3%83%B3%E3%82%AF%EF%BC%89</link> 
    </item>
    <item>
      <title>参考サイト</title>
      <description>▼検索サイト&lt;br /&gt;
http://www.pdfgeni.com/&lt;br /&gt;
http://keyboardr.com/&lt;br /&gt;
&lt;br /&gt;
▼ジェネレータ&lt;br /&gt;
http://www.pageplugins.com/&lt;br /&gt;
&lt;br /&gt;
▼CMS&lt;br /&gt;
http://cms.k-php.com/&lt;br /&gt;
&lt;br /&gt;
▼タグボード&lt;br /&gt;
http://tugboat-gtd.sandbox.seasar.org/&lt;br /&gt;
&lt;br /&gt;
▼角丸&lt;br /&gt;
http://2xup.org/log/2006/05/05-2005&lt;br /&gt;
&lt;br /&gt;
▼カレンダー&lt;br /&gt;
http://coliss.com/articles/build-websites/operation/javascript/1129.html&lt;br /&gt;
&lt;br /&gt;
▼グラフhttp://coliss.com/articles/build-websites/operation/javascript/930.html&lt;br /&gt;
http://charts.hohli.com/&lt;br /&gt;
&lt;br /&gt;
▼写真修正&lt;br /&gt;
http://www.drpic.com/&lt;br /&gt;
http://www.photofunia.com/&lt;br /&gt;
http://fotoflexer.com/&lt;br /&gt;
http://www.dumpr.net/&lt;br /&gt;
http://coliss.com/articles/build-websites/operation/design/1373.html&lt;br /&gt;
http://www.morphases.com/editor/&lt;br /&gt;
&lt;br /&gt;
▼CSS　ブラウザーチェック&lt;br /&gt;
http://rafael.adm.br/css_browser_selector/&lt;br /&gt;
&lt;br /&gt;
▼HTML　エディター&lt;br /&gt;
http://htmledit.squarefree.com/&lt;br /&gt;
&lt;br /&gt;
▼携帯対応&lt;br /&gt;
http://www.xtrec.com/script_pm.htm&lt;br /&gt;
&lt;br /&gt;
▼虹&lt;br /&gt;
http://www.anacrowneplaza.com/frainbow/index.html&lt;br /&gt;
&lt;br /&gt;
▼おりがみ&lt;br /&gt;
http://cookpad.com/recipe/369564&lt;br /&gt;
&lt;br /&gt;
▼そのほか&lt;br /&gt;
http://www.glassbox-js.com/&lt;br /&gt;
http://coliss.com/articles/build-websites/operation/design/1215.html&lt;br /&gt;
http://generatorblog.blogspot.com/&lt;br /&gt;
http://www.glogster.com/&lt;br /&gt;
http://www.aguije.jp/news/&lt;br /&gt;
&lt;br /&gt;
▼タイトル&lt;br /&gt;
http://h-master.net/web2.0/index.php&lt;br /&gt;
[c=008000] L-wave [/c]&lt;br /&gt;
http://web2.0stylr.com/stylr.aspx &lt;br /&gt;
http://creatr.cc/creatr/&lt;br /&gt;
[col=008000]L-wav[/col][col=fc0082]e[/col]&lt;br /&gt;
</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E5%8F%82%E8%80%83%E3%82%B5%E3%82%A4%E3%83%88</link> 
    </item>
    <item>
      <title>Excel</title>
      <description>特定の列に特定の文字列が含まれているかどうかをチェック&lt;br /&gt;
=COUNTIF(E:E,(&quot;*月*&quot;))&lt;br /&gt;
&lt;br /&gt;
データの参照&lt;br /&gt;
=VLOOKUP('C:\Documents and Settings\LWAVE\デスクトップ\culture\[カルチャー情報元データ.xls]講座別リスト'!$A3,'C:\Documents and Settings\LWAVE\デスクトップ\culture\カルチャー情報元データ.xls'!一日講座リスト,C$1)&lt;br /&gt;
</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/excel</link> 
    </item>
    <item>
      <title>メモ</title>
      <description>&lt;a href=&quot;http://phpspot.org/blog/archives/2009/02/maximage.html&quot; target=&quot;_blank&gt;http://phpspot.org/blog/archives/2009/02/maximage.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
▼ブラシ&lt;br /&gt;
&lt;a href=&quot;http://10steps.sg/downloads/40-sets-of-doodle-photoshop-brushes/&quot; target=&quot;_blank&quot;&gt;http://10steps.sg/downloads/40-sets-of-doodle-photoshop-brushes/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://aloestudios.com/code/emchart/&lt;br /&gt;
http://www.webdesignerwall.com/tutorials/css-menu-list-design/&lt;br /&gt;
http://v.japan.cnet.com/news/article/story/0,2000067548,20387098,00.htm&lt;br /&gt;
http://www.nicetranslator.com/&lt;br /&gt;
&lt;br /&gt;
▼スケジュールボード&lt;br /&gt;
http://www.rumix.com/sb/&lt;br /&gt;
&lt;br /&gt;
▼アンケート&lt;br /&gt;
http://php.birdlab.com/&lt;br /&gt;
http://paxs.hp.infoseek.co.jp/9tst4/index.html</description> 
      <link>https://befine.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/%E3%83%A1%E3%83%A2</link> 
    </item>

  </channel>
</rss>