<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Bluestick.JP 開発メモ</title>
	<atom:link href="http://bluestick.jp/tech/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://bluestick.jp/tech</link>
	<description></description>
	<lastBuildDate>Mon, 25 Apr 2011 13:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/feed" />
		<item>
		<title>Power Shellのinvoke-expressionでパスに空白を含む実行ファイルをパラメータを指定して実行する方法</title>
		<link>http://bluestick.jp/tech/index.php/archives/297</link>
		<comments>http://bluestick.jp/tech/index.php/archives/297#comments</comments>
		<pubDate>Mon, 25 Apr 2011 13:32:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Power Shell]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=297</guid>
		<description><![CDATA[Power Shellのinvoke-expressionでパスに空白を含む実行ファイルにパラメータを指定して実行する方法。
invoke-expression &#8220;&#38; &#8216;C:\Progra [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/297/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/297" />
	</item>
		<item>
		<title>CanExecuteのTrue,Falseを変更してもコマンド実行の可否がGUIに反映されない場合には</title>
		<link>http://bluestick.jp/tech/index.php/archives/294</link>
		<comments>http://bluestick.jp/tech/index.php/archives/294#comments</comments>
		<pubDate>Tue, 12 Apr 2011 13:10:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=294</guid>
		<description><![CDATA[CommandManager.InvalidateRequerySuggested();
を実行して、RequerySuggestedイベントを強制的に発生させてCanExecuteが実行されるようにできる。
UIスレッ [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/294/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/294" />
	</item>
		<item>
		<title>WebRequestの最大接続数を設定ファイルで変更するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/292</link>
		<comments>http://bluestick.jp/tech/index.php/archives/292#comments</comments>
		<pubDate>Fri, 08 Apr 2011 22:14:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=292</guid>
		<description><![CDATA[WebRequestの最大同時接続数を変更するにはでプログラムから変更する方法をメモしたが、設定ファイルでも変更する方法は以下。
app.configに下記の設定を追加する。
&#60;system.net&#62;
    [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/292/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/292" />
	</item>
		<item>
		<title>WebRequestの最大同時接続数を変更するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/290</link>
		<comments>http://bluestick.jp/tech/index.php/archives/290#comments</comments>
		<pubDate>Mon, 04 Apr 2011 21:56:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=290</guid>
		<description><![CDATA[WebRequest クラスの最大同時接続数のデフォルト値は２のため、
複数のサイトに動じアクセスする場合は変更する必要がある。
変更するには
System.Net.ServicePointManager.Default [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/290/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/290" />
	</item>
		<item>
		<title>Windows FormのWebBrowserコントロール内のページに動的にJavaScriptを追加するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/275</link>
		<comments>http://bluestick.jp/tech/index.php/archives/275#comments</comments>
		<pubDate>Fri, 29 Oct 2010 05:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=275</guid>
		<description><![CDATA[下記のように外部スクリプトとして追加することで実行できるようになった。
var webBrowser = new WebBrowser();
HtmlElement scriptElem= webBrowser.Docu [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/275" />
	</item>
		<item>
		<title>EC-CUBEをインストールしたサーバのURLを変更した場合</title>
		<link>http://bluestick.jp/tech/index.php/archives/272</link>
		<comments>http://bluestick.jp/tech/index.php/archives/272#comments</comments>
		<pubDate>Tue, 07 Sep 2010 05:39:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=272</guid>
		<description><![CDATA[インストールディレクトリ下のdata/install.phpの下記の行を変更する。
    define (&#8216;SITE_URL&#8217;, &#8216;http://www.test-site.com/ [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/272/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/272" />
	</item>
		<item>
		<title>Hypser-Vのデータの規定の配置場所を変更するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/268</link>
		<comments>http://bluestick.jp/tech/index.php/archives/268#comments</comments>
		<pubDate>Fri, 27 Aug 2010 07:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=268</guid>
		<description><![CDATA[レジストリの以下のキーを追加、変更する。
・VirtualMachineファイル
HKLM\Software\Microsoft\Windows NT&#8221;\CurrentVersion\Virtualizati [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/268/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/268" />
	</item>
		<item>
		<title>.Net FrameworkのUriエンコードメソッドの違い</title>
		<link>http://bluestick.jp/tech/index.php/archives/266</link>
		<comments>http://bluestick.jp/tech/index.php/archives/266#comments</comments>
		<pubDate>Fri, 16 Jul 2010 08:23:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=266</guid>
		<description><![CDATA[.Net FrameworkにはUriエンコードに使うメソッドがいくつかあるが、違いを調べてみた。

Uri.EscapeDataString(str)
RFC2396準拠。16進数は大文字になる。
Uri.Escape [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/266/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/266" />
	</item>
		<item>
		<title>WPFで長時間かかる処理の間にUIのイベントを処理させるには</title>
		<link>http://bluestick.jp/tech/index.php/archives/262</link>
		<comments>http://bluestick.jp/tech/index.php/archives/262#comments</comments>
		<pubDate>Sun, 11 Jul 2010 07:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=262</guid>
		<description><![CDATA[WPFでWindows FormのApplication.DoEventsメソッドと同様に長時間かかる処理の間にUIのイベントを処理させるには、下記のように行う。(MSDNより)
[SecurityPermissionA [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/262/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/262" />
	</item>
		<item>
		<title>Google Analytics APIをPHPから使ってページランキングを表示する</title>
		<link>http://bluestick.jp/tech/index.php/archives/258</link>
		<comments>http://bluestick.jp/tech/index.php/archives/258#comments</comments>
		<pubDate>Sat, 10 Jul 2010 06:44:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WebAPI]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=258</guid>
		<description><![CDATA[code.google.comからGAPIというライブラリをダウンロードする。
curlのモジュールが有効になっていることが必要。下記はGAPIに付属のサンプルコード。実行するとブラウザごとのページビュー、訪問数をページ [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/258/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/258" />
	</item>
	</channel>
</rss>

