Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Coldfusion CFIF help
- Customers receive a percentage discount on a sliding scale for certain products, otherwise receive the overall web discount price of 5%.Here is the scale:1 - 99 pieces = 5%, 100 - 249 = 7%, 250 - 499 = 8%, 500 - 999 = 9%The code is working and giving...
- Tags: emcounts@..., programming, Allaire ColdFusion
- Q&A 2005-07-12
- coldfusion array error
- Help please getting the following error:Object of type class java.lang.String cannot be used as an array from following code: Try this:1) Provide a type in , it this case, array and try not to set the default to arraynew, leave this and define the array in further cfset.2) Try not...
- Tags: morgant@..., Try This
- Q&A 2005-05-07
- Implement the State pattern with ColdFusion Components
- Small Bone To Pick....Is there a reason for using instead of dropping things inside of a CFScript and doing contentMethodExplosion2.rejectPublishApproval; ? I know there's a lot of personal preferences involved in these sort of things. But it just seems easier to read. Maybe I've been doing...
- Tags: prk166@..., Allaire ColdFusion
- Discussion threads 2007-03-19
- Implement the State pattern with ColdFusion Components
- This article is also available as a TechRepublic download, which includes all the sample code in a more manageable text format.Theintroduction of ColdFusion Components CFCs in ColdFusion MX opened thedoor to more object-oriented programming in CF. When application developers and programmers start thinking aboutOOP, the idea of design patterns almost...
- Tags: Software engineering/development
- Technical articles 2007-03-15
- Create a simple shopping cart using ColdFusion
- The ColdFusion server and development environment is used to host a wide variety of Web sites, including electronic commerce, and continues to grow in popularity. One approach to creating a shopping experience with ColdFusion takes advantage of a combination of arrays and structures to build a simple shopping cart. Using...
- Tags: Allaire ColdFusion, Brian Kotek, productInfo, productInfo.availableColors, shopping cart, simple shopping cart
- Technical articles 2005-02-15
- Making ColdFusion thread-safe with cflock
- Every ColdFusion developer should know about the cflock tag and its associated attributes. Unfortunately, many ColdFusion developers are a little cflock shy. In this article I will explain why you should make an effort to get to know this important tag and introduce you to the issues that make its...
- Tags: Development tools, Andrew Grant, application.numberOfHits, Allaire ColdFusion, multi-threading
- Technical articles 2004-03-16
- Software Design: The benefits of polymorphism with ColdFusion Components
- ColdFusion Components CFCs are object-like constructs that became available to ColdFusion developers with the release of ColdFusion MX. While they aren't quite "true" objects, they do have many of the capabilities that objects in other languages have. One of these capabilities is polymorphism.Polymorphism means "many forms" in Greek. When used...
- Tags: Mice, Development tools, Allaire ColdFusion, Feline, Brian Kotek, software, benefit, Animal CFC, CFC, Mammal CFC, polymorphism, mouse
- Technical articles 2004-02-04
- Use arrays and structures in ColdFusion
- Complex variables help you get more out of ColdFusion, and they're easier to use than you might think. Brian Kotek explains how arrays and structures put problem-solving power in your development toolbox.ColdFusion Markup Language CFML lets you create variables to store data. Variables in CFML fall into two categories: simple...
- Tags: Development tools, Brian Kotek, Allaire ColdFusion
- Technical articles 2002-09-04
- A recursive, dynamic menu tree in ColdFusion and JavaScript
- Static content is so yesterday—Web sites today are all about staying fresh and current. To that end, on a recent internal project I created a new intranet site and opted to develop a dynamically populated menu. I went this route so that managing the links didn't involve having to open...
- Tags: Databases, Development tools, John Wilker, database, JavaScript, Allaire ColdFusion
- Technical articles 2004-04-22
- Locking data and persisting CFCs in ColdFusion MX
- ColdFusion MX is a multithreaded application server. Handlingmultiple execution threads simultaneously offers much higher performance thanhandling one thread at a time. CFMX also allows developers to store data inserver memory. This lets us cache application-wide data easily, or handleuser-specific data like a shopping cart. Multithreaded execution and persistentdata are useful...
- Tags: Allaire ColdFusion, Brian Kotek, ColdFusion MX, counter, exclusive lock, lock, User B
- Technical articles 2005-01-26
- Write efficient code with the Composition object pattern and CFCs
- For ColdFusion developers, the door to the object-oriented world was finally opened with ColdFusion MX. Version 6.1 allows for the creation of ColdFusion Components CFC. These constructs deliver many of the benefits of object technology, including inheritance, methods, and polymorphism.Through CFCs, developers can now apply many well-established object patterns like...
- Tags: Telecom & Utilities, Development tools, Brian Kotek, Customer CFC, phone, CFC
- Technical articles 2003-10-23
- Create recursive functions with ColdFusion MX
- Sometimes when you're programming, it is useful to have a function or procedure actually call itself as part of its operation. This is called recursion. Recursion is often useful when dealing with hierarchical data structures. Manipulating data that has a parent-child relationship is an ideal environment to make recursive calls.XML...
- Tags: Development tools, Brian Kotek, ColdFusion MX, Mindmap XML, XML, Allaire ColdFusion
- Technical articles 2003-07-11
- ColdFusion's Java connection
- Macromedia calls CFML "a scripting layer for J2EE." The ability to integrate Java into ColdFusion provides all sorts of opportunities, including access to freely and commercially available Java libraries; features in the standard Java and J2EE libraries; and your own Java code. In some cases, this can mean access to...
- Tags: Programming languages, Development tools, Andrew Grant, Java, SimpleMath, Allaire ColdFusion, addNumbers, createObject
- Technical articles 2004-04-07
- Manage dependency injection for ColdFusion with the ColdSpring framework
- This article is also available as a TechRepublic download, which includes code Listings A-D in a more manageable text file format.Adobe ColdFusion has been gaining in popularity among thedevelopment community. This boom is caused by a sort of feedback loop: morepowerful tools and frameworks drive application developers to become better,while...
- Tags: Adobe ColdFusion, Allaire ColdFusion, Brian Kotek, ColdSpring, dependency, UserDAO, UserGateway CFC
- Technical articles 2006-11-02
- << Previous
- page 1 of 1
- Next >>