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.
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
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.
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.
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:
this:1/125records total:6 Start Previous Next Last goto: