<?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; Web development</title>
	<atom:link href="http://www.sailboatvn.com/category/web-development/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>Export data to CSV file using MySQL query (data contains single and double quote)</title>
		<link>http://www.sailboatvn.com/web-development/export-data-to-csv-file-using-mysql-query-data-contains-single-and-double-quote/</link>
		<comments>http://www.sailboatvn.com/web-development/export-data-to-csv-file-using-mysql-query-data-contains-single-and-double-quote/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 13:37:30 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=601</guid>
		<description><![CDATA[It is really straight forward to export data from your database to CSV file. However, when your data contains some special characters such as single or double quote, it could destroy your CSV file&#8217;s structure completely and end up of &#8230; <a href="http://www.sailboatvn.com/web-development/export-data-to-csv-file-using-mysql-query-data-contains-single-and-double-quote/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/export-data-to-csv-file-using-mysql-query-data-contains-single-and-double-quote/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>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>How to start a website</title>
		<link>http://www.sailboatvn.com/web-development/how-to-start-a-website/</link>
		<comments>http://www.sailboatvn.com/web-development/how-to-start-a-website/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:14:40 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[domain-name]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=408</guid>
		<description><![CDATA[Do you want your own website? Of course you do. Whether you have a growing business, are trying to establish a brand or just want to have a presence on the Web, a quality website is essential. To the uninitiated, though, building your own website may seem just as daunting as building a house. It doesn’t have to be, though. Here are some tips on how to start a website. <a href="http://www.sailboatvn.com/web-development/how-to-start-a-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/how-to-start-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Sitemap Plugin for UK2 ecommerce and Tradingeye</title>
		<link>http://www.sailboatvn.com/web-development/xml-sitemap-plugin-for-uk2-ecommerce-and-tradingeye/</link>
		<comments>http://www.sailboatvn.com/web-development/xml-sitemap-plugin-for-uk2-ecommerce-and-tradingeye/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 20:43:48 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[Tradingeye & UK2 Ecommerce]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[tradingeye plugin]]></category>
		<category><![CDATA[uk2 ecommerce]]></category>
		<category><![CDATA[uk2 ecommerce plugin]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=399</guid>
		<description><![CDATA[Back in Sep 2008 I created a small plugin for Tradingeye v5 which allows system generate the sitemap.xml and urllist.txt file on the fly.

Few people have contacted and asked for the release of new version, so here you are ;D. This version (v2.00) will includes image urls in the sitemap and fixing a small bug on .htaccess file. <a href="http://www.sailboatvn.com/web-development/xml-sitemap-plugin-for-uk2-ecommerce-and-tradingeye/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/xml-sitemap-plugin-for-uk2-ecommerce-and-tradingeye/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Web Development: Progressive Enhancement &#8211; Part 1</title>
		<link>http://www.sailboatvn.com/web-development/progressive-enhancement-part-1/</link>
		<comments>http://www.sailboatvn.com/web-development/progressive-enhancement-part-1/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:08:57 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[progressive]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=383</guid>
		<description><![CDATA[I am starting a series of posts as an extension to Web Standards and Accessibility. These posts will be dedicated to explaining how to make a habit of progressive enhancement instead of falling back on graceful degradation. It will also give you the tools to pass this on to your coworkers and developers. <a href="http://www.sailboatvn.com/web-development/progressive-enhancement-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/progressive-enhancement-part-1/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>Prestashop Theme (sieuthilondon)</title>
		<link>http://www.sailboatvn.com/web-development/prestashop-theme-sieuthilondon/</link>
		<comments>http://www.sailboatvn.com/web-development/prestashop-theme-sieuthilondon/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 23:15:40 +0000</pubDate>
		<dc:creator>Hung Bui</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[free-prestashop-theme]]></category>
		<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[prestashop theme]]></category>
		<category><![CDATA[prestashop themes]]></category>
		<category><![CDATA[sieuthilondon theme prestashop]]></category>

		<guid isPermaLink="false">http://www.sailboatvn.com/?p=343</guid>
		<description><![CDATA[I&#8217;m trying to create a simple theme for Prestashop e-commerce system (open source). The theme is not 100% completed but ideally It would be good for you to have a starting point of creating 2 columns layout and beautiful header &#8230; <a href="http://www.sailboatvn.com/web-development/prestashop-theme-sieuthilondon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sailboatvn.com/web-development/prestashop-theme-sieuthilondon/feed/</wfw:commentRss>
		<slash:comments>10</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>
	</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 32/62 queries in 0.036 seconds using disk

Served from: www.sailboatvn.com @ 2012-02-07 17:19:58 -->
