<?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>家有小虎 &#187; asp.net</title>
	<atom:link href="http://jiahu.net/tag/aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://jiahu.net</link>
	<description>我在路上, 你不在身旁. 想你的时候, 温暖依然.</description>
	<lastBuildDate>Sun, 15 Jan 2012 03:12:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>开始学习MVC架构</title>
		<link>http://jiahu.net/%e5%bc%80%e5%a7%8b%e5%ad%a6%e4%b9%a0mvc%e6%9e%b6%e6%9e%84.htm</link>
		<comments>http://jiahu.net/%e5%bc%80%e5%a7%8b%e5%ad%a6%e4%b9%a0mvc%e6%9e%b6%e6%9e%84.htm#comments</comments>
		<pubDate>Sun, 16 Aug 2009 16:15:40 +0000</pubDate>
		<dc:creator>@ouc</dc:creator>
				<category><![CDATA[工作]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://jiahu.net/?p=1124</guid>
		<description><![CDATA[很久之前的一次北京之行， 开始接触并关注这个asp.net项目，但是一直没有花时间和精力来研究学习它。公司的最近几个项目中都或多或少应用了一些新的技术，所以我想现在是时候作点研究工作了，争取能在以后的项目中推广开来。 MVC 主页: http://asp.net/mvc 几分钟前，看到的新文章：ASP.NET MVC V2 Preview 1 Released 另外的一些动力来源：Should ASP.NET Developers Learn ASP.NET MVC?]]></description>
			<content:encoded><![CDATA[<p>很久之前的一次北京之行， 开始接触并关注这个asp.net项目，但是一直没有花时间和精力来研究学习它。公司的最近几个项目中都或多或少应用了一些新的技术，所以我想现在是时候作点研究工作了，争取能在以后的项目中推广开来。</p>
<p><a href="http://asp.net/mvc" target="_blank"><img class="alignnone size-full wp-image-1126" title="MVC" src="http://jiahu.net/wp-content/uploads/2009/08/MVC.png" alt="MVC" width="680" height="400" /></a></p>
<p>MVC 主页: <a href="http://asp.net/mvc" target="_blank">http://asp.net/mvc</a><br />
几分钟前，看到的新文章：<a href="http://weblogs.asp.net/scottgu/archive/2009/07/31/asp-net-mvc-v2-preview-1-released.aspx" target="_blank">ASP.NET MVC V2 Preview 1 Released</a></p>
<p>另外的一些动力来源：<a href="http://www.infoq.com/news/2009/05/should-devs-learn-aspnetmvc" target="_blank">Should ASP.NET Developers Learn ASP.NET MVC?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/%e5%bc%80%e5%a7%8b%e5%ad%a6%e4%b9%a0mvc%e6%9e%b6%e6%9e%84.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to put javascript in a page using masterpage?</title>
		<link>http://jiahu.net/how-to-put-javascript-in-a-page-using-masterpage-2.htm</link>
		<comments>http://jiahu.net/how-to-put-javascript-in-a-page-using-masterpage-2.htm#comments</comments>
		<pubDate>Mon, 12 May 2008 07:23:05 +0000</pubDate>
		<dc:creator>@ouc</dc:creator>
				<category><![CDATA[工作]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[masterpage]]></category>

		<guid isPermaLink="false">http://cngator.net/?p=21</guid>
		<description><![CDATA[Question: How to put javascript in a page using masterpage? Error message: Validation (XHTML 1.0 Transitional): Content is not supported outside &#8216;script&#8217; or &#8216;asp:content&#8217; regions. Answer: Place the script inside the &#60;asp:content&#62; tag. Because you are using content area and &#8230; <a href="http://jiahu.net/how-to-put-javascript-in-a-page-using-masterpage-2.htm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Question:</p>
<p>How to put javascript in a page using masterpage? Error message: Validation (XHTML 1.0 Transitional): Content is not supported outside &#8216;script&#8217; or &#8216;asp:content&#8217; regions.</p>
<p>Answer:</p>
<p>Place the script inside the &lt;asp:content&gt; tag. Because you are using content area and a master page, the<br />
id will be prefixed with the master and content area names. you should use ClientId to get the actual rendered names.</p>
<p>Link: <a title="How to put javascript in a page using masterpage?" href="http://www.velocityreviews.com/forums/t368066-how-to-put-javascript-in-a-page-using-masterpage.html" target="_blank">http://www.velocityreviews.com/forums/t368066-how-to-put-javascript-in-a-page-using-masterpage.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiahu.net/how-to-put-javascript-in-a-page-using-masterpage-2.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

