Programming
iHTML Merchant 2.x Tip: Using Banner ADs to promote Products.
Many people devote a lot of time, energy and resources at attracting visitors to their website, the last thing they want is for customers to quickly leave and loose prospective sales. For this very reason they have opted to not … Continue reading
iHTML Merchant 2.x – Home page modifications to boost sales
This might sound rather too much like common sense, but an e-commerce website should be focused upon presenting products and services to customers in order to generating sales. If products & services are presented right from the start on the … Continue reading
Customers who bought also brought – iHTML Merchant 2.x Modification
Here’s a feature that I’ve added product detail pages on iHTML Merchant Enterprise websites for a number of clients. It’s the Classic "Customers who bought this item also bought" feature that appears on many eCommerce websites. It select
Adobe Spry Ajax Framework
Web 2.0 technology can be an exercise in self torture, trying to pick the right AJAX/GUI JavaScript libraries or frameworks for the appropriate job can be time consuming. Trust me, I am sitting here thinking about the hours of my … Continue reading
Icons for your iHTML Applications
So you’ve just designed a killer iHTML web application and you’re looking to add some professional looking touches to it. One of the most challenging task is finding good icons for your Graphical User Interfaces. I managed to recently stumbl
Authorize.net AIM Implementation in iHTML
This sample code is designed to connect to Authorize.net using the AIM method. Requires iHTML Enterprise plus edition.You don’t have to use Inline’s oPAYc Driver to work the Authorize.Net Payment Gateway, however you will need to use the iH
Integer Checking – iHTML code snippet
Checks if a specified variable is an integer or not using a Regular Expression. The Regular Expression: ^[-+]?[1-9]\d*.?[0]*$ The Code Snippet <
Metric Conversion Functions – iHTML Code Snippet
These functions are used for conversions, you may wish to store these functions in a seperate file i.e. metric_functions.inc which you include in your applications as needed.—————————————— Function Code ——-