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