<?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>Thuan V. Nguyen &#187; osCommerce</title>
	<atom:link href="http://www.a8le.com/category/oscommerce/feed" rel="self" type="application/rss+xml" />
	<link>http://www.a8le.com</link>
	<description>Full steam ahead.</description>
	<lastBuildDate>Thu, 08 Jul 2010 02:45:57 +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>Recipient Name</title>
		<link>http://www.a8le.com/recipient-name</link>
		<comments>http://www.a8le.com/recipient-name#comments</comments>
		<pubDate>Wed, 18 Jun 2008 07:31:18 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[delivery]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[recipient]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=31</guid>
		<description><![CDATA[Well, I just released a new contribution that I think everyone needs&#8230;
Its an extension to the /admin/orders.php page in osCommerce.  It needed yet more useful information.  What more do you want?
The recipient name (in the osCommerce DB its aka delivery_name) was a recent necessity for a client because he couldn&#8217;t find an order. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I just released a new contribution that I think everyone needs&#8230;</p>
<p>Its an extension to the /admin/orders.php page in osCommerce.  It needed yet more useful information.  What more do you want?</p>
<p>The recipient name (in the osCommerce DB its aka delivery_name) was a recent necessity for a client because he couldn&#8217;t find an order.  The recipient knew who sent it but the sender [customer] also sent to many other persons.  The only way to find that specific order was by looking into each order the sender made.</p>
<p>This contribution was a work-a-round for that type of dilemma, but again it seemed useful so I released it as a contribution, <a href="http://addons.oscommerce.com/info/6015" target="_blank">click here</a>.</p>
<p>Oh, it&#8217;s easy install.  all you have to do is edit a few lines in /admin/orders.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/recipient-name/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding/Editing BOX_WIDTH</title>
		<link>http://www.a8le.com/findingediting-box_width</link>
		<comments>http://www.a8le.com/findingediting-box_width#comments</comments>
		<pubDate>Wed, 18 Jun 2008 02:27:34 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[BOX_WIDTH]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=61</guid>
		<description><![CDATA[I spent some time looking for BOX_WIDTH because I needed to change the width of my admin boxes.  It&#8217;s where you&#8217;d expect it but it isn&#8217;t so obvious&#8230;
Public viewable boxes&#8230;
/includes/application_top.php 
~line 61
Admin boxes&#8230;
/admin/includes/application_top.php
~line 52
BTW, your lines might be different depending on your version of osCommerce.
Happy Coding,
Thuan
]]></description>
			<content:encoded><![CDATA[<p>I spent some time looking for <strong>BOX_WIDTH</strong> because I needed to change the width of my admin boxes.  It&#8217;s where you&#8217;d expect it but it isn&#8217;t so obvious&#8230;</p>
<p>Public viewable boxes&#8230;</p>
<blockquote><p><strong>/includes/application_top.php </strong><br />
~line 61</p></blockquote>
<p>Admin boxes&#8230;</p>
<blockquote><p><strong>/admin/includes/application_top.php</strong><br />
~line 52</p></blockquote>
<p>BTW, your lines might be different depending on your version of osCommerce.</p>
<p>Happy Coding,<br />
Thuan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/findingediting-box_width/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agree to Terms then Confirm</title>
		<link>http://www.a8le.com/agree-to-terms-then-confirm</link>
		<comments>http://www.a8le.com/agree-to-terms-then-confirm#comments</comments>
		<pubDate>Mon, 09 Jun 2008 18:36:29 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[agree to terms]]></category>
		<category><![CDATA[confirm]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=60</guid>
		<description><![CDATA[I couldn&#8217;t find a &#8220;Agree To Terms&#8221; module that was really simple to set up so I made one. There are a few out there but they required changing the database and/or javascript and/or the osCommerce checkout process.
My contribution only edits the checkout_confirmation.php page but doesn&#8217;t change the checkout process at all.  It simply [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t find a &#8220;Agree To Terms&#8221; module that was really simple to set up so I made one. There are a few out there but they required changing the database and/or javascript and/or the osCommerce checkout process.</p>
<p>My contribution only edits the checkout_confirmation.php page but doesn&#8217;t change the checkout process at all.  It simply takes the user to conditions.php so he/she can read it or redirects him/her back to the homepage.</p>
<p>Sounds interesting? <a href="http://addons.oscommerce.com/info/5998" target="_blank">Click Here</a>, to download it. Enjoy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/agree-to-terms-then-confirm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>osCommerce and OpenSSL</title>
		<link>http://www.a8le.com/oscommerce-and-openssl</link>
		<comments>http://www.a8le.com/oscommerce-and-openssl#comments</comments>
		<pubDate>Mon, 09 Jun 2008 02:55:44 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[OpenSSL]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=58</guid>
		<description><![CDATA[How does one get OpenSSL to work after you have enabled osCommerce&#8217;s &#8220;PayPal Website Payments Standard&#8221; module?  That is actually a very hard question to answer even with my IT knowledge. But with a lot of research and the piecing together of two articles, I was able to get everything working&#8230;
My primary challenge was [...]]]></description>
			<content:encoded><![CDATA[<p>How does one get OpenSSL to work after you have enabled osCommerce&#8217;s &#8220;PayPal Website Payments Standard&#8221; module?  That is actually a very hard question to answer even with my IT knowledge. But with a lot of research and the piecing together of two articles, I was able to get everything working&#8230;</p>
<p>My primary challenge was I couldn&#8217;t figure out, &#8220;how to generate the encryption keys on my shared hosting Linux server&#8221;&#8230; necessary for OpenSSL to work.  I eventually learned that the keys are not generated from the servers, you only upload the keys to the server.  Just as you would with standard html files.</p>
<p><img class="alignnone size-full wp-image-59 reflect" title="osCommerce OpenSSL" src="http://www.a8le.com/wp-content/uploads/2008/06/oscommerce_openssl.jpg" alt="osCommerce OpenSSL" width="431" height="261" /></p>
<p>As you can see the module calls for: 2 keys generated by you, and the only way I was able to generate &#8220;both&#8221; keys was by following a post by <span class="postdetails"> Martin Hughes-Jones, <a href="http://forums.oscommerce.com/index.php?showtopic=287153" target="_blank">click here</a>. </span></p>
<p>For the remainder of the field items asked by the module I followed a Lunarpages post, <a href="http://www.lunarforums.com/lunarpages_how_tos/installing_the_paypal_ipn_1x_contribution_in_oscommerce_with_openssl-t27705.0.html" target="_blank">click here</a>.</p>
<p>A few notes:</p>
<ul>
<li>Your file paths will not match mine.</li>
<li>The keys should be in a password protected folder, e.g. I put mine in a folder called openssl in my admin folder.</li>
<li>Don&#8217;t forget to create the &#8220;working directory&#8221; folder&#8230; or you will get an error as I did.</li>
</ul>
<p>Well, that&#8217;s it, your osCommerce &#8220;PayPal Website Payments Standard&#8221; web payments are now encrypted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/oscommerce-and-openssl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standard osCommerce Buttons</title>
		<link>http://www.a8le.com/standard-oscommerce-buttons</link>
		<comments>http://www.a8le.com/standard-oscommerce-buttons#comments</comments>
		<pubDate>Sat, 03 May 2008 21:15:24 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[standard]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=52</guid>
		<description><![CDATA[
While setting up an osCommerce installation, I decided that I needed &#8220;regular, plain, standard, whatever you want to call them&#8221; buttons for it&#8217;s frontend.  I searched the osCommerce contributions/addons site and found nothing &#8220;standard&#8221;. So, I opened up my image editor of choice (Fireworks), then did a little magic and ended up with a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.a8le.com/wp-content/uploads/2008/05/screenshot.gif"><img class="alignnone size-full wp-image-54 reflect" title="Standard osCommerce Buttons Screenshot" src="http://www.a8le.com/wp-content/uploads/2008/05/screenshot.gif" alt="Standard osCommerce Buttons" width="500" height="285" /></a></p>
<p>While setting up an osCommerce installation, I decided that I needed &#8220;regular, plain, standard, whatever you want to call them&#8221; buttons for it&#8217;s frontend.  I searched the osCommerce contributions/addons site and found nothing &#8220;standard&#8221;. So, I opened up my image editor of choice (Fireworks), then did a little magic and ended up with a contribution, <a href="http://addons.oscommerce.com/info/5925" target="_blank">here</a>.</p>
<p>Final Thoughts: Standard is not so standard anymore!? Grrr&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/standard-oscommerce-buttons/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to check your cPanel based email</title>
		<link>http://www.a8le.com/how-to-check-your-cpanel-based-email-remotely</link>
		<comments>http://www.a8le.com/how-to-check-your-cpanel-based-email-remotely#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:37:32 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[remotely]]></category>

		<guid isPermaLink="false">http://www.a8le.com/archives/53</guid>
		<description><![CDATA[Using your web browser,
 1) Go to http://www.yourdomain.com/webmail
2) Log in using your username and password.
3) Click on Horde or SquirrelMail
It&#8217;s that simple.
*Optional: if you have Outlook, after logging in using your web browser, click on &#8220;Configure Mail Client&#8221;, then choose &#8220;Auto-Configure Microsoft Outlook 2000® for POP3 Access&#8221; to automatically have cPanel configure Outlook for you. [...]]]></description>
			<content:encoded><![CDATA[<p>Using your web browser,</p>
<blockquote><p> 1) Go to http://www.yourdomain.com/webmail<br />
2) Log in using your username and password.<br />
3) Click on Horde or SquirrelMail</p></blockquote>
<p>It&#8217;s that simple.</p>
<p>*Optional: if you have Outlook, after logging in using your web browser, click on &#8220;Configure Mail Client&#8221;, then choose &#8220;Auto-Configure Microsoft Outlook 2000® for POP3 Access&#8221; to automatically have cPanel configure Outlook for you.  This involves downloading a registry file and installing it.  If you would rather not do this or the auto configuration doesn&#8217;t work, then follow the manual configuration instructions.</p>
<p>Final Thoughts: I suggest using Outlook if you have it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/how-to-check-your-cpanel-based-email-remotely/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPS WorldShip XML Auto Import</title>
		<link>http://www.a8le.com/ups-worldship-xml-auto-import</link>
		<comments>http://www.a8le.com/ups-worldship-xml-auto-import#comments</comments>
		<pubDate>Wed, 13 Feb 2008 03:41:50 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://www.a8le.com/archives/32</guid>
		<description><![CDATA[I have a new &#8220;UPS WorldShip XML Auto Import&#8221; osCommerce contribution if anyone is interested&#8230; Its actually a few months old, but I never took the time to blog about it. You can find it here on the osCommerce Addons Website&#8230; http://addons.oscommerce.com/info/5519.
This contribution allows you to process your UPS Worldship orders with the click of [...]]]></description>
			<content:encoded><![CDATA[<p>I have a new &#8220;UPS WorldShip XML Auto Import&#8221; osCommerce contribution if anyone is interested&#8230; Its actually a few months old, but I never took the time to blog about it. You can find it here on the osCommerce Addons Website&#8230; <a title="WorldShip XML Auto Import" href="http://addons.oscommerce.com/info/5519" target="_blank">http://addons.oscommerce.com/info/5519</a>.</p>
<p>This contribution allows you to process your UPS Worldship orders with the click of a link. The links are located in the order&#8217;s details page.</p>
<p>Your are required to have: UPS Worldship software that can be ordered free here:  <a href="http://www.ups.com/orderworldship?loc=en_US">http://www.ups.com/orderworldship?loc=en_US</a>, an UPS account to order and use the UPS Worldship software, and a daily UPS pick-up required for use of the software.</p>
<p>Also, you must have UPS Worldship running, specifically&#8230; you must have their &#8220;XML Auto Import&#8221; running.  Instructions straight from UPS: <a href="http://ups.com/media/en/XML_Technical_Support_Guide_Final.pdf">http://ups.com/media/en/XML_Technical_Support_Guide_Final.pdf</a></p>
<p><span style="text-decoration: underline;">My future plans for this contribution are:</span></p>
<ul>
<li>Fancy up the 7 new UPS ServiceType Links, maybe javascript, maybe css.</li>
<li>Make it so the User data is entered/configurable thru the osCommerce back admin.</li>
<li>It would be nice if tracking number could be read from UPS&#8217;s AUTO XML IMPORT output file and inputted in order comment and customer notified.</li>
<li>Some of the options are still hard coded into this contribution&#8230; ie/ number of packages and anything I haven&#8217;t noticed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/ups-worldship-xml-auto-import/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Useful information</title>
		<link>http://www.a8le.com/useful-information</link>
		<comments>http://www.a8le.com/useful-information#comments</comments>
		<pubDate>Tue, 23 Oct 2007 15:08:37 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://www.a8le.com/archives/26</guid>
		<description><![CDATA[By default the osCommerce team have put some very useful information regarding your shop&#8217;s order on the admin index page (no longer used in osCommerce RC1)&#8230;

But once we pass this page, that useful information is gone.  So I did a little editing&#8230; the end result is everywhere within a shop&#8217;s admin section you&#8217;ll have [...]]]></description>
			<content:encoded><![CDATA[<p>By default the osCommerce team have put some very useful information regarding your shop&#8217;s order on the admin index page (no longer used in osCommerce RC1)&#8230;</p>
<p style="text-align: center"><img src="http://www.a8le.com/wp-content/uploads/2007/10/os_useful_1.gif" alt="os_useful_1.gif" /></p>
<p>But once we pass this page, that useful information is gone.  So I did a little editing&#8230; the end result is everywhere within a shop&#8217;s admin section you&#8217;ll have access to that information&#8230;</p>
<p style="text-align: center"><img src="http://www.a8le.com/wp-content/uploads/2007/10/os_useful_2.gif" alt="os_useful_2.gif" /></p>
<p>The modification is very simple. It is now a contribution on the osCommerce website, <a href="http://www.oscommerce.com/community/contributions,5488" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/useful-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap Linux Hosting</title>
		<link>http://www.a8le.com/cheap-linux-hosting</link>
		<comments>http://www.a8le.com/cheap-linux-hosting#comments</comments>
		<pubDate>Tue, 16 Oct 2007 13:56:11 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://www.a8le.com/archives/23</guid>
		<description><![CDATA[Below are my recommendations for cheap reasonable, reliable website hosts:
Lunarpages.com
+ Affordable Plans ($6.95 monthly)
+ Decent Support
+ Linux and Windows Hosting ($8.95 monthly)
++ (10) Free Addon Domains
++ WHM (web hosting manager)
Siteground.com
++ Affordable Plans ($5.95 monthly)
++ Excellent Support
- Linux Only Hosting
- &#8211; Only (1) Domain
Hostgator.com
+ Affordable Plans ($6.95 monthly)
+ Decent Support
- Linux Only Hosting
++ Good Reseller Plans
++ [...]]]></description>
			<content:encoded><![CDATA[<p>Below are my recommendations for cheap reasonable, reliable website hosts:</p>
<blockquote><p><a href="http://www.lunarpages.com/id/a8le" target="_blank"><u>Lunarpages.com</u></a><br />
+ Affordable Plans ($6.95 monthly)<br />
+ Decent Support<br />
+ Linux and Windows Hosting ($8.95 monthly)<br />
++ (10) Free Addon Domains<br />
++ WHM (web hosting manager)</p>
<p><a href="http://www.siteground.com/index.htm?referrerid=66732" target="_blank"><u>Siteground.com</u></a><br />
++ Affordable Plans ($5.95 monthly)<br />
++ Excellent Support<br />
- Linux Only Hosting<br />
- &#8211; Only (1) Domain</p>
<p><a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=a8letds" target="_blank"><u>Hostgator.com</u></a><br />
+ Affordable Plans ($6.95 monthly)<br />
+ Decent Support<br />
- Linux Only Hosting<br />
++ Good Reseller Plans<br />
++ WHM (web hosting manager)</p>
<p><a href="http://www.godaddy.com/" target="_blank"><u>Godaddy.com</u></a><br />
++ Dirty Cheap Hosting ($3.99 monthly)<br />
- &#8211; Poor Service<br />
- No cPanel<br />
++ Up-to-date Software
</p></blockquote>
<p>Please note that it really depends on what your goals are and what you need your site to do.  Give me a ring if you can&#8217;t decide or need help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/cheap-linux-hosting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>osCommerce Skins?</title>
		<link>http://www.a8le.com/oscommerce-skins</link>
		<comments>http://www.a8le.com/oscommerce-skins#comments</comments>
		<pubDate>Thu, 04 Oct 2007 17:09:06 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://www.a8le.com/archives/18</guid>
		<description><![CDATA[I have been thinking about developing a site that will give away free skins.  Similar to Freedotnetnukeskins.COM, whenever that gets up and running is all based on how fast Lunarpages.com is&#8230;  I will decide if I&#8217;ll be going through with this after I get some experience(s) from that site.
]]></description>
			<content:encoded><![CDATA[<p>I have been thinking about developing a site that will give away free skins.  Similar to Freedotnetnukeskins.COM, whenever that gets up and running is all based on how fast Lunarpages.com is&#8230;  I will decide if I&#8217;ll be going through with this after I get some experience(s) from that site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/oscommerce-skins/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
