<?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>code@butterflybone</title>
	<atom:link href="http://www.butterflybone.com/code/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.butterflybone.com/code</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 06:50:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>web font to css</title>
		<link>http://www.butterflybone.com/code/?p=1603</link>
		<comments>http://www.butterflybone.com/code/?p=1603#comments</comments>
		<pubDate>Tue, 15 May 2012 06:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1603</guid>
		<description><![CDATA[http://www.howtoplaza.com/how-to-use-custom-fonts-on-your-website-with-css]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.howtoplaza.com/how-to-use-custom-fonts-on-your-website-with-css">http://www.howtoplaza.com/how-to-use-custom-fonts-on-your-website-with-css</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1603</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>save me time ! solve BeanCreationException for TilesConfigurer</title>
		<link>http://www.butterflybone.com/code/?p=1593</link>
		<comments>http://www.butterflybone.com/code/?p=1593#comments</comments>
		<pubDate>Fri, 11 May 2012 09:21:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[編程]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1593</guid>
		<description><![CDATA[org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8217;tilesConfigurer&#8217; defined in ServletContext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.web.servlet.view.tiles2.TilesConfigurer]: Constructor threw exception; http://richardbarabe.wordpress.com/2009/02/23/apache-tiles-2-integration-with-spring-mvc/ Update: add this dependencies to solve : &#60;dependency&#62; &#60;groupId&#62;org.apache.tiles&#60;/groupId&#62; &#60;artifactId&#62;tiles-el&#60;/artifactId&#62; &#60;version&#62;2.2.2&#60;/version&#62; &#60;/dependency&#62; &#60;dependency&#62; &#60;groupId&#62;org.apache.tiles&#60;/groupId&#62; &#60;artifactId&#62;tiles-template&#60;/artifactId&#62; &#60;version&#62;2.2.2&#60;/version&#62; &#60;/dependency&#62;]]></description>
			<content:encoded><![CDATA[<p>org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8217;tilesConfigurer&#8217; defined in ServletContext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.web.servlet.view.tiles2.TilesConfigurer]: Constructor threw exception;</p>
<p><a href="http://richardbarabe.wordpress.com/2009/02/23/apache-tiles-2-integration-with-spring-mvc/"><del datetime="2012-05-11T10:03:46+00:00">http://richardbarabe.wordpress.com/2009/02/23/apache-tiles-2-integration-with-spring-mvc/</del></a></p>
<p>Update:</p>
<p>add this dependencies to solve :</p>
<pre class="brush: xml; title: ;">
		&lt;dependency&gt;
			&lt;groupId&gt;org.apache.tiles&lt;/groupId&gt;
			&lt;artifactId&gt;tiles-el&lt;/artifactId&gt;
			&lt;version&gt;2.2.2&lt;/version&gt;
		&lt;/dependency&gt;
		&lt;dependency&gt;
			&lt;groupId&gt;org.apache.tiles&lt;/groupId&gt;
			&lt;artifactId&gt;tiles-template&lt;/artifactId&gt;
			&lt;version&gt;2.2.2&lt;/version&gt;
		&lt;/dependency&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1593</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using tile to define layout</title>
		<link>http://www.butterflybone.com/code/?p=1590</link>
		<comments>http://www.butterflybone.com/code/?p=1590#comments</comments>
		<pubDate>Thu, 10 May 2012 17:16:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1590</guid>
		<description><![CDATA[http://viralpatel.net/blogs/2010/07/spring-3-mvc-tiles-plugin-tutorial-example-eclipse.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://viralpatel.net/blogs/2010/07/spring-3-mvc-tiles-plugin-tutorial-example-eclipse.html">http://viralpatel.net/blogs/2010/07/spring-3-mvc-tiles-plugin-tutorial-example-eclipse.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1590</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a good tutorial to start spring web mvc</title>
		<link>http://www.butterflybone.com/code/?p=1586</link>
		<comments>http://www.butterflybone.com/code/?p=1586#comments</comments>
		<pubDate>Wed, 09 May 2012 10:07:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1586</guid>
		<description><![CDATA[http://blog.springsource.org/2011/01/04/green-beans-getting-started-with-spring-mvc/]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.springsource.org/2011/01/04/green-beans-getting-started-with-spring-mvc/">http://blog.springsource.org/2011/01/04/green-beans-getting-started-with-spring-mvc/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1586</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex library very good, wirte flex application 必備</title>
		<link>http://www.butterflybone.com/code/?p=1583</link>
		<comments>http://www.butterflybone.com/code/?p=1583#comments</comments>
		<pubDate>Mon, 07 May 2012 11:10:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1583</guid>
		<description><![CDATA[https://github.com/flex-users/flexlib]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/flex-users/flexlib">https://github.com/flex-users/flexlib</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1583</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cloudflare , suggest server service</title>
		<link>http://www.butterflybone.com/code/?p=1581</link>
		<comments>http://www.butterflybone.com/code/?p=1581#comments</comments>
		<pubDate>Fri, 27 Apr 2012 05:35:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1581</guid>
		<description><![CDATA[http://www.cloudflare.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cloudflare.com">http://www.cloudflare.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1581</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[素材] many icons</title>
		<link>http://www.butterflybone.com/code/?p=1577</link>
		<comments>http://www.butterflybone.com/code/?p=1577#comments</comments>
		<pubDate>Mon, 09 Apr 2012 11:53:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1577</guid>
		<description><![CDATA[http://css-tricks.com/flat-icons-icon-fonts/]]></description>
			<content:encoded><![CDATA[<p><a href="http://css-tricks.com/flat-icons-icon-fonts/">http://css-tricks.com/flat-icons-icon-fonts/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1577</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unable to bind to property的解决办法</title>
		<link>http://www.butterflybone.com/code/?p=1575</link>
		<comments>http://www.butterflybone.com/code/?p=1575#comments</comments>
		<pubDate>Thu, 05 Apr 2012 08:51:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1575</guid>
		<description><![CDATA[http://bbs.9ria.com/thread-22017-1-1.html see lower for better solution]]></description>
			<content:encoded><![CDATA[<p><a href="http://bbs.9ria.com/thread-22017-1-1.html">http://bbs.9ria.com/thread-22017-1-1.html</a></p>
<p>see lower for better solution</p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1575</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>good psd for web design</title>
		<link>http://www.butterflybone.com/code/?p=1574</link>
		<comments>http://www.butterflybone.com/code/?p=1574#comments</comments>
		<pubDate>Tue, 03 Apr 2012 16:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.butterflybone.com/code/?p=1574</guid>
		<description><![CDATA[http://www.designerhk.com/blog/8/15-beautiful-and-useful-free-psd-files]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.designerhk.com/blog/8/15-beautiful-and-useful-free-psd-files">http://www.designerhk.com/blog/8/15-beautiful-and-useful-free-psd-files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1574</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex alert no button, answer 2 work</title>
		<link>http://www.butterflybone.com/code/?p=1571</link>
		<comments>http://www.butterflybone.com/code/?p=1571#comments</comments>
		<pubDate>Thu, 29 Mar 2012 12:20:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://butterflybone.com/code/?p=1571</guid>
		<description><![CDATA[http://stackoverflow.com/questions/666317/disable-yes-button-in-flex]]></description>
			<content:encoded><![CDATA[<p><a href="http://stackoverflow.com/questions/666317/disable-yes-button-in-flex">http://stackoverflow.com/questions/666317/disable-yes-button-in-flex</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.butterflybone.com/code/?feed=rss2&#038;p=1571</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

