<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>How 2 Guru</title>
	<link>http://www.myhow2guru.com</link>
	<description>Just another how-to blog</description>
	<lastBuildDate>Wed, 11 Nov 2009 15:19:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>PHP generate calendar file (ics)</title>
		<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.


?View Code PHP&#60;?php
//This is [...]]]></description>
		<link>http://www.myhow2guru.com/archives/php-generate-calendar-file-ics/</link>
			</item>
	<item>
		<title>PHP connect to LDAP</title>
		<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 AD setting [...]]]></description>
		<link>http://www.myhow2guru.com/archives/php-connect-to-ldap/</link>
			</item>
	<item>
		<title>PHP session problem while using iframe.</title>
		<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 Firefox, everything is [...]]]></description>
		<link>http://www.myhow2guru.com/archives/php-session-problem-while-using-iframe/</link>
			</item>
	<item>
		<title>SugarCRM unable connect gmail</title>
		<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 the [...]]]></description>
		<link>http://www.myhow2guru.com/archives/sugarcrm-unable-connect-gmail/</link>
			</item>
	<item>
		<title>PHP call oracle store procedure</title>
		<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 Oracle Store procedure [...]]]></description>
		<link>http://www.myhow2guru.com/archives/php-call-oracle-store-procedure/</link>
			</item>
	<item>
		<title>Javascript select a div content</title>
		<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 command will do.

Below is [...]]]></description>
		<link>http://www.myhow2guru.com/archives/javascript-select-a-div-content/</link>
			</item>
	<item>
		<title>Oracle import &amp; export</title>
		<description><![CDATA[Actually, I am a newbie for the oracle database. Never though it before I start my current job.
Lucky my company has a oracle expert &#38; always help me to solve those problems. 
Today, just want to share some of my experience regarding the export &#38; import for oracle.
I was taught to use the imp &#38; exp [...]]]></description>
		<link>http://www.myhow2guru.com/archives/oracle-import-export/</link>
			</item>
	<item>
		<title>Oracle procedure testing</title>
		<description><![CDATA[As a developer, most of the time you have to testing on your script output.
Some how, you also need to debug into the script &#38; checking on each variable value.
In Oracle procedure, if you doesn&#8217;t having any debugging tools like sql developer. It is very difficult to trace your procedure whether is working properly or [...]]]></description>
		<link>http://www.myhow2guru.com/archives/oracle-procedure-testing/</link>
			</item>
	<item>
		<title>html mailto command</title>
		<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 is some example:

Simple [...]]]></description>
		<link>http://www.myhow2guru.com/archives/html-mailto-command/</link>
			</item>
	<item>
		<title>Dynamic wizard form using dhtml &amp; javascript.</title>
		<description><![CDATA[Recently I am working in a project that require some customization on the application.
They need a wizard page that will allow user to add in items.
To make the wizard page be more user friendly, I try to using dynamic html to create fields if required.
When user add in a item, the page will create a [...]]]></description>
		<link>http://www.myhow2guru.com/archives/dynamic-wizard-form-using-dhtml-javascript/</link>
			</item>
</channel>
</rss>
