<?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>Club osCommerce &#187; Code Tips</title>
	<atom:link href="http://www.clubosc.com/category/code-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clubosc.com</link>
	<description>Showcasing osCommerce...the good, the bad and the ugly!</description>
	<lastBuildDate>Mon, 19 Jul 2010 22:36:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Facebook &quot;LIKE&quot; on your osCommerce shop</title>
		<link>http://www.clubosc.com/facebook-like-on-your-oscommerce-shop.html</link>
		<comments>http://www.clubosc.com/facebook-like-on-your-oscommerce-shop.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:51:58 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Code Tips]]></category>
		<category><![CDATA[Reader Questions]]></category>

		<guid isPermaLink="false">http://www.clubosc.com/?p=510</guid>
		<description><![CDATA[Jan asks;
possible to put the new like button on osc
Yep, and it's super simple, using this quick and dirty code.
Step 1:  Add this code to your header, footer, or wherever you want the like button to show;
PLAIN TEXT
PHP:




&#60;fb:like


&#160; &#160; &#160; href="&#60;?php echo HTTP_SERVER . $_SERVER['REQUEST_URI']; ?&#62;"


&#160; &#160; &#160; layout="standard"


&#160; &#160; &#160; show_faces="true"


&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.clubosc.com/facebook-like-on-your-oscommerce-shop.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>osCommerce -&gt; Admin -&gt; Manufacturers -&gt; BUG -&gt; Fixed</title>
		<link>http://www.clubosc.com/oscommerce-admin-manufacturers-bug-fixed.html</link>
		<comments>http://www.clubosc.com/oscommerce-admin-manufacturers-bug-fixed.html#comments</comments>
		<pubDate>Mon, 26 Apr 2010 13:35:51 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Code Tips]]></category>

		<guid isPermaLink="false">http://www.clubosc.com/?p=504</guid>
		<description><![CDATA[I've been working on the manufacturers page of the osCommerce Admin section to get some "proof of concept" code working.
Whilst working on it, I couldn't understand why the manufacturers image kept disappearing.  On closer inspection I found some buggy code which I have now fixed.
Github Commit.
Basically, the image was uploading nothing, and overwriting the [...]]]></description>
		<wfw:commentRss>http://www.clubosc.com/oscommerce-admin-manufacturers-bug-fixed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using cURL instead of file functions</title>
		<link>http://www.clubosc.com/using-curl-instead-of-file-functions.html</link>
		<comments>http://www.clubosc.com/using-curl-instead-of-file-functions.html#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:53:28 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Code Tips]]></category>

		<guid isPermaLink="false">http://www.clubosc.com/?p=500</guid>
		<description><![CDATA[Some hosts don't allow the possibility of using the file functions that are built into PHP.  
A URL can be used as a filename with this function if the fopen wrappers have been enabled.
So, if the fopen wrappers are turned off, you have no chance of using an external URL to get information (an [...]]]></description>
		<wfw:commentRss>http://www.clubosc.com/using-curl-instead-of-file-functions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Masking osCommerce</title>
		<link>http://www.clubosc.com/password-masking-oscommerce.html</link>
		<comments>http://www.clubosc.com/password-masking-oscommerce.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 14:17:39 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Code Tips]]></category>

		<guid isPermaLink="false">http://www.clubosc.com/?p=442</guid>
		<description><![CDATA[Quite a while back, I was part of a discussion on a forum (not the osCommerce forum) about Jakob Neilsen's ideas on password masking.  You can read Mr Neilsen's thoughts here).
My idea was that his thoughts are valid, and are based on usability.  My opinion is that 90% of users don't need to [...]]]></description>
		<wfw:commentRss>http://www.clubosc.com/password-masking-oscommerce.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only 1 product at a time in osCommerce</title>
		<link>http://www.clubosc.com/only-1-product-at-a-time-in-oscommerce.html</link>
		<comments>http://www.clubosc.com/only-1-product-at-a-time-in-oscommerce.html#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:01:01 +0000</pubDate>
		<dc:creator>Gary</dc:creator>
				<category><![CDATA[Code Tips]]></category>
		<category><![CDATA[Reader Questions]]></category>

		<guid isPermaLink="false">http://www.clubosc.com/?p=422</guid>
		<description><![CDATA[Over at the official osCommerce forum, someone asked about the possibility of only allowing a buyer to select 1 of each product.  My answer was to amend the display of the shopping cart and the shopping cart class...
It's fairly easy.  What I am going to show you is amending the display using HTML and CSS, [...]]]></description>
		<wfw:commentRss>http://www.clubosc.com/only-1-product-at-a-time-in-oscommerce.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
