Dev Shed
  Home arrow Coldfusion
Dev Shed Forums 
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Sun Developer Network 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Actuate Whitepapers 
VeriSign Whitepapers 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
 
ColdFusion

ColdFusion: With ColdFusion, you can build and deploy powerful web applications and services with far less training time and fewer lines of code than ASP, PHP, and JSP. Version 7.0 introduces powerful new application services including rich Flash forms generation, structured reports, and dynamic generation of printable documents. Coupled with version 6.1’s simplified installation and migration, updated key features, and increased in runtime performance, these features open up a new world of applications beyond the browser.

The most feature packed ColdFusionR hosting on the Web from Uplinkearth!
Includes Sandboxing, Flash Remoting and the ability to use tags like CFFILE!
Sign up today and get a FREE domain name.
CALL US Toll-Free at 800-745-3043 or Chat Live
More info
 
Your source for web success. Broaden your reach and increase sales with Yahoo's comprehensive set of web-based solutions. More info
 
FREE Domain & Setup! Register today with Web.com! In 3 easy steps you can post your photos, your blog, and more. Be seen on the web tonight. Only $9.95/month. More info
 
  1. What is ColdFusion?

    ColdFusion is a program based on the CFMX programming language that builds and deploys powerful web applications and services.  With proven tag-based methodology, ColdFusion’s features allow web developers to easily harness the power of the Java Platform to deliver powerful Internet applications to millions of people worldwide.  ColdFusion is a server side language, which is executed by a ColdFusion application server.  It works by executing CFM templates (which is a mixture of HTML and ColdFusion instructions) to return normal HTML to the requesting browser.  The ColdFusion MX Enterprise software suite provides all the necessary software to create large-scale websites, applications, and hosting environments, and is available for either a stand-alone installation for web developers or for industry-level deployment on J2EE application servers.

  2. The true power of ColdFusion Markup Language (CFML)

    The core functionality of ColdFusion Markup Language (CFML) is centered on the use of tags.  These server scripting tags give ColdFusion its speedy development applications for the web.  CFML is quite simple to learn, but is powerful enough to handle even the most complex and demanding web applications.  Processed entirely on the server, CFML uses syntax closely resembling that of HTML and XML. CFML consists of two primary language elements: tags and functions. Tags let you perform operations such as accessing a database. Functions can return data and do other operations like retrieving the system date. Tags, functions and operators make up expressions. Building expressions in ColdFusion is easy and can include simple as well as complex elements. The ways in which these expressions and elements are used determine how ColdFusion processes your program.

  3. Is ColdFusion easy to learn?

    Out of the many different methods used to develop and build web applications, pages, and services, ColdFusion is by far the easiest to learn and use. For ColdFusion 7.0, Macromedia has created a helpful ‘Getting Started Experience’ interface that gives the new user access to tutorials, whitepapers, topic index, and even two sample applications to play with.

    There is no other language or product as well suited to web developers as ColdFusion. Easy-to-use visual tools and an intuitive server scripting environment allow new users to easily pick up the CFML language.

  4. Windows, UNIX, or Linux…which Should I Use To Run My Website?

    Macromedia ColdFusion MX supports most operating systems including Windows, Unix, Linux, IBM AIX and HP-UX.  Below is a list of operating system versions and system requirements for the latest ColdFusion version:

    Windows OS
    Intel Pentium processor or higher
    256 MB RAM but 512 MB is highly recommended
    400 MB of hard disk space available
    Works on MS Windows 98 / ME / NT 4 / SP6A / 2000 /SP3 / XP/ 2003

    Linux OS
    Intel Pentium processor or higher
    256 MB RAM but 512 MB is highly recommended
    400 MB of hard disk space available
    Red Hat Linux 7.2 / 7.3 / 8.0 / 9 / AS & ES 2.1 / AS & ES 3.0
    SuSE Linux 7.2 / 7.3 / or 8X
    Turbo Linux 8 Server ( Japanese Only)

    Unix
    SPARC, PA-RISC 1.1 / 2.0 / Power 3 processor
    Sun Solaris 7 / 8 / 9
    256 MB RAM but 512 MB is highly recommended
    400 MB of hard disk space available
    HP-UX 11i
    IBM AIX 5L 4.3 / 3 / 5.1 / 5.2
    Apple Mac OS X

  5. What Databases and Web Servers are supported with ColdFusion?

    ColdFusion MX supports most major databases including Microsoft SQL, Microsoft SQL Server, Oracle, IBM DB2, Sybase and IBM Informix.  In addition, CFMX can run on most major web servers including IIS, Apache and Sun One.

  6. What are the differences between the ColdFusion 7.0 editions?

    Standard Edition: This edition is for single web application or small workgroup environments. It builds accessible, high-quality rich forms, transforms existing HTML content into PDF or FlashPaper 2 formats, creates structured business reports for workgroup applications, delivers charts and graphs, and increases text searching capabilities.

    Enterprise Edition: This edition is ideal for the quickly growing business. It includes all the features of the Standard Edition as well as scalability, performance, and enterprise management capabilities for larger web and business applications. The Enterprise Edition has multi-instance deployment and management, clustering, high-speed enterprise database drivers, server security J2EE packaging and deployment, and high-performance e-mail delivery. Yet the most anticipated feature of this edition is the event gateway, which enables ColdFusion applications to connect to mobile phones and instant messaging.

  7. How does ColdFusion run on application servers?

    The ColdFusion MX runtime environment is actually a Java application that takes advantage of the many powerful services in the J2EE platform.  What this J2EE platform does is connects the various databases, manages its own security, as well as processes the requests sent in by the application itself.  When ColdFusion MX is installed in the J2EE configuration, the compiled infrastructure will be on top of the application server in order to execute the language’s applications.  This configuration will allow developers to cultivate and set out pages, as well as manage the MX server settings using the ColdFusion Administrator.

  8. What are the advantages & disadvantages of using custom tags in ColdFusion?

    Using custom tags within ColdFusion has its advantages and disadvantages.  Custom tags written in CFML primarily try to achieve a simple balance between three aspects; taking argument statements, having body tags begin and end with the appropriate tag, and ensuring proper processing when a beginning tag is encountered by the ColdFusion program.  If designed properly, these custom tags will also be able to be called recursively (meaning that it will have the functionality to call itself within the body tag).  Although a custom tag in ColdFusion will call a page included the CFinclude tag, the disadvantage is that the code must be recursive, have  developed complex functionality, and  must be convenient for others (although often times code is not convenient).  If creating either a User Defined Function (UDF) or a custom CFML tag, weigh the options carefully, since invoking a UDF requires less system overhead than using a custom tag.

  9. What are the new features for ColdFusion 7.0?

    ColdFusion 7.0 brings a whole new level of features to developers. With better web application creation, new server management and deployment options, and a new class of applications, users are able to quickly create powerful Internet applications without spending a lot of time or money.

    Macromedia developed the new features to help web developers be more efficient in performing routine tasks such as structured business reporting, Flash-rich forms, and PDF and FlashPaper 2 document generation. ColdFusion Report Builder, a tool that helps users develop detailed business reports, will create sub reports, charts and graphs, automatically generate subtotals, and much more. ColdFusion 7.0 simplifies the form building process with the new Rich Flash and XML Forms capabilities. The new CFDOCUMENT feature eliminates chopping page printing with a single tag that transforms web pages into PDF or FlashPaper 2 formats.

  10. How do I purchase my own copy of ColdFusion?

    The ColdFusion MX suite is available directly from Macromedia, local computer software resellers, licensing programs and some web hosts.

Web Hosting Articles

Becoming A Web Hosting Reseller
So you would like to get into the lucrative business of being a web hosting provider. Welcome to the club. There are many companies and individuals trying to break into the web hosting resellers market today. Reselling web hosting services offers you the ability to start your own internet-based business selling web space, but without the hassles or monetary expense of managing your own equipment.
What Is Web Hosting?
If you want to take part in the internet as a business, information resource, directory, or as a hobbyist wanting to share data, information and knowledge with the many people and communities on the internet, you have to contain this in a central spot on the internet. You have to own a piece of space in cyberspace.
Get Yourself A Website, Without The Drama
So, you’re done with the free web hosts. Gone through Geocities, Angelfire, Fortune City. You’re exhausted with the pop-ups and banners. You want a real site. But where to go? You look around the net, and the possibilities seem endless. 20 MB of space for only $20 a month! Wow! That’s fantastic!
Why You Need A Domain Name?
On the World Wide Web your domain name is your own unique identity. No two parties can ever hold the same domain name simultaneously; therefore your Internet identity is totally unique. If you have a business site on the Internet your domain name is your own online brand and in a sense you can use your domain name as your online business card.
Web Developers Can Be Successful Web Hosting Resellers
By becoming a reseller, not only can Web developers create websites for their clients, but they can provide their clients with Web hosting, as another studio service. All you need to become a reseller, is to…
Web Hosting Benefits Of A Dedicated Server
Hosting your web sites on your own dedicated server may seem a little expensive in comparison to shared web hosting, but the end result is more advantageous. Shared web hosting, no matter how well managed, cannot be 100% reliable and stable.
Web Hosts - Keeping Customers Happy
The web hosting industry is one of the most competitive industries on the Internet today. Web hosts are constantly thinking of new advertising campaigns in the hope of attracting more interest to their company; and, hence to attract more customers.
Wham! Bam! Thank You Spam
Once upon a time, e-mail messages flowed freely through cyberspace and the congenial smell of e-mails was everywhere. I remember racing to my inbox each day with a wild anticipation that I was about to be informed of new and enlightening events, along with notes from friends.
How Can I Use SSL Or TSL To Secure My Visitor's Information?
Everywhere you turn nowadays, it seems that there is someone looking to benefit at the expense of someone else. Cons, cheats, and thieves seem to be a dime a dozen in today’s day and age, and as technology advances, as do the skills of criminal.
Real Host Vs. Reseller Host - How Do You Know?
In today’s world of web hosting, there is literally a deluge of companies from which you can purchase hosting services. These hosts can offer a multitude of packages at a variety of prices. But how can you tell when you are purchasing services from an actual hosting provider, or from a reseller?
Web Browsers And Web Servers - How Do They Work?
Most of us surf the Internet several times a week, if not several times a day. We visit website after website, viewing information, playing games, and occasionally downloading software.
Microsoft FrontPage - An Introduction.
Microsoft's FrontPage editing tool is one of the most commonly used web site editing tools today. It is easy to learn and offers the flexibility to manage your website as it grows.
Switching Web Hosts - Why And How.
When you first sign up with a hosting provider, you may think that it is a permanent arrangement. After all, you spent a lot of time researching different hosting providers and evaluated their offerings.
Banner Advertising And Your Website
You have surely been to hundreds of websites that have little rectangular graphics at the top of the page, touting some product or service that no web surfer can live without.
What Effects Will Windows 2003 Have On The Hosting Industry?
As announced by Microsoft on April 24, 2003, Windows 2003 Server is now generally available. This means hosting companies will be starting to offer the Windows 2003 operating system as an option to their clients.
Is Your Website Ready For Prime Time?
So you think its ready to go live. After all of the hard work you’ve done registering your domain, making hosting arrangements, planning your site, and actually creating the pages.
Sleepless Nights Thinking Of The Right Domain Name
Well, everyone and everyone's grandmother knows by now why having your own domain is so important. To sum it up, here are the main advantages...
Do You Know What Your Web Hosting SLA Is?
Also known as "Terms and Acceptable Usage Policy" your Service Level Agreement, SLA is probably the most important piece of text you will need to read. And read you will have to; the entire text.
What Is Root Access, Can I Live Without It?
In the world of web hosting, there are a lot of web hosting providers who compete with each other with long lists of features and benefits. On many of these lists you will see the term “Root Access”. To be honest, many of the people with websites today will never need Root Access, and many of them do not even know what it is.
What Is DNS Propagation And Why Does It Take So Long?
You’ve registered your domain name, and paid for hosting with a hosting provider, and uploaded your website to the web server. If this is all done, why can’t you see the results of your hard work right away? What is this DNS propagation people keep telling you about?
IP Addresses : Static vs. Shared
One term that is familiar to anyone who has their own website, is the phrase “IP Address”. But what is an IP address, and how does it affect your website? And what is the difference between a static and a shared IP Address?
Windows, UNIX, Or Linux. Which Should I Use To Run My Website?
On the Internet you will find a multitude of Web Hosting Providers offering different packages on different platforms, each touting why theirs is the best and why you should host with them. Windows is better than Linux, Linux is better than UNIX, UNIX is better than Windows. Just who do you believe? Which platform should you choose for your website?
PC Owners - The Largest Criminal Gang Ever?
The year is 1981. IBM has just released the Personal Computer; a low cost machine it hopes will create a winning brand. Several models are produced in quick succession accompanied by an ad campaign featuring a Charlie Chaplin figure. The message is clear: It’s cheap and it’s cheerful.
What Do I Need To Know About Getting A Merchant Account?
A merchant account is a relationship you have with a bank. In this trust, the bank agrees to allow you to charge people’s credit cards for goods and/or services you provide. The bank in turn, has the responsibility for debiting the funds from the customer(s) and depositing it into your account.
Which Registrar Should I Choose To Register My Domain?
Registering a domain name on the internet used to be a simple matter. After deciding on the domain one wanted, it was a matter of going to Network Solutions' website, paying the $35/year registration fee, and becoming the proud owner of your very own domain.
Professional Website Design & Functionality Issues.
If the World resembled a website, chances are that life would be pretty damn confusing. Stores, for example, would either be very long and narrow with skeleton crews, or tiny booths with huge stock rooms - and hardly any workers. Others would look great but be impossible to navigate.
The Sky Is The Limit Web Hosting?
We do not have a plan offering unlimited emails, bandwidth, and storage space because it is not possible to "give away" services like that for very long. It isn't tough to reason that it is impossible to make money with a web hosting plan that offers so much up-front, but doesn't charge enough to cover its costs.
Spammers Should Rot In Jail! Or Should They?
Spamming got its start back in the early days of the Internet, and at first, it wasn't so bad. The early adopters that had email accounts, would typically receive an average of 1 spam a day. Ahh, the good 'ol days. However, spamming has now grown to become one of the Internet's greatest Nemeses.
Selling On eBay: Secrets To Success.
This articles teaches the ins and outs of selling on eBay with an emphasis on tips and tricks. It covers everything from creating your ad to listing to shipping. Discover where to buy products at truly wholesale prices and increase your profit margin.
Which Internet Service Provider Is Right For Me?
This article focuses on the many different types of internet service providers including but not limited to dialup, ISDN, DSL, Cable, Dish, and even internet access via TV and portable devices. Many people are already addicted to high speed access; if you are in that category then your options will be a tad more limited depending upon the area in which you live. Read on to find out what you should look for in your internet service provider.
Which Web Host Should I Choose To Host My Personal Site?
This article focuses on the differences between ‘free’ hosts and ‘budget’ hosts, and helps the reader identify some important criteria in choosing a hosting provider for their personal web site. A personal web site could consist of a site for your family, a hobby, an online resume, but not for commercial purposes.
Which Web Host Should I Choose To Host My Business Site?
This article focuses on the differences between various business hosting services, and helps the reader identify some important criteria in choosing a hosting provider for their business (for instance, do you require a dedicated server, a managed server, or a shared server). A business web site could range anywhere from a simple ecommerce site which sells one product, to a very complex pay per click engine with real time statistics and payment functionality.
Web Hosting FAQs

Linux Web Hosting
Our Frequently Asked Questions on Linux gives you insight on what you can expect when choosing a Unix or Linux platform to host your site. Also included is a comparison of Unix vs. Windows Web Hosting features.
Budget Web Hosting
Budget Web Hosting frequently asked questions that fills in many of the gaps commonly associated with these packages. Learn more and decide if Budget Web Hosting is for you.
Dedicated Servers
Learn what to look for in a dedicated host and when you would need to host your site on a dedicated server. Our Dedicated Web Hosting FAQs gives you the answers to the most common Dedicated Web Hosting questions.
Managed Web Hosting
Our Managed Web Hosting FAQs guides you on various aspects of Managed Dedicated Web Hosting, including when you would need such services and what to look for in a Managed Web Hosting provider.
Windows Web Hosting
Get the answers to your most common questions regarding Windows Web Hosting. Our Windows FAQs guides you through from the basics to what to look for in a Windows Hosting Company.
Enterprise Web Hosting
Is Enterprise Web Hosting right for your business? Find out here in our enterprise hosting FAQs. Learn what to look for in an enterprise host and more.
Exchange Hosting
Learn about Exchange Hosting, what it entails and if its right for your business. Our frequently asked questions addresses the most common thoughts people have when considering Exchange Hosting.
E-Commerce Hosting
This FAQ details the ins and outs of what is required when pursuing online sales. Learn what is involved, what the commonly used ecommerce terms mean and what is needed.
Colocation Web Hosting
Our Frequently Asked Questions on Colocation hosting gives you insight on what you can expect from a colocation host, when you would need such a service, what is involved and many more commonly asked questions.
Virtual Private Servers
Our Virtual Private Servers FAQs goes through many of the common questions associated with VPS hosting. Learn what to look for in a VPS host and know when you would need VPS hosting for your site.
Reseller Web Hosting
Become your own hosting source. With Reseller hosting you can offer Web hosting services as if they were your own. Learn what is involved in our Reseller hosting FAQs.
Database Hosting
Learn about database hosting, whether you need it and what is involved in our database hosting FAQs section.






© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway