<?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>notizbloc</title>
	<atom:link href="http://notizbloc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://notizbloc.com</link>
	<description>Mac,WordPress,WebDesignなどのTipsを紹介</description>
	<lastBuildDate>Tue, 24 Aug 2010 10:47:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Air Mac ExpressをPCが認識してくれない場合の対処法</title>
		<link>http://notizbloc.com/917/</link>
		<comments>http://notizbloc.com/917/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 10:47:17 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Air Mac Express]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=917</guid>
		<description><![CDATA[自宅で使っているAir Mac Expressを旅行先に持っていって、向こうでも快適インターネット生活をしようとしたんですが、設定にはまったのでメモ。
Air Mac Expressをコンセントに差し込んで、AirMac [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/917/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSだけでWordPressのiPhone / ipod Touch用デザインを作ってみた</title>
		<link>http://notizbloc.com/910/</link>
		<comments>http://notizbloc.com/910/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:36:34 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=910</guid>
		<description><![CDATA[
いまさら感もあるが。
WordPressだと
WordPressをiPhoneなどのモバイル端末で表示させるプラグイン集
http://coliss.com/articles/blog/wordpress/plugin [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/910/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunesからYouTubeまでなんでも聴けるAirTunes活用法</title>
		<link>http://notizbloc.com/893/</link>
		<comments>http://notizbloc.com/893/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 04:30:17 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[AirMac Express]]></category>
		<category><![CDATA[AirTunes]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=893</guid>
		<description><![CDATA[せっかく良いオーディオ持ってるのにパソコンの前にいるからついついパソコンのスピーカーで聴いてしまう、って人多いと思いますが、そんな人にAirTunesオススメします！
音質的にも、CDプレーヤーの様に物理的に動くものが無 [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/893/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook ProのGPUを手動で切り替えるgfxCardStatus</title>
		<link>http://notizbloc.com/888/</link>
		<comments>http://notizbloc.com/888/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 05:50:35 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[gfxCardStatus]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacBook Pro]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=888</guid>
		<description><![CDATA[MacBook Pro(2010)のバッテリーは最大8〜9時間持つって事になってますが、カフェとかで作業してると全然そんな事ない。
で、GPUを確認するといっつもNVIDIAを使ってる。なんだよコード書いてるだけなんだか [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/888/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEBKEEPERSのVPSサーバにPHPをインストール</title>
		<link>http://notizbloc.com/883/</link>
		<comments>http://notizbloc.com/883/#comments</comments>
		<pubDate>Sun, 16 May 2010 09:32:05 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=883</guid>
		<description><![CDATA[# wget http://jp.php.net/get/php-5.2.13.tar.gz/from/this/mirror
# tar -zxvf php-5.2.13.tar.gz
# yum install gcc
# yum install php-pear
# yum -y install automake
# yum install gcc gcc-c++
# yum -y install httpd-devel
# ./configure
# make
# make install
# cp php.ini-dist /usr/local/lib/php.ini
# vi /usr/local/lib/php.ini
終了ー
htmlでphpを動かすためにhttpd.confに
AddHandler application/x-httpd-php .php .html
と書いておく
]]></description>
		<wfw:commentRss>http://notizbloc.com/883/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEBKEEPERSのVPSサーバにyumをインストール</title>
		<link>http://notizbloc.com/881/</link>
		<comments>http://notizbloc.com/881/#comments</comments>
		<pubDate>Sat, 15 May 2010 09:31:59 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[WEBKEEPERS]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=881</guid>
		<description><![CDATA[# cd /usr/local/src
# mkdir yumrpm
# cd yumrpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/yum-3.2.22-20.el5.centos.noarch.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/yum-metadata-parser-1.1.2-3.el5.centos.i386.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/python-sqlite-1.1.7-1.2.1.i386.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/m2crypto-0.16-6.el5.6.i386.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/rpm-python-4.4.2.3-18.el5.i386.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/yum-fastestmirror-1.1.16-13.el5.centos.noarch.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/libxml2-python-2.6.26-2.1.2.8.i386.rpm
# wget http://ftp.iij.ad.jp/pub/linux/centos/5/os/i386/CentOS/libxml2-2.6.26-2.1.2.8.i386.rpm
これ毎回探すのめんどくさいよー
# rpm -ihv *
# yum -y install yum-fastestmirror
# yum -y update
]]></description>
		<wfw:commentRss>http://notizbloc.com/881/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook Proのメモリを4GBから8GBに増設</title>
		<link>http://notizbloc.com/874/</link>
		<comments>http://notizbloc.com/874/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 13:39:54 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[メモリ増設]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=874</guid>
		<description><![CDATA[2010年4月発売のMacBook Proのメモリを4GBから8GBに増設。
4GBじゃやっぱ足りなかった、という事で
交換したメモリはこちら！
SanMax Technologies
[Mac]SMM-N8G-1066 [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/874/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook ProのVMware Fusion3にWindows7をインストール</title>
		<link>http://notizbloc.com/865/</link>
		<comments>http://notizbloc.com/865/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 05:13:30 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[VMware Fusion3]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=865</guid>
		<description><![CDATA[インストールしたのは買ったばかりのMacBook Pro 15Inch。15Inchモデルでは一番安いやつです。
isoイメージからインストールしました。

設定はこんな感じ。

普通にいけてますね

パフォーマンス評価 [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/865/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smultronの後継エディタFraise</title>
		<link>http://notizbloc.com/862/</link>
		<comments>http://notizbloc.com/862/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 11:28:28 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Fraise]]></category>
		<category><![CDATA[Smultron]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=862</guid>
		<description><![CDATA[Smultronはもう3,4年は使い続けているのだけれど、開発終了してしまって残念だった。
と思ったらFraiseという名前で復活していた！

横タブがとっても使いやすい！
HTMLもCSSも普通の文章も8割以上はこのエ [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/862/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacにApacheとmod_pythonを入れてDjangoを動かす</title>
		<link>http://notizbloc.com/751/</link>
		<comments>http://notizbloc.com/751/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 18:37:12 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mod_python]]></category>

		<guid isPermaLink="false">http://notizbloc.com/?p=751</guid>
		<description><![CDATA[結構はまった部分があるのでメモメモ。
$ sudo port install apache2
$ sudo port install mod_python
To fully complete your installat [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/751/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacOS10.5にインストールしたDjangoでMAMPのMySQLを設定</title>
		<link>http://notizbloc.com/738/</link>
		<comments>http://notizbloc.com/738/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 04:32:24 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=738</guid>
		<description><![CDATA[$ sudo easy_install MySQL-python
EnvironmentError: mysql_config not found
パスが通ってなかったっぽいので
$ PATH=$PATH:/usr/lo [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/738/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacOS10.5にDjangoをインストール</title>
		<link>http://notizbloc.com/732/</link>
		<comments>http://notizbloc.com/732/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:04:01 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=732</guid>
		<description><![CDATA[公式（http://www.djangoproject.com/download/）からインストールしたり、easy_installでインストールしたりして、色々したあげく動かなくてハマったけど動いたのでメモ
結局Mac [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/732/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopardにmod_pythonをインストール</title>
		<link>http://notizbloc.com/731/</link>
		<comments>http://notizbloc.com/731/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 06:37:51 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=729</guid>
		<description><![CDATA[http://httpd.apache.org/modules/python-download.cgi
最新はmod_python-3.3.1.tgz
$ cd mod_python-3.3.1
$ ./configure
$ make
$ sudo make install
$ apachectl configtest
Syntax OK
]]></description>
		<wfw:commentRss>http://notizbloc.com/731/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacのCD/DVD等のディスクを強制排出（アンマウント）</title>
		<link>http://notizbloc.com/725/</link>
		<comments>http://notizbloc.com/725/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:54:54 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=725</guid>
		<description><![CDATA[ターミナルを開いて
$ drutil eject
]]></description>
		<wfw:commentRss>http://notizbloc.com/725/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EC-Cubeでカテゴリ0の「全商品」の名前を変更</title>
		<link>http://notizbloc.com/719/</link>
		<comments>http://notizbloc.com/719/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 09:06:40 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Ec-Cube]]></category>
		<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=719</guid>
		<description><![CDATA[/data/class/pages/products/LC_Page_Products_List.php
// タイトル編集
$tpl_subtitle = &#8220;&#8221;;
$tpl_search_mode = false;
if (!isset($_GET['mode'])) $_GET['mode'] = &#8220;&#8221;;
if (!isset($_POST['mode'])) $_POST['mode'] = &#8220;&#8221;;
if (!isset($_GET['name'])) $_GET['name'] = &#8220;&#8221;;
if (!isset($_REQUEST['orderby'])) $_REQUEST['orderby'] = &#8220;&#8221;;
if (empty($arrCategory_id)) $arrCategory_id = array(&#8220;0&#8243;);
if($_GET['mode'] == &#8217;search&#8217;){
$tpl_subtitle = &#8220;検索結果&#8221;;
$tpl_search_mode = true;
}elseif (empty($arrCategory_id)) {
$tpl_subtitle = &#8220;全商品&#8221;;
}else{
$arrFirstCat = $objDb-&#62;sfGetFirstCat($arrCategory_id[0]);
$tpl_subtitle = $arrFirstCat['name'];
}
/data/class_extends/page_extends/products/LC_Page_Products_List_Ex.php

// タイトル編集
$tpl_subtitle = &#8220;&#8221;;
if ($_GET['mode'] == &#8217;search&#8217;) {
$tpl_subtitle = &#8220;検索結果&#8221;;
} elseif (empty($arrCategory_id[0])) {
$tpl_subtitle = &#8220;全商品&#8221;;
} else  [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/719/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EC-Cubeで詳細ページに一覧 &#8211; メインコメントを表示する</title>
		<link>http://notizbloc.com/670/</link>
		<comments>http://notizbloc.com/670/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:07:58 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Ec-Cube]]></category>
		<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=670</guid>
		<description><![CDATA[data/class/db/dbfactory/SC_DB_DBFactory_MYSQL.php
の420行目にあるvw_products_allclass_detailにmain_list_commentを追加する
]]></description>
		<wfw:commentRss>http://notizbloc.com/670/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EC-Cubeインストール時のアクセス権設定</title>
		<link>http://notizbloc.com/668/</link>
		<comments>http://notizbloc.com/668/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:45:35 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Ec-Cube]]></category>
		<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=668</guid>
		<description><![CDATA[#!/usr/bin/perl
print &#8220;Pragma: no-cache\n&#8221;;
print &#8220;Cache-Control: no-cache\n&#8221;;
print &#8220;Content-type: text/html; charset=UTF-8\n\n&#8221;;
print &#8220;&#60;html&#62;&#60;head&#62;&#60;title&#62;chmod&#60;/title&#62;&#60;/head&#62;&#60;body&#62;&#8221;;
$cnt = 0;
my @dirs = (&#8216;./&#8217;);
while($cnt &#60; @dirs){
$dir = $dirs[$cnt];
opendir DH, $dir or die &#8220;$dir:$!&#8221;;
while (my $file = readdir DH) {
next if $file =~ /^\.{1,2}$/;
$checkdir = $dir . $file;
my(@type) = split(/\./,$checkdir);
if(-d $checkdir){
chmod 0707, $checkdir;
push @dirs, &#8220;${checkdir}/&#8221;;
}
elsif($type[-1] eq &#8220;png&#8221;){
chmod 0606, $checkdir;
}
elsif($type[-1] eq &#8220;gif&#8221;){
chmod 0606, $checkdir;
}
elsif($type[-1] eq &#8220;jpg&#8221;){
chmod 0606,  [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/668/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EC-Cubeのオススメ管理を複製する</title>
		<link>http://notizbloc.com/663/</link>
		<comments>http://notizbloc.com/663/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 07:44:42 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Ec-Cube]]></category>
		<category><![CDATA[Weblog]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=663</guid>
		<description><![CDATA[結構大変でした。
まず、オススメ管理に使われているファイルを複製します。
best-5.tpl
best-5.php
LC_Page_FrontParts_Bloc_Best5.php
LC_Page_FrontPart [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/663/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AJAX Feed APIメモ（複数RSSを別々に表示）</title>
		<link>http://notizbloc.com/656/</link>
		<comments>http://notizbloc.com/656/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 06:36:07 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Google AJAX Feed API]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=656</guid>
		<description><![CDATA[もーにわかの知識じゃダメだ。完全に自分用のメモです。
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/jsapi?key=キー&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221;&#62;
google.load(&#8220;feeds&#8221;, &#8220;1&#8243;);
function initialize() {
var feedurl = &#8220;フィード1&#8243;
var feedurl2 = &#8220;フィード2&#8243;;
var feed = new google.feeds.Feed(feedurl);
var feed2 = new google.feeds.Feed(feedurl2);
feed.setNumEntries(5);
feed.load(dispfeed);
feed2.load(dispfeed2);
function dispfeed(result){
if (!result.error){
var container = document.getElementById(&#8220;feed&#8221;);
var htmlstr = &#8220;&#8221;;
htmlstr += &#8216;&#60;div id=&#8221;press-archive&#8221;&#62;&#8217;;
for (var i = 0; i &#60; result.feed.entries.length; i++) {
var entry = result.feed.entries[i];
htmlstr += &#8216;&#60;div&#62;&#8217;
htmlstr += &#8216;&#60;a href=&#8221;&#8216; + entry.link + &#8216;&#8221;&#62;&#8217; + entry.content  [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/656/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MobGを使って携帯からWordPressへ投稿する（画像も）</title>
		<link>http://notizbloc.com/654/</link>
		<comments>http://notizbloc.com/654/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 06:14:12 +0000</pubDate>
		<dc:creator>Kent Yamamoto</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[MobG]]></category>

		<guid isPermaLink="false">http://waldspaziergang.com/notizblock/?p=654</guid>
		<description><![CDATA[ダウンロードはこちらから。
http://junklog.cocolog-nifty.com/blog/
WordPressプラグインではなくて、独立して動作するってのもなかなか良いかも。
メールアドレスの処理方法も
/ [...]]]></description>
		<wfw:commentRss>http://notizbloc.com/654/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
