Tutorials Search Results
Page  1 2 3 4 5 6 7 8
Displaying 51-75 of tutorials found.
Thumbnails with one line of code.
 
 
 
 

This article gives background and instructions on how to change the IP used in the Developer Edition of both CF5 & MX. You can link through to my site at www.defusionx.com
 
 
 
 

If you've lost the ColdFusion MX Administrator password all is not lost. It can be reset it by altering a variable in one of the system files and restarting the ColdFusion process.
 
 
 
 

Need a quick way to manage your meta information? Frustrated with tags mistakenly deleted by page updates? This handy script will help you keep track of and easily update your meta data.
 
 
 
 
 

In order to use session variables, first you have to instruct the Cold Fusion server that you wish to use them. Here's a tutorial on how to do just that!
 
 
 
 
 
 
 
 
 

Many times we need a quick and easy way of importing data into our website databases. The CSV file format is one of the defacto standards for moving data between databases easily. Virtually all databases allow exported to CSV format. And virtually all database support importing a CSV formatted file. So why use Coldfusion to do this mundane task? Simply put it is database independant - in this example I created a simple script that reads a CSV file and inserts the records into a matched mySQL table. When I first started looking at this I was surprised that I could find very little of how to achieve this. So now that I have it worked out I thought I could share this little piece...

 
 
 
 
 

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 FireFox, you can dynamically set the EncType of a form element to be "multipart/form-data" for file uploads; however, this does not work in Internet Explorer (IE). Apparently in IE, you have to set the "encoding" of the form rather than the "enctype". The good news is, you can set both values without concern and this will take care of the problem:

 
 
 
 
 

This Tutorial Will show you how to generate RSS Feeds from a Database Query and have those feeds made into a Compliant RSS 2.0 Feed Requires ColdFusion 8, will not work on earlier version of Coldfusion.

 
 
 
 

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 Tutorial will show you how to display tag restricitons with Sandbox Security enabled.

 
 
 
 
 

Dynamically Generate and HTML Table with a Dynamic Number of Columns and rows.
 
 
 
 
 
 

With AJAX applications giving us a lot more power than an "old school" web 1.0 page, it isn't unusual for someone to just sit on one page and fire off various operations that use HTTP to fetch and present data. This works fine until you leave the site alone for too long and your session times out. (I'm assuming most folks use a time based session, much like how ColdFusion works.) The question is - what happens in your current AJAX based application when a user's session times out?

There is a solution...

 
 
 
 
 

This will show you how to query a query. It also demonstrates how to use the datediff function and how to find an average.
 
 
 
 
 
 
 
 
 

Your boss wants multiple reports from your database and he wanted them 5 mintues ago. This is a quick way to write one SQL statement but be able to query your database multiple times while specifying what values you want it to return.
 
 
 
 

This article describes how I use a cfswitch statement to make deployment fast, customizable, and easy.
 
 
 
 
 
 

This article demonstrates how to create dynamic HTML controls such as checkboxes, select boxes, and radio groups without a database.
 
 
 
 
 

This article presents the method that I use to manage URL parameters.
 
 
 
 
 

This code detects the most common user agents (web browsers) and notifies you via email if it is not a recognized user agent as defined in the code. Usually this will be a bot of some sort. Extrememly useful for tracking how often Google, Yahoo, etc visits your site. It will email you the bot and a reverse IP lookup url with the IP appended so you can verify if it is a "good bot" or a "bad (spam) bot" (then you can block that IP or stop processing of the page). Use this in your home page or as an include file throughout your site. Nothing fancy it should work on MX also although I have not tested it there.
 
 
 
 

Create an include file (custom tag) for your navigation to help make maintenance easier! This include file lights up the button depending on where the user is at in your website, and is XHTML 1.1 validated! If you need to edit your navigation, just do it in 1 place, the include file! Javascript included :)
 
 
 
 

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.
 
 
 
 

This is jus a simple little script that will automatically update your copyright information and uses a to - from scheme display it if the start date and end date are not the same.
 
 
 
 

Adding lines to a form dynamically using javascript and CF. User enters data, clicks Add Another, the page reloads. It keeps the data from line 1 and adds another blank row that is ready for data entry.
 
 
 
 

Search Tutorials
Beginner Intermediate Advanced All
Find Tutorial By Skill Level
Find Tutorial By Platform
Find Tutorial By Category

Sponsored By...
iOpenSoft, LLC is a Houston, Texas Advanced Technology Studio Specializing in Web Design, Web Development, iPhone App Development and Android App Development.