Excel Spreedsheets SQL Table Names

There are 3 ways you can reference a table (or range) in an Excel workbook in your SQL Queries.

Continue reading

Posted in Data, iHTML, MS Excel | Tagged | Leave a comment

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.

Continue reading

Posted in iHTML | Leave a comment

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.

Continue reading

Posted in iHTML | Leave a comment

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.

Continue reading

Posted in iHTML | Leave a comment

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.

Continue reading

Posted in iHTML | Leave a comment

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.

Continue reading

Posted in iHTML, iHTML Merchant | Leave a comment

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.

Continue reading

Posted in iHTML | Leave a comment