Advanced Tutorials - Coldfusion Web development Thailand
Learn how to use User-Defined Functions in ColdFusion 5.0.
Written by: Pablo Varando
CF5 has added a trick for form validation based on regular expressions that many have missed. If you've ever wanted to validate form input such as email addresses and phone numbers, but have found the built-in validations of CFFORM to be lacking, here's a solution. And you don't need to be a genius with Regular Expressions to start using it.
Written by: Charles Arehart
Have you ever wanted to display a count of how many people are on your web site at any given moment? This tutorial will demonstrate to you how to achieve just that. It will count your web site's active sessions and allow you to display them to your visitors.
Written by: Pablo Varando
This tutorial will demonstrate how you can use ColdFusion and COM Objects to create a Word Document.
Written by: Dain Anderson
This tutorial will demonstrate how to implement the PayPal IPN (Instant Payment Notification) into your e-commerce applications to accept credit cards in real time!
Written by: Pablo Varando
This tutorial will show you how you can parse through your IIS (web server) log files and insert the values into a database, therefore allowin you to display real-time stats to your visitors (i.e hits this week, etc..)
Written by: Pablo Varando
This tutorial is intended to show you how to use the ColdFusion tag <CFRegistry>. This tutorial will show you how to add your current IP to the IP Debug List in the ColdFusion Administrator.
Written by: Pablo Varando
This tutorial will show you how to create a mail system for your site. It will allow you to get your email from a POP3 server, view your inbox, then view the message (with attachments), reply and delete that message as well.
Written by: Pablo Varando
This will pull a predefined number of records from a database, allow the user to change the number of records to be shown, and write the "NEXT" or "BACK" (or both) buttons at the bottom of the page. Thus allowing the user to "surf" through the database.See it in action at http://freecfm.com/t/tentonhead/ and click on the "CTCS" link when you get there.The HTML for this page has changed a little since I first did this (so it validates as XHTML1.1) but the CFML remains as it is in this snippet.
Written by: Jim Summer
MX based view of secuirty ... contains components and infrastructure to support/manage users from both admin and user perspectives as well as an in-depth look at securing your apps at the application level, page level, and data level.
Written by: Kevin Bridges
This tutorial will allow you to interact Cold Fusion with Flash, by using a simple language into flash.Creating an insertion data form.
Written by: Marcos Placona
This tutorial describes the easy application of the tag CFXML to creates XML documents.It helps a lot to integrate XML to your sites
Written by: Marcos Placona
This tutorial will show you how to load your images from an actual .cfm page. Therefore, allowing you to prevent people from using your content on their web sites.
Written by: Pablo Varando
This tutorial will demonstrate how to speed up development and simply your life by using template delivery in FuseBox and CFC's.
Written by: Ray Bayly
This tutorial will demonstrate how you can get the size of a folder (and sub folders) using ColdFusion and Windows File System Object (FSO).
Written by: Pablo Varando
Tutorial that goes into more depth than you really want to know about using ColdFusion to get live game stats from any Half-Life/Counter-Strike game server for your website.
Written by: Lewis Sellers
Have you ever wanted to accomplish server side tasks without ever leaving the current page? I'm not talking hidden frames, I'm talking about using JavaScript to process cfm templates without ever leaving the page!
Written by: Abram Adams
Create dynamic PDF’s on the fly and automatically send them as attachments.There are a bunch of people out there that claim to have this elusive process figured out, or to have a wonder-tag that does it all for you. Well, I tried a lot of them, and the results were always less than desirable, if you want to call them results. However, through this trial and error, I was able to take the good points of some of these failed attempts, and piece them together into a working solution. Right off the bat, this is a solution for those of you who have the ability to install software on your own hosting server or, those of you who can convince your web host to install a little harmless application for you.First, you'll need to download and install HTMLDOC (that “harmless” application I just mentioned) at: http://www.easysw.com/htmldoc/ There is a free version that should work fine for your needs, it works for mine. This program works in conjunction with the next thing you'll need to download and install... the custom tag, which you can get from the Macromedia developer's exchange...just search for CF_HTML2PDF3. This is a free download.Next you'll want to create the file that makes the pdf...in this case I called it pdfDoc.cfm It's basically all of the normal html formatting, wrapped in the custom tag.That's your PDF, now what you do with it is up to you. In the case of this tutorial, we’re dealing with emailing it as an attachment to users who ask for an online Quote or Receipt. This is accomplished with a file called send_pdf.cfm The code for both is included in the zip file with this tutorial. As is this document.Enjoy! Look for more interesting ideas at pushcode.com
Written by: Ryan BeMiller
This tutorial has the purpose to teach people how to develop a simple way to insert data into a database using Flash Remote and Rich internet Application concepts.Helping developers to be at the most top of the new technology.
Written by: Marcos Placona
An advanced set of customizable tags for validating FORM values on the Server-side using User-Defined Functions
Written by: Nathan Miller
This tutorial will show you how to parse XML files (RSS Feeds) with ColdFusion MX and it uses an EasyCFM.COM Feed for example [Feed: 5 Most Viewed Tutorials]. It shows you how to call it via CFHTTP all the way to parse and display your records!
Written by: Pablo Varando
Have you ever wanted to create your very own RSS XML News Feeds? This tutorial will show you how to create an RSS feed that will allow you to syndicate your web site and allow the world to easily use your data!
Written by: Pablo Varando
We think that we have the right search function! But we don't have. Lets see I what I am trying to say. For example:You are trying to find a tutorial about javascript validation. when you search "javascript validation" results comes "0". But they have tutorial about validation and they stored it as "JavaScript Form Validation". If you want to see it at search result page you must write in order as it is in database or indexes.. let's see how we can get correct search results.
Written by: Ayhan Yildiz
|