<?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>サイキョウライン &#187; プログラミング一般</title>
	<atom:link href="http://saikyoline.jp/weblog/category/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0%e4%b8%80%e8%88%ac/feed" rel="self" type="application/rss+xml" />
	<link>http://saikyoline.jp/weblog</link>
	<description>コンピュータに関係あることとか、ないこととか。</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:17:56 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IEが投げてくるMIME Typeたち。</title>
		<link>http://saikyoline.jp/weblog/2011/11/27/012829.html</link>
		<comments>http://saikyoline.jp/weblog/2011/11/27/012829.html#comments</comments>
		<pubDate>Sat, 26 Nov 2011 16:28:29 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1358</guid>
		<description><![CDATA[「IE9や他のブラウザだと大丈夫なんですが、IE8では画像アップロード出来ません。」という話を聞いて、原因を調べてみたらこちらのようでした。 IEでjpegとPNG画像をアップロードする際、MIME Type(Conte [...]]]></description>
			<content:encoded><![CDATA[<p>「IE9や他のブラウザだと大丈夫なんですが、IE8では画像アップロード出来ません。」という話を聞いて、原因を調べてみたらこちらのようでした。</p>
<blockquote cite="http://d.hatena.ne.jp/kanonji/20100113/1263402605" title="IEでjpegとPNG画像をアップロードする際、MIME Type(Content Type)が普通と違う件 - kanonjiの日記"><p><a href="http://d.hatena.ne.jp/kanonji/20100113/1263402605">IEでjpegとPNG画像をアップロードする際、MIME Type(Content Type)が普通と違う件 &#8211; kanonjiの日記</a></p>
<p>この情報は、ブラウザの自己申告なため、悪意をもって全然別のMIME Typeを送信する事も可能*1ですが、IEもMIME Typeを偽装?してきます。</p></blockquote>
<p>で、ドキュメント探したらここらへんみたい。</p>
<blockquote cite="http://msdn.microsoft.com/en-us/library/ms775147(v=vs.85).aspx#_replace" title="MIME Type Detection in Internet Explorer"><p><a href="http://msdn.microsoft.com/en-us/library/ms775147(v=vs.85).aspx#_replace">MIME Type Detection in Internet Explorer</a></p>
<p>When uploading files from the client to the Web server, Windows Internet Explorer uses FindMimeFromData to determine a MIME type.</p></blockquote>
<p>うっっっｚ</p>
<p><span id="more-1358"></span></p>
<pre class="code"><code>&gt;&gt; pp Rack::Mime::MIME_TYPES
{&quot;.3gp&quot;=&gt;&quot;video/3gpp&quot;,
 &quot;.a&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.ai&quot;=&gt;&quot;application/postscript&quot;,
 &quot;.aif&quot;=&gt;&quot;audio/x-aiff&quot;,
 &quot;.aiff&quot;=&gt;&quot;audio/x-aiff&quot;,
 &quot;.asc&quot;=&gt;&quot;application/pgp-signature&quot;,
 &quot;.asf&quot;=&gt;&quot;video/x-ms-asf&quot;,
 &quot;.asm&quot;=&gt;&quot;text/x-asm&quot;,
 &quot;.asx&quot;=&gt;&quot;video/x-ms-asf&quot;,
 &quot;.atom&quot;=&gt;&quot;application/atom+xml&quot;,
 &quot;.au&quot;=&gt;&quot;audio/basic&quot;,
 &quot;.avi&quot;=&gt;&quot;video/x-msvideo&quot;,
 &quot;.bat&quot;=&gt;&quot;application/x-msdownload&quot;,
 &quot;.bin&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.bmp&quot;=&gt;&quot;image/bmp&quot;,
 &quot;.bz2&quot;=&gt;&quot;application/x-bzip2&quot;,
 &quot;.c&quot;=&gt;&quot;text/x-c&quot;,
 &quot;.cab&quot;=&gt;&quot;application/vnd.ms-cab-compressed&quot;,
 &quot;.cc&quot;=&gt;&quot;text/x-c&quot;,
 &quot;.chm&quot;=&gt;&quot;application/vnd.ms-htmlhelp&quot;,
 &quot;.class&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.com&quot;=&gt;&quot;application/x-msdownload&quot;,
 &quot;.conf&quot;=&gt;&quot;text/plain&quot;,
 &quot;.cpp&quot;=&gt;&quot;text/x-c&quot;,
 &quot;.crt&quot;=&gt;&quot;application/x-x509-ca-cert&quot;,
 &quot;.css&quot;=&gt;&quot;text/css&quot;,
 &quot;.csv&quot;=&gt;&quot;text/csv&quot;,
 &quot;.cxx&quot;=&gt;&quot;text/x-c&quot;,
 &quot;.deb&quot;=&gt;&quot;application/x-debian-package&quot;,
 &quot;.der&quot;=&gt;&quot;application/x-x509-ca-cert&quot;,
 &quot;.diff&quot;=&gt;&quot;text/x-diff&quot;,
 &quot;.djv&quot;=&gt;&quot;image/vnd.djvu&quot;,
 &quot;.djvu&quot;=&gt;&quot;image/vnd.djvu&quot;,
 &quot;.dll&quot;=&gt;&quot;application/x-msdownload&quot;,
 &quot;.dmg&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.doc&quot;=&gt;&quot;application/msword&quot;,
 &quot;.dot&quot;=&gt;&quot;application/msword&quot;,
 &quot;.dtd&quot;=&gt;&quot;application/xml-dtd&quot;,
 &quot;.dvi&quot;=&gt;&quot;application/x-dvi&quot;,
 &quot;.ear&quot;=&gt;&quot;application/java-archive&quot;,
 &quot;.eml&quot;=&gt;&quot;message/rfc822&quot;,
 &quot;.eps&quot;=&gt;&quot;application/postscript&quot;,
 &quot;.exe&quot;=&gt;&quot;application/x-msdownload&quot;,
 &quot;.f&quot;=&gt;&quot;text/x-fortran&quot;,
 &quot;.f77&quot;=&gt;&quot;text/x-fortran&quot;,
 &quot;.f90&quot;=&gt;&quot;text/x-fortran&quot;,
 &quot;.flv&quot;=&gt;&quot;video/x-flv&quot;,
 &quot;.for&quot;=&gt;&quot;text/x-fortran&quot;,
 &quot;.gem&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.gemspec&quot;=&gt;&quot;text/x-script.ruby&quot;,
 &quot;.gif&quot;=&gt;&quot;image/gif&quot;,
 &quot;.gz&quot;=&gt;&quot;application/x-gzip&quot;,
 &quot;.h&quot;=&gt;&quot;text/x-c&quot;,
 &quot;.hh&quot;=&gt;&quot;text/x-c&quot;,
 &quot;.htm&quot;=&gt;&quot;text/html&quot;,
 &quot;.html&quot;=&gt;&quot;text/html&quot;,
 &quot;.ico&quot;=&gt;&quot;image/vnd.microsoft.icon&quot;,
 &quot;.ics&quot;=&gt;&quot;text/calendar&quot;,
 &quot;.ifb&quot;=&gt;&quot;text/calendar&quot;,
 &quot;.iso&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.jar&quot;=&gt;&quot;application/java-archive&quot;,
 &quot;.java&quot;=&gt;&quot;text/x-java-source&quot;,
 &quot;.jnlp&quot;=&gt;&quot;application/x-java-jnlp-file&quot;,
 &quot;.jpeg&quot;=&gt;&quot;image/jpeg&quot;,
 &quot;.jpg&quot;=&gt;&quot;image/jpeg&quot;,
 &quot;.js&quot;=&gt;&quot;application/javascript&quot;,
 &quot;.json&quot;=&gt;&quot;application/json&quot;,
 &quot;.log&quot;=&gt;&quot;text/plain&quot;,
 &quot;.m3u&quot;=&gt;&quot;audio/x-mpegurl&quot;,
 &quot;.m4v&quot;=&gt;&quot;video/mp4&quot;,
 &quot;.man&quot;=&gt;&quot;text/troff&quot;,
 &quot;.mathml&quot;=&gt;&quot;application/mathml+xml&quot;,
 &quot;.mbox&quot;=&gt;&quot;application/mbox&quot;,
 &quot;.mdoc&quot;=&gt;&quot;text/troff&quot;,
 &quot;.me&quot;=&gt;&quot;text/troff&quot;,
 &quot;.mid&quot;=&gt;&quot;audio/midi&quot;,
 &quot;.midi&quot;=&gt;&quot;audio/midi&quot;,
 &quot;.mime&quot;=&gt;&quot;message/rfc822&quot;,
 &quot;.mml&quot;=&gt;&quot;application/mathml+xml&quot;,
 &quot;.mng&quot;=&gt;&quot;video/x-mng&quot;,
 &quot;.mov&quot;=&gt;&quot;video/quicktime&quot;,
 &quot;.mp3&quot;=&gt;&quot;audio/mpeg&quot;,
 &quot;.mp4&quot;=&gt;&quot;video/mp4&quot;,
 &quot;.mp4v&quot;=&gt;&quot;video/mp4&quot;,
 &quot;.mpeg&quot;=&gt;&quot;video/mpeg&quot;,
 &quot;.mpg&quot;=&gt;&quot;video/mpeg&quot;,
 &quot;.ms&quot;=&gt;&quot;text/troff&quot;,
 &quot;.msi&quot;=&gt;&quot;application/x-msdownload&quot;,
 &quot;.odp&quot;=&gt;&quot;application/vnd.oasis.opendocument.presentation&quot;,
 &quot;.ods&quot;=&gt;&quot;application/vnd.oasis.opendocument.spreadsheet&quot;,
 &quot;.odt&quot;=&gt;&quot;application/vnd.oasis.opendocument.text&quot;,
 &quot;.ogg&quot;=&gt;&quot;application/ogg&quot;,
 &quot;.p&quot;=&gt;&quot;text/x-pascal&quot;,
 &quot;.pas&quot;=&gt;&quot;text/x-pascal&quot;,
 &quot;.pbm&quot;=&gt;&quot;image/x-portable-bitmap&quot;,
 &quot;.pdf&quot;=&gt;&quot;application/pdf&quot;,
 &quot;.pem&quot;=&gt;&quot;application/x-x509-ca-cert&quot;,
 &quot;.pgm&quot;=&gt;&quot;image/x-portable-graymap&quot;,
 &quot;.pgp&quot;=&gt;&quot;application/pgp-encrypted&quot;,
 &quot;.pkg&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.pl&quot;=&gt;&quot;text/x-script.perl&quot;,
 &quot;.pm&quot;=&gt;&quot;text/x-script.perl-module&quot;,
 &quot;.png&quot;=&gt;&quot;image/png&quot;,
 &quot;.pnm&quot;=&gt;&quot;image/x-portable-anymap&quot;,
 &quot;.ppm&quot;=&gt;&quot;image/x-portable-pixmap&quot;,
 &quot;.pps&quot;=&gt;&quot;application/vnd.ms-powerpoint&quot;,
 &quot;.ppt&quot;=&gt;&quot;application/vnd.ms-powerpoint&quot;,
 &quot;.ps&quot;=&gt;&quot;application/postscript&quot;,
 &quot;.psd&quot;=&gt;&quot;image/vnd.adobe.photoshop&quot;,
 &quot;.py&quot;=&gt;&quot;text/x-script.python&quot;,
 &quot;.qt&quot;=&gt;&quot;video/quicktime&quot;,
 &quot;.ra&quot;=&gt;&quot;audio/x-pn-realaudio&quot;,
 &quot;.rake&quot;=&gt;&quot;text/x-script.ruby&quot;,
 &quot;.ram&quot;=&gt;&quot;audio/x-pn-realaudio&quot;,
 &quot;.rar&quot;=&gt;&quot;application/x-rar-compressed&quot;,
 &quot;.rb&quot;=&gt;&quot;text/x-script.ruby&quot;,
 &quot;.rdf&quot;=&gt;&quot;application/rdf+xml&quot;,
 &quot;.roff&quot;=&gt;&quot;text/troff&quot;,
 &quot;.rpm&quot;=&gt;&quot;application/x-redhat-package-manager&quot;,
 &quot;.rss&quot;=&gt;&quot;application/rss+xml&quot;,
 &quot;.rtf&quot;=&gt;&quot;application/rtf&quot;,
 &quot;.ru&quot;=&gt;&quot;text/x-script.ruby&quot;,
 &quot;.s&quot;=&gt;&quot;text/x-asm&quot;,
 &quot;.sgm&quot;=&gt;&quot;text/sgml&quot;,
 &quot;.sgml&quot;=&gt;&quot;text/sgml&quot;,
 &quot;.sh&quot;=&gt;&quot;application/x-sh&quot;,
 &quot;.sig&quot;=&gt;&quot;application/pgp-signature&quot;,
 &quot;.snd&quot;=&gt;&quot;audio/basic&quot;,
 &quot;.so&quot;=&gt;&quot;application/octet-stream&quot;,
 &quot;.svg&quot;=&gt;&quot;image/svg+xml&quot;,
 &quot;.svgz&quot;=&gt;&quot;image/svg+xml&quot;,
 &quot;.swf&quot;=&gt;&quot;application/x-shockwave-flash&quot;,
 &quot;.t&quot;=&gt;&quot;text/troff&quot;,
 &quot;.tar&quot;=&gt;&quot;application/x-tar&quot;,
 &quot;.tbz&quot;=&gt;&quot;application/x-bzip-compressed-tar&quot;,
 &quot;.tcl&quot;=&gt;&quot;application/x-tcl&quot;,
 &quot;.tex&quot;=&gt;&quot;application/x-tex&quot;,
 &quot;.texi&quot;=&gt;&quot;application/x-texinfo&quot;,
 &quot;.texinfo&quot;=&gt;&quot;application/x-texinfo&quot;,
 &quot;.text&quot;=&gt;&quot;text/plain&quot;,
 &quot;.tif&quot;=&gt;&quot;image/tiff&quot;,
 &quot;.tiff&quot;=&gt;&quot;image/tiff&quot;,
 &quot;.torrent&quot;=&gt;&quot;application/x-bittorrent&quot;,
 &quot;.tr&quot;=&gt;&quot;text/troff&quot;,
 &quot;.txt&quot;=&gt;&quot;text/plain&quot;,
 &quot;.vcf&quot;=&gt;&quot;text/x-vcard&quot;,
 &quot;.vcs&quot;=&gt;&quot;text/x-vcalendar&quot;,
 &quot;.vrml&quot;=&gt;&quot;model/vrml&quot;,
 &quot;.war&quot;=&gt;&quot;application/java-archive&quot;,
 &quot;.wav&quot;=&gt;&quot;audio/x-wav&quot;,
 &quot;.wma&quot;=&gt;&quot;audio/x-ms-wma&quot;,
 &quot;.wmv&quot;=&gt;&quot;video/x-ms-wmv&quot;,
 &quot;.wmx&quot;=&gt;&quot;video/x-ms-wmx&quot;,
 &quot;.wrl&quot;=&gt;&quot;model/vrml&quot;,
 &quot;.wsdl&quot;=&gt;&quot;application/wsdl+xml&quot;,
 &quot;.xbm&quot;=&gt;&quot;image/x-xbitmap&quot;,
 &quot;.xhtml&quot;=&gt;&quot;application/xhtml+xml&quot;,
 &quot;.xls&quot;=&gt;&quot;application/vnd.ms-excel&quot;,
 &quot;.xml&quot;=&gt;&quot;application/xml&quot;,
 &quot;.xpm&quot;=&gt;&quot;image/x-xpixmap&quot;,
 &quot;.xsl&quot;=&gt;&quot;application/xml&quot;,
 &quot;.xslt&quot;=&gt;&quot;application/xslt+xml&quot;,
 &quot;.yaml&quot;=&gt;&quot;text/yaml&quot;,
 &quot;.yml&quot;=&gt;&quot;text/yaml&quot;,
 &quot;.zip&quot;=&gt;&quot;application/zip&quot;}</code></pre>
<p>おいそんなもんねーぞ</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/11/27/012829.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEB+DB PRESS 総集編 [Vol.1~60] くるよー。</title>
		<link>http://saikyoline.jp/weblog/2011/09/23/010424.html</link>
		<comments>http://saikyoline.jp/weblog/2011/09/23/010424.html#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:04:24 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1317</guid>
		<description><![CDATA[WEB+DB PRESS 総集編 [Vol.1～60]技術評論社(2011-10-15)技術評論社新品価格：￥ 2,699ASIN：4774148318 ちょうど本棚の整理をしていて、まだかなーと思っていたところでした。 [...]]]></description>
			<content:encoded><![CDATA[<table style="border: 1px dotted #999999; font-size: 14px; margin: 5px; text-align: left;">
<tr>
<td><a href="http://amazon.jp/dp/4774148318/saikyoline-22"><img src="http://ecx.images-amazon.com/images/I/510j3O-6zQL._SL160_.jpg" width="114" height="160" alt="WEB+DB PRESS 総集編 [Vol.1～60]" title="WEB+DB PRESS 総集編 [Vol.1～60]" style="border: 0px; margin: 5px 10px 5px 5px;"/></a></td>
<td><a href="http://amazon.jp/dp/4774148318/saikyoline-22" style="text-decoration: none;"><span style="font-weight: bold;">WEB+DB PRESS 総集編 [Vol.1～60]</span><br/><span>技術評論社(2011-10-15)</span><br/><span>技術評論社</span><br/><span>新品価格：￥ 2,699</span><br/><span>ASIN：4774148318</span></a></td>
</tr>
</table>
<p>ちょうど本棚の整理をしていて、まだかなーと思っていたところでした。<br />
これで前回の総集編からの差分(37-60)と心おきなくお別れできるぞ。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/09/23/010424.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vimテクニックバイブル。</title>
		<link>http://saikyoline.jp/weblog/2011/08/16/001010.html</link>
		<comments>http://saikyoline.jp/weblog/2011/08/16/001010.html#comments</comments>
		<pubDate>Mon, 15 Aug 2011 15:10:10 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1262</guid>
		<description><![CDATA[Big Sky よくこのメンバが集まったな。そんな気もします。この本は教則本でもないし操作リファレンス本でもありません。ある意味、出版社の方達にとってはリスキーな本に成り得ます。 「Vimテクニックバイブル〜作業効率をカ [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://mattn.kaoriya.net/" title="Big Sky"><p><a href="http://mattn.kaoriya.net/">Big Sky</a></p>
<p>よくこのメンバが集まったな。そんな気もします。この本は教則本でもないし操作リファレンス本でもありません。ある意味、出版社の方達にとってはリスキーな本に成り得ます。</p></blockquote>
<blockquote cite="http://nanasi.jp/articles/howto/note/vimtech-150tips-book.html" title="「Vimテクニックバイブル〜作業効率をカイゼンする150の技」を執筆 — 名無しのvim使い"><p><a href="http://nanasi.jp/articles/howto/note/vimtech-150tips-book.html">「Vimテクニックバイブル〜作業効率をカイゼンする150の技」を執筆 — 名無しのvim使い</a></p>
<p>Vimテクニックバイブルは既にVimエディタを利用している人向けに、さらなる作業効率の改善を行うための手法や、 プラグインなどの解説を150のTipsとして紹介する本です。</p></blockquote>
<blockquote cite="http://vim-users.jp/category/announce/" title="Vim-users.jp - 告知 Archive"><p><a href="http://vim-users.jp/category/announce/">Vim-users.jp &#8211; 告知 Archive</a></p>
<p>プラグインの紹介を中心とした豪華な内容となるようにしました。 紹介しているプラグインは定番からマイナーまで幅広く、作者自ら解説していることもあります。</p></blockquote>
<p>（確認出来た中の人ブログ、時系列）</p>
<table style="border: 1px dotted #999999; font-size: 14px; margin: 5px; text-align: left;">
<tr>
<td><a href="http://amazon.jp/dp/4774147958/saikyoline-22"><img src="http://ecx.images-amazon.com/images/I/51-u-wPOtlL._SL160_.jpg" width="113" height="160" alt="Vimテクニックバイブル　～作業効率をカイゼンする150の技" title="Vimテクニックバイブル　～作業効率をカイゼンする150の技" style="border: 0px; margin: 5px 10px 5px 5px;"/></a></td>
<td><a href="http://amazon.jp/dp/4774147958/saikyoline-22" style="text-decoration: none;"><span style="font-weight: bold;">Vimテクニックバイブル　～作業効率をカイゼンする150の技</span><br/><span>技術評論社(2011-09-23)</span><br/><span>技術評論社</span><br/><span>新品価格：￥ 3,129</span><br/><span>ASIN：4774147958</span></a></td>
</tr>
</table>
<p>Vim使いとして見逃せないので予約しました。楽しみ。アマゾンに書影はまだないみたい。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/08/16/001010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>はじめてCSS Niteに行きます。</title>
		<link>http://saikyoline.jp/weblog/2011/03/11/123949.html</link>
		<comments>http://saikyoline.jp/weblog/2011/03/11/123949.html#comments</comments>
		<pubDate>Fri, 11 Mar 2011 03:39:49 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1161</guid>
		<description><![CDATA[ガチ鬱プログラマーで有名なフィヨルドの@komagataさんが、デザインテロ集団「黒い画面」活動の一環としてCSS Niteでデザイナー向けのターミナル話をされるそうです。 そして同時講演はカヤックの方のVim話とのこと [...]]]></description>
			<content:encoded><![CDATA[<p>ガチ鬱プログラマーで有名な<a href="http://fjord.jp/">フィヨルド</a>の<a href="http://twitter.com/komagata">@komagata</a>さんが、<a href="http://kuroigamen.com/">デザインテロ集団「黒い画面」</a>活動の一環としてCSS Niteでデザイナー向けのターミナル話をされるそうです。<br />
そして同時講演はカヤックの方のVim話とのこと。これはデザイナーさんは見逃せませんね！デザイナーさんじゃなくても見逃せないのでわたしも行きます！</p>
<p><a href="http://cssnite.jp/ginza/vol56/"><img src="http://cssnite.jp/images/CSSNiteGinza56_banner.gif" alt="CSS Nite in Ginza, Vol.56" width="160" height="160" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2011/03/11/123949.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slugの由来が気になる。</title>
		<link>http://saikyoline.jp/weblog/2010/10/25/015607.html</link>
		<comments>http://saikyoline.jp/weblog/2010/10/25/015607.html#comments</comments>
		<pubDate>Sun, 24 Oct 2010 16:56:07 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1073</guid>
		<description><![CDATA[Glossary « WordPress Codex A slug is a few words that describe a post or a page. Slugs are usually a URL frien [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://codex.wordpress.org/Glossary#Slug" title="Glossary « WordPress Codex"><p><a href="http://codex.wordpress.org/Glossary#Slug">Glossary « WordPress Codex</a></p>
<p>A slug is a few words that describe a post or a page. Slugs are usually a URL friendly version of the post title (which has been automatically generated by WordPress), but a slug can be anything you like. Slugs are meant to be used with permalinks as they help describe what the content at the URL is.</p></blockquote>
<p>たとえばカテゴリで「プログラミング」に対して「programing」を用意しておく（これじゃただ直訳しただけですが）ような、URLにそのまま含めても問題ない文字列をWordPressではSlugって呼んでるんですが、他ではこの呼び方を聞かない気がしてます。<br />
何でこう呼ぶのかと気になりつつもスルーしてたんですが、あらためて気になってきました。夜も眠れなくなる前にどなたか教えていただけると幸甚に存じます。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2010/10/25/015607.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>YAMLの拡張子。</title>
		<link>http://saikyoline.jp/weblog/2010/07/14/000426.html</link>
		<comments>http://saikyoline.jp/weblog/2010/07/14/000426.html#comments</comments>
		<pubDate>Tue, 13 Jul 2010 15:04:26 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=1007</guid>
		<description><![CDATA[YAML Ain&#8217;t Markup Language Please use &#34;.yaml&#34; when possible. 自分がいま一番YAMLを見るのがRails使ったアプリで、Rail [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.yaml.org/faq.html" title="YAML Ain't Markup Language"><p><a href="http://www.yaml.org/faq.html">YAML Ain&#8217;t Markup Language</a></p>
<p>Please use &quot;.yaml&quot; when possible.</p></blockquote>
<p>自分がいま一番YAMLを見るのがRails使ったアプリで、Railsに含まれているYAMLはみんなymlだから、他で使うときも自然とymlになってます。まぁ、ここでも「できれば」なのでそれでいいのだろうけれど。いちおう明文化されてますよ、という話。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2010/07/14/000426.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>発想の違い。</title>
		<link>http://saikyoline.jp/weblog/2010/02/06/131434.html</link>
		<comments>http://saikyoline.jp/weblog/2010/02/06/131434.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 04:14:34 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=916</guid>
		<description><![CDATA[括り出したい &#124; アクトインディ技術部隊報告書 if pred method(100) else method(200) end のようなものを見ると method(if pred 100 else 200 end) と [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://tech.actindi.net/3474287022" title="括り出したい | アクトインディ技術部隊報告書"><p><a href="http://tech.actindi.net/3474287022">括り出したい | アクトインディ技術部隊報告書</a></p>
<pre>if pred
  method(100)
else
  method(200)
end
</pre>
<p>のようなものを見ると</p>
<pre>method(if pred
         100
       else
         200
       end)
</pre>
<p>と書きたくなってしまいます。</p></blockquote>
<blockquote cite="http://tech.actindi.net/3474287022" title="括り出したい | アクトインディ技術部隊報告書"><p>このifの纏め方は、LISPではすんなり流れるものの、Rubyだとif&#12316;endが重たくみえるので、なんとなく書いてはいけないようにさえ感じます。</p></blockquote>
<p>ささった。言われてなるほど、同じことをするにも使う言語によって考え方が変わるという、わかりやすい例だと思いました。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2010/02/06/131434.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ls ~を。</title>
		<link>http://saikyoline.jp/weblog/2009/08/27/001522.html</link>
		<comments>http://saikyoline.jp/weblog/2009/08/27/001522.html#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:15:22 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=841</guid>
		<description><![CDATA[yoshuki@mycolinux% ls ~ downloads home projects slinks studies trials work まぁ、開発環境だからさ。]]></description>
			<content:encoded><![CDATA[<pre class="code"><code>yoshuki@mycolinux% ls ~
downloads  home  projects  slinks  studies  trials  work</code></pre>
<p>まぁ、開発環境だからさ。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2009/08/27/001522.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaverが落ちる。</title>
		<link>http://saikyoline.jp/weblog/2009/08/24/120514.html</link>
		<comments>http://saikyoline.jp/weblog/2009/08/24/120514.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 03:05:14 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=831</guid>
		<description><![CDATA[Dreamweaver_CS3_Read_Me.pdf Windows では、CSS ファイルのサイズがちょうど 8192 バイト、16383 バイト、またはそれを超える特定のサイズである場合、強制終了するWindows [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.adobe.com/support/documentation/jp/dreamweaver/cs3/Dreamweaver_CS3_Read_Me.pdf" title="Dreamweaver_CS3_Read_Me.pdf"><p><a href="http://www.adobe.com/support/documentation/jp/dreamweaver/cs3/Dreamweaver_CS3_Read_Me.pdf">Dreamweaver_CS3_Read_Me.pdf</a></p>
<p>Windows では、CSS ファイルのサイズがちょうど 8192 バイト、16383 バイト、またはそれを超える特定のサイズである場合、強制終了する<br />Windows では、CSS ファイルを編集してファイルサイズがちょうど 8192 バイトになるか、または 8191 バイト分だけ増加すると、Dreamweaver は強制終了します。また、CSS ファイルのサイズを変更するまで、Dreamweaver を起動することができません。ファイルサイズを変更するには、別のテキストエディタで CSSファイルを開き、スペースやタブなどの空白文字を含む 1 文字または 2 文字を挿入します。</p></blockquote>
<p>DreamweaverでCSS書いてるときになぜか落ちるという話を聞いて、興味本位でググってみたらこんなのを見つけて、まさにビンゴでした。大きいわけでもないし、特定のファイルサイズとか知らなかったら全然疑わないよなー。</p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2009/08/24/120514.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AmazonのAPIが変わる件。その２</title>
		<link>http://saikyoline.jp/weblog/2009/05/10/214452.html</link>
		<comments>http://saikyoline.jp/weblog/2009/05/10/214452.html#comments</comments>
		<pubDate>Sun, 10 May 2009 12:44:52 +0000</pubDate>
		<dc:creator>yoshuki</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[プログラミング一般]]></category>

		<guid isPermaLink="false">http://saikyoline.jp/weblog/?p=720</guid>
		<description><![CDATA[昨日くじけた件ですが、他にもRubyで試された方がいて、やっぱりドキュメントのほうが間違っているみたいです。 Amazon Product Advertising APIの認証の件 &#8211; zorioの日記 #= [...]]]></description>
			<content:encoded><![CDATA[<p>昨日くじけた件ですが、他にもRubyで試された方がいて、やっぱりドキュメントのほうが間違っているみたいです。</p>
<blockquote cite="http://d.hatena.ne.jp/zorio/20090509/1241886502" title="Amazon Product Advertising APIの認証の件 - zorioの日記"><p><a href="http://d.hatena.ne.jp/zorio/20090509/1241886502">Amazon Product Advertising APIの認証の件 &#8211; zorioの日記</a></p>
<p>#=> Nace+U3Az4OhN7tISqgs1vdLBHBEijWcBeCqL5xN9xg=</p></blockquote>
<p>わーこの値みたことあるー！（オレなんという後出しジャンケン）</p>
<blockquote cite="http://postcard.blog.ocn.ne.jp/itazura/2009/05/product_adverti.html" title="アマゾンのProduct Advertising APIにRubyでアクセス: ふと思う--ちょっと考える （いたずら編）"><p><a href="http://postcard.blog.ocn.ne.jp/itazura/2009/05/product_adverti.html">アマゾンのProduct Advertising APIにRubyでアクセス: ふと思う&#8211;ちょっと考える （いたずら編）</a></p>
<p>問題は、message digestの関数SHA256をどうするかですが、RubyにはOpenIDのライブラリーがありこの中にSHA256が含まれています。そこでgemを使ってこのライブラリーをインストール。</p></blockquote>
<p>そして、どうやら<a href="http://openidenabled.com/ruby-openid/">OpenIDのライブラリ</a>でもできるようですよ。</p>
<p>よく考えたら<a href="http://saikyoline.jp/amazon/">自分で常用してるやつ</a>ってPHPだった。こっちも調べなきゃ。</p>
<p>[ref.] <a href="http://saikyoline.jp/weblog/2009/05/10/041724.html">AmazonのAPIが変わる件。</a></p>
]]></content:encoded>
			<wfw:commentRss>http://saikyoline.jp/weblog/2009/05/10/214452.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

