<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Own to share</title>
	<link>http://pranjol.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Aug 2010 11:17:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Zend Framework Quick Start in xampp and Windows</title>
		<description><![CDATA[Now i am writing what i have done for my project learning from the zend documentation. It(Zend) follows the MVC design pattern (with some extension, like form). Create Project 1. Start&#62;Run (cmd) zf create project E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend test_zend Create Layout go to the application directory(in command pormpt.) where .zfproject.xml remains execute this command: zf enable layout In [...]]]></description>
		<link>http://pranjol.com/?p=72</link>
			</item>
	<item>
		<title>Enabling layout for zend framework</title>
		<description><![CDATA[It gives error when we execute the command zf enable layout Solution: 1. Go to the app path C:\Documents and Settings\Faruque&#62; E: E:\&#62;cd E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend now run the command: E:\Faruque\Projects\gyneca\Source\trunk\test_php\test_zend&#62;zf enable layout yap, done.]]></description>
		<link>http://pranjol.com/?p=59</link>
			</item>
	<item>
		<title>Installing zend framework in windows xampp</title>
		<description><![CDATA[1. Download zend framework. keep it any where in your hard disk. After downloading the ZF, we can add the library in two ways i. In php.ini file add include_path to library. include_path = &#8220;.;D:\xampp\php\PEAR;E:\Faruque\Projects\gyneca\Source\trunk\test_php\Zend\library&#8221; or ii. Keep the Zend folder of library folder to PEAR folder and make sure the following code is uncommented [...]]]></description>
		<link>http://pranjol.com/?p=56</link>
			</item>
	<item>
		<title>Preliminaries for Zend Framework installation</title>
		<description><![CDATA[Changing directory in cmd prompt(windows) C:\Documents and Settings\Faruque&#62;cd /d D: or C:\Documents and Settings\Faruque&#62;D:]]></description>
		<link>http://pranjol.com/?p=53</link>
			</item>
	<item>
		<title>Learning Zend FrameWork(Introduction)</title>
		<description><![CDATA[From today i have started learning Zend Framework. First step is downloading the framework: http://framework.zend.com/. 2nd step is unzip the framework. complete. (As i have done only this portion)]]></description>
		<link>http://pranjol.com/?p=49</link>
			</item>
	<item>
		<title>Paypal Integration(4th day)</title>
		<description><![CDATA[What do u think? Is it completed? No. We have made the form to submit. Now, 1. Data will go to paypal 2. paypal shows the payment form. 3. After transaction it(paypal) will send a notification to my site(The location i  have given at the form.). &#60;input type=”hidden” name=”notify_url” value=”http://www.abcd.com/ipn/ipn.php”&#62; 4.  Now I have to [...]]]></description>
		<link>http://pranjol.com/?p=41</link>
			</item>
	<item>
		<title>Paypal Integration(3rd day)</title>
		<description><![CDATA[1. &#60;form action=”https://www.sandbox.paypal.com/cgi-bin/webscr” method=”post”&#62; form action is ”https://www.sandbox.paypal.com/cgi-bin/webscr” ,bcoz i am testing my integration is correct or not. When it is correct, change it to &#8220;https://www.paypal.com/cgi-bin/webscr&#8221; 2. &#60;input type=”hidden” name=”cmd” value=”_xclick”&#62; I dont know why i had to give it sorry. 3. &#60;input type=”hidden” name=”business” value=”abcd_1278228107_biz@yahoo.com”&#62; It is my paypal merchant account. &#8230; I think u can understand the [...]]]></description>
		<link>http://pranjol.com/?p=29</link>
			</item>
	<item>
		<title>Paypal Integration(2nd day)</title>
		<description><![CDATA[The minimalistic order form: &#60;form action=&#8221;https://www.sandbox.paypal.com/cgi-bin/webscr&#8221; method=&#8221;post&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;cmd&#8221; value=&#8221;_xclick&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;business&#8221; value=&#8221;abcd_1278228107_biz@yahoo.com&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;item_name&#8221; value=&#8221;abcdaNow Service&#8221;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;item_number&#8221; value=&#8221;1&#8243;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;amount&#8221; value=&#8221;3&#8243;&#62; &#60;!&#8211; &#60;input type=&#8221;hidden&#8221; name=&#8221;tax&#8221; value=&#8221;1&#8243;&#62;&#8211;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;quantity&#8221; value=&#8221;1&#8243;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;no_note&#8221; value=&#8221;1&#8243;&#62; &#60;input type=&#8221;hidden&#8221; name=&#8221;currency_code&#8221; value=&#8221;USD&#8221;&#62; &#60;!&#8211; Enable override of payer’s stored PayPal address &#8211;&#62; &#60;input [...]]]></description>
		<link>http://pranjol.com/?p=24</link>
			</item>
	<item>
		<title>Paypal Integration(1st day)</title>
		<description><![CDATA[Yap, atlast i have integrated my project to paypal. Its easy but need some guidence. For my project scenario is - Client will login to my page They put the quantity of products And click buy now button 1 notification(IPN) will come to me(Site Admin). I will store the info(user_name, amount) to DB. Thats it. I have [...]]]></description>
		<link>http://pranjol.com/?p=21</link>
			</item>
	<item>
		<title>Paypal Integration(Introduction)</title>
		<description><![CDATA[Again i have started learning paypal.]]></description>
		<link>http://pranjol.com/?p=19</link>
			</item>
</channel>
</rss>
