• home
  • forum
  • my
  • kt
  • download
  • this£º1/2 25records  total:47    start  Previous  Next  Last    goto:
    Horizontal Loop
    ON: 2009-02-27 10:28:05
    Many of you may have had a time when you have wanted to output from a query in a grid format.

    This script will enable you to loop through the results horizontally, across the screen
    11 times | category: [Development]
    Overlaying 2 Images
    ON: 2009-02-27 10:27:26
    In this tutorial i will show you how to over lay one image onto another using coldfusions built-in image functions, this method can be used to add a walter mark to an image.
    13 times | category: [Development]
    Hashing Passwords
    ON: 2009-02-27 10:21:25
    After being criticized for my last post about 2 way encryption of passwords i have decided to write a post about hashing your passwords. As was pointed out in my last post this is a more secure way of keeping your password data safe.
    6 times | category: [Form Processing]
    Encrypting Passwords
    ON: 2009-02-27 10:17:16
    In this tutorial i will show you how you can easily encrypt and decrypt passwords using coldfusion
    11 times | category: [Form Processing]
    Coldfusion Login Script
    ON: 2009-02-27 10:15:58
    Here i am going to show you how to make a login script that will check users against a database for the user name and password.

    First of all we will need to make a login form, this is just going to be a basic form with a user name field, password field and a login button.
    18 times | category: [Form Processing]
    CF8 Rich Text Editor
    ON: 2009-02-27 10:10:10
    Many of you may not know that CF8 has a built-in Rich Text Editor.

    It is actually very easy to use this script, all you need is to have a cfform with a cftextarea.
    10 times | category: [Form Processing]
    CAPTCHA Script
    ON: 2009-02-27 10:04:46
    In this tutorial i will show you have to create and implement a CAPTCHA script into a form to validate that a person is using you site rather than a bot. This is a good script that can be used on forums and contact forms to eliminate SPAM on your site.
    8 times | category: [Form Processing]
    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.
    8 times | category: [Miscellaneous]
    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.
    32 times | category: [Miscellaneous]
    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.
    12 times | category: [Miscellaneous]
    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.
    14 times | category: [Miscellaneous]
    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.
    19 times | category: [Miscellaneous]
    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.
    9 times | category: [Miscellaneous]
    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.
    11 times | category: [Miscellaneous]
    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.
    10 times | category: [Miscellaneous]
    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.
    11 times | category: [Miscellaneous]
    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.
    10 times | category: [Miscellaneous]
    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.
    12 times | category: [Miscellaneous]
    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
    95 times | category: [Miscellaneous]
    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
    9 times | category: [Miscellaneous]
    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.
    59 times | category: [Miscellaneous]
    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.
    9 times | category: [Miscellaneous]
    Dynamically Generating HTML Table Columns & Row
    ON: 2008-08-05 06:32:22
    Dynamically Generate and HTML Table with a Dynamic Number of Columns and rows.
    12 times | category: [Development]
    Looping in Coldfusion
    ON: 2008-08-05 06:31:38
    Looping is a programming technique that repeats a set of instructions or displays output repeatedly until one or more conditions are met.
    16 times | category: [Development]
    Coldfusion Protx VSP Form Integration Kit
    ON: 2008-08-05 06:23:47
    Do you have a Coldfusion site and wish to integrate it with the Protx payment system? If so then this is the best script for you, by using the VSP Form you do not require SSL encryption because all sensitive details are collected on a Protx secure server.
    15 times | category: [Discussion Boards]
    this£º1/2 25records  total:47    start  Previous  Next  Last    goto: