Category Archives: Web development

RESTful API application using Zend Framework

Tweet 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 … Continue reading

Posted in PHP, Web development | Leave a comment

Export data to CSV file using MySQL query (data contains single and double quote)

Tweet 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’s structure completely and end up … Continue reading

Posted in Web development | Leave a comment

Google Base Products Feed for Tradingeye and UK2 Ecommerce v1.0

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. Continue reading

Posted in PHP, Tradingeye & UK2 Ecommerce, Web development | Leave a comment

php check if external image exists

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. Continue reading

Posted in PHP, Web development | Tagged , , , | Leave a comment

How to start a website

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. Continue reading

Posted in Web development | Tagged , | Leave a comment