<?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>Ecofic</title>
	<atom:link href="http://blog.ecofic.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.ecofic.com</link>
	<description>Define. Design. Develop. Deliver.</description>
	<lastBuildDate>Mon, 02 Aug 2010 14:38:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.NET &#8211; Simple Page Load Improvement #1</title>
		<link>http://blog.ecofic.com/?p=523</link>
		<comments>http://blog.ecofic.com/?p=523#comments</comments>
		<pubDate>Mon, 02 Aug 2010 14:38:44 +0000</pubDate>
		<dc:creator>Chad Campbell</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Chad Campbell]]></category>

		<guid isPermaLink="false">http://blog.ecofic.com/?p=523</guid>
		<description><![CDATA[While doing some development, I came up with a small slick-trick that I would like to share. Maybe I&#8217;m just slow to the game and you&#8217;ve already thought of this, or are doing this. Regardless, one way to improve page load time is to decrease the amount of content sent to the requesting browser. Search [...]]]></description>
		<wfw:commentRss>http://blog.ecofic.com/?feed=rss2&amp;p=523</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Center JQuery Dialog</title>
		<link>http://blog.ecofic.com/?p=514</link>
		<comments>http://blog.ecofic.com/?p=514#comments</comments>
		<pubDate>Thu, 01 Jul 2010 13:10:09 +0000</pubDate>
		<dc:creator>Chad Campbell</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Chad Campbell]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.ecofic.com/?p=514</guid>
		<description><![CDATA[By default, the JQuery Dialog widget will open in the center of the page. To demonstrate, imagine that you have a dialog created as follows:

&#60;div id="myDialog" title="Help"&#62;
&#160;&#160;[Some help information]
&#60;/div&#62;

&#60;script type="text/javascript"&#62;
&#160;&#160;$(document).ready(function () {
&#160;&#160;&#160;&#160;$("#myDialog").dialog({
&#160;&#160;&#160;&#160;&#160;&#160;autoOpen: false,
&#160;&#160;&#160;&#160;&#160;&#160;modal: true,
&#160;&#160;&#160;&#160;});
&#160;&#160;});
&#60;/script&#62;

This dialog is instantiated when the page is loaded. Because of this approach, the center is determined by the height and width [...]]]></description>
		<wfw:commentRss>http://blog.ecofic.com/?feed=rss2&amp;p=514</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 &#8211; Call Phone Number from HyperlinkButton</title>
		<link>http://blog.ecofic.com/?p=406</link>
		<comments>http://blog.ecofic.com/?p=406#comments</comments>
		<pubDate>Fri, 11 Jun 2010 12:00:18 +0000</pubDate>
		<dc:creator>Chad Campbell</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Chad Campbell]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://blog.ecofic.com/?p=406</guid>
		<description><![CDATA[When developing a Windows Phone 7 application with Silverlight, you may want to dial a phone number. To help you accomplish this, Microsoft provides the &#8220;Microsoft.Phone.Tasks&#8221; assembly. When you reference this component, you can do things like:

Compose an email (EmailComposeTask)
Prompt the user to choose an email address (EmailAddressChooserTask)
Send a text message (SmsComposeTask)
Perform a search (SearchTask)
Place [...]]]></description>
		<wfw:commentRss>http://blog.ecofic.com/?feed=rss2&amp;p=406</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
