There are 3 ways you can reference a table (or range) in an Excel workbook in your SQL Queries.
iHTML iERROR Code block for WML.
When building “Wireless Markup Language” application, you may want to incorperate a block of code to handle any iHTML error.
Remove HTML tags from an iHTML variable
Have you ever wanted to remove all the HTML tags from an iHTML variable, and thought you needed some complex HTML parser to remove them? Guess Again, the following Snippet of Code strips them away in just one line using the Power of Regular Expressions. If you have not bothered much with RegEx, I hope this line of code makes you think twice.
Filtering Content for WAP using iHTML
I have found that many people (end-users) of web applications use Microsoft Word to create content, then copy and paste this information directly into a WEB Form. For the most part this does not pose a problem, for applications which deliver content to a web browser. However application which deliver content to WAP enabled devices This can become a sudden nightmare.
Control Browser Cache using iHTML
This code will help prevent your pages from being loaded into a browser’s cache. This also works with some Proxy Servers as well. You can include this code as a configuration option into the iHTML applications you develop. When enabled, will it place special HTTP-EQUIV Meta Tags Between the <HEAD></HEAD> tags of the page, which should override the browser’s cache settings.
Logo/SiteTitle Display Code for iHTML Merchant 2.x Templates
Here’s a snippet of code which I often use for developing iHTML Merchant templates. It’s designed to display the "site title" in the event that the store logo does not exist, or it’s set to ‘none’ or some other value.
MS SQL Script for iBPPE Versions 1, 1b, 2
MS SQL script to setup database tables for use with the iBPPE engine that comes with iHTML.