Results 1 to 10 of 10
Thread: Introduction to coldfusion
-
12-24-2008, 03:09 AM #1
Introduction to coldfusion
SourceThe time will eventually come when you need to work with a database for a website. Using a database greatly enhances your ability to add and remove content, and all in all it requires less work to set up.
Take this website for example. With its many articles without the use of a database a separate web page would have to be made for each and every article. Sure you could automate things with SSI but you would still have to make a separate page for each article.
With a database this is different, you can simply make a single page to view all of your articles. You simply pass a variable in the link such as ID=2 and that tells the database to serve article number 2. How to do this will be explained in this article.
There are 3 main programming languages used to access databases. PHP, which is normally found on unix/linux platforms, ASP, which is a creation of Microsoft and is found mostly on NT platforms, and Cold Fusion(CF), which is found mostly on NT platforms as well.
This article will show you how to use Cold Fusion to access a database from a website and use it to display information.
About Cold Fusion
Cold Fusion was created as a commercial product by the Allaire Corporation. As a commercial product it has some features different from other Server Side Scripting Languages. The first major difference is that Cold Fusion scripts do not have to display their source code like every other scripting language, it is possible to run encrypted versions of the scripts. This allows for individuals to sell their own scripts without fear of piracy, however it has the side effect of stemming the flow of free open source CF scripts for use by the learning webmaster. The second major difference is that Cold Fusion costs money. A server side scripting language works with an interpreter. Depending on the extension of the filename to be served, .php .asp or .cfm, the server will first send the file to an interpreter which is what dynamically generates your page. So to use these languages you need to install them on your server. PHP is free, ASP is free, but CF costs money, and that may be the reason why it is growing only slowly. However most NT hosting packages do already include Cold Fusion so for the person who does not own their own server this pricing difference will not have much affect.
As to the language itself, I have worked with both ASP and PHP before and it is my opinion that Cold Fusion is the easiest to learn and use.
Code:http://www.sitepoint.com/article/cold-fusion-tutorial/
-
12-24-2008, 09:35 AM #2
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,175
- Thanks
- 744
- Thanked 699 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
once I thought I would learn it, never had chance
Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
12-26-2008, 01:03 PM #3
-
06-24-2009, 08:55 AM #4
Junior
- Join Date
- Jun 2009
- Posts
- 434
- Thanks
- 1
- Thanked 3 Times in 3 Posts
- Feedback Score
- 0
Well cold fusion seems to be intresting I will start learning it
-
06-24-2009, 09:03 AM #5
- Join Date
- Jun 2008
- Location
- www.brainpulse.com
- Posts
- 5,593
- Thanks
- 170
- Thanked 429 Times in 296 Posts
- Blog Entries
- 5
- Feedback Score
- 0
Nice article on cold fusion it's HTML and ColdFusion tags can exist together within a document that is requested from a web server.
Web Hosting India- Host Away with BrainPulse Hosting Solutions. SEO Company India- offers, Guaranteed SEO Services as a stand-alone Email Marketing Solutions- Complete Mass mailing
-
09-09-2009, 07:08 AM #6
Freshman
- Join Date
- Sep 2009
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Hi...
i read your post and about cold fusion you provide such a good article... such a good information you provide on it.... Thanks for sharing the post....
-
01-05-2010, 10:02 AM #7
- Join Date
- Sep 2009
- Posts
- 1,135
- Thanks
- 0
- Thanked 16 Times in 16 Posts
- Blog Entries
- 1
- Feedback Score
- 0
Nice articles thank for sharing
I read this post
-
07-08-2010, 01:24 AM #8
Freshman
- Join Date
- Jul 2010
- Posts
- 10
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Really helpful article...Thanks for share....
-
12-03-2010, 06:16 AM #9
Sophomore
- Join Date
- Sep 2010
- Location
- India
- Posts
- 125
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
-
12-17-2010, 05:43 AM #10
Freshman
- Join Date
- Dec 2010
- Posts
- 43
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
The Cold fusion is a tag-based programming language supports database access in a web server environment; that's just one of several features that make it a good choice for programming.Thanks for sharing info.
Similar Threads
-
newbie questions on generating Word document from ColdFusion
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:35 AM -
Capturing Referrer Using ColdFusion.
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:31 AM -
Coldfusion - Export query data to excel sheet
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:25 AM -
JavasScript variable to Coldfusion
By Abina in forum ColdFusionReplies: 1Last Post: 02-02-2010, 11:11 AM -
What is coldfusion?
By wujijiangjun in forum ColdFusionReplies: 8Last Post: 01-05-2010, 09:59 AM


Reply With Quote




