<?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>Hung Bui &#187; PHP</title>
	<atom:link href="http://www.sailboatvn.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sailboatvn.com</link>
	<description>Inspiration of PHP, XHTML, jQuery, CSS, SEO and online marketing</description>
	<lastBuildDate>Wed, 19 Oct 2011 08:30:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>RESTful API application using Zend Framework</title>
		<link>http://www.sailboatvn.com/web-development/restful-api-application-zend-framework/</link>
		<comments>http://www.sailboatvn.com/web-development/restful-api-application-zend-framework/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 08:30:07 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=612</guid>
		<description><![CDATA[What is REST? REST is an architectural style, or set of conventions, for web applications and services that centers itself around resource manipulation and the HTTP spec. Web apps have traditionally ignored the HTTP spec and moved forward using a &#8230; <a href="http://www.sailboatvn.com/web-development/restful-api-application-zend-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/restful-api-application-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Base Products Feed for Tradingeye and UK2 Ecommerce v1.0</title>
		<link>http://www.sailboatvn.com/web-development/google-base-products-feed-for-tradingeye-and-uk2-ecommerce/</link>
		<comments>http://www.sailboatvn.com/web-development/google-base-products-feed-for-tradingeye-and-uk2-ecommerce/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:37:39 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tradingeye & UK2 Ecommerce]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=494</guid>
		<description><![CDATA[we have created a new script to export all product detail into a RSS feed (XML file format) with many more attributes. This script will help you to add all of your products into Google Product Search Engine and bring more customers to your website. <a href="http://www.sailboatvn.com/web-development/google-base-products-feed-for-tradingeye-and-uk2-ecommerce/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/google-base-products-feed-for-tradingeye-and-uk2-ecommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete orders in Prestashop</title>
		<link>http://www.sailboatvn.com/php/how-to-delete-orders-in-prestashop/</link>
		<comments>http://www.sailboatvn.com/php/how-to-delete-orders-in-prestashop/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 13:50:42 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[prestashop ecommerce]]></category>
		<category><![CDATA[prestashop tips]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=453</guid>
		<description><![CDATA[Most of you have created few test transactions with your ecommerce website (Prestashop) when building it. By the time you decided to delete / clear all test orders in Back Office but wonder how as no "delete button" available <a href="http://www.sailboatvn.com/php/how-to-delete-orders-in-prestashop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/php/how-to-delete-orders-in-prestashop/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>php check if external image exists</title>
		<link>http://www.sailboatvn.com/web-development/php-check-if-external-image-exists/</link>
		<comments>http://www.sailboatvn.com/web-development/php-check-if-external-image-exists/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:03:39 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[external image]]></category>
		<category><![CDATA[fopen]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[GetImageSize]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=435</guid>
		<description><![CDATA[Today small task for an ecommerce website is to look for all possible external images from supplier and download to our own server. We have thought of using @fopen() a common php function to open a file. <a href="http://www.sailboatvn.com/web-development/php-check-if-external-image-exists/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/php-check-if-external-image-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination for product options in admin</title>
		<link>http://www.sailboatvn.com/web-development/pagination-for-product-options-uk2-tradingeye/</link>
		<comments>http://www.sailboatvn.com/web-development/pagination-for-product-options-uk2-tradingeye/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 17:15:47 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tradingeye & UK2 Ecommerce]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[pagination-product-options]]></category>
		<category><![CDATA[standard-option-tradingeye]]></category>
		<category><![CDATA[tradingeye-customisation]]></category>
		<category><![CDATA[uk2-ecommerce-bespoke-customisation]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=361</guid>
		<description><![CDATA[How to add pagination to product options in Admin ?

This customisation is for all UK2.net e-commerce package customers and Tradingeye users (5.04+)

Files need to modify:

modules/ecom/templates/admin/optionHome.tpl.htm
modules/ecom/classes/admin/option_interface.php <a href="http://www.sailboatvn.com/web-development/pagination-for-product-options-uk2-tradingeye/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/pagination-for-product-options-uk2-tradingeye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent PNGs in Internet Explorer 6 (IE6) with SuperSleight</title>
		<link>http://www.sailboatvn.com/web-development/transparent-png-in-ie-6-supersleight/</link>
		<comments>http://www.sailboatvn.com/web-development/transparent-png-in-ie-6-supersleight/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 21:22:22 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[24-ways-ie6]]></category>
		<category><![CDATA[png-ie6]]></category>
		<category><![CDATA[supersleight]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=337</guid>
		<description><![CDATA[If you have problem with using PNGs images on IE6 then here probably is easiest way to fix the problem

ie6 png transparency
    Transparency issue with PNG in IE6 

Step 1: Download the SuperSleight.zip file from bottom of the entry
Step 2: Extract the file and place these 2 files: supersleight-min.js and x.gif under your javascript folder
Step 3: Put this code below in between the <head> </head> tags <a href="http://www.sailboatvn.com/web-development/transparent-png-in-ie-6-supersleight/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/transparent-png-in-ie-6-supersleight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google e-commerce tracking modification for Tradingeye and UK2.net ecommerce package</title>
		<link>http://www.sailboatvn.com/web-development/google-e-commerce-tracking-modification/</link>
		<comments>http://www.sailboatvn.com/web-development/google-e-commerce-tracking-modification/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 11:58:48 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tradingeye & UK2 Ecommerce]]></category>
		<category><![CDATA[Viva]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Google Conversion Tracking]]></category>
		<category><![CDATA[google ecommerce tracking code]]></category>
		<category><![CDATA[google-ecommerce-tracking]]></category>
		<category><![CDATA[google-ecommerce-tradingeye-uk2-net]]></category>
		<category><![CDATA[Tradingeye google conversion tracking code]]></category>
		<category><![CDATA[tradingeye-customisation]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=324</guid>
		<description><![CDATA[his modification is for Tradingeye accessible e-commerce system and the latest UK2.net E-commerce package to help you track visitor movement through checkout pages. To get better understanding and the benefit of this feature, please refer to these 2 article as &#8230; <a href="http://www.sailboatvn.com/web-development/google-e-commerce-tracking-modification/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/google-e-commerce-tracking-modification/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>PHP compress image size on the fly (Timthumb script &#8211; Validate XHTML)</title>
		<link>http://www.sailboatvn.com/web-development/php-compress-images-on-fly-timthumb-script-validate-xhtml/</link>
		<comments>http://www.sailboatvn.com/web-development/php-compress-images-on-fly-timthumb-script-validate-xhtml/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 19:40:53 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[php-compress-images-on-fly]]></category>
		<category><![CDATA[php-image-compression]]></category>
		<category><![CDATA[timthumb]]></category>
		<category><![CDATA[timthumb validate w3c]]></category>
		<category><![CDATA[timthumb-validate-xhtml]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=272</guid>
		<description><![CDATA[Most of you might already heard of Timthumb php script to compress (re-size) images on fly. If you have not heard of it then please view this post from the author &#8211; Darren Hoyt. This entry will not show you &#8230; <a href="http://www.sailboatvn.com/web-development/php-compress-images-on-fly-timthumb-script-validate-xhtml/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/php-compress-images-on-fly-timthumb-script-validate-xhtml/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Web analytics report &#8211; an altenation of Google Analytics</title>
		<link>http://www.sailboatvn.com/seo-marketing/web-analytics-report-an-altenation-of-google-analytics/</link>
		<comments>http://www.sailboatvn.com/seo-marketing/web-analytics-report-an-altenation-of-google-analytics/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 08:35:20 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO & Marketing]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google analytics alternative]]></category>
		<category><![CDATA[Piwik]]></category>
		<category><![CDATA[Web analytics report]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=234</guid>
		<description><![CDATA[Google analytics is great and it became so popular. The downsite of this analytic tool is not open source and no api to link (intergrate) with you own software. [ad] Piwik aims to be an open source alternative to Google Analytics &#8230; <a href="http://www.sailboatvn.com/seo-marketing/web-analytics-report-an-altenation-of-google-analytics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/seo-marketing/web-analytics-report-an-altenation-of-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBC iPlayer &#8211; view the embeded code</title>
		<link>http://www.sailboatvn.com/web-development/bbc-iplayer-hack/</link>
		<comments>http://www.sailboatvn.com/web-development/bbc-iplayer-hack/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 20:44:29 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[BBC iplayer]]></category>
		<category><![CDATA[britain from above]]></category>
		<category><![CDATA[iplayer hack]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.co.uk/?p=172</guid>
		<description><![CDATA[I took me around 25 minutes to figure out how to get the embeded code from BBC iplayer. Here is an example of a video clip &#8220;Britain from above&#8221; This media requires JavaScript to be turned on (Show me how) &#8230; <a href="http://www.sailboatvn.com/web-development/bbc-iplayer-hack/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/bbc-iplayer-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 9/63 queries in 0.061 seconds using disk

Served from: www.sailboatvn.com @ 2012-02-04 12:24:32 -->
