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
A Guide to Photography and Taking Pictures for Graphic Designers
As a graphic designer, sooner or later you will need to take a picture. If you are fortunate enough to work for a company which supplies you with a camera, use it if that camera is good enough. If it is not, find one that is.
![]() |
![]() |
|
![]() |
![]() |
|
Photo Blogging Software : Photoblogging Applications to install on your server or on your home computer
If you are considering adding a photoblog to your website, you don't have to install Wordpress because there are many other options out there for you and your site. If you didn't realize how many photoblogging applications are out there, then this list will open your eyes.
Roundup of Unique, Funny or Well Designed 404 Pages
404 Pages are normally just irritating pages that tell you that you have landed on a page that no longer exists or that never existed at all. Instead of losing a visitor to your website, how about utilizing your 404 page to bring that user to a page that does exist. I have collected over 60 cool 404 pages that other webmasters and web designers have put together. Some are funny, silly, poetic, or just rude. I hope that you enjoy these.
Roundup of Web Design Glossaries & Dictionaries for Web Site Design Jargon & Terminology Reference
Do you sometimes feel like you are falling behind on web design terminology and jargon? Or are you a newbie trying to figure out what all of the strange words that you are reading about mean? Well, hopefully this list of resourceful web design reference dictionaries and glossaries will help you figure out some of the language that has been boggling your mind.
Where to Find Best Online Web Design Courses & Degree Programs
Lets face it, most of us don't have the time or live in the right place to take the web design courses or website design degree programs that we want to take. Have you considered taking website design courses online instead? There are many quality website design courses and degree programs out there that you might want to consider.
Roundup of CSS Resources - More CSS Resources Than You Can Shake a Stick At
This is a large collection of css resources that will help you in your every day web design and development tasks. Below you will find CSS Forums, discussion lists, resources, learning and tutorial sites for css, css blogs, css codes, css snippets, css galleries & showcases, layouts and more.
Arsenal of Website Random Text Generators & Lorem Ipsum Text Creators
When you are in the process of designing and laying out a new website, sometimes you want to fill the pages with dummy copy. Basically, dummy copy is just randomly generated text copy to show the layout and flow of the website pages. There are many free websites and resources out there to generate random website copy...some people refer to the these as Lorem Ipsum Text Makers.
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.
A Chicago Man
My new photo website
T-shirt artists needed
Best of Brochure Design
CSS Normalization
Is Mozilla the best browser???
what is the most effecitve way of designing site.
Background Removal For Images
Basics of Web Design Principles