<?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; Webpage Language</title>
	<atom:link href="http://www.how2guru.com/archives/category/webpage-language/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>retrieve visitor country information</title>
		<link>http://www.how2guru.com/archives/retrieve-visitor-country-information/</link>
		<comments>http://www.how2guru.com/archives/retrieve-visitor-country-information/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 05:00:50 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[visitor country]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=236</guid>
		<description><![CDATA[I am quite busy for the pass 1-2 months and did not update this blog. Today I would like to share a simple and useful script to all on how to retrieve visitor country information. It is useful when you want to analysis/track your visitor information (similar with those webstats that show the visitors country [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/retrieve-visitor-country-information/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP send email request read receipt</title>
		<link>http://www.how2guru.com/archives/php-send-email-request-read-receipt/</link>
		<comments>http://www.how2guru.com/archives/php-send-email-request-read-receipt/#comments</comments>
		<pubDate>Mon, 31 May 2010 09:54:03 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Email Read Receipt]]></category>
		<category><![CDATA[phpmailer]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=172</guid>
		<description><![CDATA[Guys, When users using Emails function in some web base application (like sugarcrm, joomla), they might need to request read receipt from the recipients. Here is a simple tutorial on how to add in the &#8220;Request read receipt&#8221; in email while send out email thru PHP. I am using the phpmailer class to develop the [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-send-email-request-read-receipt/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>PHP generate calendar file (ics)</title>
		<link>http://www.how2guru.com/archives/php-generate-calendar-file-ics/</link>
		<comments>http://www.how2guru.com/archives/php-generate-calendar-file-ics/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:19:45 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=132</guid>
		<description><![CDATA[I am working with some Event management system recently. The system requirement need to send out the confirmation to those registrants with a calendar ics attachment. For this, I need to make my application to generate the ics file and attach it inside the email notification. Below is the source to generate the ics file. [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-generate-calendar-file-ics/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PHP connect to LDAP</title>
		<link>http://www.how2guru.com/archives/php-connect-to-ldap/</link>
		<comments>http://www.how2guru.com/archives/php-connect-to-ldap/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 01:01:15 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[LDAP]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=128</guid>
		<description><![CDATA[I am working with a project that require connect to a AD to perform the user authorization. Before configure my application to login using the AD profile, I always using a simple PHP script to connect the AD setting that provided by my customer. Here is a simple script that let me know that those [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-connect-to-ldap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP session problem while using iframe.</title>
		<link>http://www.how2guru.com/archives/php-session-problem-while-using-iframe/</link>
		<comments>http://www.how2guru.com/archives/php-session-problem-while-using-iframe/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 05:42:25 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA['P3P: CP="CAO PSA OUR"']]></category>
		<category><![CDATA[header('P3P: CP="CAO PSA OUR"');]]></category>
		<category><![CDATA[php session]]></category>
		<category><![CDATA[unable retrieve session]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=122</guid>
		<description><![CDATA[Hi guys, recently i am so busy and not able to update my website often. But today, I face a problem on the PHP session while using iframe to include a custom php file. The custom php file just doing some select/update command using session data. I try my script in Google Chrome &#38; Mozilla [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-session-problem-while-using-iframe/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>PHP call oracle store procedure</title>
		<link>http://www.how2guru.com/archives/php-call-oracle-store-procedure/</link>
		<comments>http://www.how2guru.com/archives/php-call-oracle-store-procedure/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 04:47:05 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Store Procedure]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=96</guid>
		<description><![CDATA[For PHP, it is not a difficult task to connect to Oracle database. But recently, I am working on a project that require me to execute the oracle store procedure with pass in some input &#38; retrieve the output. It should be pretty easy, just I never try it before. So I write a simple [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/php-call-oracle-store-procedure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript select a div content</title>
		<link>http://www.how2guru.com/archives/javascript-select-a-div-content/</link>
		<comments>http://www.how2guru.com/archives/javascript-select-a-div-content/#comments</comments>
		<pubDate>Fri, 22 May 2009 00:57:20 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=84</guid>
		<description><![CDATA[How to using a javascript command to select and deselect a div tag content? As I know, we can use a select() funtion to select text field value: document.getElementById(&#8216;username&#8217;).select(); But the above example does not work for a div or span tag. For the div or span tag, it is pretty simply, just few lines [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/javascript-select-a-div-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html mailto command</title>
		<link>http://www.how2guru.com/archives/html-mailto-command/</link>
		<comments>http://www.how2guru.com/archives/html-mailto-command/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 11:07:24 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[mailto]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=71</guid>
		<description><![CDATA[Today, due to some task&#8217;s requirement, I need to play around with the html mailto command. As I know, the mailto command is just prompt up the visitor email client &#38; auto fill in the To field. After some research, I found that actually the mailto command is more power than what I though. Below [...]]]></description>
		<wfw:commentRss>http://www.how2guru.com/archives/html-mailto-command/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

