• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:15    start  Previous  Next  Last    goto:
    CFTIME: How to Make Content Appear and Disappear
    ON: 2008-08-05 07:10:38
    Content on the web often has a shelf life. You may have information that you want up after a certain point in time or you may want it to be gone after a certain time.You may want to have it appear and disappear without having to be editing files or changing out input in some back end system. You will find that you can build a simple system for publishing and removing info with ColdFusion's CFIF tag and CreateDateTime() and Now() functions.
    6 times | category:
    Looping in Coldfusion
    ON: 2008-08-05 07:09:55
    Looping is a programming technique that repeats a set of instructions or displays output repeatedly until one or more conditions are met.
    30 times | category:
    Writing Maintainable Code
    ON: 2008-08-05 07:07:55
    This article will examine coding best practices for writing maintainable code, including consistent variable naming conventions, code structure, and comments.
    10 times | category:
    ColdFusion Methodologies for Content Management
    ON: 2008-08-05 07:06:44
    This document was created for the purpose of explaining a personal programming technique using ColdFusion. The document explains an example Web site in terms of logic, ColdFusion architecture, and file structure. This document is technical in nature and a strong understanding of ColdFusion is required.
    10 times | category:
    Writing pluggable ColdFusion modules
    ON: 2008-08-05 06:57:57
    This small tutorial describes how to create a coldfusion module in such a way that it can be plugged in anywhere without it's proper working being affected, nor affect the template code where it's plugged into.
    17 times | category:
    Displaying Tag Restrictions on a Coldfusion Server
    ON: 2008-08-05 06:56:43
    This Tutorial will show you how to display tag restricitons with Sandbox Security enabled.
    7 times | category:
    Coldfusion Mail Script
    ON: 2008-08-05 06:55:20
    In this short tutorial i will show you how to easily add mail functionality to your website using the cfmail tag. This script could be used to send newly registered users a confirmation email or could actually be developed into a full webmail system.
    9 times | category:
    Coldfusion Mail Inbox Script Using cfpop
    ON: 2008-08-05 06:53:40
    This script will show you how to read emails from a mail server, this script could be used for a web mail client.
    8 times | category:
    Coldfusion AVG MPG Chart
    ON: 2008-08-05 06:52:39
    Here is a coldfusion page I have created to keep track of my mileage. You can also download the page and an access database. You will have to change the datasourcename (line 1) to your data source name and you will have to change the purchase date on line 88 from 01/01/2000 to your purchase date.
    9 times | category:
    Easy Javascript Popups in Coldfusion
    ON: 2008-08-05 06:50:25
    Here is a tutorial for all the Coldfusion programmers that require javascript popups to populate their forms, but don't want to learn javascript.
    7 times | category:
    Invoking Java Servlets in ColdFusion
    ON: 2008-08-05 06:47:00
    Adding the power of Java servlets to your Web site is easier than ever when you combine the strengths of ColdFusion and JRun. However, every journey begins with one small step. To get started on the journey to the wonderful world of Java, Web developers using ColdFusion should become familiar with the two most common methods of invoking servlets: via the URL or using the tag.
    9 times | category:
    Integrating ColdFusion Applications with Microsoft Active Directory
    ON: 2008-08-05 06:45:43
    A key advantage in using ColdFusion to develop Web applications is the ease of which it allows you to integrate with other standard Internet protocol-based systems. The Lightweight Directory Access Protocol (LDAP) is a key Internet protocol supported by ColdFusion via the CFLDAP tag. The Microsoft Active
    92 times | category:
    Custom Tags
    ON: 2008-08-05 06:44:50
    ColdFusion custom tags are ColdFusion templates just like any other CFML file but are designed to be reused. Coders can save much time by packaging code that is used frequently or can easily add functionality by using free or inexpensive
    7 times | category:
    Generating XML with ColdFusion - A Rough Guide
    ON: 2008-08-05 06:38:22
    This tutorial shows how to create a basic well-formed XML document using a data set returned from a ColdFusion query.
    51 times | category:
    Checking Diskspace
    ON: 2008-08-05 06:37:45
    Sometimes you want to keep an eye on your diskspace usage, so that if you get to low on space, you have time to do something before it's too late and the system crashes.
    7 times | category:
    this:1/1 25records  total:15    start  Previous  Next  Last    goto: