Print Design Templates Take a look at these creative Graphic Design templates for brochures, flyers, newsletters, stationery, postcards, ads, menus and posters for a variety of businesses.
Invoicing 4 Freelancers A complete, secure, online billing application that maintains hourly service billing, flat fee billing and recurring charges. Integration with Authorize.Net and other leading payment gateways provides hands-free recurring billing with a sophisticated CRM system.
Free Design Magazines Browse through our extensive list of free Graphic Design, Web Design, Business, Computer, and Computer Graphics magazines, white papers, downloads and podcasts to find the titles that best match your skills and interests; topics include management, marketing, operations, sales, and technology. Simply complete the application form and submit it. All are absolutely free to freelance professionals who qualify.
Suggested Links Photoshop Tutorials
Logo Designer's Logos
Web Design Tools List
Layouts & Templates Directory
Web Design & Graphic Design Blog
Photoshop, Flash, 3D Studio Max Tutorials
Web Designers & Developers
Crafts for Kids
Photoshop Tutorial Man
Tutorial Guide -- Free Webmaster Tutorials
Design Contests
How to Draw
Work From Home Job Search
OTHER SITES WE OWN
AllFreelance
Graphic Design Resources Directory
Graphics Tutorials Directory
Social Networking Articles
Design Sites Up
All Freelance Work & Portfolios
Graphic Design Community
Education & Learning Directory
![]() |
home > Web Design Tutorials > Programming Tutorials > Coldfusion Tutorials ss s > ADVANCED-LEVEL COLDFUSION PROGRAMMING ARTICLES & TUTORIALS
Browser Check UDF Library - User Defined Function Library for ColdFusion 5.0 and up. The Library checks to see what the user browsing your site is running, Netscape, Internet Explorer, Windows, Mac, etc
10 ColdFusion Scripting Tips
If you've gotten your feet wet with ColdFusion, these tips should clue you into some more advanced techniques that will really enhance your coding. We'll cover everything from combining variables and SQL statements to creating one form that can be processed into numerous pages, to making your Web applications secure. Read on to advance your ColdFusion skills
Coldfusion Tutorials CF_LiveChat
CF_LiveChat is a fast ColdFusion web based chat which requires no database.This application is very useful for a small site or an intranet
Coldfusion Tutorials CFX_Google
Access the Google Search Engine with the Google Web API through ColdFusion, Free and Open Source
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
||
Coldfusion Tutorials CFX_XMLParser
A fast Java CFX XML Parser for ColdFusion for those who have the intermediate knowledge of Cold Fusion. This will enhance your skill level to a beacon
Coldfusion Tutorial
3 part tutorial from WebMonkey.com. Topics include databases, templates, and advanced functions
ColdFusion Developer Resources
Resource site for ColdFusion with links to articles and tutorials. Just visit this site and find many more useful links and tutorials which had desgined for Your interst
What's New in ColdFusion Server 5?
ColdFusion 5 is all that jive and not a hint of lint. Join Cameron as he tests out the new user-defined functions, added CFML functionality, queries of queries, and more
Coldfusion CFX_JSocket Free and Open Source Java CFX Tag
A Java Based Socket Client for ColdFusion, great for SOAP requests. Learn many more…
Creating a User Login Feature with ColdFusion
Want to know what your users are using? Let Cameron show you how to build a site login, authorization tools, and how to track your users with ColdFusion.
Coldfusion Tutorials cf_encrypt
Encrypts are very useful in ColdFusion. Encrypts a string of text. Good for low security encryption. No Decryption function provided
Coldfusion Tutorials cf_findit
Allows visitors to easily search for a particular string of text on your page.
Coldfusion Tutorials Creating a Newsletter system
This tutorials will show you how to create a fully automated system to allow visitors to subscribe and unsubscribe to your newsletter. It also shows the administration panel to mass mail all members. Let's Begin
Coldfusion CF_AntiSpam
Anti Spam prevents spam bots (or email harvesters) from harvesting email addresses contained on web pages
ColdFusion Snippets
Snippets included are:50StatesAbbreviated - A select box with the 50 US states listed - abbreviations as the value, abbreviations as the option shown.50StatesFull - A select box with the 50 US states listed - abbreviations as the value, full state names as the option shown.AlertBox - Simple javascript alert boxAlternating Row Colors - Example of how to alternate row colors in a table.
A ColdFusion weather custom tag
This custom tag will allow you to easily add a weather control to your website. Using the XML data feeds from weather.com we can produce owesome looking weather controls, both for current conditions and for forecasts. This control has a multitude of attributes, is fully customizable, easy to use, comes with example templates, and full source code provided.
Coldfusion CFQUERYPARAM and Oracle Databases
This document explores how CFQUERYPARAM works, specifically related to Oracle. Most other major relational databases, such as Microsoft SQL Server or Informix, also implement bind variables. Smaller "desktop" databases like Access may not. Check with your database vendor, as well as the drivers, to see if bind variables are supported
ColdFusion Best Practices for Oracle Databases
This article explores integrating Oracle databases into your ColdFusion applications, from both a performance and development perspective. While Oracle is used as the chief example, some of the concepts apply to other database vendors products as well.
Simple Caching Techniques with CFSAVECONTENT
As you can imagine, the CFCACHE tag allows you to cache a page. It takes all of two seconds to add to a template and it can immediately speed up the delivery of your page. Unfortunately, this tag only works if you want to cache an entire page. Consider listing one
Looking At ColdFusion Memory Usage
When trying to judge expected behavior from potentially problematic behavior, looking at memory behavior often is a place ColdFusion Administrators will start.Even though the standard amount of RAM continues to increase, a close examination of an application's use of system memory remains a critical part of the Q&A process
Internationalizing Macromedia ColdFusion MX applications
A Macromedia ColdFusion application for an international user audience can incorporate several languages; the application can dynamically determine the language and numberic formatting to display to a user.
Live Half-Life Game Stats From ColdFusion
TCP/IP consists of three protocols called: ICMP, UDP and TCP. ICMP is used only to PING for the distance between computers and TCP is used to do most of the heavy-lifting on the internet, powering such familiar things as HTTP, FTP and all your email through POP3/IMAP4 and SMTP.
Creating an ODBC Connection within ColdFusion MX Server…
This tutorial will guide you step by step on how to make an ODBC connection with your ColdFusion server administration area. Let's begin:The first thing you need to do is to open the ColdFusion Administrator
Creating Databases in MS SQL2000
Firstly We are going to assume you have made your database already in Microsoft Access, as this is the easiest way.ok firstly make sure your Access file is on the server.
enable Unicode-aware storage and display in ColdFusion MX
Your ColdFusion JDBC database connection has to support Unicode. I will only describe how to do it in MS Access: Set up your Access DSN in the ColdFusion administrator using the ''Access With Unicode Support'' option. There's nothing more to it than that with Access db's.
Dynamically Generate Static HTML Files Using Coldfusion
How to publish a section of my dynamic site as static html files. Sometimes there are benefits to this and sometimes not, but either way to know how to produce the technique could prove useful. I had looked around on the web for solutions to this and did not really like any of the solutions I found, as I thought they lacked elegance and were too complex.
Transactions in MySQL
In this tell-all tutorial, Jay Greenspan, author of MySQL Weekend Crash Course and co-author of MySQL/PHP Database Applications, starts with a tour of the basics: He answers the age-old Q: "What's the big deal with Transactions?"; investigates the four properties that a database must have to be considered transaction-capable; takes a closer look at locking mechanisms; and finishes up with a look at MyISAM tables, the lesser cousin of fully transaction-capable table
RECENT ARTICLES from Graphic Design BloG
3D Photoshop Object Projects and Tutorials - Part II
More 3D for Fun and FunctionIn our last article we presented some nifty examples of what you can do with Photoshop in creating your own 3D objects. There are literally thousands of PS objects that you can download from the Internet, but the process of making your own Photoshop 3D items is not only fun [...]
![]() |
![]() |
|
![]() |
![]() |
|
Got (Photoshop) Gadgets? Part I
Spruce Up Your Website
Are you tired of the same old button gadgets everyone else uses on their websites? If you are, here are a few gadgets you can create in Photoshop that may bring some bling to your webpages. A big thanks to Hongkiat for assembling most of these tutorials.
Flash Drive Gadget
For all those tech [...]
Things You Won?t Hear About Successful Web Designers - Part II
Got Customers?
Take the case of “Jesse,” a brilliant web designer. It’s obvious that he has serious skills in design and can run circles around other web designers when it comes to talent. But oddly enough, he doesn’t have many customers.
On more than one occasion he tells his customers that he is “overworked” and complains about [...]
Things You Won?t Hear About Successful Web Designers - Part I
What You Need
If you ask most employed web designers what factors were most important in their development as a web designer you’ll probably hear “experience” and “school” at the top of their lists.
Outside of coding skills there are other elements that make a web designer successful. The following traits are things that you won’t usually [...]
How to Select a Good Web Design College
Some Guidelines and Tips
If you are seriously considering going to college for your graphic design education or web design degree you already know that there are no shortages of available colleges, universities, and online education centers that constantly vie for your attention. But how can you distinguish between the good schools and the bad ones? [...]
Twas the Night Before Debugging
Happy Holidays!
We just wanted to say thanks for visiting this site and to wish everyone a restful and happy New Year. We’ve done a little parody of a famous poem for all you web designers out there. We hope you like it.
Twas the Night Before Debugging
by Frank Ling aka “Admin”
Twas the night before debugging when [...]
Got Scripts and Website Design Resources? Part I
Got Scripts?
In this week’s article we’ve spotlighted some websites that provide various script resources for web designers. You’ll find everything from hit counters, animated menu scripts to useful tutorials and other useful helps.
When you need that certain something for your next project, you’ll probably find it on one of these websites.
.
.
.
PHP Junkyard
Here is a great [...]
All Web Design Resources is a Directory & Blog Full of Tools for Web Site Designers
All Web Design Resources Portal is a Web Site Design education directory with resources & articles for Graphic Designers, Web Developers, & Web Designers including a Web Design forum, blog, graphics software tips, web development resources, web programming tools, web design jobs, advice for new web designers about web design schools and education as
well as tips for freelance web design business owners, and much more.
Finally!
Bad Photograph?
What should I minor in?
My Photos
PLEASE HELP: Would a two year degree hurt me?
My new photo website
Dreamweaver Won't Preview In Browser
Prints made from original artwork?
Best of Brochure Design the sequel