ColdFusion Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreColdFusion Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old September 18th, 2004, 12:53 AM
coopster coopster is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 15 coopster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 22 sec
Reputation Power: 0
what can coldfusion do?

Hi,
im into dreamweaver and am good at html...i tried learning php and mysql but find it a little hard going. Was wondering what coldfusion can do as an alternative to using php and mysql.

any info greatly appreciated

thx

Reply With Quote
  #2  
Old September 18th, 2004, 04:53 PM
Panther893's Avatar
Panther893 Panther893 is offline
MostarDesigns.com
Dev Shed Novice (500 - 999 posts)
 
Join Date: Mar 2004
Posts: 805 Panther893 User rank is Second Lieutenant (5000 - 10000 Reputation Level)Panther893 User rank is Second Lieutenant (5000 - 10000 Reputation Level)Panther893 User rank is Second Lieutenant (5000 - 10000 Reputation Level)Panther893 User rank is Second Lieutenant (5000 - 10000 Reputation Level)Panther893 User rank is Second Lieutenant (5000 - 10000 Reputation Level)Panther893 User rank is Second Lieutenant (5000 - 10000 Reputation Level)Panther893 User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 5 Days 17 h 39 m 21 sec
Reputation Power: 56
Send a message via MSN to Panther893
well if you know php you can make a basic cold fusion page in minutes. for example here is a bit of code below that would go between ur body tags.

<cfset textexample = "Hello, this is my first ColdFusion example.">

<cfoutput>#textexample#</cfoutput>



that was just a quick example of what it can do now here is a quick query in cold fusion. one quick note is that cold fusion has the ability to datasource (give data names to databases) databases. what that simply means is that cold fusion virtually does all of the access variables for you. here is an example of a query and output of that query in cold fusion.

<cfquery name="examplequery" datasource="dsname1" blockfactor="100">
SELECT *
FROM test_table
</cfquery>

<cfoutput query="examplequery">#test_columb#</cfoutput>

read up on querys and the likes, just look on macromedia.com, they have free tutorials and documentations of cold fusion functions.

Reply With Quote
  #3  
Old October 1st, 2004, 02:06 PM
mikemac mikemac is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Greenville NC
Posts: 70 mikemac User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 15 m 24 sec
Reputation Power: 4
Thumbs up options

You can use CFMX with almost any database. So if learning MySQL is too tough use Microsoft Access. It is easy to use and simple to update. It creates large file sizes but with 80-200GB harddrives, 3GB RAM, 3.8GHZ processors who cares huh??? No really though learning ColdFusion is pretty easy and you say you are cool with Dreamweaver so thats a plus. Dreamweaver is built to make coding in CFMX a breeze. It has tag helpers, pre-built tag inserts and a lot of internal documentation to help you through the CFMX laerning process.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreColdFusion Development > what can coldfusion do?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





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