<?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>Indaba and Stuff... &#187; Programming</title>
	<atom:link href="http://www.phatolive.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phatolive.com</link>
	<description>Making some sense of the www...</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:49:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix &#8211; How to have PayPal Order shown in Admin side.</title>
		<link>http://www.phatolive.com/2009/12/fix-how-to-have-paypal-order-shown-in-admin-side/</link>
		<comments>http://www.phatolive.com/2009/12/fix-how-to-have-paypal-order-shown-in-admin-side/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=23</guid>
		<description><![CDATA[





When a costumer makes a PAYPAL payment there is no order logged in the admin area of oscommerce.
Step 1: open paypal.php in your /includes/modules/payment/
  Step 2: Add
tep_draw_hidden_field(”rm”,2) .
Just before
  tep_draw_hidden_field(’cancel_return’, tep_href_link(FILENAME_CHECKOUT_PAYMENT, ”, ‘SSL’));
around line 96
Order will now show in admin side.


]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>When a costumer makes a PAYPAL payment there is no order logged in the admin area of oscommerce.</p>
<p>Step 1: open paypal.php in your /includes/modules/payment/<br />
  Step 2: Add</p>
<p>tep_draw_hidden_field(”rm”,2) .</p>
<p>Just before<br />
  tep_draw_hidden_field(’cancel_return’, tep_href_link(FILENAME_CHECKOUT_PAYMENT, ”, ‘SSL’));</p>
<p>around line 96</p>
<p>Order will now show in admin side.</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/fix-how-to-have-paypal-order-shown-in-admin-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Complex integrations of WorldPay within an HTML Page.</title>
		<link>http://www.phatolive.com/2009/12/more-complex-integrations-of-worldpay-within-an-html-page/</link>
		<comments>http://www.phatolive.com/2009/12/more-complex-integrations-of-worldpay-within-an-html-page/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:57:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=15</guid>
		<description><![CDATA[





http://www.worldpay.com/support/content.php?page=technical&#38;sub=junior&#38;subsub=examples#basic


]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body><br />
<a href="http://www.worldpay.com/support/content.php?page=technical&amp;sub=junior&amp;subsub=examples#basic">http://www.worldpay.com/support/content.php?page=technical&amp;sub=junior&amp;subsub=examples#basic</a><br />
</body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/more-complex-integrations-of-worldpay-within-an-html-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Integration of Worldpay Button within an HTML Page.</title>
		<link>http://www.phatolive.com/2009/12/simple-integration-of-worldpay-button-within-an-html-page/</link>
		<comments>http://www.phatolive.com/2009/12/simple-integration-of-worldpay-button-within-an-html-page/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:52:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=7</guid>
		<description><![CDATA[





&#60;!– The first line of code creates a form, which has the POST method and its action is to send the form to WorldPay.–&#62;
&#60;form action=&#34;https://select.worldpay.com/wcc/purchase&#34;  method=&#34;post&#34;&#62;&#60;!– Place your WorldPay Installation ID inside the  quotes after value= –&#62;
  &#60;input name=&#34;instId&#34; type=&#34;hidden&#34; value=&#34;Your installation ID&#34; /&#62;
&#60;!– Create a reference identifier for the item purchased [...]]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>&lt;!– The first line of code creates a form, which has the POST method and its action is to send the form to WorldPay.–&gt;</p>
<p>&lt;form action=&quot;https://select.worldpay.com/wcc/purchase&quot;  method=&quot;post&quot;&gt;&lt;!– Place your WorldPay Installation ID inside the  quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;instId&quot; type=&quot;hidden&quot; value=&quot;Your installation ID&quot; /&gt;</strong></p>
<p>&lt;!– Create a reference identifier for the item purchased inside the quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;cartId&quot; type=&quot;hidden&quot; value=&quot;Your ID for the product&quot; /&gt;</strong></p>
<p>&lt;!– Place the cost of the item inside the quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;amount&quot; type=&quot;hidden&quot; value=&quot;The cost of the product &quot; /&gt;</strong></p>
<p>&lt;!– Place the code for the purchase currency inside the quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;currency&quot; type=&quot;hidden&quot; value=&quot;currency code e.g. GBP, USD&quot; /&gt;</strong></p>
<p>&lt;!– This line creates the WorlPay button. You can name it as you wish. –&gt;<br />
  <strong>&lt;input type=&quot;submit&quot; value=&quot; Buy This &quot; /&gt;</strong></p>
<p>&lt;/form&gt;</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/simple-integration-of-worldpay-button-within-an-html-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Code for scrolling text in Page Title!</title>
		<link>http://www.phatolive.com/2009/12/javascript-code-for-scrolling-text-in-page-title/</link>
		<comments>http://www.phatolive.com/2009/12/javascript-code-for-scrolling-text-in-page-title/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:49:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=5</guid>
		<description><![CDATA[





&#60;head&#62;
  &#60;script language=&#34;javascript&#34;&#62;
  var msg = &#34; bla bla bla bla &#34;;
  var pos = 0;
  var spacer = &#34; … &#34;;
  var time_length = 100;
  function ScrollTitle()
  {
  document.title = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
  pos++;
  if (pos &#62; msg.length) pos=0;
  [...]]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>&lt;head&gt;<br />
  &lt;script language=&quot;javascript&quot;&gt;<br />
  var msg = &quot; bla bla bla bla &quot;;<br />
  var pos = 0;<br />
  var spacer = &quot; … &quot;;<br />
  var time_length = 100;<br />
  function ScrollTitle()<br />
  {<br />
  document.title = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);<br />
  pos++;<br />
  if (pos &gt; msg.length) pos=0;<br />
  window.setTimeout(&quot;ScrollTitle()&quot;,time_length);<br />
  }<br />
  ScrollTitle();<br />
  &lt;/script&gt;</p>
</p>
<p>&lt;script src=&quot;Scripts/AC_RunActiveContent.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
  &lt;/head&gt;</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/javascript-code-for-scrolling-text-in-page-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
