<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Toars</title>
	<link>http://www.toars.com</link>
	<description>I will smile to the world ^o^</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:19:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Quotation of the day</title>
		<description><![CDATA["but to have some freshy sweet and tasty strawberry with icecream, who says no to that.."]]></description>
		<link>http://www.toars.com/2010/03/quotation-of-the-day/</link>
			</item>
	<item>
		<title>CSS Compatibility and Internet Explorer</title>
		<description><![CDATA[]]></description>
		<link>http://www.toars.com/2009/10/css-compatibility-and-internet-explorer/</link>
			</item>
	<item>
		<title>Man and Woman</title>
		<description><![CDATA[As a developer, I am very simple, I speak out what I am thinking, I do not have discrimination against females, no offense either. What is Female, and what is the relationship between Female and Male? Female is something that is born to give another family kids, it is more like a recursive method that [...]]]></description>
		<link>http://www.toars.com/2009/09/man-and-woman/</link>
			</item>
	<item>
		<title>How to access the sub controls in the PagerTemplate in DataPager .NET control</title>
		<description><![CDATA[At least for me, I can not use MyDataPage.FindControl("LblPage") to find my LblPage control in the PagerTemplate. I have to use an recursive way to locate it. public static Control FindControlRecursive(Control container, string id) { if (container.ID == id) return container; foreach (Control control in container.Controls) { Control foundControl = FindControlRecursive(control, id); if (foundControl != [...]]]></description>
		<link>http://www.toars.com/2009/09/how-to-access-the-sub-controls-in-the-pagertemplate-in-datapager-net-control/</link>
			</item>
	<item>
		<title>Visual Studio 2008 Themes</title>
		<description><![CDATA[List below are 8 Visual Studio 2008 themes that I am using or have used before. The default Font for all the themes is "Courier New", and Size is "12". In order to have a clear view of the themes, I screenshotted all themes with the same code. Since the space is pretty limited, I [...]]]></description>
		<link>http://www.toars.com/2009/09/visual-studio-2008-themes/</link>
			</item>
	<item>
		<title>From Yahoo: How TO: 34 Rules to Speed Up Your Web Site</title>
		<description><![CDATA[Just copy it from a Yahoo article, I think this is really useful for the website designers. The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 34 best practices divided into 7 categories. Minimize HTTP Requests 80% of the end-user response time is spent on [...]]]></description>
		<link>http://www.toars.com/2009/09/how-to-speed-up-your-web-site/</link>
			</item>
	<item>
		<title>How to Set or Change the HeadText values in GridView control</title>
		<description><![CDATA[GridView control offers us to bind the data and list the data in columns with nice format. However, when I want bind the HeadText properties for the columns of the data, I have to use this way: -------------------------------------------------------------------------------- MyGridView.Columns[0].HeadText = "Head Text For Column 1"; MyGridView.Columns[1].HeadText = "Head Text For Column 2"; -------------------------------------------------------------------------------- Just FYI, [...]]]></description>
		<link>http://www.toars.com/2009/09/how-to-set-or-change-the-headtext-values-in-gridview-control/</link>
			</item>
	<item>
		<title>AjaxControlToolKit : ConfirmButtonExtender and ModalPopupExtender</title>
		<description><![CDATA[Will do it later]]></description>
		<link>http://www.toars.com/2009/09/ajaxcontroltoolkit-confirmbuttonextender-and-modalpopupextender/</link>
			</item>
</channel>
</rss>
