<?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>ngi644の日記</title>
	<atom:link href="http://ngi644.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://ngi644.net/blog</link>
	<description>備忘録も兼ねています。</description>
	<lastBuildDate>Fri, 27 Aug 2010 02:55:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Plone で動くBlogプロダクト</title>
		<link>http://ngi644.net/blog/archives/609</link>
		<comments>http://ngi644.net/blog/archives/609#comments</comments>
		<pubDate>Fri, 27 Aug 2010 02:54:40 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/609</guid>
		<description><![CDATA[Plone で動くBlogプロダクトで便利だなーと思うのは、collective.blogging。
これは、標準アイテムを拡張してBlogにしてしまうもの。PloneのUIにはマッチしたものだけど、単純に記事を書いて、 [...]]]></description>
			<content:encoded><![CDATA[<p>Plone で動くBlogプロダクトで便利だなーと思うのは、collective.blogging。</p>
<p>これは、標準アイテムを拡張してBlogにしてしまうもの。PloneのUIにはマッチしたものだけど、単純に記事を書いて、公開したいというには、ちょっと面倒。</p>
<p>そこで、勉強がてらBlogを作ってみた。（まだ公開していないけど。）</p>
<p>以前、dexterityの勉強のために、   <br />Products.ngiNikkiというのを作っていて（まだ作成中・・・。）、これをArchetypeベースにして、lightboxを同梱し、Plone3とPlone4両方で動くようにしたもの。</p>
<p>残すタスクは、ポートレット部分と国際対応、そして、すこしのテンプレート修正。あと、ドキュメントか。</p>
<p>プロダクト名は、ngi.site.blog となる予定。</p>
<p>今月末の公開を目指す。</p>
<p>なお、使ってもらっているサイトは、こちら↓↓   <br /><a href="http://www.edu-con.jp/s-blog">http://www.edu-con.jp/s-blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/609/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plone 4 dev用buildout</title>
		<link>http://ngi644.net/blog/archives/606</link>
		<comments>http://ngi644.net/blog/archives/606#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:40:48 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/606</guid>
		<description><![CDATA[以下、最近利用する頻度が多くなってきたのでメモしておく。
Plone4 のbuildoutの場所
http://svn.plone.org/svn/plone/buildouts/plone-coredev/branch [...]]]></description>
			<content:encoded><![CDATA[<p>以下、最近利用する頻度が多くなってきたのでメモしておく。</p>
<p>Plone4 のbuildoutの場所</p>
<p><a title="http://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/4.0/" href="http://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/4.0/">http://svn.plone.org/svn/plone/buildouts/plone-coredev/branches/4.0/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/606/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MeeGoでGAE SDK for Pythonで開発する時のポイント1</title>
		<link>http://ngi644.net/blog/archives/602</link>
		<comments>http://ngi644.net/blog/archives/602#comments</comments>
		<pubDate>Fri, 02 Jul 2010 17:00:05 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=602</guid>
		<description><![CDATA[MeeGoは、Python2.6が標準で入っています。しかし、GAEは、Python2.5を必要とするため2.5を自前でインストールする必要があります。
Pythonをコンパイルする前に、「ソフトウェアの追加・削除」もし [...]]]></description>
			<content:encoded><![CDATA[<p>MeeGoは、Python2.6が標準で入っています。しかし、GAEは、Python2.5を必要とするため2.5を自前でインストールする必要があります。</p>
<p>Pythonをコンパイルする前に、「ソフトウェアの追加・削除」もしくはYumで下記のパッケージを導入します。</p>
<ul>
<li>openssl-devel</li>
<li>sqlite-devel</li>
</ul>
<p>これらを導入後、Pythonをコンパイルします。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/602/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MeeGo に Plone4 をインストールするために必要な物</title>
		<link>http://ngi644.net/blog/archives/596</link>
		<comments>http://ngi644.net/blog/archives/596#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:09:57 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/596</guid>
		<description><![CDATA[MeeGoというIntelとNokiaによるLinuxOSを使い始めた．このOSのUIはかわいくて使っていて楽しくなる．これを開発用にしようと思い，Plone4 Unifiedinstallerをインストールしてみた．イ [...]]]></description>
			<content:encoded><![CDATA[<p>MeeGoというIntelとNokiaによるLinuxOSを使い始めた．このOSのUIはかわいくて使っていて楽しくなる．これを開発用にしようと思い，Plone4 Unifiedinstallerをインストールしてみた．インストールする為に必要なパッケージの一覧は下記である．</p>
<ul>
<li>make</li>
<li>gcc-c++</li>
<li>zlib-devel</li>
<li>libjpeg-devel</li>
<li>readline-devel</li>
</ul>
<p>これらをyumを使ってインストールする．これでPlone4をインストールして利用することが出来る．</p>
<p><a href="http://ngi644.net/blog/wp-content/uploads/2010/07/PloneonMeeGo.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="PloneonMeeGo" border="0" alt="PloneonMeeGo" src="http://ngi644.net/blog/wp-content/uploads/2010/07/PloneonMeeGo_thumb.png" width="464" height="292" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/596/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbirdでメールが消えてしまったときの対処</title>
		<link>http://ngi644.net/blog/archives/594</link>
		<comments>http://ngi644.net/blog/archives/594#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:36:05 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/594</guid>
		<description><![CDATA[Thunderbirdは，定期的に最適化していないとカタログが壊れてメールボックスから消えてしまうことがあります．また，Thunderbirdは，最適化するまでは，メールは何も削除せず，削除フラグがついているだけですので [...]]]></description>
			<content:encoded><![CDATA[<p>Thunderbirdは，定期的に最適化していないとカタログが壊れてメールボックスから消えてしまうことがあります．また，Thunderbirdは，最適化するまでは，メールは何も削除せず，削除フラグがついているだけですので，スクリプトを書いてそのフラグを変更してあげるだけで修正できます．</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:87ac3f50-5249-4590-8703-8eede83665a2" class="wlWriterEditableSmartContent">
<pre name="code" class="py"># -*- coding: utf-8 -*-
from __future__ import with_statement
writer = open('Inbox_new.txt','a')
with open("Inbox") as f:
    for i, x in enumerate(f):
        x = x.replace('X-Mozilla-Status: 0009', 'X-Mozilla-Status: 0011')
        writer.write(x)
        if (i % 10000) == 0:
            print i
writer.close()
print 'end'</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/594/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plone4のpoファイルのコンパイルオプション</title>
		<link>http://ngi644.net/blog/archives/590</link>
		<comments>http://ngi644.net/blog/archives/590#comments</comments>
		<pubDate>Fri, 04 Jun 2010 10:59:06 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=590</guid>
		<description><![CDATA[Plone 4のUnified Installerには、下記の記述がbuildoutファイルにないので、poファイルがコンパイルされない。そのため、自分で作ったプロダクト等の翻訳が適用されないで焦るときがある。そんなとき [...]]]></description>
			<content:encoded><![CDATA[<p>Plone 4のUnified Installerには、下記の記述がbuildoutファイルにないので、poファイルがコンパイルされない。そのため、自分で作ったプロダクト等の翻訳が適用されないで焦るときがある。そんなときは、下記の記述の確認をし、無ければ、buildout.cfgなどに追加してあげるとよい。</p>
<p>[instance]<br />
environment-vars =<br />
zope_i18n_compile_mo_files = true</p>
<p>以上、忘れずにメモしておく。</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="font-family: Arial, FreeSans, sans-serif;"><a class="link-plain" style="outline-style: none; outline-width: initial; outline-color: initial; text-decoration: none; color: #75ad0a; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cccccc; padding: 0px; margin: 0px;" href="http://launchpad.net/plone/3.3/3.3.5/+download/Plone-3.3.5-UnifiedInstaller.tgz">Unified Installer</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/590/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ploneのサイト管理でスキンカスタマイズ「Theme Editor」</title>
		<link>http://ngi644.net/blog/archives/570</link>
		<comments>http://ngi644.net/blog/archives/570#comments</comments>
		<pubDate>Mon, 31 May 2010 10:10:23 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=570</guid>
		<description><![CDATA[Plone 4 の experimental に skineditor.cfg が追加されました。
1.Ploneのサイト管理でスキンのカスタマイズを可能にする 「plone.app.skineditor」
plone. [...]]]></description>
			<content:encoded><![CDATA[<p>Plone 4 の experimental に skineditor.cfg が追加されました。</p>
<h3>1.Ploneのサイト管理でスキンのカスタマイズを可能にする 「plone.app.skineditor」</h3>
<p>plone.app.skineditor は、ZMIにアクセスせず、Ploneのサイト管理からportal_skin, portal_view_customizationsの中のテンプレートやリソースをカスタマイズできるという優れものです。</p>
<p>旧来の、ZMIによるカスタマイズでは、portal_skin, portal_view_customizationsそれぞれの場所に行き、該当するファイルを探し出してカスタマイズする必要があり、手間が多く、ZMIは、Ploneの管理インターフェイスとは少し異なるので、抵抗がある人もいたと思います。</p>
<h3>2.インストール</h3>
<p>早速、 ./bin/buildout -c skineditor.cfg -n を実行します。</p>
<p>サイト設定に行き、Theme Editor 0.1devをインストール（有効に）します。</p>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/theme.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-571" title="theme" src="http://ngi644.net/blog/wp-content/uploads/2010/05/theme-300x213.png" alt="" width="300" height="213" /></span></a></h6>
<h6>図１：有効にした状態 Theme Editorと表示される。</h6>
<h3>3.Theme Editorを使ってみる。</h3>
<p>Theme Editorをクリックして、どのようなものか見てみます。</p>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/skin_01.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-578" title="skin_01" src="http://ngi644.net/blog/wp-content/uploads/2010/05/skin_01-300x264.png" alt="" width="300" height="264" /></span></a></h6>
<h6>図２：Theme Editor画面</h6>
<p>Skin Resource Editorというタイトルが表示され、スキンのリソースが一覧で表示されます。タイトルの下にある、検索ボックスで、テンプレートやリソース、Pythonスクリプト、JavaScriptを検索でき、隣のキーワードタグでフィルタリングすることができます。</p>
<h3>4.試しにFooterを変更してみる。</h3>
<p>では、試しにFooterを変更してみたいと思います。キーワードタグの中から、Viewletsをクリックします。Footerは、plone.footerという名前なのでそれを選択します。</p>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/foot1.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-580" title="foot" src="http://ngi644.net/blog/wp-content/uploads/2010/05/foot1-300x265.png" alt="" width="300" height="265" /></span></a></h6>
<h6>図３：plone.footerを選択したところ</h6>
<p>クリックすると、該当するテンプレートやインターフェイスを記したボックスが表示されます。まさにこのテンプレートを編集したいので、クリックします。</p>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_custom.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-581" title="footer_custom" src="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_custom-300x245.png" alt="" width="300" height="245" /></span></a></h6>
<h6>図４：テンプレートの内容が表示された。</h6>
<p>ポップアップして、テンプレートの中身が表示されました。</p>
<p>CustomizeボタンをクリックしてCustomします。</p>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/foot_custom2.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-574" title="foot_custom2" src="http://ngi644.net/blog/wp-content/uploads/2010/05/foot_custom2-294x300.png" alt="" width="294" height="300" /></span></a></h6>
<h6>図5:ビューのカスタマイズをしているところ</h6>
<p>編集が終わったら、最後に、Save Changesをクリックして保存します。現段階では、ウィンドウが自動でクローズしないみたいなので、自分で「×」ボタンを押してクローズします。</p>
<p>図３の画面に戻ってみると、カスタムしたものが先ほどの項目の上に表示されています。そして、有効になっているので、赤色の<span style="color: #ff0000;">＊</span>で記されています。</p>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_custom_after.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-577" title="footer_custom_after" src="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_custom_after-300x44.png" alt="" width="300" height="44" /></span></a></h6>
<h6>図６：カスタムができ、項目が増えた。Customしたものは「In the database」となっている。</h6>
<p>以上でカスタマイズが終了しました。</p>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_before.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-576" title="footer_before" src="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_before-300x34.png" alt="" width="300" height="34" /></span></a></h6>
<h6>図７：Before</h6>
<h6><a href="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_after2.png"><span style="color: #000000;"><img class="alignnone size-medium wp-image-575" title="footer_after2" src="http://ngi644.net/blog/wp-content/uploads/2010/05/footer_after2-300x30.png" alt="" width="300" height="30" /></span></a></h6>
<h6>図８：After</h6>
<h3>5.おわりに</h3>
<p>PloneのSkinカスタマイズは、ZMIにアクセスしないといけないのが、欠点でした。これと同時にインストールされる、Products.Glowormを使えば、ZMIに行かずにPloneの統一されたUIで作業ができるので、とても重宝しそうです。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/570/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 9.10 64bit でのeclipse</title>
		<link>http://ngi644.net/blog/archives/568</link>
		<comments>http://ngi644.net/blog/archives/568#comments</comments>
		<pubDate>Mon, 22 Feb 2010 06:31:17 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[64bit]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=568</guid>
		<description><![CDATA[Ubuntu 9.10の64bitバージョンにEclipseをインストールしようとしたんだけど、追加のプラグインがインストールできない問題があった。
ボタンが押せないというトラブルらしい。
export GDK_NATI [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.10の64bitバージョンにEclipseをインストールしようとしたんだけど、追加のプラグインがインストールできない問題があった。</p>
<p>ボタンが押せないというトラブルらしい。</p>
<p>export GDK_NATIVE_WINDOWS=1</p>
<p>を記述したシェルスクリプトを用意してあげるといいみたい。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/568/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing でのXML処理</title>
		<link>http://ngi644.net/blog/archives/567</link>
		<comments>http://ngi644.net/blog/archives/567#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:37:08 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/567</guid>
		<description><![CDATA[Processing でWeb Serviceを使いXML処理をする際、今までは、proXMLを使っていたけど、これは、encodingをみて読み込んでくれない。そのため、Windows環境でencodingがUTF-8 [...]]]></description>
			<content:encoded><![CDATA[<p>Processing でWeb Serviceを使いXML処理をする際、今までは、proXMLを使っていたけど、これは、encodingをみて読み込んでくれない。そのため、Windows環境でencodingがUTF-8のXMLを読み込むと文字化けをおこしてしまう。</p>
<p>そう、今までは、日本語を扱うようなものを読み込んでいなかったので問題に気づかなかった。 そこで、SAX（<a href="http://www.saxproject.org/">http://www.saxproject.org/</a>）を使うことにした。これは、XMLのencodingをみて読み込んでくれるため、問題なく日本語の処理ができる。</p>
<p>SAXは、DOMと違い、イベントで処理をする。最初は、なれなかったが、今回の目的にはSAXの方が向いていた。</p>
<p>Pythonにも、xml.saxがあるようなので今度使ってみよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/567/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ploneのフォームで2重投稿を禁止するJSの回避方法</title>
		<link>http://ngi644.net/blog/archives/566</link>
		<comments>http://ngi644.net/blog/archives/566#comments</comments>
		<pubDate>Tue, 02 Feb 2010 04:49:53 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/566</guid>
		<description><![CDATA[Ploneは、フォームで2重投稿を極力避けるために、jQueryを使ってアラートを出すようにしています。
これは、目的によっては、邪魔な存在なので、表示させない方法。
submitボタンのクラスに allowMultiS [...]]]></description>
			<content:encoded><![CDATA[<p>Ploneは、フォームで2重投稿を極力避けるために、jQueryを使ってアラートを出すようにしています。</p>
<p>これは、目的によっては、邪魔な存在なので、表示させない方法。</p>
<p><strong>submit</strong>ボタンのクラスに <strong>allowMultiSubmit</strong> を割り当てる。</p>
<p>以上で回避できます。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/566/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows版のPlone</title>
		<link>http://ngi644.net/blog/archives/564</link>
		<comments>http://ngi644.net/blog/archives/564#comments</comments>
		<pubDate>Mon, 01 Feb 2010 19:13:02 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/564</guid>
		<description><![CDATA[Windows版のPlone 4は、portal_css, portal_javascriptsをデバッグモードにしておくと、非常に遅い！！！
スキンプロダクトの作成や、ビュー周りの検証をするときは、Linuxか、Mac [...]]]></description>
			<content:encoded><![CDATA[<p>Windows版のPlone 4は、portal_css, portal_javascriptsをデバッグモードにしておくと、非常に遅い！！！</p>
<p>スキンプロダクトの作成や、ビュー周りの検証をするときは、Linuxか、MacにインストールしたPlone 4を使うとよい。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/564/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>フォルダが作成出来ないと嘆いていたら。</title>
		<link>http://ngi644.net/blog/archives/561</link>
		<comments>http://ngi644.net/blog/archives/561#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:11:45 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/561</guid>
		<description><![CDATA[Flashからフォルダを作成出来るようにしていたのですが、どうもうまく動かない。
プロセスもpermissionにも間違い無いはずなのに、なぜ動かないのだろう。
いろいろと調べていたら・・・
テスト環境にフォルダを作成す [...]]]></description>
			<content:encoded><![CDATA[<p>Flashからフォルダを作成出来るようにしていたのですが、どうもうまく動かない。</p>
<p>プロセスもpermissionにも間違い無いはずなのに、なぜ動かないのだろう。</p>
<p>いろいろと調べていたら・・・</p>
<p>テスト環境にフォルダを作成する為のメソッド名と同名のPythonスクリプトが存在した・・・。</p>
<p>・・・・・・・・・・・・。</p>
<p>さあ、次に進むぞ。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/561/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>反省</title>
		<link>http://ngi644.net/blog/archives/560</link>
		<comments>http://ngi644.net/blog/archives/560#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:13:13 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/560</guid>
		<description><![CDATA[Flash部分にどのぐらいのコストをかけ、Ploneの部分にどのぐらいのコストをかけるかというのをはっきりとしておくべきだった。
反省・・・。
]]></description>
			<content:encoded><![CDATA[<p>Flash部分にどのぐらいのコストをかけ、Ploneの部分にどのぐらいのコストをかけるかというのをはっきりとしておくべきだった。</p>
<p>反省・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/560/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#30130;&#12428;&#12383;</title>
		<link>http://ngi644.net/blog/archives/559</link>
		<comments>http://ngi644.net/blog/archives/559#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:02:55 +0000</pubDate>
		<dc:creator>ngi644-mobile</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/559</guid>
		<description><![CDATA[&#12479;&#12452;&#12488;&#12523;&#36890;&#12426;&#12290;&#20197;&#19978;&#12290;]]></description>
			<content:encoded><![CDATA[<p>&#12479;&#12452;&#12488;&#12523;&#36890;&#12426;&#12290;&#20197;&#19978;&#12290;</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/559/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ploneのテキストフィールドのデフォルト文字</title>
		<link>http://ngi644.net/blog/archives/555</link>
		<comments>http://ngi644.net/blog/archives/555#comments</comments>
		<pubDate>Wed, 27 Jan 2010 06:59:18 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/555</guid>
		<description><![CDATA[テキストフィールド欄にデフォルト文字を表示させたいとき、一般的には、jquery.fieldtab.jsを使う。
Ploneでは、このようなものが、簡単に最初から使えるようになっている。
方法は、input タグ内のTi [...]]]></description>
			<content:encoded><![CDATA[<p>テキストフィールド欄にデフォルト文字を表示させたいとき、一般的には、<a href="http://ajaxcssblog.com/jquery/fieldtag-watermark-inputfields/">jquery.fieldtab.js</a>を使う。</p>
<p>Ploneでは、このようなものが、簡単に最初から使えるようになっている。</p>
<p>方法は、input タグ内のTitle属性に表示させたい文字列を入力し、class属性に「inputLabel」を割り当てるだけで、実現できる。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/555/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
