<?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>devneko is not cat.</title>
	<atom:link href="http://devneko.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://devneko.net/blog</link>
	<description>simple is cat.</description>
	<lastBuildDate>Wed, 18 Apr 2012 14:43:55 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>ダイクストラ法 in Java</title>
		<link>http://devneko.net/blog/archives/238</link>
		<comments>http://devneko.net/blog/archives/238#comments</comments>
		<pubDate>Wed, 18 Apr 2012 14:43:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=238</guid>
		<description><![CDATA[勉強のため、いまさらながらダイクストラ法をJavaで書いてみた。 /**　ノード間をつなぐ節 */ public class Edge { /** 距離 */ private int distance; /** 接続する <a href='http://devneko.net/blog/archives/238'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/238/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>業務でSilverlightとAdobe Flexを使ってみた感想</title>
		<link>http://devneko.net/blog/archives/235</link>
		<comments>http://devneko.net/blog/archives/235#comments</comments>
		<pubDate>Sat, 04 Feb 2012 05:48:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=235</guid>
		<description><![CDATA[ここ１年でSilverlightとAdobe Flexをフロントに据えたプロジェクトを経験した。もちろん実業務で。 感想箇条書き ・Flexバグ多すぎ。Silverlightの品質が良いのではない。Flexの品質が圧倒的 <a href='http://devneko.net/blog/archives/235'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/235/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexのAlert.show()でテキストが折り返される問題の回避。</title>
		<link>http://devneko.net/blog/archives/230</link>
		<comments>http://devneko.net/blog/archives/230#comments</comments>
		<pubDate>Sun, 18 Dec 2011 11:34:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=230</guid>
		<description><![CDATA[Alert.show()を使った場合、ダイアログの縦幅、横幅の最大サイズが設定されているおかげで想定外の表示を してしまう場合がある。これを回避するために、Alertの拡張などを考えたのだけれど、肝心な部分がmx_int <a href='http://devneko.net/blog/archives/230'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdvancedDataGridでセルの内容をコピーするには。セル選択モード、階層データ対応。</title>
		<link>http://devneko.net/blog/archives/228</link>
		<comments>http://devneko.net/blog/archives/228#comments</comments>
		<pubDate>Wed, 07 Dec 2011 15:18:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=228</guid>
		<description><![CDATA[AdvancedDataGridでセルの内容をコピーする方法は各所で紹介されているが 階層データやセル選択モード(MULTIPLE_CELLS)に対応しているものがない。 いろいろ試行錯誤した結果、AdvancedDat <a href='http://devneko.net/blog/archives/228'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/228/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdvancedDataGridでコンテキストメニューを開いた位置の列と行を取得する。</title>
		<link>http://devneko.net/blog/archives/224</link>
		<comments>http://devneko.net/blog/archives/224#comments</comments>
		<pubDate>Tue, 29 Nov 2011 16:44:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=224</guid>
		<description><![CDATA[AdvancedDataGridにコンテキストメニューを開いた位置を取得したいときがあるのだが、なかなかうまい方法がなかった。 itemRollOverが発生した時に行と列を保存しておくという手法がちらほら書かれているが <a href='http://devneko.net/blog/archives/224'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigDecimalの演算速度を検証してみた。</title>
		<link>http://devneko.net/blog/archives/219</link>
		<comments>http://devneko.net/blog/archives/219#comments</comments>
		<pubDate>Thu, 17 Nov 2011 14:45:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=219</guid>
		<description><![CDATA[BigDecimalの演算速度を検証しました。 検証の結果、以下のことがわかりました。 ・ div/reminder は遅い ・ doubleのコンストラクタを使うと遅い ・ longのコンストラクタでも毎回newすると <a href='http://devneko.net/blog/archives/219'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>子ノード(childrenField)の判定を柔軟に行えるIHierarchicalData実装</title>
		<link>http://devneko.net/blog/archives/214</link>
		<comments>http://devneko.net/blog/archives/214#comments</comments>
		<pubDate>Wed, 16 Nov 2011 14:14:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=214</guid>
		<description><![CDATA[AdvancedDataGridにXMLをdataProviderとして与えてツリー表示をする場合などに、HierarchicalDataを使います。 HierarchicalData#childrenFiedlで子ノー <a href='http://devneko.net/blog/archives/214'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/214/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlexのTitleWindowを代替オブジェクトでリサイズする。</title>
		<link>http://devneko.net/blog/archives/210</link>
		<comments>http://devneko.net/blog/archives/210#comments</comments>
		<pubDate>Tue, 15 Nov 2011 22:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=210</guid>
		<description><![CDATA[FlexのTitleWindowをリサイズ可能にする方法が各所でとりあげられています。 しかし、低スペックマシンで中身が一杯あるTitleWindowをリサイズするとマウス移動のたびに再描画が発生して激重だったりします。 <a href='http://devneko.net/blog/archives/210'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/210/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdvancedDataGridでComboBoxを使う。</title>
		<link>http://devneko.net/blog/archives/207</link>
		<comments>http://devneko.net/blog/archives/207#comments</comments>
		<pubDate>Thu, 10 Nov 2011 13:24:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=207</guid>
		<description><![CDATA[AdvancedDataGridにComboBoxを表示するためのコンポーネント「AdvancedDataGridComboBoxColumn」を作成してみました。 実際にComboBoxを使う場合、[{ラベル,データ値 <a href='http://devneko.net/blog/archives/207'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>無料ではじめるFlex</title>
		<link>http://devneko.net/blog/archives/204</link>
		<comments>http://devneko.net/blog/archives/204#comments</comments>
		<pubDate>Fri, 14 Oct 2011 16:13:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://devneko.net/blog/?p=204</guid>
		<description><![CDATA[FlexってAdobe製品を買わないと開発できないと思ってたんですが、そうでもないみたいです。 Flexの開発に必要な基本ツール群であるFlexSDKはAdobeのサイトで無料配布されています。 かといって、IDEがない <a href='http://devneko.net/blog/archives/204'>[...]</a>]]></description>
		<wfw:commentRss>http://devneko.net/blog/archives/204/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

