<?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"
	>

<channel>
	<title>テック堂 Scribbling for Scripting</title>
	<atom:link href="http://www.tech-do.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tech-do.com/blog</link>
	<description>Web,データベース,スクリプト関連とその他もろもろのメモ</description>
	<pubDate>Tue, 16 Sep 2008 04:55:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>ja</language>
			<item>
		<title>いまさら気づいたのですが</title>
		<link>http://www.tech-do.com/blog/archives/78</link>
		<comments>http://www.tech-do.com/blog/archives/78#comments</comments>
		<pubDate>Wed, 10 Sep 2008 14:15:39 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[未分類]]></category>

		<category><![CDATA[エラー]]></category>

		<category><![CDATA[画像]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=78</guid>
		<description><![CDATA[WordPress2.5では画像のタイトルに全角文字を使っていると、記事に画像を挿入する際にエラーが出てしまう場合があるみたいです。
画像の代替テキスト（alt=&#8221;****&#8221;)には画像のタイトルが [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/78/feed</wfw:commentRss>
		</item>
		<item>
		<title>ナゾの万能充電器「新動力」</title>
		<link>http://www.tech-do.com/blog/archives/67</link>
		<comments>http://www.tech-do.com/blog/archives/67#comments</comments>
		<pubDate>Fri, 05 Sep 2008 11:27:58 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[雑記]]></category>

		<category><![CDATA[万能充電器]]></category>

		<category><![CDATA[新動力]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=67</guid>
		<description><![CDATA[近所の中古家電屋で奇怪なる充電器を見かけましたので入手してみました。
お値段は1200円。充電器の付いてない中古デジカメ用に置いてあるようです。なんと、この充電器一つあればどのメーカーの充電池でも充電できるそうです。

 [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/67/feed</wfw:commentRss>
		</item>
		<item>
		<title>VB.NETでファイルの行数を取得する</title>
		<link>http://www.tech-do.com/blog/archives/66</link>
		<comments>http://www.tech-do.com/blog/archives/66#comments</comments>
		<pubDate>Tue, 02 Sep 2008 11:31:17 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[VB/VB.NET]]></category>

		<category><![CDATA[VB.NET]]></category>

		<category><![CDATA[カウント]]></category>

		<category><![CDATA[テキスト]]></category>

		<category><![CDATA[行数]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=66</guid>
		<description><![CDATA[基本的な処理ですが、なぜか逆引き本などにも載っていないようなので、私が使っているものをアップしておきます。
テキストファイルの内容を改行で分割した配列に変換して、その配列の長さから行数を求めています。
テキストファイルの [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/66/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress2.6アップデートは見送り</title>
		<link>http://www.tech-do.com/blog/archives/65</link>
		<comments>http://www.tech-do.com/blog/archives/65#comments</comments>
		<pubDate>Wed, 16 Jul 2008 16:15:59 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress 2.6]]></category>

		<category><![CDATA[アップデート]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=65</guid>
		<description><![CDATA[皆さんお待ちかね、かどうかは知りませんが、WordPress2.6日本語版がリリースされました。
私は新しもの好きものなので、当然ながらテストすべく、とりあえずローカルおよびレンタルサーバーのテスト環境にインストールしま [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/65/feed</wfw:commentRss>
		</item>
		<item>
		<title>VB.NETで全角英数字のみを半角にする</title>
		<link>http://www.tech-do.com/blog/archives/64</link>
		<comments>http://www.tech-do.com/blog/archives/64#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:52:41 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[VB/VB.NET]]></category>

		<category><![CDATA[VB.NET]]></category>

		<category><![CDATA[全角]]></category>

		<category><![CDATA[半角]]></category>

		<category><![CDATA[変換]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=64</guid>
		<description><![CDATA[VB.NETで文字列中の全角文字を半角にしたい場合は、通常StrConv関数を使いますが、文字の種類を指定して変換することはできません。
カタカナだけ半角にしたくないという場合もよくありますので、そのような動作をする関数 [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/64/feed</wfw:commentRss>
		</item>
		<item>
		<title>FC2ブログでカテゴリ毎に表示内容を変更する</title>
		<link>http://www.tech-do.com/blog/archives/62</link>
		<comments>http://www.tech-do.com/blog/archives/62#comments</comments>
		<pubDate>Tue, 24 Jun 2008 14:59:23 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[FC2]]></category>

		<category><![CDATA[HTML/XHTML/CSS]]></category>

		<category><![CDATA[カスタマイズ]]></category>

		<category><![CDATA[テンプレート]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=62</guid>
		<description><![CDATA[ここのところFC2ブログをベースにサイトを作成しているのですが、カテゴリごとに表示内容を分けたいことがよくあります。
FC2ではテンプレート上でテンプレート変数というタグのようなものを利用して、かなり自由なカスタマイズが [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/62/feed</wfw:commentRss>
		</item>
		<item>
		<title>郵便番号検索APIを利用してAccessフォームで住所入力</title>
		<link>http://www.tech-do.com/blog/archives/58</link>
		<comments>http://www.tech-do.com/blog/archives/58#comments</comments>
		<pubDate>Thu, 05 Jun 2008 14:25:26 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[Office/VBA]]></category>

		<category><![CDATA[Access]]></category>

		<category><![CDATA[VBA]]></category>

		<category><![CDATA[郵便番号]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=58</guid>
		<description><![CDATA[Accessで住所を入力する際には、郵便番号で住所を入力できる入力アシスト機能が便利なのですが、個別郵便番号などで出てこないものが多いのがちょっと不満です。
そこで、郵便番号から住所を検索するWebサービスの「郵便番号検 [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/58/feed</wfw:commentRss>
		</item>
		<item>
		<title>懐かしいポケットメイト将棋</title>
		<link>http://www.tech-do.com/blog/archives/54</link>
		<comments>http://www.tech-do.com/blog/archives/54#comments</comments>
		<pubDate>Fri, 30 May 2008 12:42:46 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[雑記]]></category>

		<category><![CDATA[玩具]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=54</guid>
		<description><![CDATA[
ポケットメイトとは30年くらい前に売られていた、文字通りポケットに入るサイズのゲームシリーズです。ゲームといっても電子式のものではなく、野球盤やスロットマシン、球をころころ転がす系などのアナログ系ゲームで、これらをカセ [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/54/feed</wfw:commentRss>
		</item>
		<item>
		<title>Majestouch Miniを買ってみた</title>
		<link>http://www.tech-do.com/blog/archives/52</link>
		<comments>http://www.tech-do.com/blog/archives/52#comments</comments>
		<pubDate>Tue, 20 May 2008 14:25:34 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[雑記]]></category>

		<category><![CDATA[キーボード]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=52</guid>
		<description><![CDATA[ご無沙汰してました。
私は普段はノートPCを利用しているのですが、大量の入力を行わなくてはならない仕事があったため、外付けキーボードを購入しました。これはノートPCのキータッチがどうとか、キー配列がどうとかいう理由ではな [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/52/feed</wfw:commentRss>
		</item>
		<item>
		<title>テレビが壊れたよ</title>
		<link>http://www.tech-do.com/blog/archives/51</link>
		<comments>http://www.tech-do.com/blog/archives/51#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:43:14 +0000</pubDate>
		<dc:creator>kotani</dc:creator>
		
		<category><![CDATA[雑記]]></category>

		<guid isPermaLink="false">http://www.tech-do.com/blog/?p=51</guid>
		<description><![CDATA[ここ１０年ほど愛用してきたテレビ君がお亡くなりになってしまいました。プレステ１やＶＨＳのころからの付き合いで、つい昨日までは元気だったのに・・・
症状としては、画面の下半分に上半分しか映らないという、古いテレビではよくあ [...]]]></description>
		<wfw:commentRss>http://www.tech-do.com/blog/archives/51/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
