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
Business Cards: Ideas and Inspiration, Part II
Today we continue looking at business cards that stand out, and here’s hoping you get some inspiration and ideas! After all, you only get one first impression, so your business card should be something that showcases the best of your design abilities. On Wednesday we looked at the use of interesting shapes, 3D business cards, [...]
![]() |
![]() |
|
![]() |
![]() |
|
Making the Move from Freelance Work to Full-Time Employment
If you are like me, after graduating from a graphic design school, your goal was to make it as a freelance web designer. The lure of flexible hours, working from home and the freedom to manage your own time was too much to resist. At some point, I decided it may be ?easier? to work [...]
Tips for Asking for a Raise
At some point in our careers, there is a time when we open our paychecks and breathe a sigh of disappointment. After years of studying at a graphic design school and countless hours spent devoted to learning from colleagues and researching new design techniques, the numbers on our pay stub just don?t seem to measure [...]
Stock vs. Original Digital Photography
A picture is worth a thousand words. Graphic design schools teach us that photos on web sites have the potential to capture our attention, motivate us to read more or even propel us to navigate to another web site entirely. They inflict emotion and can establish a connection between site visitors and the goods or [...]
3 Tips to Manage Content Updates
While walking through the pharmacy I passed the aisle filled with red heart-shaped boxes filled with chocolates and remembered Valentine?s Day is quickly approaching. Even though I was surrounded by so many representations of love, it reminded me of one thing that I actually despise ? web content updates! Graphic design schools teach many, many [...]
Should You Drop the Drop-Down Menus?
I was recently on a home improvement web site searching for ideas for renovating my bathroom. After a few minutes on the site I realized that I was not going to find what I was looking for ? it certainly could have been there, but I just could not find it. Menu after menu had me [...]
Sharpen Your Skills and Gain an Edge at 2011 Web Design Conferences
Graphic design schools prepare us well for our immediate future, but it takes effort to stay on top of the ever-changing field of web design. Following are a few of the upcoming conferences and trade shows meant to help you stay a step ahead of the competition.
Interaction Eleven In its fourth year, Interaction Eleven is [...]
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.