<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Back At One</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/" />
   <link rel="self" type="application/atom+xml" href="http://blog.haricot.to/atom.xml" />
   <id>tag:blog.haricot.to,2007://1</id>
   <updated>2007-11-25T17:57:46Z</updated>
   <subtitle>blog.haricot.to</subtitle>
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.35</generator>

<entry>
   <title>AS3でのXMLRPCメモ</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/11/as3xmlrpc.html" />
   <id>tag:blog.haricot.to,2007://1.177</id>
   
   <published>2007-11-25T17:37:43Z</published>
   <updated>2007-11-25T17:57:46Z</updated>
   
   <summary>どうせ忘れるからメモ。 AS3からXMLRPCとやり取りする必要があってググって...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="AS3" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[どうせ忘れるからメモ。

AS3からXMLRPCとやり取りする必要があってググってみるに、それ用のクラスがわっさわさ掛かったのでとりあえず1つチョイス。


<a href="http://danielmclaren.net/2007/08/03/xmlrpc-for-actionscript-30-free-library  target="_blank">XMLRPC for Actionscript 3.0 - Free Library</a>


zipファイル名にはas3と書いてあるくせにサンプルファイルはAS2だったのでAS3にしたメモ。
とりあえずMTに新規エントリーのトコ。
エントリー日時（dateCreated）とかは無視すると投稿時刻になるっぽ。
パブリッシュしたらボタンも無しでいきなりポストなので間違って本ブログにポストしないように注意。


<blockquote>
package {
 import com.mattism.http.xmlrpc.*;
 import com.mattism.http.xmlrpc.util.*;
	
 import flash.display.Sprite;
 import flash.events.ErrorEvent;
 import flash.events.Event;
	
 public class Main extends Sprite{
  private const XMLRPC_URL:String = 'サーバcgi-bin/mt/mt-xmlrpc.cgi';
  private const USER_ID:String = 'ログイン名';
  private const PASSWORD:String = 'パスワード';
  private const BLOG_ID:int = ブログの番号;
			
  public function Main(){
   var post:Object = {title:'エントリータイトル', description:'エントリー本文'};
   var myRPC:Connection = new ConnectionImpl(XMLRPC_URL);
   //	ブログID
   myRPC.addParam(BLOG_ID, XMLRPCDataTypes.INT);
   //	ログイン名
   myRPC.addParam(USER_ID, XMLRPCDataTypes.STRING);
   //	WEBサービスのパスワード
   myRPC.addParam(PASSWORD, XMLRPCDataTypes.STRING);
   myRPC.addParam(post, XMLRPCDataTypes.STRUCT);
   //	公開設定
   myRPC.addParam(true, XMLRPCDataTypes.BOOLEAN);
			
   myRPC.addEventListener(Event.COMPLETE, rpcCompleteHandler);
   myRPC.addEventListener(ErrorEvent.ERROR, rpcErrorHandler);
   myRPC.call('metaWeblog.newPost');					
   }

  function rpcCompleteHandler(evt:Event):void{
   trace('Complete');
  }
		 
  function rpcErrorHandler(evt:ErrorEvent):void{
   trace('falut');
  }
 }
}
</blockquote>


アレのあの部分、Flash > PHP > XMLRPCってやったけどコレでよかったのか。]]>
      
   </content>
</entry>
<entry>
   <title>FA77mmF1.8 Limited</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/10/fa77mmf18_limited.html" />
   <id>tag:blog.haricot.to,2007://1.173</id>
   
   <published>2007-10-30T14:44:14Z</published>
   <updated>2007-10-30T14:52:59Z</updated>
   
   <summary> カッとなって新宿へ買いに行った、後悔はしていない。 七宝焼のフィンガーポイント...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<img alt="77mm.jpg" src="http://blog.haricot.to/archives/2007/10/30/img/77mm.jpg" width="401" height="266" />

カッとなって新宿へ買いに行った、後悔はしていない。
七宝焼のフィンガーポイントがテラ渋ス。


来月のオレは他人。]]>
      
   </content>
</entry>
<entry>
   <title>やっぱNikonいいわ</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/10/nikon.html" />
   <id>tag:blog.haricot.to,2007://1.164</id>
   
   <published>2007-10-21T14:13:15Z</published>
   <updated>2007-10-21T14:39:39Z</updated>
   
   <summary>ヨドバシとか行くと散々流れてるD80のCM、ケーコさんもきっと大喜びでしょう。 ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[ヨドバシとか行くと散々流れてるD80のCM、<a href="http://keipa.exblog.jp/" target="_blank">ケーコさん</a>もきっと大喜びでしょう。
D80いいわ、D70(s)の最大（個人的に）の欠点だったファインダーもD200相当に改善されて、操作系も前はそこそこ使うのに遠いメニューの奥にあったものをちゃんと使いやすく「外」に再配置。
ちょうど来月にFICC社員旅行があるのでレンズを買い足そうと思ってたところだったので「ついでにボディもD80いっちまうか？」とか「D200もD300出た影響で中古なら射程距離か？」とか、思ってたあの日のオレはきっと幸せだったんだよね、<a href="http://www.standardimage.jp/" target="_blank">スー</a>。


<img alt="k100d.jpg" src="http://blog.haricot.to/archives/2007/10/21/img/k100d.jpg" width="401" height="268" />
（右のDAレンズは<a href="http://www.akirafukuoka.com/blog/" target="_blank">アキラ</a>の）


で、買ってきました、PENTAX。


小さいボディ＋明るい単焦点が好みなので、Nikon一式売っぱらってLimitedシリーズで元気なPENTAX K100D。
super出たけどごみ取り機能なんかいらね、２万の差額はFA 43mm f1.9 LTDへ。
そーいや初めての銀塩一眼がPENTAXだったし、初めてのAF一眼もPENTAXだった。
次はFA 31mm F1.8 LTD貯金だ。


やっぱPENTAXいいわ。


（Nikonが35mm f1.4 ED 超音波モーターとか、出してくれたら帰ります）]]>
      
   </content>
</entry>
<entry>
   <title>物欲日記：Ten Key Calculator</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/10/ten_key_calculator.html" />
   <id>tag:blog.haricot.to,2007://1.154</id>
   
   <published>2007-10-11T16:36:11Z</published>
   <updated>2007-10-11T16:43:30Z</updated>
   
   <summary> Mac Classicみたく、古くて黄ばんでるとか言われたけど、こういう色です...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<img alt="calc.jpg" src="http://blog.haricot.to/archives/2007/10/12/img/calc.jpg" width="401" height="267" />

Mac Classicみたく、古くて黄ばんでるとか言われたけど、こういう色です。


前に<a href="http://ffffound.com/image/63a4fb979da585ec61b5b0855055a50240279d33?c=63072" target="_blank">FFFFOUND!</a>で見かけて、<a href="http://www.akirafukuoka.com/blog/" target="_blank">アキラ</a>とJGと大興奮した<a href="http://ideaframes-online.jp/?pid=5172606" target="_blank">コレ</a>、いつの間にか販売が始まってました、消費は美徳。

<a href="http://www.idea-in.com/" target="_blank">IDEA International</a>のTAKUMIブランド向けに<a href="http://www.industrialfacility.co.uk" target="_blank">Industrial Facility</a>(Ippei Matsumoto)が手がけたデザイン電卓。前に買うかどうか本気で悩んだりした<a href="http://www.idea-in.com/takumi/chimneyii/index.html" target="_blank">チムニー</a>も手がけたteam iiiiの中の人でもあったらしい。

誕生日に誰かにあげるにはいいけど自分で使うのはちょっと・・と思う物も結構ある中、欲しい！と思ったプロダクトのデザイナーが一緒だったりしたのでやっぱそうかー、とかよくわからない納得をした。


ちなみにコレ、USB挿すとテンキーとして使えます。
pc/cal切り替えキーがあるのでUSB接続中でも普通に電卓として使え、sendを押すと計算結果をPCに送ってくれます（ケツに改行入ってるのは頂けませんが）。愛用のSpace Saver IIはテンキーがないので早速テンキーとして配置してウハウハです。


で、流れ的に机の上を綺麗にしたくなったのでカッとなって適当なmicrosoftワイヤレスマウスも買った。本当は<a href="http://www.microsoft.com/japan/hardware/laser/habu.mspx" target="_blank">microsoft + Razerのアレ</a>が欲しかったけど今回はワイヤレスにしかったので<a href="http://www.unrealtournament3.com/" target="_blank">Unreal Tournament 3</a>が出たらまた買いに行きます。


来週の物欲は、カメラです。]]>
      
   </content>
</entry>
<entry>
   <title>PicLens: Discover More</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/09/piclens_discover_more.html" />
   <id>tag:blog.haricot.to,2007://1.149</id>
   
   <published>2007-09-11T16:17:27Z</published>
   <updated>2007-09-11T16:49:37Z</updated>
   
   <summary>PicLens: Discover More こないだからインストールしていたS...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Memo" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[PicLens: Discover More

<a href="http://www.piclens.com/" target="_blank"><img alt="piclens" src="http://blog.haricot.to/archives/2007/09/12/img/piclens0.jpg" width="401" height="200" /></a>

こないだからインストールしていたSafari用プラグイン<a href="http://www.piclens.com/" target="_blank">PicLens</a>。
Googleのイメ検が楽しい＋Flickrの閲覧が楽しい、程度に使ってまぁ例によってインストールしてた事自体忘れだしてた昨日、<a href="http://ffffound.com/" target="_blank">FFFFOUND!</a>のrecommendページでも使える事に気づいた。


検索結果やFlickrページのHTMLとかXMLとかAPIやらをゴニョゴニョした結果、あーいう体験を提供してるんだと思ってたオレはもしかしてとんでもない勘違いをしてる？


<a href="http://www.piclens.com/enable/" target="_blank">PicLensの説明</a>を読んでみたら（つか最初に読めよ、と）Google+Yahoo!のイメ検、FlickrやPicasa Web Album、そしてMedia RSS (mRSS)を提供するサイトで使える、だそうです。
というわけで、早速mRSS吐こうと思ってゴニョゴニョしてたら<a href="http://blog.haricot.to/archives/2007/07/snippets.html" target="_self">Photon</a>でポストしてたので不要なimgタグが混ざってる事に気づいた。仕方がないので吐き出したXMLを整形するPHP書いて投稿後にいちいちそのPHPを自分で叩く事にして、とりあえず<a href="http://blog.haricot.to/photo/">対応させてみた</a>。


対応したHTMLページを開いて画像にロールオーバーすると見慣れないボタンが画像左下に現れます。このボタン以外を押すといつも通りにページ移動しますが、ボタンを押すと
<img alt="piclens0.jpg" src="http://blog.haricot.to/archives/2007/09/12/img/piclens1.jpg" width="401" height="276" />


iPhotoの様に画面が暗くなりながら画像が飛び出して
<img alt="piclens0.jpg" src="http://blog.haricot.to/archives/2007/09/12/img/piclens2.jpg" width="401" height="276" />


こうなります。
<img alt="piclens0.jpg" src="http://blog.haricot.to/archives/2007/09/12/img/piclens3.jpg" width="401" height="251" />


で、ちゃんとした説明は本家のトコを読んでもらうとして、とりあえず実装してみた適当な憶測で書くと


<blockquote>HTML
[header]
&lt;link&nbsp;rel=&quot;alternate&quot;&nbsp;type=&quot;application/rss+xml&quot;&nbsp;title=&quot;タイトル&quot;&nbsp;href=&quot;photos.xml&quot;&nbsp;/&gt;
[body]
&lt;a&nbsp;href=&quot;リンク先URL&quot;&gt;&lt;img&nbsp;alt=&quot;photo&quot;&nbsp;src=&quot;画像URL&quot;&nbsp;width=&quot;100&quot;&nbsp;height=&quot;100&quot;&nbsp;/&gt;&lt;/a&gt;


XML&nbsp;(mRSS)
&lt;item&gt;
	&lt;title&gt;リンク先のタイトル&lt;/title&gt;
	&lt;link&gt;リンク先URL&lt;/link&gt;
	&lt;media:thumbnail&nbsp;url=&quot;サムネイル画像URL&quot;&nbsp;/&gt;
	&lt;media:content&nbsp;url=&quot;画像URL&quot;&nbsp;type=&quot;image/jpeg&quot;&nbsp;/&gt;
&lt;/item&gt;
</blockquote>


HTMLとXMLのリンク先URL+画像URL（またはサムネイル画像URL）が一致した時に機能するっぽい。（たぶん）
でも、月間アーカイブ、個別エントリーページでは反応しなかったから何か他にも要因があるのかもしんない。


こーいう派手なエフェクトをみると「どーせMacだけでしょ？」って<a href="http://www.ausp.net/" target="_blank">トツカさん</a>とかに言われがちですが、全く同じ使い勝手で（閉じるボタンの位置が違うくらい）Firefox2.0 + XP or Vistaでも動きます、動くんですよ！
（Firefox版は<a href="http://www.piclens.com/firefox/" target="_blank">こっち</a>）
イメ検が新しい体験になるこのプラグイン、Safari(Mac) or Firefox(Win)ユーザーの方は是非。


「ほしのあき」と早速タイプした貴方には残念なお知らせですが safe=off にして検索してもPicLens画面に移行すると safe=on の検索結果が表示されますよ。]]>
      
   </content>
</entry>
<entry>
   <title>アッ！アーッ！！auspicious!!</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/09/auspicious.html" />
   <id>tag:blog.haricot.to,2007://1.147</id>
   
   <published>2007-09-06T14:59:39Z</published>
   <updated>2007-09-06T15:45:18Z</updated>
   
   <summary> 僕らのバリデータ、戸塚さんのauspiciousがついに再開、そりゃ台風も来る...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<a href="http://www.ausp.net" target="_self"><img alt="auspisback.jpg" src="http://blog.haricot.to/archives/2007/09/07/img/auspisback.jpg" width="401" height="301" /></a>

僕らのバリデータ、戸塚さんの<a href="http://www.ausp.net/" target="_self">auspicious</a>がついに再開、そりゃ台風も来るさ。


もう、_selfで張っちゃう。
]]>
      
   </content>
</entry>
<entry>
   <title>Twitterブログパーツ</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/08/twitter.html" />
   <id>tag:blog.haricot.to,2007://1.144</id>
   
   <published>2007-08-19T14:57:01Z</published>
   <updated>2007-08-19T17:14:08Z</updated>
   
   <summary> 夏休み終了、席が無かったらどうしよう。 以前にどこぞで公開していたTwitte...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Works" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<img alt="twitter.jpg" src="http://blog.haricot.to/archives/2007/08/20/img/twitter.jpg" width="401" height="200" />

夏休み終了、席が無かったらどうしよう。


以前にどこぞで公開していたTwitterブログパーツが意外に<a href="http://ficc.jp/" target="_blank">FICC</a>のトラフィックを上げていたらしく、Labsサブドメインに移行することになりました。どうせなので、長文スクロール、文章中リンクのクリック、長いURLも[LINK]に置き換え、諸々変えています。
（やっとまともになっただけです）


とりあえずこのブログの右ペインで新版をテスト中ですが、近いうちに<a href="http://ficc.jp/labs/" target="_blank">FICC LABS</a>でちゃんとエントリーします。]]>
      
   </content>
</entry>
<entry>
   <title>２つのiPhotoの共存</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/08/iphoto.html" />
   <id>tag:blog.haricot.to,2007://1.143</id>
   
   <published>2007-08-15T14:42:22Z</published>
   <updated>2007-08-15T16:11:12Z</updated>
   
   <summary> iLife ’０８（iPhoto７）ではPhotonプラグインでの書き出し時に...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Memo" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<img alt="iphotos.jpg" src="http://blog.haricot.to/archives/2007/08/16/img/iphotos.jpg" width="401" height="200" />

iLife ’０８（iPhoto７）ではPhotonプラグインでの書き出し時にiPhotoが落ちてしまうのでiPhoto６と共存させる事にした。


ライブラリの保存形式が変わったみたいで仕方なく、iTunesと同じようにoption押しながら起動して投稿用ライブラリを作成した。
Appleは時々、こーいう普通気づかない方法でオプションを用意してくるから困る。
右クリックの「このアプリケーションで開く」もoption押すと「常にアプリケーションで開く」に変わったり、そもそも初めてMac触った人間はCtrl押しながらクリックで右クリってわかんねーよっ！
shift押しながらのスローなExposeは何ッ？FlashでActionパネル開こうとして間違えるとスゲーまったり、しかも予約受付中。


話それましたが、基本iPhoto７で管理して投稿するファイルだけを一旦デスクトップとかにコピーしてiPhoto６option起動で投稿用ライブラリからポストする事で何とかしのぐ事に。
ちなみに同時起動は不可、マンドクサイ。


で、見分けがつきやすい様にアイコン変えるかなぁ、と思ったら実は微妙に違ってました。]]>
      
   </content>
</entry>
<entry>
   <title>四国へ</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/08/post.html" />
   <id>tag:blog.haricot.to,2007://1.133</id>
   
   <published>2007-08-13T14:03:12Z</published>
   <updated>2007-08-13T14:53:41Z</updated>
   
   <summary> 今年も行ってきました。 今回はモロにお盆がかぶってしまったので渋滞に巻き込まれ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<img alt="ikegami_seimen.jpg" src="http://blog.haricot.to/archives/2007/08/13/img/ikegami_seimen.jpg" width="401" height="267" />

今年も行ってきました。
今回はモロにお盆がかぶってしまったので渋滞に巻き込まれて、昼を回ってからやっと到着。
しかも今まで土日に行った事がなかったのでまさかの休みの店が多く、なかなかたどり着けずにそのまま宿でグダー。
そして温泉がサテライトビュー。


２日目。
１日目に「移転しました」の看板にたどり着いてみんなで悲しんだ、新・池上製麺所へ。
移転したてという事もあってすごい混みっぷりでしたが、１日目のロスを忘れるうどんで満足して帰途へ。


フォトログの方に写真を追加しようとしてアキラが言ってた「photon落とし」を体験。
iLifeをグレードダウンするか、手動でするか。]]>
      
   </content>
</entry>
<entry>
   <title>&apos;94年卒 光明台中学校３-８ 同窓会</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/08/94_1.html" />
   <id>tag:blog.haricot.to,2007://1.132</id>
   
   <published>2007-08-11T14:32:47Z</published>
   <updated>2007-08-11T16:07:56Z</updated>
   
   <summary>大阪２日目、運命としか思えない。 昨日大阪帰ってきて明日四国に行く丁度間の今日に...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      大阪２日目、運命としか思えない。


昨日大阪帰ってきて明日四国に行く丁度間の今日に、そう今日が同窓会。
リアル１４年ぶりだけど結構な出席率で、みんな変わってないけど名前はしっかり変わってたり、来れなかったけどPunkなあの人は今もPunkらしく安心したり。
先生も来てて卒業式の日に生徒連れに家まで走ったエピソードで熱い先生だったんだって今になって実感。そんな先生が実は１０歳しか離れてなくて今会うとちょっと年上くらいの距離感、でも当時は今のオレより４つ下、もっとしっかりしろオレ。


mixi放置してたけど意外とみんながいたから久々にログインしよう。


明日から四国へ、今年もうどんです。
      
   </content>
</entry>
<entry>
   <title>すべてが新しいiLife &apos;08。</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/08/ilife_08.html" />
   <id>tag:blog.haricot.to,2007://1.131</id>
   
   <published>2007-08-10T14:12:10Z</published>
   <updated>2007-08-10T17:38:46Z</updated>
   
   <summary> 新しいiPhotoに惹かれてついつい。 「さあ、○×を始めよう」から編集、管理...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<a href="http://www.apple.com/jp/ilife/" target="_blank"><img alt="ilife.jpg" src="http://blog.haricot.to/img/ilife.jpg" width="401" height="185" /></a>
新しいiPhotoに惹かれてついつい。


「さあ、○×を始めよう」から編集、管理、公開までのステップをちゃんと面倒見てくれるなんて最近のアップルのソフトウェア群はすごいなー、ってしみじみ。
こういった「囲い込み」は嫌いじゃない。
.macはいらんけど。


さあ、新しいiPhotoの写真ページ書き出しを使えば公開に必要なHTMLを鏡面処理まで含めて自動で生成してくれます。後はサイトフォルダをシンクするだけ。
うはっwww　オレの作ったフォトログ無駄w


それが、大阪１日目のエントリーでした。]]>
      
   </content>
</entry>
<entry>
   <title>SafariとFirefox</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/08/safarifirefox.html" />
   <id>tag:blog.haricot.to,2007://1.130</id>
   
   <published>2007-08-01T17:28:24Z</published>
   <updated>2007-08-01T18:09:48Z</updated>
   
   <summary> 「これまでのテレビ（左）　これからのテレビ（右）」ではなく、「Firefox（...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Memo" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<img alt="safari_ff.jpg" src="http://blog.haricot.to/archives/2007/08/02/img/safari_ff.jpg" width="401" height="158" />
「これまでのテレビ（左）　これからのテレビ（右）」ではなく、「Firefox（左）　Safari（右)」です。


<a href="http://blog.haricot.to/photo/">フォトログ</a>の方をいじってて色んなブラウザでチェックしてる時に何か色が違うなぁと思って調べてみたら画像のICCカラープロファイルを解釈出来ないブラウザ（Mac版Firefoxとか）だとモニタのカラープロファイルで表示しようとして色あせた様に表示されてしまうそうです。
初めて知ってビックリしたんですけど、まさかこれって常識？


でも<a href="http://www.w3.org/Graphics/Color/sRGB" target="_blank">こんな風な事</a>も書かれてるだけに本来ならsRGBにすべき？


解決法はPhotoShopでちゃんとカラープロファイル変換すればある程度は誤差を狭めれるようですが、iPhotoから簡単書き出しを目的で作っただけにその手間はちょっとあり得ない。
iPhotoでそんなプラグインありませんか？


で、やっと<a href="http://blog.haricot.to/photo/">フォトログ</a>の方にアーカイブページを追加しました。]]>
      
   </content>
</entry>
<entry>
   <title>Snippets*</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/07/snippets.html" />
   <id>tag:blog.haricot.to,2007://1.48</id>
   
   <published>2007-07-28T12:55:55Z</published>
   <updated>2007-07-28T12:57:54Z</updated>
   
   <summary> Code Snippetsと思った人はごめんなさい、ただのPhoto Snip...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Works" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<a href="http://blog.haricot.to/photo/"><img alt="snippets.jpg" src="http://blog.haricot.to/archives/2007/07/28/img/snippets.jpg" width="401" height="134" /></a>
Code Snippetsと思った人はごめんなさい、ただのPhoto Snippetsです。


昨日の夜から一気に作って例によってCSSが汚くなりながら集中してれば一晩で何とかなるもんだと思った。
月刊アーカイブとかがないのでさっさと作らないとトップページが肥大化する問題を抱えつつ一応公開。
<a href="http://www.daikini.com/photon/" target="_blank">Photon</a>というちょっと古いiPhotoプラグインを使いました。


軽くまとめると
・「写真を選択」＞「ファイル＞書き出し」でMTにエントリーできるようになる
・リサイズしてサムネイルも一緒にポストしてくれるので後でブログパーツも作れそう
・iPhotoのタイムスタンプを使って投稿も可能
・マルチバイト化ける


ちなみに２〜３年前のプラグインなのでUniversalBinaryが必要な人はたぶん作者さんとは違う人が用意してくれた<a href="http://www.comp.nus.edu.sg/~marianmi/" target="_blank">こちら</a>。
参考ページはググるといっぱいでますが、設定で一番間違えそうなのはAccount InfomationのPassword。
MT管理画面にログインするPasswordではなく、どこだったっけな。
とりあえずコレが終わったらNowPlayingとTwitterのアレのそろそろ作り直します。


べ、別に<a href="http://www.akirafukuoka.com/pict/" target="_blank">陽のフォトログ</a>真似したわけじゃないんだからね！]]>
      
   </content>
</entry>
<entry>
   <title>Resurrection</title>
   <link rel="alternate" type="text/html" href="http://blog.haricot.to/archives/2007/07/resurrection.html" />
   <id>tag:blog.haricot.to,2007://1.5</id>
   
   <published>2007-07-21T14:36:41Z</published>
   <updated>2007-07-21T17:42:55Z</updated>
   
   <summary> ロゴとフォントを作ってくれた事、忘れてたわけじゃないんだよhomie。 「E」...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="Diary" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://blog.haricot.to/">
      <![CDATA[<img alt="tamagawa_fireworks.jpg" src="http://blog.haricot.to/archives/2007/07/22/img/tamagawa_fireworks.jpg" width="401" height="609" />

ロゴとフォントを作ってくれた事、忘れてたわけじゃないんだよ<a href="http://www.tatsdesign.com/cms/" target="_blank">homie</a>。
「E」だけが大文字小文字が逆転してるってのは遊び心だよね？


本体サイトそっちのけでブログ再開しました。
インデックスページ以外の存在をすっかり忘れてて、かなり適当にしてしまったので「月曜日に<a href="http://kiccho.ausp.net/" target="_blank">戸塚さん</a>が『なおしてやんよ』って言ってくれた」、とオレの未来日記に記帳。


話は飛んで今日、夕方にブログのテンプレをいじってると花火の爆発音が聴こえてきた。
オキサトさんが打ち上げるってのを誰か経由で聞いてたので行ってみたら、本職が打ち上げてるとしか思えない腹に響く花火が上がってる箇所があったのでついついその写真でエントリー。
ちなみに昨日は斜め向かいの家が火事でした。


これからもよろしくお願いいたします（ことえりに登録した）。
]]>
      
   </content>
</entry>

</feed>
