The principle of this tutorial is similar to "Dynamic time and date for your pages" tutorial.
Except that this one generates messages, and that one updated time.
Read on, you will get the hang of it....
Simple list of links to:
1. Change the background color of current page.
2. Demonstrate CFParam and URLEncodedFormat (both of them can be life savers!)
3. Provide hours of fun for the easily amused (I'm guilty as charged).
Yes, I know we're a ColdFusion site...but ColdFusion does not live in a vacuum. We have to know SQL, HTML, CSS...and sometimes...JavaScript! This tutorial focuses on using JavaScript (in lieu of cfform) to create client side form validation (and explains why writing your own is better than using ).
Replaces or Adds a variable with its value on a cgi.Query_String alike. It supports multiple values at the same time separated by commas
This simple CFC scrambles your e-mail into ASCII-equivalent characters, reducing the chance of your e-mail being phished by bots and spiders significantly.
This is a function that generates a 14-digits unique number from the current date and time. You can use this number as a unique ID for your database records.
This Tutorial will show you how to display tag restricitons with Sandbox Security enabled.
In this tutorial, I'm showing you a working method for URL Rewriting using ColdFusion, and a ColdFusion CFC.
You'll be able to have your old urls like: http://yoursite.com/index.cfm?var1=1&var2=2
to be viewed and displayed as: http://yoursite.com/index.cfm/var1/1/var2/2/
This tutorial shows you how to gather and store user statistics, including Browser, Browser Version, Screen Width, Color Depth, Screen Height, Bit Rate and User Environment. Includes Browser Detection for IPhone, Blackberry, and Android-based mobile devices...
In this tutorial I'll show you how to optimze your database tables in MySQL (The script is very similiar for SQL Server) by using CFQUERY in a coldfusion page.
It's becoming more and more common that Users are accessing your website from a mobile web browser (like that from an IPhone, Blackberry, Android or other mobile device). It's also becoming more prevelant that you need to start supporting and developing for the mobile platforms. But how would you begin?
This tutorial will help you out.
This little piece of code will transform those pesky "enter" keys in a textarea into "
" tags so your users input is printed out properly in your html page.
Ever wondered how sites are able to return stores that are within a certain radius of your own zip code?
How to read EXIF and IPTC data from a JPEG image.
Use CFFILE to allow file uploads that are restricted in size and by MIME type, with friendly error messages.
This tutorial will show you how to create an OO Data Factory that will allow you to easily extend your applications to multiple database servers.
You can use a combination of and javascript to show a message on the screen
while processing a large data set (or any other long-running task), and then remove the message when the task is complete.
Inject customized content into predefined messages by adding specially formatted placeholders in the message.
This cfscript highlights a substring in a string.
A Complete Way how we can add a fetch a Podcast and display on the website. Very easy with just Simple XML Tags. the Tutorial has been Influenced by various Peoples works and Finally i came Up with this. Check and You will have the Podcast view for your own website.
This tutorial will demonstrate how to speed up development and simply your life by using template delivery in FuseBox and CFC's.
In another tutorial inspired by a co-worker, I look at the ability to clean up code using CF Functions in CF5 and CFMX.
This tutorial serves two purposes. First it demonstrates how to create a function that is usable in CF5, CFMX and CFMX6.1. It also demonstrates a math and logical way to determine the number of weeks in a month without looping.
A simple and detailed of your first CFC. Great documentation of each step taken. A must for newbies!!!
Ever wanted your data to be output in a column view such as mailing labels are?
Use this code and change only a few lines and your data will be output in a table with 3 columns and as many rows as you have data.
A great alternative to the standard row based view. Very easy to modify.