<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for jesal gadhia</title>
	<atom:link href="http://jesal.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jesal.us</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 00:50:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on CodeIgniter + Facebook Connect by J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21540</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21540</guid>
		<description>Those are just helper functions (get_facebook_api_key, get_facebook_secret_key,get_base_facebook_url and get_static_facebook_root) I created inside (system/application/helpers/facebook_helper.php) to retrieve different facebook_api_key, facebook_secret_key, and base_facebook_url from system/application/config/facebook.php. 

You can choose to do that or just hard code it inside the master page. Only reason I took the hard approach is because I had a local, staging and production server and all those config values changed depending on that.</description>
		<content:encoded><![CDATA[<p>Those are just helper functions (get_facebook_api_key, get_facebook_secret_key,get_base_facebook_url and get_static_facebook_root) I created inside (system/application/helpers/facebook_helper.php) to retrieve different facebook_api_key, facebook_secret_key, and base_facebook_url from system/application/config/facebook.php. </p>
<p>You can choose to do that or just hard code it inside the master page. Only reason I took the hard approach is because I had a local, staging and production server and all those config values changed depending on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter + Facebook Connect by zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21539</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21539</guid>
		<description>ok new error undefined function get_static_facebook_root()</description>
		<content:encoded><![CDATA[<p>ok new error undefined function get_static_facebook_root()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter + Facebook Connect by J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21538</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21538</guid>
		<description>Good point. I had never tried it that way. If it works then that&#039;s probably a better approach.</description>
		<content:encoded><![CDATA[<p>Good point. I had never tried it that way. If it works then that&#8217;s probably a better approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter + Facebook Connect by zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21537</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Tue, 09 Mar 2010 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21537</guid>
		<description>shouldnt the facebook files go to application/plugin instead of system/plugin?</description>
		<content:encoded><![CDATA[<p>shouldnt the facebook files go to application/plugin instead of system/plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter + Facebook Connect by J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21536</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21536</guid>
		<description>Checkout the post again. I updated it with filenames in bold. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Checkout the post again. I updated it with filenames in bold. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter + Facebook Connect by zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21535</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21535</guid>
		<description>Well were do I put these files and what do I call them? I tried going by the class names and that didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Well were do I put these files and what do I call them? I tried going by the class names and that didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter + Facebook Connect by J</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21533</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 08 Mar 2010 06:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21533</guid>
		<description>I extracted this code out of a site that I built for a major brand. I am under a NDA. So I can&#039;t just give you that code as-is. What I can do is help you out if you tell me what exactly you are having issues with.</description>
		<content:encoded><![CDATA[<p>I extracted this code out of a site that I built for a major brand. I am under a NDA. So I can&#8217;t just give you that code as-is. What I can do is help you out if you tell me what exactly you are having issues with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter + Facebook Connect by zipmaster</title>
		<link>http://jesal.us/2010/01/codeigniter-facebook-connect/comment-page-1/#comment-21532</link>
		<dc:creator>zipmaster</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/?p=183#comment-21532</guid>
		<description>I am having trouble fallowing your code. would you mind emailing me a copy of a working example?</description>
		<content:encoded><![CDATA[<p>I am having trouble fallowing your code. would you mind emailing me a copy of a working example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Parse Twitter Usernames, Hashtags and URLs in C# 3.0 by J</title>
		<link>http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/comment-page-1/#comment-21529</link>
		<dc:creator>J</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/blog/?p=132#comment-21529</guid>
		<description>Thanks for pointing that out. I had to HTML encode those greater-than and less-than signs. Its a pain working with code snippets in Wordpress.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out. I had to HTML encode those greater-than and less-than signs. Its a pain working with code snippets in Wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Parse Twitter Usernames, Hashtags and URLs in C# 3.0 by Coov</title>
		<link>http://jesal.us/2009/05/how-to-parse-twitter-usernames-hashtags-and-urls-in-c-30/comment-page-1/#comment-21527</link>
		<dc:creator>Coov</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://jesal.us/blog/?p=132#comment-21527</guid>
		<description>Ah, your blog is changing the return String.Format method. It just did it to my comment. Probably because it&#039;s html... and it&#039;s not encoding the comments.

It should be a href {0} for the url then {1} for the link name.</description>
		<content:encoded><![CDATA[<p>Ah, your blog is changing the return String.Format method. It just did it to my comment. Probably because it&#8217;s html&#8230; and it&#8217;s not encoding the comments.</p>
<p>It should be a href {0} for the url then {1} for the link name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
