All Entries

The following page lists all Cookbook entries, sorted newest to oldest.

All Entries

How can I easily control the look and feel of my site?
How can I find what machine/server my code is running on?
How can I use ColdFusion to work with JSON?
How can I read a simple text file, processing each line of the file?
How do I check if a date is in the current century?
How can I access/call functions in .Net classes?
How can ColdFusion work with ZIP and JAR files?
How can I use ColdFusion to crop an image?
How can I use ColdFusion to watermark an image?
How can I create a CAPTCHA image with ColdFusion?
How can I use ColdFusion to serve files that exist outside of the web root?
How do I use encryption in ColdFusion?
Is it possible to connect to an Access database on another server?
How to serve pictures from a database
How do I return XML from a CFC that can be used with Spry?
How do I programmatically create a new datasource?
How do I return a query from an Excel file?
How can I pass alt tag (or other attributes) to the cfinput tag?
How do I convert a list of files into links?
How do I connect to a Progress Database
How do I migrate from Application.cfm to Application.cfc?
How can I tell the dimensions of an image in ColdFusion?
How Do I Send An Email To Multiple Recipients Without All Email Addresses Being Listed in the To Line?
How do I remove repeated values from a list?
How can I create page navigation that dynamically highlights the current page?
How do I create a tag cloud from a query?
How do I avoid forgetting to declare local variables?
How can an Application.cfc's extend to other Application.cfc's?
How can I validate a password to make sure it contains numbers and letters and is at least X characters long?
How do I retrieve the dates for specific days of the week for all months in a year, and put them into an array?
How do I end a session when the user closes their browser?
How do I restart an application in ColdFusion?
How do I get a listing of just the files or child directories in a directory?
How can I pad a variable with spaces or other characters?
How can I access/call functions in a C++ dll?
How can ColdFusion generate an excel file?
Does CFFILE have a file size limit?
How do I format an Active Directory Timestamp?
How can I get user and Search Engine Friendly URLs?
How do you highlight searched words in results?
How can I use session variables to determine the date of a user's last visit?
How do I make a 301 redirect (permanently) from url1 to url2?
How do I output a query result set grouped by a specific field?
How do I perform an XSLT transform?
How do you determine the beginning of a given week?
How can I tell if a user has JavaScript enabled?
How do I get around a lack of constructors in CFCs?
How can I use ColdFusion to check a mail account?
How do I create a vCard/ vCalender link and have it download to MS Outlook?
How do I process CF code contained in a string (eg. text field in DB)?
How can I prevent empty query values from creating empty table cells?
How can I detect if the browser accepts cookies?
How do I get the SQL used to generate a query?
How do I sort a structure?
How do I create an array with more than three dimensions?
How do I sort a 2 dimensional array?
How do I sort a single dimension array?
How do I remove HTML from a string?
How do I add an invidual entry to a Verity collection?
How to I initialize a CFC at the same time as I create it?
How can I dynamically find what form fields have been posted into a page?
How do I delete a folder and all files and subfolders beneath it?
How can I share cookies between ColdFusion and JavaScript?
How do I find the size of a directory?
How do I make sure a string is safe to use with JavaScript?
How can I convert ColdFusion variables into JavaScript variables?
How do I get the values from one column in a query?
How do I re-sort a query?
How do I access one row in a query?
How can I access a query column if I have the column name stored in a variable?
What's the most effective way to clean text pasted from Microsoft Word?
How can I automate cached queries to update at an exact time each day?
How can I clear the cache of a recordset created with <cfquery>?
How can ColdFusion cache a database query?
How can I clear a client-side or server-side cache that was created by the <cfcache> tag?
How can I cache a ColdFusion page on the ColdFusion server?
How can I cache a ColdFusion page on both the client machine and the ColdFusion server?
How do I reset the ColdFusion Administrator password?
How do you dynamically set a variable and its value?
How do you determine the amount of free space on a volume?
How can I get a list of files in a directory?
How can I display a message on a long-running page?
How do I make a template pause(sleep)?
How can I cache a ColdFusion page on the client machine?
How do I display query results in an N-column table layout?
How do I do a server-side relocation?
How do I get the last modified date on a file?
How can I generate static HTML from a dynamic ColdFusion page?
How can I cache the results of a block of ColdFusion code?
How can I prevent a browser from caching my page?
How do I determine if a number is even or odd?
How can I read, set, or delete Windows system registry data?
How can I read and write ColdFusion .log files?
How do I read and write binary files?
How do I get the username or domain from an email address?
How can I work with remote HTML forms?
How do I prevent a file from becoming corrupt due to simultaneous access?
How can I limit the size of a file when uploading with cffile?
How do you force an application to use SSL?
How can I ensure there are no leading or trailing spaces in my variable?
How do I upload a file to my ColdFusion application by way of a form?
How do I find out if a specific file or directory exists on my ColdFusion server?
How do I get the directory for the current template?
How do you return the value of a dynamic structure key?
How do I perform trigonometric calculations?
How do I force a file to download instead of displaying inline in IE, Firefox and other browsers?
How do I work with logarithms?
How can I prevent SQL injection attacks?
How do I find a value in an array?
How do I find a value in a list?
How do you copy a structure?
How do I know when a user's session ends?
You need to generate a unique identification value to track a user.
How do I trim the contents of a form?
You need to test a string to see if it is a valid numeric value.
You need to work with non-US formatted numbers and currencies.
How do you determine if an array position exists?
How do you loop over the values of an array?
How do you stop users from clicking the submit button more than once?
You need to round a number to an integer value.
How do you loop over the values in a structure?
How do I alternate row colors in a table?
You need to determine whether a number is positive or negative, or you need to find the absolute value of a number.
You need to format a number as a US currency for output.
You need to format a non-currency number for output.
How can I make a form submit to itself without hardcoding the file name?
Is there a way to determine the name of a user authenticated by the web server?
How do I mail the contents of a form?
You have a date and time in Epoch seconds that you would like to convert to a date/time object.
You have a date, time, or both and you need to convert it to Epoch seconds.
You need to extract the day/month/year/hour/minute/second (DMYHMS), day of the week/year, week number, or quarter from a date/time object.
You have two dates/times you want to compare.
You want to add to or subtract from a date/time object.
You need to determine the difference between two dates or times.
You have a string, such as user input, that you need to convert to a date/time object.
You need to format a date/time object.
You need to create a date/time object.
You need to determine whether a string or numeric value is a valid date object.
You need to get the current date/time from the server.