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
Do You Need to Know How to Draw or Sketch to be a Graphic Designer?
Plenty of graphic designers have gotten jobs without knowing how to draw at all. Nevertheless, learning how to draw or sketch can be invaluable for three big reasons.
![]() |
![]() |
|
![]() |
![]() |
|
Minimalist Website Design Can Now Improve Search Engine Position
A minimalist web design makes your webpage load faster, which is now one of the criteria Google uses to determine a website's search engine position.
Tips for Taking the Guesswork out of Web Design
Web design can sometimes feel a little like mind reading–clients trying to express abstract ideas about what they want, you trying to divine what they mean, all of you hoping to land on some kind of common ground. But the design process doesn?t have to be such a scary leap into the unknown.
Expert user experience [...]
Quick Ways to Bump up Your Web Design Skills
MediaBistro is offering one killer deal for anyone looking to bump up his/her web design skills. Right now you can get a year subscription to their On Demand Video library for just $97–that?s more than half off the usual price!
The On Demand Videos are a great resource for any designer, and include practical online tutorials [...]
How to Design an iPhone Application: Part 2
So the last post started you down the road to iPhone app stardom. Now let?s talk about how to execute your big idea and actually get it up and running in the iTunes store:
5. Get going on the design work.
While you?re waiting for Mac?s Software Development Kit (SDK) and Xcode files to download, work on [...]
How to Design an iPhone Application: Part 1
Earlier this week, the New York Times reported that Apple banished app developer Thuat Nguyen and all of his applications from the iTunes online store. It was a severe punishment for a prolific book app provider, but a necessary one. It seems that Nguyen was breaching user?s accounts to make purchases (of his own applications) [...]
Time-saving Tools You Shouldn?t Miss
Smashing Magazine recently posted an excellent roundup of powerful time savers for web designers–a whopping 50 of them. Funny, trolling through a list of 50 web design tools built to help you save time doesn?t seem very efficient. That?s why you can find a recap of 4 of the most helpful/innovative/time saving ones below. They?re [...]
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.
15 Beautiful and Inspiring Nature Photographs ? Whoaa!
Need a good captcha generating php script
Removing background from images
Purdy Picture...
selling photography and illustrations as stock photos
Photo
Amatus-Grey
iMac vs Mac Pro
What Camera Do You Use?
What are some really good design schools in NC & California?
HDR photography ( High Dynamic Range)