Category Archives: Web development

XML Sitemap Plugin for UK2 ecommerce and Tradingeye

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

Posted in Tradingeye & UK2 Ecommerce, Web development | Tagged , , | 5 Comments

Web Development: Progressive Enhancement – Part 1

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

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

Pagination for product options in admin

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

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

Prestashop Theme (sieuthilondon)

I’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 … Continue reading

Posted in Web development | Tagged , , , , | 10 Comments

Transparent PNGs in Internet Explorer 6 (IE6) with SuperSleight

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

Posted in PHP, Web development | Tagged , , | 1 Comment