Categories
Tags → Html Example

Using External JavaScript to Create Dynamic Content

Create the script once and reference in any number of ways. The example goes into Date Stamps, News, Quotes, etc. One file to update and one line to include in the HTML page. You can use this as a fake Server-Side Includes to create site navigatio...
DETAILS

VoiceXML with XSLT (HTML and WML)

A Sample Chapter from Early Adopter VoiceXML. This chapter examines the use of the Extensible Stylesheet Language for Transformations (XSLT) as a tool for the generation of VoiceXML. I intend to illustrate a complete, end-to-end example of implementi...
DETAILS

Random File Picker

The script simply takes the name of a directory and returns a random file from within that directory. An example of its use is provided by means of script to play the game Scissors/Paper/Stone. For a live use of this application, the author uses it t...
DETAILS

CFX_JSpellCheck

CFX_JSpellCheck allows ColdFusion developers to build custom front ends (or use the supplied front end) for checking spelling in web applications. The Spell Checker allows you to Pass in a word, or paragraph of words, and it will check the spelling o...
DETAILS

Create Excel on the Server

This code example demonstrates how to create excel documents on your server. Using the US state info db, after reading the contents of the db instead of writing output to the browser, html text is written to the server with the .xls file extension. A...
DETAILS

Financial Graph

This sample code demonstrates how to create effective graphs using simple html and the output from an access db but without the need for third party components. The example shows the stock performance for Yahoo.
DETAILS

Pick the Color

This script shows how to find the numbers (RGB) to use for any given color, or to find what color will be created by a given set of RGB. This example uses (1) an HTML file, (2) a DIV-CONSTRUCT javascript file, and (3) a COLOR javascript file. This ex...
DETAILS

Import CSV to HTML

The author writes &"A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for each observation. While this is usually a mean...
DETAILS

Access To HTML

This short example will allow you to dynamically create &"static&" html documents from an Access data on your web server using Active Server Pages. Basically after reading the contents of the db, instead of writing output to the bro...
DETAILS

Offering Automatically Updating Syndicated Articles

This tutorial explains an easy method of offering an automatically updated html file to other sites. I have taken the example of an article but the same theory could be applied to other content such as tutorials, images or news.
DETAILS

Page:
©2003-2019 jCay.com