<?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>How 2 Guru &#187; Application</title>
	<atom:link href="http://www.how2guru.com/archives/category/application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.how2guru.com</link>
	<description>My Technical Sharing Blog</description>
	<lastBuildDate>Tue, 04 Oct 2011 04:50:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>wp to twitter error</title>
		<link>http://www.how2guru.com/archives/wp-to-twitter-error/</link>
		<comments>http://www.how2guru.com/archives/wp-to-twitter-error/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 07:23:10 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Class 'OAuthSignatureMethod_HMAC_SHA1' not found.]]></category>
		<category><![CDATA[OAuthSignatureMethod_HMAC_SHA1]]></category>
		<category><![CDATA[wp to twitter problem]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=243</guid>
		<description><![CDATA[Scenario: I upgrade one of my wordpress plugin &#8220;WP to Twitter&#8221; to latest version (Version 2.2.0) for the OAuth and found that it doesn&#8217;t work with my hosting plan (hostgator). When I click on the &#8220;Connect to Twitter&#8221; and there is a fatal error &#8220;Fatal error: Class &#8216;OAuthSignatureMethod_HMAC_SHA1&#8242; not found.&#8221; After performing some debugging and [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/wp-to-twitter-error/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Article Template plugin fix</title>
		<link>http://www.how2guru.com/archives/wordpress-article-template-plugin-fix/</link>
		<comments>http://www.how2guru.com/archives/wordpress-article-template-plugin-fix/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 07:28:22 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[article template]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=225</guid>
		<description><![CDATA[Scenario: A week ago, I upgraded my blog version to the latest version 3.0 and installed few plugins into this blog. Found a very useful plugins call Article Templates that contribute by Binny V A. Enables template support for posts and pages. You can see all existing templates in the Manage Templates page. But found [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/wordpress-article-template-plugin-fix/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>SugarCRM custom scheduler job.</title>
		<link>http://www.how2guru.com/archives/sugarcrm-custom-scheduler-job/</link>
		<comments>http://www.how2guru.com/archives/sugarcrm-custom-scheduler-job/#comments</comments>
		<pubDate>Mon, 31 May 2010 08:05:16 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[schedulers job]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=164</guid>
		<description><![CDATA[Guys, today I am sharing how to create a installation package for custom scheduler job in SugarCRM. For SugarCRM administrator, the scheduler job functions are always not enough for suit the business logic. As a administrator, we are always need to create our customize job in order to fulfill the requirement. In older version of [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/sugarcrm-custom-scheduler-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>customize SugarCRM out-of-box module field(s)</title>
		<link>http://www.how2guru.com/archives/customize-sugarcrm-out-of-box-module-fields/</link>
		<comments>http://www.how2guru.com/archives/customize-sugarcrm-out-of-box-module-fields/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 04:25:23 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SugarCRM]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=138</guid>
		<description><![CDATA[When deploying a SugarCRM project, there is always required to customize out-of-box modules. Here is the tutorial to teach your guys how to customize a field from Accounts module. 1. Create a new file call &#8220;custom_Account_OOB_Fields.php&#8221; ?View Code PHP&#60;?php //SET BILLING POSTALCODE AS A MANDATORY FIELD $GLOBALS&#91;&#34;dictionary&#34;&#93;&#91;&#34;Account&#34;&#93;&#91;'fields'&#93;&#91;'billing_address_postalcode'&#93;&#91;'required'&#93; = true; //SET THE HELP TEXT TO A [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/customize-sugarcrm-out-of-box-module-fields/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail &#8220;Too many login failures&#8221; in SugarCRM</title>
		<link>http://www.how2guru.com/archives/gmail-too-many-login-failures-in-sugarcrm/</link>
		<comments>http://www.how2guru.com/archives/gmail-too-many-login-failures-in-sugarcrm/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 11:28:22 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Gmail]]></category>
		<category><![CDATA[POP3]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[Too many login failures]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=135</guid>
		<description><![CDATA[Recently I was play around with Gmail to download email(s) to SugarCRM. While doing the testing, found that one of the email accounts always fail to connect to Gmail but others without any problem. So, I decided to debug into the issue and found the error message &#8220;Too many login failures&#8221; return from Gmail. Suspect [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/gmail-too-many-login-failures-in-sugarcrm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM unable connect gmail</title>
		<link>http://www.how2guru.com/archives/sugarcrm-unable-connect-gmail/</link>
		<comments>http://www.how2guru.com/archives/sugarcrm-unable-connect-gmail/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 02:57:50 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Gmail]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[ERROR Certificate failure]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=115</guid>
		<description><![CDATA[Recently working on the SugarCRM open source software. Due to some user requirement, I need to setup an inbound email (an email feature inside the SugarCRM) connect to gmail for downloading email using pop3. After try few times, I found that the test setting is connecting successfully. But when the scheduler job try to establish [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/sugarcrm-unable-connect-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

