• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:18    Start  Previous  Next  Last    goto:
    Writing Maintainable Code
    ON: 2007-07-05 17:10:17
    This article will examine coding best practices for writing maintainable code, including consistent variable naming conventions, code structure, and comments.
    18 times | category: [Development]
    ColdFusion Methodologies for Content Management
    ON: 2007-07-05 17:03:45
    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: [Development]
    CFTIME: How to Make Content Appear and Disappear
    ON: 2007-07-05 17:00:41
    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.
    7 times | category: [Date and Time]
    Coldfusion AVG MPG Chart
    ON: 2007-07-05 16:55:04
    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.
    2 times | category: [Database Related]
    Easy Javascript Popups in Coldfusion
    ON: 2007-07-05 16:53:12
    Here is a tutorial for all the Coldfusion programmers that require javascript popups to populate their forms, but don't want to learn javascript.
    31 times | category: [Database Related]
    Invoking Java Servlets in ColdFusion
    ON: 2007-07-05 16:51:28
    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: [Database Related]
    Integrating ColdFusion Applications with Microsoft Active Directory
    ON: 2007-07-05 16:48:24
    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 Directory - which is the heart of Windows 2000 and XP network operating systems - provides an LDAP compliant interface. This LDAP interface allows the ability to integrate ColdFusion applications with the Microsoft Active Directory.
    39 times | category: [Database Related]
    Custom Tags
    ON: 2007-07-05 16:29:32
    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 custom tags. There are two general categories of custom tags, one uses only ColdFusion's CFML code. The other packages C++, Java, or other languages into a custom tag that is used by ColdFusion. We'll cover only CFML based tags in this article.
    8 times | category: [Database Related]
    Grouping Results
    ON: 2007-07-05 16:22:56
    ColdFusion makes it easy to select data out of a database and display it on a page. As soon as you feel good about your success in crossing the divide from static to dynamic, someone will say "That's nice, can you group the list by author?". Whether you are asked to group things by author, make, brand, year or whatever, ColdFusion has you covered with its grouping capabilities.
    3 times | category: [Database Related]
    ColdFusion Expressions: Operands, Operators, and Other Constructs
    ON: 2007-07-05 16:14:21
    This technical note describes ColdFusion expressions -- language constructs that allow you to create sophisticated applications
    5 times | category: [Introduction to ColdFusion]
    Using ColdFusion Variables
    ON: 2007-07-05 16:11:04
    A ColdFusion variable is created by assigning a value to it. Most commonly, you create variables by using the CFSet tag. You can also use the CFParam tag and assignment statements in CFScript. Tags that create data objects also create variables
    17 times | category: [Introduction to ColdFusion]
    Structures and Arrays in ColdFusion
    ON: 2007-07-05 16:05:44
    Structures are everywhere in the ColdFusion world. As of ColdFusion 4.5, form, application, session, server, request, and URL variables are stored in structures. Allaire Spectra makes extensive use of structures and associative arrays.
    13 times | category: [Introduction to ColdFusion]
    Locking in ColdFusion
    ON: 2007-07-05 16:02:11
    We all know that locking is important. Most of us even understand why locks are needed. But exactly where to use a lock, which lock type to use and what code to put within the lock remains confusing at best.
    9 times | category: [Introduction to ColdFusion]
    Scope
    ON: 2007-07-05 16:01:04
    We all start out learning ColdFusion by outputing variables using CFOUTPUT and some pound signs. A variable with an name like myvariable was passed to the page by a form or a link and output as #myvariable#. By not understanding and using scope, we unwittingly add inefficiencies to our code and overlook a lot of advantages that come with using scopes.
    3 times | category: [Introduction to ColdFusion]
    CFPARAM and How to Uncheck a Checkbox
    ON: 2007-07-05 15:59:52
    For anyone new to application development, you may be perplexed when you create your form for editing some data that should allow a user to uncheck a checkbox and update a record to a status of not checked. You will sooner or later discover an oddity about HTML forms. HTML forms won't allow you to uncheck like you think you should be able to. If you uncheck the checkbox, the value becomes NULL and the form doesn't bother to pass the field. You will find that ColdFusion does have a simple solution and much more with the CFPARAM tag
    17 times | category: [Introduction to ColdFusion]
    The Next ColdFusion - Blackstone
    ON: 2007-07-05 15:50:17
    Macromedia's Chief Evangelist for ColdFusion, Ben Forta, spent the spring and early summer 2004 previewing the next generation of ColdFusion to user groups throughout North America. The pre-release name of the product is Blackstone and has a host of features that will be of interest to new and veteran ColdFusion and Flash programmers. Some of the major enhancements are: Wizards and enhancements for new CF'ers, major enhancement to CFFORM (key phrase: type = "flash"), introduction of CFDOCUMENT, and improved reporting with CFREPORT and a report creation tool
    8 times | category: [Introduction to ColdFusion]
    Tips: ColdFusion Web Hosting
    ON: 2007-07-05 14:50:16
    There are many things to consider when determining how you will host your ColdFusion site. Issues include tag availability, database needs, disk space, bandwidth, security, support, e-commerce, and software costs..
    3 times | category: [Introduction to ColdFusion]
    Managing Session-Aware Clusters
    ON: 2007-07-05 14:04:03
    Among the many features provided by Macromedia's Web server clustering solution, ClusterCATS provides a feature called session-awareness. Session-awareness ensures that when a session begins on a particular clustered Web server, it will remain on that server until it is complete.
    7 times | category: [Cookies]
    this:1/1 25records  total:18    Start  Previous  Next  Last    goto: