Thread: Cold Fusion
View Single Post
  #2 (permalink)  
Old 11-30-2004, 06:54 PM
Guest
 
Posts: n/a
Default

Hi Cooperm,

Basically, coldfusion is a scripting language, just like ASP or PHP. You can use DW (dream weaver) or FP (front page) or any other HTML editor to edit the pages.

A .cfm page is an HTML page that contains CF tags. So if you open the page, you should see CF tags mixed in with the HTML tags.

The scripting language you use won't affect SEO (unless you're using sessions, or rewriting URLS, etc). coldfusion executes on the server, before the user or SE sees it, and outputs pure HTML to the user.

I hope this helps.
Reply With Quote