<?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>Steven Ng</title>
	<atom:link href="http://stevenng.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevenng.net</link>
	<description>Software Developer</description>
	<lastBuildDate>Sun, 27 Jun 2010 23:29:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ASP.NET Error &#8211; The state information is invalid for this page and might be corrupted</title>
		<link>http://stevenng.net/2010/06/27/asp-net-error-the-state-information-is-invalid-for-this-page-and-might-be-corrupted/</link>
		<comments>http://stevenng.net/2010/06/27/asp-net-error-the-state-information-is-invalid-for-this-page-and-might-be-corrupted/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 23:29:44 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[viewstate]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=265</guid>
		<description><![CDATA[I ran into this error a second time in the last couple of years and totally forgot how I fixed it, so i&#8217;ll blog what my situation and resolution was as a reminder and hopefully to help others. I have an ASP.NET &#8220;default.aspx&#8221; page with a form text field with tags in it. Then i&#8217;m [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2010/06/27/asp-net-error-the-state-information-is-invalid-for-this-page-and-might-be-corrupted/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Allowing Personalization in SharePoint 2010</title>
		<link>http://stevenng.net/2010/06/23/allowing-personalization-in-sharepoint-2010/</link>
		<comments>http://stevenng.net/2010/06/23/allowing-personalization-in-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 00:27:42 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=262</guid>
		<description><![CDATA[SharePoint personalization allows users a level of customization by adding or removing web parts to their page. To test this you should have two different user accounts. Here are steps I took to get this working: 1. Open up SharePoint Designer 2010 and edit a page layout that has web part zones like &#8220;BlankWebPartPage.aspx&#8221;. 2. [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2010/06/23/allowing-personalization-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 spscore PlaceHolderPageTitle PageParserPath Bug</title>
		<link>http://stevenng.net/2010/02/01/sharepoint-2010-spscore-placeholderpagetitle-pageparserpath-bug/</link>
		<comments>http://stevenng.net/2010/02/01/sharepoint-2010-spscore-placeholderpagetitle-pageparserpath-bug/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 01:55:22 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[sp2010]]></category>
		<category><![CDATA[web.config]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=182</guid>
		<description><![CDATA[Actually not sure if this is a bug or whatever, but whenever we take a copy of a MySite masterpage in SharePoint 2010 and make our own copy of it we get this error about the PlaceHolderPageTitle and spscore. Don&#8217;t quite remember how we figured this out but I couldn&#8217;t find much googling or binging. [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2010/02/01/sharepoint-2010-spscore-placeholderpagetitle-pageparserpath-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading A SharePoint WSP With A New Feature</title>
		<link>http://stevenng.net/2010/01/06/upgrading-a-sharepoint-wsp-with-a-new-feature/</link>
		<comments>http://stevenng.net/2010/01/06/upgrading-a-sharepoint-wsp-with-a-new-feature/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 00:34:06 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=171</guid>
		<description><![CDATA[I know this post is very specific, i&#8217;ll go into how to create a WSP from scratch, how to build specific features, etc. in future posts. In this scenario, you have an existing WSP project and added a new feature that creates a link in the Site Settings section called Awesome Link, also assume we [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2010/01/06/upgrading-a-sharepoint-wsp-with-a-new-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test IE6 On A Free Virtual PC Image</title>
		<link>http://stevenng.net/2009/07/13/browser-compatibility-testing-for-ie6/</link>
		<comments>http://stevenng.net/2009/07/13/browser-compatibility-testing-for-ie6/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:25:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[virtualpc]]></category>
		<category><![CDATA[vpc]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=112</guid>
		<description><![CDATA[I&#8217;m sure like everyone else you wish IE6 would just go away which it eventually will. The hate for IE6 has gone as far as dedicated websites such as IE Death March and wallpaper However in the meantime if you need to test on IE6 there are a few ways this can be done: Run [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2009/07/13/browser-compatibility-testing-for-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MySpace REST API with OAuth and C#</title>
		<link>http://stevenng.net/2009/03/17/using-myspace-rest-api-with-oauth-and-c/</link>
		<comments>http://stevenng.net/2009/03/17/using-myspace-rest-api-with-oauth-and-c/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 02:17:58 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=70</guid>
		<description><![CDATA[In this example we will make a REST call to MySpace, get back 100 of our friends and display them on a web page. Because we&#8217;re accessing personal private information, you need to pass some authorization parameters with your REST call, and MySpace has adapted the OAuth authorization standard. Before I start explaining more about [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2009/03/17/using-myspace-rest-api-with-oauth-and-c/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Quick Ajax Example Using jQuery</title>
		<link>http://stevenng.net/2009/03/01/quick-ajax-example-using-jquery/</link>
		<comments>http://stevenng.net/2009/03/01/quick-ajax-example-using-jquery/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 02:30:28 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=59</guid>
		<description><![CDATA[About 2 years ago I posted an article called &#8220;Quick Ajax Example Using Prototype.js&#8221; and some visitors commented that my instructions weren&#8217;t clear so I just wanted to post a quick follow up. This is basically the same example using the more efficient jQuery library. Create a file named ShowTime.aspx that will display the current [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2009/03/01/quick-ajax-example-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom nav links for Performance Point Server 2007 Dashboard</title>
		<link>http://stevenng.net/2009/01/05/custom-nav-links-for-performance-point-server-2007-dashboard/</link>
		<comments>http://stevenng.net/2009/01/05/custom-nav-links-for-performance-point-server-2007-dashboard/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 22:48:26 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[businessintelligence]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[dashboarddesigner]]></category>
		<category><![CDATA[performancepoint]]></category>
		<category><![CDATA[performancepointserver2007]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=44</guid>
		<description><![CDATA[First let me explain what nav links i&#8217;m talking about and how they&#8217;re created by Peformance Point 2007 Dashboard Designer. These nav links appear at the top of the default Dashboard and represent the different pages of reports. They are automatically generated by Dashboard Designer by injecting JavaScript into a DIV element called &#8220;ppsmaPageOverview&#8221;. It [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2009/01/05/custom-nav-links-for-performance-point-server-2007-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is The &#8220;Enter&#8221; key not working for SharePoint search?</title>
		<link>http://stevenng.net/2008/09/09/is-the-enter-key-not-working-for-sharepoint-search/</link>
		<comments>http://stevenng.net/2008/09/09/is-the-enter-key-not-working-for-sharepoint-search/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 04:53:34 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stevenng.net/?p=41</guid>
		<description><![CDATA[Blame it on those dumb hidden fields: 1 2 &#60;input type=&#34;text&#34; name=&#34;__spDummyText1&#34; style=&#34;display:none;&#34; size=1/&#62; &#60;input type=&#34;text&#34; name=&#34;__spDummyText2&#34; style=&#34;display:none;&#34; size=1/&#62; Place them between 1 &#60;div class=&#34;content&#34;&#62;&#60;/div&#62; and after &#8220;PlaceHolderMain&#8221;. I spent hours trying to figure out the cause of this on Firefox, even tried writing some custom JS but in the end all i needed to [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2008/09/09/is-the-enter-key-not-working-for-sharepoint-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trying out wordpress iphone app</title>
		<link>http://stevenng.net/2008/07/26/trying-out-wordpress-iphone-app/</link>
		<comments>http://stevenng.net/2008/07/26/trying-out-wordpress-iphone-app/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 14:53:52 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://stevenng.net/2008/07/26/trying-out-wordpress-iphone-app/</guid>
		<description><![CDATA[Just testing all features of the wordpress iPhone app. So far it&#8217;s a clean interface which males it easy to navigate. I&#8217;ll take a pic and see how nicely it integrates. However previewing a post the layout rendering was a little funky. Overall it seems to work well and is a convienent app for posting [...]]]></description>
		<wfw:commentRss>http://stevenng.net/2008/07/26/trying-out-wordpress-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
