This custom tag will allow you to easily add a weather control to your website. Using the XML data feeds from weather.com we can produce owesome looking weather controls, both for current conditions and for forecasts. This control has a multitude of attributes, is fully customizable, easy to use, comes with example templates, and full source code provided. Sep 15, 2005
We'll learn how to create and use a Coldfusion custom tag, that will add a color picker field to a form and make it easy to select a web safe color. No popups were harmed during the making of this article! Jun 27, 2005
Long tables that run over more than one page when printed do not display their headers on all printed pages, just the first one. It is possible though, with a few HTML and CSS hacks to get them to display on all printed pages. Apr 18, 2005
Using the cfpop tag to retrieve emails returns the headers as one long text string, which makes it difficult to get specific values. In this article we'll see first how to get the headers, and then how to work with them to get the name-value pair we want. Mar 31, 2005