<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Ants Nguyen &#124; Work, Photography and random goodies</title>
	<link>http://www.antsnguyen.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Dec 2011 16:24:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>Facebook Authentication failing to pop up</title>
		<description><![CDATA[Using the Facebook JavaScript SDK for authentication things have recently changed to OAuth 2.0. Calls to FB.getLoginStatus are now different. Old Method FB.getLoginStatus(function(response) { if (response.authResponse) { // logged in and connected user, someone you know } else { } } New Method FB.getLoginStatus(function(response) { if (response.status === 'connected') { // the user is logged [...]]]></description>
		<link>http://www.antsnguyen.com/2011/12/facebook-authentication-failing-to-pop-up/</link>
			</item>
	<item>
		<title>Posting to a user&#8217;s wall</title>
		<description><![CDATA[Use the feed dialog Post to viewing user&#8217;s wall Use a friend-selector &#8211; requires page refresh &#8211; to send message directly to friend of viewing user Attempting to capture the data prior to page refresh has not worked thus far &#8211; still trying to figure this one out Unable to tag user&#8217;s in posts Use [...]]]></description>
		<link>http://www.antsnguyen.com/2011/07/posting-to-a-users-wall/</link>
			</item>
	<item>
		<title>Developing on Facebook is Difficult</title>
		<description><![CDATA[Changes Facebook is constantly going through revisions and constantly dealing with new bugs that arise within their system. Developers back in the day had only one option for developing within Facebook. That was FBML which is a proprietary language specific to Facebook. In addition, Facebook also released FBJS into the wild which was a ultra [...]]]></description>
		<link>http://www.antsnguyen.com/2011/07/developing-on-facebook-is-difficult/</link>
			</item>
	<item>
		<title>How to: Enable NSZombie in Xcode 4</title>
		<description><![CDATA[NSZombies are a great way for tracking down premature release of objects while coding Objective C. Here&#8217;s quickest way to enabling them: Then uncheck the top check box so that you can add Environmental Variables then add NSZombiesEnabled and set its value to YES]]></description>
		<link>http://www.antsnguyen.com/2011/06/how-to-enable-nszombie-in-xcode-4/</link>
			</item>
	<item>
		<title>UINavigationController + UIViewController + UITableView</title>
		<description><![CDATA[For the longest time I&#8217;ve been trying to figure out how to do something similar to how Contacts on the iPhone handles display. I initially thought it was a highly customized UITableViewController but now I&#8217;ve figured out a way to do it with a UIViewController and an embedded UITableView. I will post a tutorial shortly [...]]]></description>
		<link>http://www.antsnguyen.com/2011/03/uinavigationcontroller-uiviewcontroller-uitableview/</link>
			</item>
	<item>
		<title>Outklouted the CTO</title>
		<description><![CDATA[]]></description>
		<link>http://www.antsnguyen.com/2011/03/outklouted-the-cto/</link>
			</item>
	<item>
		<title>Klout Kills&#8230;. but what it kills you decide.</title>
		<description><![CDATA[It seems that klout.com has taken over our department. CTO + Klout have joined forces to potentially decrease productivity in the office by who knows how much. Me posting this post @ 10am on a Thursday also reaffirms that fact. Is this scary? Yes. Does this mean we are less productive? Who knows. I&#8217;m no [...]]]></description>
		<link>http://www.antsnguyen.com/2011/02/klout-kills-but-what-it-kills-you-decide/</link>
			</item>
	<item>
		<title>Klout?  How do I increase my Klout score?!</title>
		<description><![CDATA[A little over a week ago the CTO asked me if I knew what my klout score was. When he first mentioned it I thought it was some sort of search engine that determined your online presence. What Klout really is is a measurement for your Twitter, facebook and (soon to be added) Linkedin social [...]]]></description>
		<link>http://www.antsnguyen.com/2011/02/klout-how-do-i-increase-my-klout-score/</link>
			</item>
	<item>
		<title>Facebook Pages: Customized content for fans</title>
		<description><![CDATA[Facebook provides FBML that allows you to serve content to fans by using fb:visible-to-connection The issue with this solution is that there is no solid way of serving content to non fans. If you have noticed around facebook more and more Pages are serving content specifically asking fans to fan the page before retrieving the [...]]]></description>
		<link>http://www.antsnguyen.com/2011/01/facebook-pages-customized-content-for-fans/</link>
			</item>
	<item>
		<title>Multiple developers on a single Xcode project</title>
		<description><![CDATA[We ran into a rather large issue when dealing with multiple developers working on a single Xcode iPhone project. Problem: When multiple developers add new files to the project conflicts can occur that cause building and execution errors. Here is my solution: Username.mode1v3 Username.pbxuser It seems they arent necessary Occasionally you will receive the following: [...]]]></description>
		<link>http://www.antsnguyen.com/2011/01/multiple-developers-on-a-single-xcode-project/</link>
			</item>
</channel>
</rss>

