Web Development
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.
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.
XML/XSL iHTML Merchant Category Example
This example outputs pure XML code, and relies upon XSLT to output the XML Results in HTML. This example works with MSIE 5.5+ and NETSCAPE 6.0+ since they have a built in XSLT support. Have yet to test with Newer … Continue reading
iHTML Popup Feedback Form
Set up a popup feedback form on your site in under 5 minutes. Let your visitors send you email from a popup form which uses iHTML and the <iMAIL> tag. Pop-up Feedback forms allow for visitors to send feedback without … Continue reading
Auto-Update Copyright Notice – iHTML Code Snippet
Keep your copyright notices current by updating them dynamically on your pages. Updating page copyrights can be a real pain, especially when a new year rolls around. So here’s a quick tip to let your server do this for you. … Continue reading