|
All About Caching! (VERY useful practice!) by Jeremy McAnally Language: Cold Fusion
This will show you how to use the Caching feature of ColdFusion to improve server performance. Go ahead and give it a read, it never hurt anyone to implement a little caching here and there to dramtically increase performance.
|
Query to MS Excel by Tim Garver Language: Cold Fusion
Output excel file easy with ColdFusion MX.
Hi Many years ago i wrote an article here to create an excel CSV file with ColdFusion.
I wanted to update this with the newer easier way to accomplish the same goal.
have a search page with an output type drop box called "otype" values("web","xls","prt")
Write out your page in an HTML table with the columns you want in excel.
Then put an IF statement around your table or simply at the bottom of the page with links to the same page with the ... (see entry for full description)
|
TO ALL USERS: An open letter by PSC Moderators Language: Cold Fusion
TO ALL USERS: We moderators have written a short letter that explains our new job, and what you can do to make PSC run more smoothly.
|
New ColdFusion 5.0 Feature Highlights by Rabid Nerd Productions Language: Cold Fusion
This article helps to explain the usefulness of the new ColdFusion 5 CFML Language features, including CFFLUSH, Query of Queries, User Defined Functions (UDFs), CFSAVECONTENT, and CFGRAPH. A sample UDF is included! (Hint: it is a function that outputs RollOver Image Code!)
|
Login, Database Querying, Passing data between pages. by dcroft Language: Cold Fusion
***DataBase Added, sorry bout that....***
This is a simple introduction to COldFusion that instructs the user how to gather
information from a database based on a certain criteria. In this Example
I used a simple 2 word query to search for the correct Data.
This is your basic Login\Password type program. The User is introduced to
a page containing a field for the ID, and Password respectively.
In this case.... The password is always gonna be a number. So I set it up so if a
pote ... (see entry for full description)
|
|
|
|