Author Archives: Chaz Scholton
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 selects and displays … Continue reading
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 ——-
Validate Social Security Numbers – iHTML Code Snippet
This snippet of code shows how to Validate Social Security Numbers using iHTML and Regular Expressions.The example below checks a variable named :SSN using a regular expression, notice that it’s used in the SRC= parameter of the tags. Edit
Validate Postal Codes – iHTML Code Snippet
This Function will check the Postal code format for US and Candian Postal Codes. It can expanded to check for the formats for other countries as well.