This tutorial will show you how to quickly and easily backup and restore a MySQL database using just ColdFusion scripts and avoiding having to use CFEXECUTE which is normally disallowed on shared hosting platforms.
ColdFusion 8 has some handy tags that will provide database detail but what if you're running CF7? Normally you would have to resort to running the mysqldump command but this is restrictive if you wanted to provide your users with a method to backup their databases.
This is a definitive guide on how to create and manage ColdFusion 8 instances on a corporate environment on a JRUN server. the guide pretty much shows how to set-up the development environment, but it can also be used for production if a few changes are made.
This short tutorial will have your site looking awesome with flash forms on a shared server environment. This requires access to CF8 (or 7) /CFIDE/Scripts files. You can install a copy of CF8 Dev server on your computer and get them from there if you need to. See Adobe.com for details on downloading CF8 Dev Edition (its free).
This Tutorial will show you how to display tag restricitons with Sandbox Security enabled.
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...
This is a Spry & Coldfusion tutorial for making phone calls via the internet. This Tutorial has a catch however, it's for use with Vonage's 'Click-to-Call' service.
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.
In this tutorial, I'm going to show you how easy it is to create a username check utility directly inside your web-based form, using JQuery & ColdFusion.
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...
Dynamically Create and Manage Application variables and set them on the fly in your applications. This tutorial will work best for situations that involve reusing the same application architecture for multiple sites, if application variables are changed often or if application variables wish to be changed without going into the code.
This is part 1 of a 2 part tutorial. In part 1 we will cover how to dynamically sets data to a drop down list box. In part 2 we will cover how to use this example in a simple search screen.
In this tutorial we will cover how to log failed login attempts and lock the account for a period of time.
This is part 2 of a 2 part tutorial. In part 1 we will cover how to dynamically sets data to a drop down list box. In part 2 we will cover how to use this example in a simple search screen and keep the previous selected options from the binded dropdowns.
Hi Guys! You have sen many applications with google maps and coldfusion showing a specific markers on the map. Most use Custom Coldfusion based tag to show markers on the website. That is also true. But here i will simply use the javascript and the XML functionality to show multiple markers.
Evrything is possible with Custom tag, but suppose your host does not allow you to use any custom tag and then u desperately looking a solution something like. Here is the solution for you.
Very Basic Coldfusion Code is used and i have explained everything in detail for you better understanding
So we begin now: